.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/102beb8e-5b2a-4a9b-81e1-8e18eef5b8b9/Projektbeznazwy29.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:97.75rem;width:60rem;position:relative;display:block; }#yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:32.625rem;top:2.9375rem;left:-10.8125rem;overflow:hidden;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#3f4077;display:block;width:47.125rem;position:absolute;font-family:rubik;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:14.6240234375rem;left:-16.99951171875rem;height:12.167rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-form-header {  }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#e2d9d0;width:35.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:35.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:35.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:35.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffcd4b;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;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#3f4077;width:35.5rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:34.25rem;overflow:hidden;font-style:normal; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .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; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-container:first-of-type{padding-top:0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-container:last-of-type{padding-bottom:0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.310546875rem;top:8.33984375rem;z-index:15011;position:absolute; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.5rem;display:block;vertical-align:top; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.1875rem;line-height:1.3;font-weight:400;color:#ffcd4b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe {display:block;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.310546875rem;top:8.33984375rem;z-index:15011;position:absolute; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #m3SN1ZQRu3vP7lQUORcJ5QZ9IPKaN684 { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #R1SJgcOC8qX1TM40wwG0ucDN4qcBP9i3 { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZJIadA1ETEnmvTx4Gno7nZRw8idLqwoD { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #sQrnCImK65R9T5vOKwizpk4R1U6IMkL1 { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cuIUDWWZRQgm2GcaH9CrTgN3F4L8RMx6 { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZHd7kgZlMggzt5L34WT6PqF86D9T5uh1 { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #TfXTWcABaTU3EpTQ4mf0PqfuKv4yak1i { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #yXv2yfywkNAmwyWbSSIroXuENc7z3f7p { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #XTlc4omzLiTUyCTm5GDvR9IcfT1Lbah7 { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #V18fRqDDWvZITFTTmXuhKT2mW9rDZpSW { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #E0M0pkARbROMeZpLPwHPHFcBKnZEIBKF { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rCdZUTQqkK6TUw6vX4qQKLmrVPqAClts { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rIGOzykb8lJv6G7PT1PUNsrmW1bcMeIa { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #c4iQXgk89SxCmSPMquhgDovVHtDtQbie { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #pEGNcDQM665ShRmuclMmawM3V5AP7aHv { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i04gpIepv0mzFk5KRoHGhSBB3TBaJylM { position:relative;display:block;z-index:15000; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZKw1l9JJqPRp1aRmNHEUu4gxOET6KHqT { position:relative;display:block;z-index:15000; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZFZmhhsQKuDO1uI5Wb7V65WJ2dfLsxtA { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #FhOeIcRON2BHylG1E27WeeT3htovPHVS { position:relative;display:none; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cRp5PSXcqCsQLC5o6cNibkcg1uzk123J { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cy0ndXQRwdTKTGtxD2Chg0Hv0dzFplvf { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #wXgf5DkCfP4QBsMrkhrz6arviFLCdlRq { position:relative;z-index:2; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #EJaVerpNhKiKCGJdw2JayJyUNWk62oGn { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vThBAEXKirC7CLA9QvOqOPRTqDPUnVCD { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ONOH6WvIxdKqkxmfQrQcNFfbqwiVo3Dd { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #mcNAiF7TaPBg0ohWgOk53dwLtOFINk0S { position:relative;z-index:15000; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i1Ns3bLRJiK5e24Xr0QtyvAbylGZ5CPA { position:relative;z-index:15000; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rp3BUUufrbiHiB4Jz7kB7ckhLfgmL8Za { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vlmtn3O9WcgyIOWcNWqM9IlRSTyemzz4 { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #JUXcGkN37B1asRvcknr2a4OqNJRQISiB { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #N3IJiDHqd5xXRZXtAFXaOZ6e2VONwGsd { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Cgkrc9drgIaI5SRKbpQcrdTC4RTEi5Wv { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #gKAONW6QeTuK74uvRadvKihTaHpdzmXO { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #suLKBW0JvpQwnH3NLXHnrW56zwT93TrL { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #IC9Ccrs2qAol05XWSf6dabsutgtUMyUf { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #SMo7RAek8VQTO2AIcEnpq8dSoDTzSx3c { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Zl1JF1ciAcM8kZKBNbrtu6DvOBb3GIiM { position:relative; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cEOiCRqyX58JVny1qPdrmiCZbEHDf8o2 { position:relative;display:block; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #evAv3pxZRZ0VuCKRnFHrfuk304zTCRZu { position:relative; }
#rIEJuXC55DR2Ty9usK9i0Za2qtLbFz4r { position:absolute;display:block;z-index:15001;background-color:#3f4077;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem #774c3e ;height:74.375rem;width:38.375rem;top:2.0615234375rem;left:34.2490234375rem;display:block; }
#q6LVmAK2FuUKJJTkyhvFbTkwu71c5zHa { position:absolute;display:block;z-index:15002;background-color:#3f4077;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem #3f4077 ;height:20.8125rem;width:38.0625rem;top:46.1865234375rem;left:-11.25rem;display:block; }
#eqUM3TppoGKgOTRTqmwvOdGHQTkpWVTa { color:#e2d9d0;display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:48.5rem;left:-6.4375rem;height:3.0872875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zP6ecTINJEfS3S5V640oRoPpLTGrpOF3 { color:#e2d9d0;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:52.335205078125rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHZpAqGPCGaVIN7T9zVeDBk9Iiu9DT0S { color:#e2d9d0;display:block;width:34.25rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.499755859375rem;left:38.625rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzplfa4BLAZgtFiSV5F5EVTx2z53IZ9Z { color:#ffcd4b;display:block;width:37.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0302734375rem;left:34.4384765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuhFBlhEdsgWQbxJ8VKFbflnbvo4VD5p { color:#e2d9d0;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:55.003662109375rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUTxSkpaPgET4BvSH9wCcxSZd4lmD3mp { color:#e2d9d0;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.7490234375rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoDGAOQTTvWzVK1OBlb0cfoPVV6o719F { color:#e2d9d0;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:60.303955078125rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gP5Gb5vsnENHIXuFzmScChzV9lx7aI4H { color:#3f4077;display:block;width:48.4375rem;position:absolute;font-family:rubik;font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:30.2880859375rem;left:-18.125rem;height:9.974625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqvxP7uRclA1gzDJGP8rl0uTFfmaOouI { color:#e2d9d0;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:63.233642578125rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTpB9KaIQTuFVFvAe74ZMD9SFX1KucT7 { position:absolute;display:block;z-index:15014;height:2.625rem;width:51.125rem;top:93.5859375rem;left:4.4375rem;display:block; }
#VpbRdC8GvWhXBWGB69Z2hKbGZnuxEGfZ { position:absolute;display:block;z-index:15003;background-color:#3f4077;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem #3f4077 ;height:13.4375rem;width:53.125rem;top:79.333984375rem;left:3.7734375rem;display:block; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-form-header { font-size:1rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:1.1875rem;font-weight:400;color:#ffcd4b;width:22.125rem;padding-top:0;padding-right:0.625rem;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;line-height:1.6;text-align:right;text-align-last:right;vertical-align:middle;font-style:normal; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:27.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:27.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:27.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:22.75rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00243f;background-image:none;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:0;margin-bottom:0.25rem;margin-left:22.75rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.0625rem;overflow:hidden;font-style:normal;float:none; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .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; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-container:first-of-type{padding-top:0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-container:last-of-type{padding-bottom:0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:82.625rem;left:3.7490234375rem;font-size:1rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.25rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt {display:block;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:82.625rem;left:3.7490234375rem;font-size:1rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #BxZ5GK9bV67wlhzvZS6wnr06k4xBE1Qg { position:relative; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #DUvywd3bL4c0m1Bx1qwHOLtFUnB2mS4l { position:relative;display:block; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wp2eCXMwVDlDxx442l3yvCm5lQVKAENg { position:relative; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #elR2T7l4xMlyl9Q80XycbhCkagPu6ZEH { position:relative; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wipbtpBrrkhDfN9Fd7ulF6d5QHQwPnhc { position:relative;display:block; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #hlfSG2uAuWhdOLs70O1xEqU5hI6FplVl { position:relative; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #KJ5RERfnxdXwk5wxpUvC0xOkvTiWqZNJ { position:relative; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #SB6JU34Tyxg1hNsiXtfVIx9uZU2GnFTQ { position:relative; }
#WoHEl73bLdcMdcePldSwHp9Ou7LEe5Nr { color:#e2d9d0;display:block;width:34.0625rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:80.458984375rem;left:6.3935546875rem;height:3.0058625rem;font-style:normal;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:none; }#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.7490234375rem;left:4.436767578125rem;display:block; }
#PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6GuIU0zvceaqK8kvTKMZxUp953FFgWB { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1870125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.75rem;left:23.0625rem;display:block; }
#Qqi4PsiivVK1TIc9cStT6CB7onCQpK6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.7490234375rem;left:40.99853515625rem;display:block; }
#qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcd4b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem #0c0a09 ;color:#3f4077;padding-top:0.568125rem;padding-right:0.514375rem;padding-bottom:0.568125rem;padding-left:0.514375rem;display:block;align-items:center;width:3.0825rem;min-width:3.0825rem;height:3.04875rem;position:relative;font-family:arial;font-size:2.270625rem;font-weight:400;line-height:48.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .widget-text.counter-label { background-color:;background-image:none;color:#e8e0da;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.113125rem;height:1.20375rem;position:relative;font-family:"open sans";font-size:0.851875rem;font-weight:700;line-height:19.26px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.74);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t { 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:20.4375rem;height:5.74375rem;padding-top:0.07125rem;padding-right:0.07375rem;padding-bottom:0.07125rem;padding-left:0.07375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.0625rem;left:33.75rem;z-index:15012; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Ee1k7TVQN0hX1TPes0Gus0PTH9KrT6pU { display:flex;position:relative;top:0rem;left:0rem; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #JzmE5XekZwH04VCgqOFAtADTiRmkFCws { width:auto; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #NuFuCABlgm9TREU28XIh8C1VRkFTqPQs {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Fqmml7GTqDPTF84510T5tvpEHU6wbLyq { display:flex;position:relative;top:0rem;left:0rem; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #h3bVXSR41COaF7cG4FDTbNpQcCyVL3yQ {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #irJmACrA5C4AkxLCJeTTllFPc57egQIb {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #LzkdTUyk6grKVxuC7QmrUQtZ21WrBBCw { display:flex;position:relative;top:0rem;left:0rem; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #hKZ7pSfgxrkSV2ng07QUz4QpyHWRmbfO {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #lAvsTIHLXZ7ZJrlpqi27uc91FnOrwexn {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Jv2dnOrJiAGdTfSES0LhPtWh22rtNlCL { display:flex;position:relative;top:0rem;left:0rem; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #AXIcSvOaVHCrErpA2qaqvG3GhWiEnAzt {  }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #ZAvfvAmAcd58a4oHVb788fz0JhdNtT3H {  }
#bJr3CBQd0hrVyRteATNNfd2ZtpTV7MuN { color:#3f4077;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.055419921875rem;left:9.185791015625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;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; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container { background-color: transparent; background-image: none; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container > .video-iframe-container { display: none; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row > .video-iframe-container { display: none; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .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); }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container { border-width: 0; border-radius: 0; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#SsIPVUGyeyIzGcXzZytKvFPeaSMytbKu { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.4375rem;left:3.9375rem;display:block; }
#eV0mvmrKZAX3RFbEvywKVlbMyOUt03Ga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfSZCpAP52Z8WXquxnGLzUHo0TNzn7MK { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1870125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.4375rem;left:22.5625rem;display:block; }
#KEl7zUk38ORKXk93QiPTKHMTMBkTy2NC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9ePkXGukiX513TIfFWRgHX6Te9z7JsS { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.4375rem;left:40.5rem;display:block; }
#oRkvugQKyCXdRkxgSFvUcFz57I1XrMdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;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; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container { background-color: transparent; background-image: none; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container > .video-iframe-container { display: none; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row > .video-iframe-container { display: none; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .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); }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container { border-width: 0; border-radius: 0; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#geOvq0tNsEUvGQRXwQ9uayBSawAK6CJh { color:#3f4077;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.741943359375rem;left:0rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P55ywVw3rFoN0Eo5TM9kLtKAEnDbpQFB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.37425rem;width:57.749rem;top:7.32666015625rem;left:1.12548828125rem;display:block; }
#DBukqVQTuSsduulqCIu3D13qq3e5FBfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { border-width: 0; border-radius: 0; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:none; }#ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:19.875rem;width:30rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { color:#774c3e;display:block;width:28.93675rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:4.375rem;left:30.531005859375rem;height:17.09965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UU60puyyeuHVvZZfitWtI9pqyUSVLsPs { background-color:#e8e0da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#774c3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.1870125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.13916015625rem;left:37.96875rem;display:block; }
#gb2DzyJmx49auUT5plzSXhRDAAnd8aP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z > .row .container { border-width: 0; border-radius: 0; }#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:none; }#SzksykQWZzP3XGU43KyT2t8e2MqncMtB { color:#ffcd4b;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.1875rem 0.875rem rgba(0,0,0,0.81);top:4.625rem;left:0rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfpZ5ecu55MkvOD9hh4I80sSMNl8T23Q { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:10.71533125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQ1bWf06mTddn2sHx1bhXzup5dMf2hxc { position:absolute;display:block;z-index:15004;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:5.249025rem;width:19.9353125rem;top:25.625rem;left:20.0625rem;overflow:hidden;display:block; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.12353515625rem;left:0rem;height:3.9807125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIniOBWvhKVA538rszPVeNZ4ITSELQ60 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:2.24853515625rem;left:28.15673828125rem;overflow:hidden;display:block; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .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:#e2d9d0;background-image:none;vertical-align:top; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;line-height:1.3;overflow:hidden;height:auto; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-trigger.adaptive-delivery-prevent-bg, #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-trigger.lazyload, #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-trigger.lazyloading { background-image: none; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL { box-sizing:content-box;height:auto;width:56.3105625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.09619140625rem;left:1.187744140625rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #IeuKSZRXdpfzECQdqMxIaCOE2KQABTCN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #fQB4dihaN7PqsrVvu2UrbwXquCmbd9ds { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #gUlNI4s3lJaRGNRtSHBLfZAQtCVfJnWm { display:block;position:relative; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Pl5Zfb91g1MNlu4RTsGwhnHfP7b9K1cZ {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #nIpDywPXeh1TTqhT2J4ISll4qdZGoSMo {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #t6UM6GdZDdUNiOpMwd65fUktZ62ChJgx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #ArldC41eBbQaGTFNsTB5RUZBlypNmrae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #s4m4RW9bW4qoBZSTi7TJVhBDFRBVTOiL { display:block;position:relative; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #V1UbQEq504oDKLBln6T6NpRNZpR1qOnr {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #PsbXqXiqF7lp9NfV9gPN8FxuTdtnWplb { display:none; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DlQK6BGVIRAGT3oM9X1dSwhJhsc7kxtt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #e2bQTFodJq3XqM71TXVgXkphXkgNMZuZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #yyK27rvHPqBrXzv5b5xMNLSfp71w1TxS { display:block;position:relative; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #tAmrgJMp3APftkHiL73ovwFMqqJ29cR2 {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #LBlC532Z1MqvxgeqX56hRG8AZ1ZpmNRZ { display:none; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #kcB0L94hu19rlQf9tOiEta9AFLVxC25Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #TT0U9d7vnOBpKRpxft4PsTWyFQb0uMbe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Kq7wbeWEtgggMrbNbiAv0rkhZGklfe3Z { display:block;position:relative; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #FlGS0q2ubBkZNXtbP0KerXoRoNNTlVXT {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #JTsOqO0SA4oFXhppFUUupnyhdRgmanAc { display:none; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Qe2TLmKBuNb88eKZAkelJyD2evRVhf7T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #UyVf48Afl21Xc8KTqwsc9XG9kSNCu0nu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #BgOSQXTfA1A6G935Nt1Li84r4EZdG8QM { display:block;position:relative; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DTAXVFUJuiKiRfDb51bkcnu4BV6s9pix {  }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #W2ftvzbg6GfbIf3SvhvBoIURZ4FXmMQi { display:none; }
#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z > .row .container { border-width: 0; border-radius: 0; }#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:none; }#piCTf17Crmdhh3wK2HMuxnyaDlE2tN64 { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.12353515625rem;left:0rem;height:3.9807125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLQiO2u9DEbpnwbm4wx3Sl2uihzIoNox { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:2.24853515625rem;left:28.15673828125rem;overflow:hidden;display:block; }
#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:none; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#bWnsALN5LRuxgWnrBGeq6QhwCT3SL2Nu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.311525rem;width:4.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.639404296875rem;left:0.8740234375rem; }
#LhXRbESkhOhTF3owHliUia2pWDeJ0G7h { color:#774c3e;display:block;width:15.5603125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.950927734375rem;left:1.343994140625rem;height:7.4755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.59912109375rem;left:13.74755859375rem; }
#qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#fTZ9Fpdg7E8PV7gH3JSb6VeX285c73JI { color:#774c3e;display:block;width:39.74975rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:1.649169921875rem;left:20.250244140625rem;height:12.8246875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 > .row .container { border-width: 0; border-radius: 0; }#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:none; }#MEBTRJ8B9fuwRxHWIF5ck1G2a7Z04uEM { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#sCUE0cmikuK1X63sb5PL39SZTd5q2kpa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:13.75rem; }
#sCUE0cmikuK1X63sb5PL39SZTd5q2kpa > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#sVTIJXmfkZQS5xloiKyxb6sd3nENgPL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.311525rem;width:4.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:0.875rem; }
#K7DBN0TwMzsQl1PptltbbAHGTznpqREF { color:#774c3e;display:block;width:16.1865rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4375rem;left:1.0625rem;height:5.6066875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8bMMcPzml6ohkXuMkmc7vG0ayJNHO9p { color:#774c3e;display:block;width:39.7485625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:1.861572265625rem;left:20rem;height:14.9621875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh > .row .container { border-width: 0; border-radius: 0; }#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:none; }#gUTxz4Qmx4PzDfzAe6puPU8ViMRg0dSK { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#kWZiyvu449kNENfRAchTeDDMxF8zFpbw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.625rem;left:13.6875rem; }
#kWZiyvu449kNENfRAchTeDDMxF8zFpbw > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#HkNhXfBACr2gKGzIR4mSc4TsTTKKDTLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.311525rem;width:4.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.625rem;left:0.875rem; }
#ST6G0iE1znbDmuZimfK2lLrIgXRMflqC { color:#774c3e;display:block;width:14.4995rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1rem;height:7.4755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzPBXIV9ayeKNtg9xpzETaB0VTy03iIU { color:#774c3e;display:block;width:39.7485625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:1.624755859375rem;left:20rem;height:17.0996375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:none; }#vLvaLA3STI21Gcms3R2ra0uZ41SxNsBx { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.4375rem;left:13rem; }
#cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#lpWwF2oIiwJeozl0FyKS3ocEB4qowFmu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.311525rem;width:4.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.75rem;left:0.875rem; }
#RuD7UZGwZya36T2T3VzT0EaNoIZSnPiI { color:#774c3e;display:block;width:16.1865rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.0625rem;height:5.6066875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2s7IlRkRJvtJ0ZDchMq2Q8NN03dFE5N { color:#774c3e;display:block;width:39.7485625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:0.88623046875rem;left:20.250244140625rem;height:17.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i > .row .container { border-width: 0; border-radius: 0; }#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:none; }#vUyNEQn3Uazgip79rKnIifz6XG5WGTEk { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.25rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.4375rem;left:13rem; }
#Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#wArX2vAZptMnTQmg0w13TLr8VP8k792y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.749267578125rem;left:0.8740234375rem; }
#tGtPuCTJRwWtgKv80ChVPnxxx1W8ILTe { color:#774c3e;display:block;width:16.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.8642578125rem;left:1.031494140625rem;height:8.9294375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFbaTFKN71wOx2X6oxnh33JGsZiL6ODL { color:#774c3e;display:block;width:39.7485625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:0.88623046875rem;left:20.250244140625rem;height:12.8246875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeCAwmQDMIty2N8dZALUWDo0rZROSnyA { position:absolute;display:block;z-index:15005;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:3.75rem;width:14.56175rem;top:14.79248046875rem;left:32.841796875rem;overflow:hidden;display:block; }
#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.adaptive-delivery-prevent-bg, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyload, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyloading { background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { border-width: 0; border-radius: 0; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { border-width: 0; border-radius: 0; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.92333984375rem;left:0rem;height:5.52370625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:2.327880859375rem;left:28.15673828125rem;overflow:hidden;display:block; }
#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.adaptive-delivery-prevent-bg, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyload, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyloading { background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { background-color: transparent; background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .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); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { border-width: 0; border-radius: 0; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { position:absolute;display:block;z-index:15005;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:6.25rem;width:6.25rem;top:0rem;left:13.125rem;overflow:hidden;display:block; }
#nKIpGTcFL38sMtT57smozbRT2QVEFb3h { position:absolute;display:block;z-index:15006;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:6.25rem;width:6.25rem;top:7rem;left:13.125rem;overflow:hidden;display:block; }
#qctOlOiJGyHTqublz1f4HT9JuRAF48yr { position:absolute;display:block;z-index:15007;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:6.25rem;width:6.25rem;top:14rem;left:13.125rem;overflow:hidden;display:block; }
#QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { position:absolute;display:block;z-index:15008;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:6.25rem;width:6.25rem;top:21.3125rem;left:13.125rem;overflow:hidden;display:block; }
#yC2ThJqR4a9qCIS44bFJeBiHK3QAstGe { color:#774c3e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.8;letter-spacing:0;top:2.125rem;left:14.5625rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iouk7ZxQrDnueLDsBJKcGhbTvsXdfI3X { color:#774c3e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.8;letter-spacing:0;top:9.125rem;left:14.5rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR9NX39AgZggCzFDBdodfRdCWODFouzv { color:#774c3e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:16.125rem;left:14.5625rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7qOSfC2M0UBttMHSdiH30nS1MrsXTR0 { color:#774c3e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.8;letter-spacing:0;top:23.4375rem;left:14.5rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { color:#774c3e;display:block;width:34.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:1.124267578125rem;left:21.1865234375rem;height:4.04883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { color:#774c3e;display:block;width:38.49975rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:7.423095703125rem;left:21.1865234375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7AkAeMTtqrgA7eT7O37c6rDJkOCOUUJ { color:#774c3e;display:block;width:38.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:13.9990234375rem;left:21.1865234375rem;height:6.74805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#is1quwREWmacNwyai3gdvHJSGyuMx1Zq { color:#774c3e;display:block;width:44.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:22.412109375rem;left:21.1865234375rem;height:4.04883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WogoeZJPzv3czEKv4hvwcIf6lcPh6BuM { position:absolute;display:block;z-index:15010;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:6.25rem;width:6.25rem;top:28.6875rem;left:13.125rem;overflow:hidden;display:block; }
#o2isy4W6J2MmgC4TK5Ord4Z097xLpwVd { color:#774c3e;display:block;width:3.5620125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:30.79833984375rem;left:14.468994140625rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpJGRO00ZmAvnMEqt4TPxG68lyziss8G { box-sizing:content-box;height:4.24926875rem;width:4.24926875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#235a3b;background-image:none;top:29.686279296875rem;left:14.124755859375rem;display:block; }
#vTFtJCN79pr0gzqewXZLDxVEo4imRJgq { color:#774c3e;display:block;width:42.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:29.786376953125rem;left:21.375rem;height:4.04883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.adaptive-delivery-prevent-bg, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyload, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyloading { background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { background-color: transparent; background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .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); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { border-width: 0; border-radius: 0; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { border-width: 0; border-radius: 0; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:none; }#v3g09XHrWucc6LakhvKFUWfqoe0u8fKk { color:#3f4077;display:block;width:12.749rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:13.499755859375rem;left:4.217529296875rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oofl4dqFPry8QeHxrp036MW7ZRHx6n9G { color:#3f4077;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:16.8115234375rem;left:0.187255859375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvU44qA6s7Ho3hnHKiy4Z7yXtTEcWhGG { color:#3f4077;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:13.5rem;left:21.1875rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbmiuOdEmOIrXnuDqKaMuUGkSxkuN8Wx { color:#3f4077;display:block;width:18.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:13.5rem;left:40.625rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOWyhPAWGQzL4PrK8zdbaiWExV2NrbTP { position:absolute;display:block;z-index:15020;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:3.6875rem;width:3.6875rem;top:17.8125rem;left:27.4375rem;overflow:hidden;display:block; }
#GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { background-color:#3f4077;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.62425rem;height:4.1870125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.99951171875rem;left:15.68603515625rem;display:block; }
#PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RiekHy6t2CLdwq3M4zE4RBS7TwkK8N0e { color:#3f4077;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:1.134033203125rem;left:2.326904296875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(211,151,0,0.49);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem #774c3e ;color:#ffffff;padding-top:0.568125rem;padding-right:0.514375rem;padding-bottom:0.568125rem;padding-left:0.514375rem;display:block;align-items:center;width:3.0825rem;min-width:3.0825rem;height:3.04875rem;position:relative;font-family:arial;font-size:2.270625rem;font-weight:400;line-height:48.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .widget-text.counter-label { background-color:;background-image:none;color:#e8e0da;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.113125rem;height:1.20375rem;position:relative;font-family:"open sans";font-size:0.851875rem;font-weight:700;line-height:19.26px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.74);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt { 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:20.4375rem;height:5.74375rem;padding-top:0.07125rem;padding-right:0.07375rem;padding-bottom:0.07125rem;padding-left:0.07375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.445556640625rem;left:20.118408203125rem;z-index:15013; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #Hi86yLLKeIAIykdei7iHVXTVaODQ73RB { display:flex;position:relative;top:0rem;left:0rem; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #aNJAbURiTDsCThmxbGgWgCXTGVaiNRhN { width:auto; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ALuLoeT3FvxTJCq0HAys2x1ZHhDd3bTC {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #qrqoUtaQfwJGPG4OIBm5b2nVJohVmGZE { display:flex;position:relative;top:0rem;left:0rem; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #rByQz9uqL7a1bUG4fy0VdbCuKUX4OuyN {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #GeMdzKNyAle3fGHFSnbsW20XdTT4Wlp2 {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #TyDOSJB9a0XKEL5D23Ng2PvRDOZfVrdX { display:flex;position:relative;top:0rem;left:0rem; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ikdTTw7pTMAucRfuoHyBHKW1FI4gKTx0 {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #oA39Q4l6RDQ1WehQdLcaxDTtKnhdyfWm {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #EbsTy1aAK8Ipbq8gJOowpqJsLXqcBAMH { display:flex;position:relative;top:0rem;left:0rem; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #FboNKCEnuRbTmAN9pXqLKae4WboiFuCf {  }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #lW0BPBJViO7JPlydvGmndS6eVuaaJsuA {  }
#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container { background-color: transparent; background-image: none; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container > .video-iframe-container { display: none; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row > .video-iframe-container { display: none; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .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); }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container { border-width: 0; border-radius: 0; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#puXoV4iPRFodXMswfkDOQ53dmJaKB7TB { color:#3f4077;display:block;width:12.749rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:5.1875rem;left:4.4375rem;height:3.7122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5DSkKT0UiGMbutm54E5RGxN10Uk8qvb { color:#3f4077;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:8.5rem;left:0.4375rem;height:4.04956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBfpHq9Ca5AATV3HBfWRQDT64CBCHPd3 { color:#3f4077;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:5.1875rem;left:21.4375rem;height:3.7122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SuoTlOBnNotJ2SoL8oLqkyU2siIElXmU { color:#3f4077;display:block;width:18.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:5.1875rem;left:40.875rem;height:3.7122875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzABUHFvJq7JeLb3MVThU1bGZQkBEKON { position:absolute;display:block;z-index:15020;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:3.6875rem;width:3.6875rem;top:9.5rem;left:27.6875rem;overflow:hidden;display:block; }
#xh8loUzgAbP0QczplrPTisDFW2kiW5yz { background-color:#3f4077;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.62425rem;height:4.1870125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.6875rem;left:15.9375rem;display:block; }
#uuCX8bMmhWEcton6hN1Gr8oJbckGph8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlWOpm1LeprX4ycXvsunZEypB7Cfm3MC { color:#3f4077;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:1.134033203125rem;left:2.326904296875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { border-width: 0; border-radius: 0; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { background-color: transparent; background-image: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .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); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { border-width: 0; border-radius: 0; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:2.454833984375rem;left:28.15673828125rem;overflow:hidden;display:block; }
#KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0187530517578rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { color:#774c3e;display:block;width:50.625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5107421875rem;left:4.6875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:60rem;position:relative;display:block; }#tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.125rem;width:21.6875rem;top:0.968017578125rem;left:38.00048828125rem;overflow:hidden;display:block; }
#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:#774c3e;display:block;width:37.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:0.968017578125rem;left:0rem;height:28.3418125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEreIuUy80SemkxxiiWr2nUOIR6RmfM3 { color:#774c3e;display:block;width:59.812rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:30.257568359375rem;left:0rem;height:22.2685375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TxTJT3tpiEgqzufLETnJBxb33WT8p85V { position:absolute;display:block;z-index:15007;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:5.49926875rem;width:20.5603125rem;top:61.625rem;left:19.6875rem;overflow:hidden;display:block; }
#ZZJtRbLg5rtclG7FKnJPspyZgX6M0rel { color:#3f4077;display:block;width:39.624rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.875rem;left:10.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kW6bMm9AEp9ztARoeHU61s44lUgTpSBH { box-sizing:content-box;height:14.5rem;width:49.75rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:54rem;left:5.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(0,0,0,0.5) ;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acbca91e-da28-496d-b723-a7473ad8ece8/Projektbeznazwy29.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi.adaptive-delivery-prevent-bg, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyload, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyloading { background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi::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; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:#774c3e;display:block;width:25.1245rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.375rem;left:2.875rem;height:3.9807125rem;font-style:normal;display:block; }
#qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { color:#774c3e;display:block;width:21.8103125rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:35.3125rem;height:2.51855625rem;font-style:normal;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:#774c3e;display:block;width:26.1875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:26.4375rem;left:3.0625rem;height:6.75rem;font-style:normal;display:block; }
#HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { color:#774c3e;display:block;width:24.74975rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:26.4375rem;left:35.3125rem;height:4.049575rem;font-style:normal;display:block; }
#n3KRFTGZwcf4ar6KHZoTS6zkMbER3Aeu { background-color:#3f4077;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.874rem;height:7.68675rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.965087890625rem;left:6.912841796875rem;display:block; }
#JM2x5KmMVO0xtWUdbZQcVBtsCfOzPtJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBS0eFPAB0vctvTqV3d17ZaShUxeVqu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { top:2.9375rem;left:0rem;width:32.5625rem;height:9.4193153343344rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:14.5625rem;left:0rem;width:47.125rem;height:12.1875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-regular-label { display:block;width:35.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text { width:35.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-textarea { width:35.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select { width:35.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-button { width:35.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-checkbox-label { width:34.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe  { width:35.5rem;height:auto;top:8.3125rem;left:9.75rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .radio-container { width:35.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe {display:block;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe { width:35.5rem;height:auto;top:8.3125rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #m3SN1ZQRu3vP7lQUORcJ5QZ9IPKaN684 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #R1SJgcOC8qX1TM40wwG0ucDN4qcBP9i3 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZJIadA1ETEnmvTx4Gno7nZRw8idLqwoD {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #sQrnCImK65R9T5vOKwizpk4R1U6IMkL1 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cuIUDWWZRQgm2GcaH9CrTgN3F4L8RMx6 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZHd7kgZlMggzt5L34WT6PqF86D9T5uh1 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #TfXTWcABaTU3EpTQ4mf0PqfuKv4yak1i {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #yXv2yfywkNAmwyWbSSIroXuENc7z3f7p { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #XTlc4omzLiTUyCTm5GDvR9IcfT1Lbah7 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #V18fRqDDWvZITFTTmXuhKT2mW9rDZpSW {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #E0M0pkARbROMeZpLPwHPHFcBKnZEIBKF { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rCdZUTQqkK6TUw6vX4qQKLmrVPqAClts {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rIGOzykb8lJv6G7PT1PUNsrmW1bcMeIa {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #c4iQXgk89SxCmSPMquhgDovVHtDtQbie {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #pEGNcDQM665ShRmuclMmawM3V5AP7aHv {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i04gpIepv0mzFk5KRoHGhSBB3TBaJylM {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZKw1l9JJqPRp1aRmNHEUu4gxOET6KHqT {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZFZmhhsQKuDO1uI5Wb7V65WJ2dfLsxtA {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #FhOeIcRON2BHylG1E27WeeT3htovPHVS {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cRp5PSXcqCsQLC5o6cNibkcg1uzk123J {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cy0ndXQRwdTKTGtxD2Chg0Hv0dzFplvf {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #wXgf5DkCfP4QBsMrkhrz6arviFLCdlRq {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #EJaVerpNhKiKCGJdw2JayJyUNWk62oGn {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vThBAEXKirC7CLA9QvOqOPRTqDPUnVCD {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ONOH6WvIxdKqkxmfQrQcNFfbqwiVo3Dd {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #mcNAiF7TaPBg0ohWgOk53dwLtOFINk0S { z-index:15000; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i1Ns3bLRJiK5e24Xr0QtyvAbylGZ5CPA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rp3BUUufrbiHiB4Jz7kB7ckhLfgmL8Za {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vlmtn3O9WcgyIOWcNWqM9IlRSTyemzz4 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #JUXcGkN37B1asRvcknr2a4OqNJRQISiB {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #N3IJiDHqd5xXRZXtAFXaOZ6e2VONwGsd {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Cgkrc9drgIaI5SRKbpQcrdTC4RTEi5Wv { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #gKAONW6QeTuK74uvRadvKihTaHpdzmXO {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #suLKBW0JvpQwnH3NLXHnrW56zwT93TrL {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #IC9Ccrs2qAol05XWSf6dabsutgtUMyUf { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #SMo7RAek8VQTO2AIcEnpq8dSoDTzSx3c {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Zl1JF1ciAcM8kZKBNbrtu6DvOBb3GIiM {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cEOiCRqyX58JVny1qPdrmiCZbEHDf8o2 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #evAv3pxZRZ0VuCKRnFHrfuk304zTCRZu {  }
 }@media only screen and (max-width: 763px) { #rIEJuXC55DR2Ty9usK9i0Za2qtLbFz4r { top:2rem;left:9.375rem;width:38.375rem;height:74.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6LVmAK2FuUKJJTkyhvFbTkwu71c5zHa { top:46.125rem;left:0rem;width:38.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUM3TppoGKgOTRTqmwvOdGHQTkpWVTa { top:48.5rem;left:0rem;width:23.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6ecTINJEfS3S5V640oRoPpLTGrpOF3 { top:52.3125rem;left:0rem;width:31.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHZpAqGPCGaVIN7T9zVeDBk9Iiu9DT0S { top:3.4375rem;left:13.5rem;width:34.25rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzplfa4BLAZgtFiSV5F5EVTx2z53IZ9Z { top:6rem;left:10.0625rem;width:37.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuhFBlhEdsgWQbxJ8VKFbflnbvo4VD5p { top:55rem;left:0rem;width:31.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTxSkpaPgET4BvSH9wCcxSZd4lmD3mp { top:57.6875rem;left:0rem;width:31.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoDGAOQTTvWzVK1OBlb0cfoPVV6o719F { top:60.25rem;left:0rem;width:31.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP5Gb5vsnENHIXuFzmScChzV9lx7aI4H { top:30.25rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvxP7uRclA1gzDJGP8rl0uTFfmaOouI { top:63.1875rem;left:0rem;width:31.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpB9KaIQTuFVFvAe74ZMD9SFX1KucT7 { top:93.5625rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbRdC8GvWhXBWGB69Z2hKbGZnuxEGfZ { top:79.3125rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-textarea { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-button { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-checkbox-label { width:35.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt  { width:45.25rem;height:auto;top:82.625rem;left:0rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .radio-container { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt {display:block;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt { width:45.25rem;height:auto;top:82.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #BxZ5GK9bV67wlhzvZS6wnr06k4xBE1Qg {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #DUvywd3bL4c0m1Bx1qwHOLtFUnB2mS4l {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wp2eCXMwVDlDxx442l3yvCm5lQVKAENg {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #elR2T7l4xMlyl9Q80XycbhCkagPu6ZEH {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wipbtpBrrkhDfN9Fd7ulF6d5QHQwPnhc {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #hlfSG2uAuWhdOLs70O1xEqU5hI6FplVl {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #KJ5RERfnxdXwk5wxpUvC0xOkvTiWqZNJ {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #SB6JU34Tyxg1hNsiXtfVIx9uZU2GnFTQ {  }
 }@media only screen and (max-width: 763px) { #WoHEl73bLdcMdcePldSwHp9Ou7LEe5Nr { top:80.4375rem;left:0.2685546875rem;width:34.0625rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:17.25rem;height:4.1875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #I6GuIU0zvceaqK8kvTKMZxUp953FFgWB { width:15.9375rem;height:4.125rem;top:12.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi4PsiivVK1TIc9cStT6CB7onCQpK6M { display:block; }
 }@media only screen and (max-width: 763px) { #fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { width:15.5625rem;height:4.1875rem;top:12.6875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .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; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .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; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:13.5546875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Ee1k7TVQN0hX1TPes0Gus0PTH9KrT6pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #JzmE5XekZwH04VCgqOFAtADTiRmkFCws {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #NuFuCABlgm9TREU28XIh8C1VRkFTqPQs {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Fqmml7GTqDPTF84510T5tvpEHU6wbLyq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #h3bVXSR41COaF7cG4FDTbNpQcCyVL3yQ {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #irJmACrA5C4AkxLCJeTTllFPc57egQIb {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #LzkdTUyk6grKVxuC7QmrUQtZ21WrBBCw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #hKZ7pSfgxrkSV2ng07QUz4QpyHWRmbfO {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #lAvsTIHLXZ7ZJrlpqi27uc91FnOrwexn {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Jv2dnOrJiAGdTfSES0LhPtWh22rtNlCL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #AXIcSvOaVHCrErpA2qaqvG3GhWiEnAzt {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #ZAvfvAmAcd58a4oHVb788fz0JhdNtT3H {  }
 }@media only screen and (max-width: 763px) { #bJr3CBQd0hrVyRteATNNfd2ZtpTV7MuN { top:3rem;left:3.060546875rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2mOVlRtpTBoWeNJu6oSou617UGBCQB { display:block; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsIPVUGyeyIzGcXzZytKvFPeaSMytbKu { width:17.25rem;height:4.1875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0mvmrKZAX3RFbEvywKVlbMyOUt03Ga { display:block; }
 }@media only screen and (max-width: 763px) { #XfSZCpAP52Z8WXquxnGLzUHo0TNzn7MK { width:15.9375rem;height:4.125rem;top:3.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEl7zUk38ORKXk93QiPTKHMTMBkTy2NC { display:block; }
 }@media only screen and (max-width: 763px) { #Z9ePkXGukiX513TIfFWRgHX6Te9z7JsS { width:15.5625rem;height:4.1875rem;top:3.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRkvugQKyCXdRkxgSFvUcFz57I1XrMdU { display:block; }
 }@media only screen and (max-width: 763px) { #MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 { display:block; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geOvq0tNsEUvGQRXwQ9uayBSawAK6CJh { top:1.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P55ywVw3rFoN0Eo5TM9kLtKAEnDbpQFB { top:7.3125rem;left:0rem;width:47.75rem;height:26.768782792776rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { top:4.375rem;left:0rem;width:30rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { top:4.375rem;left:18.875rem;width:28.875rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU60puyyeuHVvZZfitWtI9pqyUSVLsPs { width:14.0625rem;height:4.125rem;top:20.125rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb2DzyJmx49auUT5plzSXhRDAAnd8aP9 { display:block; }
 }@media only screen and (max-width: 763px) { #nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z { display:block; }#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzksykQWZzP3XGU43KyT2t8e2MqncMtB { top:4.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfpZ5ecu55MkvOD9hh4I80sSMNl8T23Q { top:12.6875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1bWf06mTddn2sHx1bhXzup5dMf2hxc { top:25.625rem;left:13.9375rem;width:19.875rem;height:5.2331445456398rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:4.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIniOBWvhKVA538rszPVeNZ4ITSELQ60 { top:2.1875rem;left:22.03173828125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL { display:flex;height:auto;width:27.8125rem;top:14rem;left:4.1171875rem; }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #IeuKSZRXdpfzECQdqMxIaCOE2KQABTCN {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #fQB4dihaN7PqsrVvu2UrbwXquCmbd9ds {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #gUlNI4s3lJaRGNRtSHBLfZAQtCVfJnWm {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Pl5Zfb91g1MNlu4RTsGwhnHfP7b9K1cZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #nIpDywPXeh1TTqhT2J4ISll4qdZGoSMo {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #t6UM6GdZDdUNiOpMwd65fUktZ62ChJgx {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #ArldC41eBbQaGTFNsTB5RUZBlypNmrae {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #s4m4RW9bW4qoBZSTi7TJVhBDFRBVTOiL {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #V1UbQEq504oDKLBln6T6NpRNZpR1qOnr {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #PsbXqXiqF7lp9NfV9gPN8FxuTdtnWplb {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DlQK6BGVIRAGT3oM9X1dSwhJhsc7kxtt {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #e2bQTFodJq3XqM71TXVgXkphXkgNMZuZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #yyK27rvHPqBrXzv5b5xMNLSfp71w1TxS {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #tAmrgJMp3APftkHiL73ovwFMqqJ29cR2 {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #LBlC532Z1MqvxgeqX56hRG8AZ1ZpmNRZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #kcB0L94hu19rlQf9tOiEta9AFLVxC25Z {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #TT0U9d7vnOBpKRpxft4PsTWyFQb0uMbe {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Kq7wbeWEtgggMrbNbiAv0rkhZGklfe3Z {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #FlGS0q2ubBkZNXtbP0KerXoRoNNTlVXT {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #JTsOqO0SA4oFXhppFUUupnyhdRgmanAc {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Qe2TLmKBuNb88eKZAkelJyD2evRVhf7T {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #UyVf48Afl21Xc8KTqwsc9XG9kSNCu0nu {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #BgOSQXTfA1A6G935Nt1Li84r4EZdG8QM {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DTAXVFUJuiKiRfDb51bkcnu4BV6s9pix {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #W2ftvzbg6GfbIf3SvhvBoIURZ4FXmMQi {  }
 }@media only screen and (max-width: 763px) { #b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z { display:block; }#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piCTf17Crmdhh3wK2HMuxnyaDlE2tN64 { top:4.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQiO2u9DEbpnwbm4wx3Sl2uihzIoNox { top:2.1875rem;left:22.03173828125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnsALN5LRuxgWnrBGeq6QhwCT3SL2Nu { top:1.625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhXRbESkhOhTF3owHliUia2pWDeJ0G7h { top:5.9375rem;left:0rem;width:15.5rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ { top:11.5625rem;left:11.68505859375rem;width:3.75rem;height:3.75rem;display:block; }
#qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #fTZ9Fpdg7E8PV7gH3JSb6VeX285c73JI { top:1.625rem;left:0rem;width:39.6875rem;height:12.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 { display:block; }#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEBTRJ8B9fuwRxHWIF5ck1G2a7Z04uEM { top:0rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCUE0cmikuK1X63sb5PL39SZTd5q2kpa { top:11.625rem;left:11.6875rem;width:3.75rem;height:3.75rem;display:block; }
#sCUE0cmikuK1X63sb5PL39SZTd5q2kpa > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #sVTIJXmfkZQS5xloiKyxb6sd3nENgPL1 { top:1.625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7DBN0TwMzsQl1PptltbbAHGTznpqREF { top:7.4375rem;left:0rem;width:16.125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8bMMcPzml6ohkXuMkmc7vG0ayJNHO9p { top:1.8125rem;left:0rem;width:39.6875rem;height:14.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnkQWThKW7EDbM0weOuJPTNp7e1DckUh { display:block; }#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUTxz4Qmx4PzDfzAe6puPU8ViMRg0dSK { top:0rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWZiyvu449kNENfRAchTeDDMxF8zFpbw { top:11.625rem;left:11.625rem;width:3.75rem;height:3.75rem;display:block; }
#kWZiyvu449kNENfRAchTeDDMxF8zFpbw > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #HkNhXfBACr2gKGzIR4mSc4TsTTKKDTLq { top:1.625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6G0iE1znbDmuZimfK2lLrIgXRMflqC { top:5.9375rem;left:0rem;width:14.4375rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPBXIV9ayeKNtg9xpzETaB0VTy03iIU { top:1.5625rem;left:0rem;width:39.6875rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLvaLA3STI21Gcms3R2ra0uZ41SxNsBx { top:0rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ { top:11.4375rem;left:10.9375rem;width:3.75rem;height:3.75rem;display:block; }
#cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #lpWwF2oIiwJeozl0FyKS3ocEB4qowFmu { top:1.75rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuD7UZGwZya36T2T3VzT0EaNoIZSnPiI { top:6.625rem;left:0rem;width:16.125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2s7IlRkRJvtJ0ZDchMq2Q8NN03dFE5N { top:0.875rem;left:0rem;width:39.6875rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i { display:block; }#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUyNEQn3Uazgip79rKnIifz6XG5WGTEk { top:0rem;left:0rem;width:18.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 { top:11.4375rem;left:10.9375rem;width:3.75rem;height:3.75rem;display:block; }
#Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #wArX2vAZptMnTQmg0w13TLr8VP8k792y { top:1.6875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGtPuCTJRwWtgKv80ChVPnxxx1W8ILTe { top:5.8125rem;left:0rem;width:16.125rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFbaTFKN71wOx2X6oxnh33JGsZiL6ODL { top:0.875rem;left:0rem;width:39.6875rem;height:12.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCAwmQDMIty2N8dZALUWDo0rZROSnyA { top:14.75rem;left:17.1875rem;width:14.5rem;height:3.7340978934537rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { top:3.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { top:2.3125rem;left:22.03173828125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { display:block; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { top:0rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKIpGTcFL38sMtT57smozbRT2QVEFb3h { top:7rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctOlOiJGyHTqublz1f4HT9JuRAF48yr { top:14rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { top:21.3125rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2ThJqR4a9qCIS44bFJeBiHK3QAstGe { top:2.0625rem;left:8.436767578125rem;width:3.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iouk7ZxQrDnueLDsBJKcGhbTvsXdfI3X { top:9.0625rem;left:8.37451171875rem;width:3.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR9NX39AgZggCzFDBdodfRdCWODFouzv { top:16.0625rem;left:8.436767578125rem;width:3.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7qOSfC2M0UBttMHSdiH30nS1MrsXTR0 { top:23.4375rem;left:8.37451171875rem;width:3.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { top:1.0625rem;left:12.875rem;width:34.875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { top:7.375rem;left:9.25rem;width:38.4375rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7AkAeMTtqrgA7eT7O37c6rDJkOCOUUJ { top:13.9375rem;left:9.3125rem;width:38.4375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is1quwREWmacNwyai3gdvHJSGyuMx1Zq { top:22.375rem;left:3.0625rem;width:44.6875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogoeZJPzv3czEKv4hvwcIf6lcPh6BuM { top:28.6875rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2isy4W6J2MmgC4TK5Ord4Z097xLpwVd { top:30.75rem;left:8.343994140625rem;width:3.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJGRO00ZmAvnMEqt4TPxG68lyziss8G { top:29.625rem;left:7.999755859375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFtJCN79pr0gzqewXZLDxVEo4imRJgq { top:29.75rem;left:5.5625rem;width:42.1875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { display:block; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3g09XHrWucc6LakhvKFUWfqoe0u8fKk { top:13.4375rem;left:0rem;width:12.6875rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oofl4dqFPry8QeHxrp036MW7ZRHx6n9G { top:16.75rem;left:0rem;width:20.8125rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvU44qA6s7Ho3hnHKiy4Z7yXtTEcWhGG { top:13.4375rem;left:15.0615234375rem;width:16.25rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmiuOdEmOIrXnuDqKaMuUGkSxkuN8Wx { top:13.4375rem;left:29.125rem;width:18.625rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOWyhPAWGQzL4PrK8zdbaiWExV2NrbTP { top:17.8125rem;left:21.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { width:28.5625rem;height:4.125rem;top:21.9375rem;left:9.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block; }
 }@media only screen and (max-width: 763px) { #RiekHy6t2CLdwq3M4zE4RBS7TwkK8N0e { top:1.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .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; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .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; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:13.5546875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #Hi86yLLKeIAIykdei7iHVXTVaODQ73RB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #aNJAbURiTDsCThmxbGgWgCXTGVaiNRhN {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ALuLoeT3FvxTJCq0HAys2x1ZHhDd3bTC {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #qrqoUtaQfwJGPG4OIBm5b2nVJohVmGZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #rByQz9uqL7a1bUG4fy0VdbCuKUX4OuyN {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #GeMdzKNyAle3fGHFSnbsW20XdTT4Wlp2 {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #TyDOSJB9a0XKEL5D23Ng2PvRDOZfVrdX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ikdTTw7pTMAucRfuoHyBHKW1FI4gKTx0 {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #oA39Q4l6RDQ1WehQdLcaxDTtKnhdyfWm {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #EbsTy1aAK8Ipbq8gJOowpqJsLXqcBAMH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #FboNKCEnuRbTmAN9pXqLKae4WboiFuCf {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #lW0BPBJViO7JPlydvGmndS6eVuaaJsuA {  }
 }@media only screen and (max-width: 763px) { #PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W { display:block; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puXoV4iPRFodXMswfkDOQ53dmJaKB7TB { top:5.1875rem;left:0rem;width:12.6875rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DSkKT0UiGMbutm54E5RGxN10Uk8qvb { top:8.5rem;left:0rem;width:20.8125rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfpHq9Ca5AATV3HBfWRQDT64CBCHPd3 { top:5.1875rem;left:15.3125rem;width:16.25rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuoTlOBnNotJ2SoL8oLqkyU2siIElXmU { top:5.1875rem;left:29.0625rem;width:18.6875rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzABUHFvJq7JeLb3MVThU1bGZQkBEKON { top:9.5rem;left:21.5625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh8loUzgAbP0QczplrPTisDFW2kiW5yz { width:28.5625rem;height:4.125rem;top:13.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuCX8bMmhWEcton6hN1Gr8oJbckGph8G { display:block; }
 }@media only screen and (max-width: 763px) { #BlWOpm1LeprX4ycXvsunZEypB7Cfm3MC { top:1.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { top:2.4375rem;left:22.03173828125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { top:5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { top:8.5rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { top:0.9375rem;left:25.375rem;width:21.6875rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:0.9375rem;left:0rem;width:37.5rem;height:28.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEreIuUy80SemkxxiiWr2nUOIR6RmfM3 { top:30.25rem;left:0rem;width:47.75rem;height:22.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTJT3tpiEgqzufLETnJBxb33WT8p85V { top:61.625rem;left:3.375rem;width:20.5rem;height:5.4831369598589rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJtRbLg5rtclG7FKnJPspyZgX6M0rel { top:54.875rem;left:0rem;width:39.5625rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW6bMm9AEp9ztARoeHU61s44lUgTpSBH { top:54rem;left:0rem;width:47.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:21.375rem;left:0rem;width:25.0625rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { top:22.125rem;left:26rem;width:21.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:26.4375rem;left:0rem;width:26.125rem;height:6.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { top:26.4375rem;left:23.0625rem;width:24.6875rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KRFTGZwcf4ar6KHZoTS6zkMbER3Aeu { width:45.8125rem;height:7.625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM2x5KmMVO0xtWUdbZQcVBtsCfOzPtJr { display:block; }
 }@media only screen and (max-width: 763px) { #MBS0eFPAB0vctvTqV3d17ZaShUxeVqu1 { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:rgba(0,0,0,0);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;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:134.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { width:15.125rem;height:4.375rem;top:0.68603515625rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:16.875rem;height:4.3286625rem;top:5.06103515625rem;left:1.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1;overflow:hidden;height:2.6875rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe  { width:17.5rem;height:auto;top:23rem;left:0rem; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.1;font-weight:400;font-style:normal; }
#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe {display:block;}#u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe { width:17.5rem;height:auto;top:23rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #m3SN1ZQRu3vP7lQUORcJ5QZ9IPKaN684 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #R1SJgcOC8qX1TM40wwG0ucDN4qcBP9i3 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZJIadA1ETEnmvTx4Gno7nZRw8idLqwoD {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #sQrnCImK65R9T5vOKwizpk4R1U6IMkL1 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cuIUDWWZRQgm2GcaH9CrTgN3F4L8RMx6 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZHd7kgZlMggzt5L34WT6PqF86D9T5uh1 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #TfXTWcABaTU3EpTQ4mf0PqfuKv4yak1i {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #yXv2yfywkNAmwyWbSSIroXuENc7z3f7p { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #XTlc4omzLiTUyCTm5GDvR9IcfT1Lbah7 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #V18fRqDDWvZITFTTmXuhKT2mW9rDZpSW {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #E0M0pkARbROMeZpLPwHPHFcBKnZEIBKF { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rCdZUTQqkK6TUw6vX4qQKLmrVPqAClts {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rIGOzykb8lJv6G7PT1PUNsrmW1bcMeIa {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #c4iQXgk89SxCmSPMquhgDovVHtDtQbie {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #pEGNcDQM665ShRmuclMmawM3V5AP7aHv {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i04gpIepv0mzFk5KRoHGhSBB3TBaJylM {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZKw1l9JJqPRp1aRmNHEUu4gxOET6KHqT {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ZFZmhhsQKuDO1uI5Wb7V65WJ2dfLsxtA {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #FhOeIcRON2BHylG1E27WeeT3htovPHVS {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cRp5PSXcqCsQLC5o6cNibkcg1uzk123J {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cy0ndXQRwdTKTGtxD2Chg0Hv0dzFplvf {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #wXgf5DkCfP4QBsMrkhrz6arviFLCdlRq {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #EJaVerpNhKiKCGJdw2JayJyUNWk62oGn {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vThBAEXKirC7CLA9QvOqOPRTqDPUnVCD {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #ONOH6WvIxdKqkxmfQrQcNFfbqwiVo3Dd {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #mcNAiF7TaPBg0ohWgOk53dwLtOFINk0S { z-index:15000; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #i1Ns3bLRJiK5e24Xr0QtyvAbylGZ5CPA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #rp3BUUufrbiHiB4Jz7kB7ckhLfgmL8Za {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #vlmtn3O9WcgyIOWcNWqM9IlRSTyemzz4 { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #JUXcGkN37B1asRvcknr2a4OqNJRQISiB {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #N3IJiDHqd5xXRZXtAFXaOZ6e2VONwGsd {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Cgkrc9drgIaI5SRKbpQcrdTC4RTEi5Wv { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #gKAONW6QeTuK74uvRadvKihTaHpdzmXO {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #suLKBW0JvpQwnH3NLXHnrW56zwT93TrL {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #IC9Ccrs2qAol05XWSf6dabsutgtUMyUf { display:block; }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #SMo7RAek8VQTO2AIcEnpq8dSoDTzSx3c {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #Zl1JF1ciAcM8kZKBNbrtu6DvOBb3GIiM {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #cEOiCRqyX58JVny1qPdrmiCZbEHDf8o2 {  }
 }@media only screen and (max-width: 763px) { #u1f8e4nFBuvJcTGWzgLQhCpPRGn49OEe #evAv3pxZRZ0VuCKRnFHrfuk304zTCRZu {  }
 }@media only screen and (max-width: 763px) { #rIEJuXC55DR2Ty9usK9i0Za2qtLbFz4r { width:20rem;height:76.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6LVmAK2FuUKJJTkyhvFbTkwu71c5zHa { width:20rem;height:14.4375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUM3TppoGKgOTRTqmwvOdGHQTkpWVTa { width:13.93675rem;height:1.54310625rem;top:95.6875rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6ecTINJEfS3S5V640oRoPpLTGrpOF3 { width:16.25rem;height:1.13769375rem;top:97.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHZpAqGPCGaVIN7T9zVeDBk9Iiu9DT0S { width:20rem;height:3.08620625rem;top:16.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzplfa4BLAZgtFiSV5F5EVTx2z53IZ9Z { width:18.49975rem;height:3.8994125rem;top:19.875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuhFBlhEdsgWQbxJ8VKFbflnbvo4VD5p { width:16.875rem;height:1.13769375rem;top:100.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTxSkpaPgET4BvSH9wCcxSZd4lmD3mp { width:13.9355625rem;height:1.13769375rem;top:102.08740234375rem;left:1.591796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoDGAOQTTvWzVK1OBlb0cfoPVV6o719F { width:12.8125rem;height:1.13769375rem;top:104.375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP5Gb5vsnENHIXuFzmScChzV9lx7aI4H { width:20rem;height:2.75rem;top:10.2001953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zqvxP7uRclA1gzDJGP8rl0uTFfmaOouI { width:12.6875rem;height:1.13685625rem;top:106.36328125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpB9KaIQTuFVFvAe74ZMD9SFX1KucT7 { width:20rem;height:1.75rem;top:128.30926513672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbRdC8GvWhXBWGB69Z2hKbGZnuxEGfZ { width:20rem;height:17.0625rem;top:110.5000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.0625rem;overflow:hidden;height:auto; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-textarea { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .widget-checkbox-label { width:8.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt  { width:17.5rem;height:auto;top:113.26293182373rem;left:0rem; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt .radio-container { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt {display:block;}#FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt { width:17.5rem;height:auto;top:113.26293182373rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #BxZ5GK9bV67wlhzvZS6wnr06k4xBE1Qg {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #DUvywd3bL4c0m1Bx1qwHOLtFUnB2mS4l { display:block; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wp2eCXMwVDlDxx442l3yvCm5lQVKAENg {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #elR2T7l4xMlyl9Q80XycbhCkagPu6ZEH {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #wipbtpBrrkhDfN9Fd7ulF6d5QHQwPnhc { display:none; }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #hlfSG2uAuWhdOLs70O1xEqU5hI6FplVl {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #KJ5RERfnxdXwk5wxpUvC0xOkvTiWqZNJ {  }
 }@media only screen and (max-width: 763px) { #FGuuszl4LtSmnGkyU8eKDlcUvEVTwcUt #SB6JU34Tyxg1hNsiXtfVIx9uZU2GnFTQ {  }
 }@media only screen and (max-width: 763px) { #WoHEl73bLdcMdcePldSwHp9Ou7LEe5Nr { width:20rem;height:2.11206875rem;top:112.57542800903rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:15.9375rem;height:2.8125rem;top:11.5rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #I6GuIU0zvceaqK8kvTKMZxUp953FFgWB { width:15.9375rem;height:2.8125rem;top:19.5625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi4PsiivVK1TIc9cStT6CB7onCQpK6M { display:block; }
 }@media only screen and (max-width: 763px) { #fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { width:11.1865rem;height:2.8125rem;top:15.4375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .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; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t .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; }
#yBleK6dXpHadIlNh9MlhggPr1MzHEf7t { width:18rem;height:5.0625rem;display:flex;top:5.311279296875rem;left:0.92529296875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Ee1k7TVQN0hX1TPes0Gus0PTH9KrT6pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #JzmE5XekZwH04VCgqOFAtADTiRmkFCws {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #NuFuCABlgm9TREU28XIh8C1VRkFTqPQs {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Fqmml7GTqDPTF84510T5tvpEHU6wbLyq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #h3bVXSR41COaF7cG4FDTbNpQcCyVL3yQ {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #irJmACrA5C4AkxLCJeTTllFPc57egQIb {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #LzkdTUyk6grKVxuC7QmrUQtZ21WrBBCw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #hKZ7pSfgxrkSV2ng07QUz4QpyHWRmbfO {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #lAvsTIHLXZ7ZJrlpqi27uc91FnOrwexn {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #Jv2dnOrJiAGdTfSES0LhPtWh22rtNlCL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #AXIcSvOaVHCrErpA2qaqvG3GhWiEnAzt {  }
 }@media only screen and (max-width: 763px) { #yBleK6dXpHadIlNh9MlhggPr1MzHEf7t #ZAvfvAmAcd58a4oHVb788fz0JhdNtT3H {  }
 }@media only screen and (max-width: 763px) { #bJr3CBQd0hrVyRteATNNfd2ZtpTV7MuN { width:20rem;height:2.59765625rem;top:1.871337890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2mOVlRtpTBoWeNJu6oSou617UGBCQB { display:block; }#mD2mOVlRtpTBoWeNJu6oSou617UGBCQB > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsIPVUGyeyIzGcXzZytKvFPeaSMytbKu { width:15.9375rem;height:2.8125rem;top:1.125rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0mvmrKZAX3RFbEvywKVlbMyOUt03Ga { display:block; }
 }@media only screen and (max-width: 763px) { #XfSZCpAP52Z8WXquxnGLzUHo0TNzn7MK { width:15.9375rem;height:2.8125rem;top:9.1875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEl7zUk38ORKXk93QiPTKHMTMBkTy2NC { display:block; }
 }@media only screen and (max-width: 763px) { #Z9ePkXGukiX513TIfFWRgHX6Te9z7JsS { width:11.1865rem;height:2.8125rem;top:5.0625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRkvugQKyCXdRkxgSFvUcFz57I1XrMdU { display:block; }
 }@media only screen and (max-width: 763px) { #MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 { display:block; }#MA073xJZcAcOEqTVfz5gN4Hxk9swwpu4 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geOvq0tNsEUvGQRXwQ9uayBSawAK6CJh { width:20rem;height:3.8994125rem;top:1.871337890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P55ywVw3rFoN0Eo5TM9kLtKAEnDbpQFB { height:11.212055620011rem;width:20rem;top:7.017825390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { width:17.5rem;height:11.6875rem;top:27.211458206177rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { width:20rem;height:17.9931375rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UU60puyyeuHVvZZfitWtI9pqyUSVLsPs { width:14.0625rem;height:4.125rem;top:40.147693359375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb2DzyJmx49auUT5plzSXhRDAAnd8aP9 { display:block; }
 }@media only screen and (max-width: 763px) { #nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z { display:none; }#nBTgrnwD3GHMA9q8CVWflC9AZk8gCv3Z > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SzksykQWZzP3XGU43KyT2t8e2MqncMtB { width:20rem;height:12.994375rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfpZ5ecu55MkvOD9hh4I80sSMNl8T23Q { width:20rem;height:33.1408375rem;top:4.7875003814697rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1bWf06mTddn2sHx1bhXzup5dMf2hxc { width:19.875rem;height:5.2331445456398rem;top:39.176001953125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:1.4624rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIniOBWvhKVA538rszPVeNZ4ITSELQ60 { width:3.6875rem;height:3.6875rem;top:2.1875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-heading-text { font-size:0.9375rem;height:auto;text-align:left;text-align-last:left; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL .accordion-desc-text { font-size:0.875rem;height:auto;text-align:left;text-align-last:left; }
#aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL { display:flex;height:auto;width:17.5rem;top:6.998291015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #IeuKSZRXdpfzECQdqMxIaCOE2KQABTCN {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #fQB4dihaN7PqsrVvu2UrbwXquCmbd9ds {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #gUlNI4s3lJaRGNRtSHBLfZAQtCVfJnWm {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Pl5Zfb91g1MNlu4RTsGwhnHfP7b9K1cZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #nIpDywPXeh1TTqhT2J4ISll4qdZGoSMo {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #t6UM6GdZDdUNiOpMwd65fUktZ62ChJgx {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #ArldC41eBbQaGTFNsTB5RUZBlypNmrae {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #s4m4RW9bW4qoBZSTi7TJVhBDFRBVTOiL {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #V1UbQEq504oDKLBln6T6NpRNZpR1qOnr {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #PsbXqXiqF7lp9NfV9gPN8FxuTdtnWplb {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DlQK6BGVIRAGT3oM9X1dSwhJhsc7kxtt {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #e2bQTFodJq3XqM71TXVgXkphXkgNMZuZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #yyK27rvHPqBrXzv5b5xMNLSfp71w1TxS {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #tAmrgJMp3APftkHiL73ovwFMqqJ29cR2 {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #LBlC532Z1MqvxgeqX56hRG8AZ1ZpmNRZ {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #kcB0L94hu19rlQf9tOiEta9AFLVxC25Z {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #TT0U9d7vnOBpKRpxft4PsTWyFQb0uMbe {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Kq7wbeWEtgggMrbNbiAv0rkhZGklfe3Z {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #FlGS0q2ubBkZNXtbP0KerXoRoNNTlVXT {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #JTsOqO0SA4oFXhppFUUupnyhdRgmanAc {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #Qe2TLmKBuNb88eKZAkelJyD2evRVhf7T {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #UyVf48Afl21Xc8KTqwsc9XG9kSNCu0nu {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #BgOSQXTfA1A6G935Nt1Li84r4EZdG8QM {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #DTAXVFUJuiKiRfDb51bkcnu4BV6s9pix {  }
 }@media only screen and (max-width: 763px) { #aGIWNu7BOgTaP5IEuCFPNxtBPftLyfFL #W2ftvzbg6GfbIf3SvhvBoIURZ4FXmMQi {  }
 }@media only screen and (max-width: 763px) { #b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z { display:none; }#b7NyVJHmvikUggLTpmTKvlAp3f4F0e5z > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #piCTf17Crmdhh3wK2HMuxnyaDlE2tN64 { width:20rem;height:5.19775625rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQiO2u9DEbpnwbm4wx3Sl2uihzIoNox { width:3.6875rem;height:3.6875rem;top:2.1875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:76.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:20.1875rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnsALN5LRuxgWnrBGeq6QhwCT3SL2Nu { display:flex;width:4.25rem;height:4.25rem;top:21.43675rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #LhXRbESkhOhTF3owHliUia2pWDeJ0G7h { width:11.687rem;height:11.69675rem;top:26.93675rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ { display:flex;width:3.75rem;height:3.75rem;top:37.4592125rem;left:8.125rem; }
#qTc9XBcnJPhORIcOWqSsn6fzhTFcBaNQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #fTZ9Fpdg7E8PV7gH3JSb6VeX285c73JI { width:20rem;height:19.7925rem;top:42.45849609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 { display:none; }#IMWVHIFSFOAeCVIMXbdLDBBPMS8CdhL7 > .row .container { width:20rem;height:82.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MEBTRJ8B9fuwRxHWIF5ck1G2a7Z04uEM { width:18.1875rem;height:16.0625rem;top:42.4592125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCUE0cmikuK1X63sb5PL39SZTd5q2kpa { display:flex;width:3.75rem;height:3.75rem;top:54.083968359375rem;left:14.625rem; }
#sCUE0cmikuK1X63sb5PL39SZTd5q2kpa > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #sVTIJXmfkZQS5xloiKyxb6sd3nENgPL1 { display:flex;width:4.25rem;height:4.25rem;top:44.083968359375rem;left:1.750244140625rem; }
 }@media only screen and (max-width: 763px) { #K7DBN0TwMzsQl1PptltbbAHGTznpqREF { width:11.62475rem;height:9.7473125rem;top:45.458480078125rem;left:7.250732421875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8bMMcPzml6ohkXuMkmc7vG0ayJNHO9p { width:20rem;height:21.5918125rem;top:59.77049609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnkQWThKW7EDbM0weOuJPTNp7e1DckUh { display:none; }#nnkQWThKW7EDbM0weOuJPTNp7e1DckUh > .row .container { width:20rem;height:103.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gUTxz4Qmx4PzDfzAe6puPU8ViMRg0dSK { width:18.1875rem;height:16.0625rem;top:59.7717125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWZiyvu449kNENfRAchTeDDMxF8zFpbw { display:flex;width:3.75rem;height:3.75rem;top:72.145980078125rem;left:14.625rem; }
#kWZiyvu449kNENfRAchTeDDMxF8zFpbw > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #HkNhXfBACr2gKGzIR4mSc4TsTTKKDTLq { display:flex;width:4.25rem;height:4.25rem;top:61.411116796875rem;left:1.750244140625rem; }
 }@media only screen and (max-width: 763px) { #ST6G0iE1znbDmuZimfK2lLrIgXRMflqC { width:11.62475rem;height:9.7473125rem;top:62.592757421875rem;left:6.76611328125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPBXIV9ayeKNtg9xpzETaB0VTy03iIU { width:20rem;height:25.19044375rem;top:77.144775390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vLvaLA3STI21Gcms3R2ra0uZ41SxNsBx { width:18.1875rem;height:16.0625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ { display:flex;width:3.75rem;height:3.75rem;top:13.624267578125rem;left:14.625rem; }
#cR8Od4dNiaU3wSQkwg96JWc2upM2Q0tQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #lpWwF2oIiwJeozl0FyKS3ocEB4qowFmu { display:flex;width:4.25rem;height:4.25rem;top:3.01513671875rem;left:1.750244140625rem; }
 }@media only screen and (max-width: 763px) { #RuD7UZGwZya36T2T3VzT0EaNoIZSnPiI { width:11.62475rem;height:9.7473125rem;top:4.3994140625rem;left:6.76611328125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2s7IlRkRJvtJ0ZDchMq2Q8NN03dFE5N { width:20rem;height:25.190375rem;top:18.624267578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i { display:none; }#XNMN49QH5s2MCCSJDKhQT7ov2hBBkq7i > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUyNEQn3Uazgip79rKnIifz6XG5WGTEk { width:18.1875rem;height:16.0625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 { display:flex;width:3.75rem;height:3.75rem;top:13.624267578125rem;left:14.625rem; }
#Dpkzrq6S6T8GT5naFQ4JP8DgVcwOiFr2 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #wArX2vAZptMnTQmg0w13TLr8VP8k792y { display:flex;width:4.25rem;height:4.25rem;top:3.01513671875rem;left:1.750244140625rem; }
 }@media only screen and (max-width: 763px) { #tGtPuCTJRwWtgKv80ChVPnxxx1W8ILTe { width:11.62475rem;height:11.69675rem;top:4.3994140625rem;left:6.76611328125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFbaTFKN71wOx2X6oxnh33JGsZiL6ODL { width:20rem;height:17.9931875rem;top:18.624267578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeCAwmQDMIty2N8dZALUWDo0rZROSnyA { width:14.5rem;height:3.7340978934537rem;top:37.867455078125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.adaptive-delivery-prevent-bg, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyload, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyloading { background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:20rem;height:6.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { width:20rem;height:4.1411625rem;top:1.749267578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { width:3.686525rem;height:3.686525rem;top:0.6396484375rem;left:8.155517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { background-color:transparent;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.adaptive-delivery-prevent-bg, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyload, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyloading { background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { background-color: transparent; background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .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); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { width:6.875rem;height:6.875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKIpGTcFL38sMtT57smozbRT2QVEFb3h { width:6.875rem;height:6.875rem;top:10.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctOlOiJGyHTqublz1f4HT9JuRAF48yr { width:6.875rem;height:6.875rem;top:22.999267578125rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { width:6.875rem;height:6.875rem;top:37.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2ThJqR4a9qCIS44bFJeBiHK3QAstGe { width:3.5625rem;height:2.02514375rem;top:2.4375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iouk7ZxQrDnueLDsBJKcGhbTvsXdfI3X { width:3.5625rem;height:2.02514375rem;top:12.5625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR9NX39AgZggCzFDBdodfRdCWODFouzv { width:3.5620125rem;height:2.02514375rem;top:25.423583984375rem;left:2.467041015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7qOSfC2M0UBttMHSdiH30nS1MrsXTR0 { width:3.5625rem;height:2.02514375rem;top:39.5rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { width:10.75rem;height:7.34698125rem;top:0rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { width:10.7495rem;height:10.4957rem;top:10.12451171875rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7AkAeMTtqrgA7eT7O37c6rDJkOCOUUJ { width:11.6875rem;height:12.594825rem;top:22.310791015625rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is1quwREWmacNwyai3gdvHJSGyuMx1Zq { width:11.31225rem;height:10.4957125rem;top:37.061767578125rem;left:8.687744140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogoeZJPzv3czEKv4hvwcIf6lcPh6BuM { width:6.25rem;height:6.25rem;top:49.01123046875rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2isy4W6J2MmgC4TK5Ord4Z097xLpwVd { width:3.49975625rem;height:2.02514375rem;top:51.125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJGRO00ZmAvnMEqt4TPxG68lyziss8G { width:4.1875rem;height:4.1875rem;top:50.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFtJCN79pr0gzqewXZLDxVEo4imRJgq { width:11.4375rem;height:7.34698125rem;top:49.7900390625rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.adaptive-delivery-prevent-bg, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyload, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyloading { background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { background-color: transparent; background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .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); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { display:none; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v3g09XHrWucc6LakhvKFUWfqoe0u8fKk { width:11.0625rem;height:0;top:15.0625rem;left:4.5rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Oofl4dqFPry8QeHxrp036MW7ZRHx6n9G { width:11.0625rem;height:0;top:18.1875rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IvU44qA6s7Ho3hnHKiy4Z7yXtTEcWhGG { width:11.0625rem;height:0;top:2.3374996185302rem;left:4.46875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbmiuOdEmOIrXnuDqKaMuUGkSxkuN8Wx { width:11.0625rem;height:0;top:9.125rem;left:4.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOWyhPAWGQzL4PrK8zdbaiWExV2NrbTP { width:3.6875rem;height:3.6875rem;top:6.75rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { width:18.75rem;height:2.8125rem;top:13.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block; }
 }@media only screen and (max-width: 763px) { #RiekHy6t2CLdwq3M4zE4RBS7TwkK8N0e { width:20rem;height:4.4995125rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .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; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt .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; }
#COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt { width:18rem;height:5.0625rem;display:flex;top:7.4375rem;left:0.9375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #Hi86yLLKeIAIykdei7iHVXTVaODQ73RB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #aNJAbURiTDsCThmxbGgWgCXTGVaiNRhN {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ALuLoeT3FvxTJCq0HAys2x1ZHhDd3bTC {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #qrqoUtaQfwJGPG4OIBm5b2nVJohVmGZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #rByQz9uqL7a1bUG4fy0VdbCuKUX4OuyN {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #GeMdzKNyAle3fGHFSnbsW20XdTT4Wlp2 {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #TyDOSJB9a0XKEL5D23Ng2PvRDOZfVrdX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #ikdTTw7pTMAucRfuoHyBHKW1FI4gKTx0 {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #oA39Q4l6RDQ1WehQdLcaxDTtKnhdyfWm {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #EbsTy1aAK8Ipbq8gJOowpqJsLXqcBAMH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #FboNKCEnuRbTmAN9pXqLKae4WboiFuCf {  }
 }@media only screen and (max-width: 763px) { #COWDdm5e9IqrgSU1O8vSQeRBVW77Vszt #lW0BPBJViO7JPlydvGmndS6eVuaaJsuA {  }
 }@media only screen and (max-width: 763px) { #PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W { display:block; }#PLPu2KTQU0y6U7ZKD7cTIHEhlRLyV35W > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puXoV4iPRFodXMswfkDOQ53dmJaKB7TB { width:11.0625rem;height:0;top:15.0625rem;left:4.5rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a5DSkKT0UiGMbutm54E5RGxN10Uk8qvb { width:11.0625rem;height:0;top:18.1875rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IBfpHq9Ca5AATV3HBfWRQDT64CBCHPd3 { width:11.0625rem;height:0;top:2.3374996185302rem;left:4.46875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuoTlOBnNotJ2SoL8oLqkyU2siIElXmU { width:11.0625rem;height:0;top:9.125rem;left:4.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzABUHFvJq7JeLb3MVThU1bGZQkBEKON { width:3.6875rem;height:3.6875rem;top:6.75rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh8loUzgAbP0QczplrPTisDFW2kiW5yz { width:18.75rem;height:2.8125rem;top:9.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuCX8bMmhWEcton6hN1Gr8oJbckGph8G { display:block; }
 }@media only screen and (max-width: 763px) { #BlWOpm1LeprX4ycXvsunZEypB7Cfm3MC { width:20rem;height:6.75rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { width:3.686525rem;height:3.686525rem;top:0.82763671875rem;left:8.155517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { width:20rem;height:1.3808625rem;top:2.4365234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { width:20rem;height:4.38685625rem;top:4.51416015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { width:16.875rem;height:17.24975rem;top:24.810791015625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:20rem;height:24.2845rem;top:0rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XEreIuUy80SemkxxiiWr2nUOIR6RmfM3 { width:20rem;height:26.9827rem;top:43.061517578125rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TxTJT3tpiEgqzufLETnJBxb33WT8p85V { width:13.125rem;height:3.4375rem;top:80.8740234375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJtRbLg5rtclG7FKnJPspyZgX6M0rel { width:20rem;height:5.84914375rem;top:74.373779296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW6bMm9AEp9ztARoeHU61s44lUgTpSBH { width:20rem;height:14.5rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:#e2d9d0;background-image:none;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:1.7871125rem;top:12.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { width:20rem;height:1.4624rem;top:22.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:4.38685625rem;top:15.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { width:20rem;height:3.5996125rem;top:23.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3KRFTGZwcf4ar6KHZoTS6zkMbER3Aeu { width:18.999rem;height:3.8745125rem;top:2.91015625rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM2x5KmMVO0xtWUdbZQcVBtsCfOzPtJr { display:block; }
 }@media only screen and (max-width: 763px) { #MBS0eFPAB0vctvTqV3d17ZaShUxeVqu1 { display:flex;top:6.25244140625rem;left:11.348876953125rem;width:4.936525rem;height:4.936525rem;z-index:15013; }
 }