.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,251,236;--color-primary-1:172,210,182;--color-primary-2:116,180,134;--color-primary-3:81,161,104;--color-primary-4:23,36,27;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:160,160,160;--color-tertiary-2:26,24,25;--color-tertiary-3:9,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1c91c031-eca3-4c65-8f79-aa55e09f6155/WhatsAppImage20251104at153518_62c2fb1e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { background-color: transparent; background-image: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container > .video-iframe-container { display: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container { display: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .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); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { border-width: 0; border-radius: 0; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#VBKGETTEFoUtCOVgRqefbete3u0sBiId { position:absolute;display:block;z-index:15024;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.125rem;width:4.75rem;top:0.9375rem;left:0.875rem;overflow:hidden;display:block; }
#C2sZSuHoCa61F4TWMXrevO8gvVtdBIiT { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.9375rem;left:58.09375rem;display:block; }
#QO733kELlu4pGdOyCUWFEkdnhxE5amZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfTC3ABxrKJwQGuUac5CMAWWZowoRf4C { 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:15026;opacity:1;top:1.3125rem;left:55.03125rem; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(var(--color-tertiary-4),0.61);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:10.3095703125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.849220275879rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-form-header {  }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-regular-label { height:auto;display:block;font-family:exo;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:block;width:24.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:exo; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:block;width:24.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:exo; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:block;width:24.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:exo;font-size:0.875rem;overflow:hidden; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:24.5625rem;height:4.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:exo;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.1875rem;overflow:hidden;font-style:normal; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .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:exo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container:first-of-type{padding-top:0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container:last-of-type{padding-bottom:0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3095703125rem;left:45.9375rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-info-text { display:block;height:auto;font-family:exo;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC {display:block;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3095703125rem;left:45.9375rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #PbLkvuhczuSJnRcuxdVvBZhmyWZZWQRU { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #fH4y6lpUa2SsW4ZNmZA0fvStvvv5Vwr5 { position:relative;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ueftrN2vXaITisCpCV7FMXiRVOfQl72q { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #zgEMNCDyUJvyAp2GbU8iEVd2fPacayv3 { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #I35W4SLh2dea9TPXeVIKZ7qpWRBUJ0Vq { position:relative;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #dhAs3dOTXkKu0FZdHbDdNQ3006eMiiLv { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #u2AH2wiCFFVgiTiDTCVcUJMliRMncEnw { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #vlNF3Qi9blgMfMSCR3AtklTXSX9rckoJ { position:relative;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Fb4uAROWvme6sUzeceIL4UoZHTbJZ2o4 { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ZgzgwUC63sU5kMM8qrfIP5UwFTvcw3oK { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #CnEq13HESCWQPUTeFQGiA0c68mtlfbFg { position:relative;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #RSCHkemwsWInNSFvJGC0Swqn11ADPacm { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Met1T7gWiZuy6iSg3T6g9vvnX9yBpa0n { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #gl7xwrMCbhaQ2XM2W5bxLTXEtqwIsX9J { position:relative;display:block; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #F10pRv3HrlgFhLg5FfXowVMLBzmtVP5b { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #nV8Q5l3TIZhCCnCsAJc6Ctyoa85tCaIw { position:relative; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #hZVfv6eqySNzaZl8DCXf84DcfQMB3U7b { position:relative; }
#tVu9Eu1ywGdiB7f7XnQqqdvl4Xl2pVcZ { box-sizing:content-box;height:9.125rem;width:9.125rem;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:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.185546875rem;left:39.65625rem;display:block; }
#XNfQ7gaNOeAPfOMoRVyh7DzOV1JeMgHZ { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.841796875rem;left:39.3125rem;display:block; }
#yulUK3D7apSGdQnyC0TKERIlqVf0I2zX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:"times new roman";font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.751953125rem;left:39.5625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vvroPHrus7EvvMGBQrUbcoiP3FA6VKPs { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.72421836853rem;left:0rem;height:11.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K1ee5ttk9pxmNJDTgVl2dFoG40uE9MnV { box-sizing:content-box;height:8.5rem;width:27.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.810546875rem;left:45.9375rem;display:block; }
#RmZBd9nTzxLwCeCu5BMbRUaMEt18cBWt { color:#45760c;display:block;width:18.9375rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.3671875rem;left:50rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AB2tmTx7iPVgfyUgJLKDVii2F85VBkmc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.69140625rem;left:48.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:165rem;width:75rem;position:relative;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c8b2d47-f3f0-44b2-876f-cc49a2ce76f0/WhatsAppImage20251104at153537_ce8826ae.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.375rem;width:37.375rem;top:14.750000953674rem;left:0rem;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.adaptive-delivery-prevent-bg, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyload, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyloading { background-image: none; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-primary-3),1);display:block;width:31.25rem;position:absolute;font-family:"times new roman";font-size:4.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.12109375rem;left:20.550000190735rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASFgOTDmt5yzF3IyI16B3hCZxuRhQDeK { z-index:15003;top:35.287109375rem;left:39.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wkiqeA0qmRVMMp7eURpFI0IG96WSbcJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rybHA8QOvTWTHOC6QbJBsEl7RngdMTi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:29.92578125rem;left:39.25rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qXWmsBXdgOPX2GJcAoF0csfJSyNxSqxi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:26.025390625rem;left:39.25rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98f70a9f-d6f2-4a4e-b60b-d8fa79c17620/WhatsAppImage20251104at155424_e9d1754e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.375rem;width:37.375rem;top:52rem;left:37.5rem;display:block; }#pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X.adaptive-delivery-prevent-bg, #pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X.lazyload, #pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X.lazyloading { background-image: none; }
#LFqhVPlrtSrnHKFUlyrDqoTuOSszIZRb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:63.313282012937rem;left:1.4375rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZB65sPydCTewUIRV1EsD4adWlWRnSTk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:57.83749961853rem;left:1.4375rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOT400qu9AOV4vn2mKkA1AeD72vusGRx { z-index:15004;top:69.474220275881rem;left:1.4375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bX4b98MJlwLbN7xzsqiifXIt5ax01FGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5fd6e012-23a2-4057-b5ab-472321826467/WhatsAppImage20251104at153428_aaabe893.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.375rem;width:37.375rem;top:88.125rem;left:0rem;display:block; }#bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR.adaptive-delivery-prevent-bg, #bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR.lazyload, #bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR.lazyloading { background-image: none; }
#dah2iUy2QIVM2ZCvHaggyJ8qrwkk3Lii { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:95.962890625rem;left:39.25rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HTTTK6USkBfl3pfHRE3ZzUo88ndRL7XS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:100.6259765625rem;left:39.25rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbg97iOJEC1I7nxyX1wD8mzgsztRBVLe { z-index:15005;top:106.224609375rem;left:39.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EM5BLU5bH36oxI2SoqzrriThxcfTlGiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/00852423-61f2-4d2d-af5a-9fd54b37c5c6/bulk5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.375rem;width:37.375rem;top:124.2119140625rem;left:37.5rem;display:block; }#ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V.adaptive-delivery-prevent-bg, #ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V.lazyload, #ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V.lazyloading { background-image: none; }
#GTLTtgEvhBBxKT9lUwgQzhR6t8afWX7F { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:131.33750534058rem;left:1.4375rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JNBKIKm0MqdVvnxAAiKfIQQl6mdRZcZr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:136.37578582764rem;left:1.4375rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRSTkcQ6brtUd8GX4nyI1VXh2TJSZxy5 { z-index:15006;top:141.91172409058rem;left:1.4375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UUXcBDUgoe1C87hwWTrbzZwSg7B1Mbhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container { background-color: transparent; background-image: none; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container > .video-iframe-container { display: none; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row > .video-iframe-container { display: none; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .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); }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container { border-width: 0; border-radius: 0; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#ZU1U0xGJyZPeJo4wTA9I28LJNHAQsqW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0703125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HV6illG6EOKlsehktNrHmRGSz4i07iBb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:14rem;top:17.796875rem;left:2.4013671875rem;display:block; }
#NbTG4EJpmDxV039yDstlZvqlIMToi42W { position:absolute;display:block;z-index:15001;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.1875rem;width:6.875rem;top:11.40625rem;left:5.9638671875rem;overflow:hidden;display:block; }
#WPtgcneOCGogMXi9qXT4ACc2XRvr0T5q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.065625190735rem;left:2.6179685592651rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqN8D1MTScr7CvGOwSNWKEstzaPUOhMT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.484375rem;left:4.0576171875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h68yRQfG6DhQROX5aEgon1r0pWRT1VHG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:14.3125rem;top:18.015625rem;left:20.53125rem;display:block; }
#V4q3BeTZJ9AO7bTMtOeoFLWnCh7wc1TX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:21.484375rem;left:22.03125rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaZKPtfViKGTeTFovnKbuGaCI1pUNSp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.065625190735rem;left:20.436718940735rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8od8G6cX2g4N3r3rTzb1AzTxrAF5QdS { 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.125rem;width:6.375rem;top:10.9375rem;left:24.5rem;overflow:hidden;display:block; }
#IrxIKF6svo9flemf7VV3MnCvkcHskFHa { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:14.25rem;top:17.953125rem;left:39.34375rem;display:block; }
#kKSQZT0dctDbD03WWfrCHygmOqtHTxNb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.484375rem;left:40.25rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKNyokFk02vZ9wHCLy5beA1MKkJKITwk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.065625190735rem;left:39.281250953674rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbuT6B32Kcw1CrtXoqPoKqpkPtPrZqHp { position:absolute;display:block;z-index:15009;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.125rem;width:5.25rem;top:11.4375rem;left:43.84375rem;overflow:hidden;display:block; }
#s9Ow47oETywBqRMy3CX77bTGNx9OU9UF { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:14.3125rem;top:18.109375rem;left:57.6875rem;display:block; }
#SZOA82OXZyb6FEUxJaTXTT8ftvgSqypo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.065625190735rem;left:57.781250953674rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkCVvetxxslwpW3M1tBQW0FxQQJEQgux { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:22.140625rem;left:58.90625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6kgqoxHA4HoLE8oiBZDJ8S25axC1oFU { 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:5.9375rem;width:5.25rem;top:11.03125rem;left:62.21875rem;overflow:hidden;display:block; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UhPAuFohU3NavbATbC4aBLCqqRo3yuXE { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:3.1875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eHC9i48qLws9P2PxA4nbLooI94eMV73W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.841796875rem;left:1.125rem; }
#D79e2ONilB1JWGc7iXpEVI6dTxi1XpMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.841796875rem;left:13.4375rem; }
#XETIk9oxc3zcVx1Er56LdCbb801SN3iL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.841796875rem;left:26.875rem; }
#TPuA80yqChF74tsNCESJnlvuhh10q0kJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.841796875rem;left:40.0625rem; }
#mDfDAF9es6Gu0pTrPEou5vZuOzQTeb2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.841796875rem;left:54rem; }
#kz6XKtnOJK1BtFG0suXqhVWouK7VCaWU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:15.75rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFNFBbcdcBcZLqc5NTs0QTSbuuyT39S5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:29.1875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhoNntcirkMXXzplqsTak2PIVMafAPKc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:42.375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdWOWyd3ETOhTTe2zvwngZSPFr7lFD6C { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:56.375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container { background-color: transparent; background-image: none; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container > .video-iframe-container { display: none; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row > .video-iframe-container { display: none; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .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); }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container { border-width: 0; border-radius: 0; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#uhfE4U5VBh6gFUCcRZzVOSSWq4suABsi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.7119140625rem;left:17.875rem;height:2.1rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PedCZrMiJ2Ib508iDKspazCyKWy1GTuA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.0625rem;width:9rem;top:6.125rem;left:0.875rem;overflow:hidden;display:block; }
#k9pEXs2Z4WclvZCtoz5f92UIPeT8nRCW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:5.75rem;left:65.25rem;overflow:hidden;display:block; }
#iwC9vlDBBBbDoTf7iZLLtadKayqCGEAH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.4375rem;width:9.1875rem;top:6.9375rem;left:52.7626953125rem;overflow:hidden;display:block; }
#qIn4TdNLpwW8gJlEIixJNcxO2GoPJnJk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.5rem;width:9.0625rem;top:6.90625rem;left:42.8251953125rem;overflow:hidden;display:block; }
#BsWCqgmuS0EGDia3k0y3rSGSPS0UyRLu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.6875rem;width:7.5rem;top:7.8125rem;left:33.75rem;overflow:hidden;display:block; }
#TKgPKhx6z0n7BHHmFBqfle9p2DtSmDwd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.375rem;width:7.9375rem;top:7.96875rem;left:22.8125rem;overflow:hidden;display:block; }
#DFdOn9c7DwF0TFrov0IOhaXbxrozsUiF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.25rem;width:7rem;top:8.03125rem;left:12.6875rem;overflow:hidden;display:block; }
#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y { 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; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container { background-color: transparent; background-image: none; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container > .video-iframe-container { display: none; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row > .video-iframe-container { display: none; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .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); }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container { border-width: 0; border-radius: 0; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#FRXbPbiJ264hsvTcTlgR2FyulgirhhAd { color:rgba(var(--color-primary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.187500953674rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#WAckIOvuvRBDNXTBLmdNX1sBgtuKr4sn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:18.5rem;top:13.125rem;left:3.03125rem;overflow:hidden;display:block; }
#W0hD9F4JSFsG6oSCT0kSIeriRXgGvPcT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:15.3125rem;top:13.125rem;left:22.78125rem;overflow:hidden;display:block; }
#QTxSeCusKEWfboXcNONs3NvJ8Tl7AiPd { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:15.3125rem;top:13.125rem;left:40.34375rem;overflow:hidden;display:block; }
#o0t6cNnDka7AnLSTNBfByNPQ1w6FomLL { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:12.375rem;top:13.125rem;left:56.65625rem;overflow:hidden;display:block; }
#nxiOAxQie8582hoa886UAvExXXTGIoPl { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.5rem;top:26.25rem;left:3.03125rem;overflow:hidden;display:block; }
#v6Rv7zRyauJ2eXuWXZU7C1bfW4HaF9r3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:16.4375rem;top:26.25rem;left:22.78125rem;overflow:hidden;display:block; }
#GonadduGv1BiOZhm7zfbh5nHkWyTqFJ0 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:18.125rem;top:26.28125rem;left:40.34375rem;overflow:hidden;display:block; }
#QpwVpJVio30t3oDut7chHgwJHTts2E0p { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.8125rem;top:26.25rem;left:60.03125rem;overflow:hidden;display:block; }
#tyNCBatFxPfMdT052PTaXSqrT3b6Avfr { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:16.3125rem;top:40.8125rem;left:7.15625rem;overflow:hidden;display:block; }
#O0eE0t6ZKXCludyDMr9IWUaFkxvU6TyW { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:40.8125rem;left:24.90625rem;overflow:hidden;display:block; }
#evCpPMZ70Jb8dxFtVxE8I90dMpH2xAi6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:9.125rem;top:40.8125rem;left:38.09375rem;overflow:hidden;display:block; }
#Re2dV8n8XhI7vTJ55WpckSREs3tPtfw3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:16.25rem;top:40.875rem;left:48.46875rem;overflow:hidden;display:block; }
#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { background-color: transparent; background-image: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container > .video-iframe-container { display: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row > .video-iframe-container { display: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .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); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { border-width: 0; border-radius: 0; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#uBVmhUsuC85Tb3ovI22bTImVXJqXTPo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WK5IiCw2sgDTqvxPff8061y4B8SzPF6B { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:12.1875rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peDHoc8IUE9GlACHTVrhamblZuwOCxPL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.1826171875rem;left:39.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cte0SskuAyVL86HBh5El53rBDwZnmfpU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:27.18359375rem;left:55.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rE2nput3xhBAr0hMmsRd5k0884UnaUGn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.75rem;left:36.96875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m94Ry9BNDCFK1vxHSBNKdm6H8qo8Tqs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.3779296875rem;left:52.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uahRVwhJSVInvvggX3Kw7WLGk943GmL3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.8125rem;top:18.96875rem;left:41.96875rem;overflow:hidden;display:block; }
#WnSaL7xB88tWfZve1gnENadyQsEoRhok { position:absolute;display:block;z-index:15028;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:4.3125rem;width:4.9375rem;top:19.03125rem;left:58rem;overflow:hidden;display:block; }
#PKEVbedWkRVGLJrVb4pAW8pepqVqOzgN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.181640625rem;left:24.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xckQeboVmb1DRAdtu7hcRvuB6tPxdqds { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.75rem;left:22.09375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTxQlhhdNTDMBUhfH2loyuwq1M7ElMZm { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.75rem;left:6.21875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buaBnWwuUOt5y2CizM4eiTTE8QRidHpX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.18359375rem;left:8.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5iTLCRCtbUHFUCuUGLM0TOm8fD5XtI5 { position:absolute;display:block;z-index:15022;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:4.9375rem;width:4.9375rem;top:18.53125rem;left:27.03125rem;overflow:hidden;display:block; }
#qrvPr1Kuqd9xNPZIfkVwvd6EIde7JTDq { position:absolute;display:block;z-index:15019;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:4.875rem;width:5.3125rem;top:18.8125rem;left:10.96875rem;overflow:hidden;display:block; }
#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp { background-color:rgba(var(--color-tertiary-4),0.68);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { background-color: transparent; background-image: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container > .video-iframe-container { display: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row > .video-iframe-container { display: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .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); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { border-width: 0; border-radius: 0; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#UIviPnUS66ttWeIVmkqEnDqZZLKUOfA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:49rem;position:absolute;font-family:"times new roman";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14rem;left:13rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPzDvJHzrUJkwhn2vfphdo3XxowRL1dd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.125rem;left:23.59375rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B6pffJWQotFN8mqHqsc7W6zegLZNNlRq { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:5.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:39.4990234375rem;left:27.375rem;display:block; }
#AOF2yvOW3ZvH6fuvw6M29ivNBa0FtCNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crPUHQVrcVct6q1qVPb1sygRFzifX1QG { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:19.875rem;top:38.6865234375rem;left:28.1875rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;overflow:visible;position:relative;display:block; }#o8C7PMnA6DGM6rDcMy4WGx0TOX4oTZT9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.96875rem;left:43.435546875rem;display:block; }
#klTng3QcKJf6rHVrRfKs5I6HBNJTkzMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:2.38671875rem;left:10.3125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrwRJvsg0hogz8CmlcwVHX4hcvMVwCOt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:3.037109375rem;left:56.248046875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U8NuMb0IMXnnkqnuloRol5muBu0tkeSL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:2.427734375rem;left:29.748046875rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v5wrTnrq2ADmVHSJxCkpd3QVqefPVdNl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:10rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki { display:block; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBKGETTEFoUtCOVgRqefbete3u0sBiId { width:4.75rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2sZSuHoCa61F4TWMXrevO8gvVtdBIiT { width:15.5625rem;height:3.4375rem;top:0.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO733kELlu4pGdOyCUWFEkdnhxE5amZh { display:block; }
 }@media only screen and (max-width: 763px) { #OfTC3ABxrKJwQGuUac5CMAWWZowoRf4C { top:1.3125rem;left:41.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:44.25rem;height:;top:10.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:45.9375rem;height:1.875rem;top:28.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC  { width:24.5625rem;height:auto;top:10.25rem;left:20.6875rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC {display:block;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC { width:24.5625rem;height:auto;top:10.25rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #PbLkvuhczuSJnRcuxdVvBZhmyWZZWQRU {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #fH4y6lpUa2SsW4ZNmZA0fvStvvv5Vwr5 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ueftrN2vXaITisCpCV7FMXiRVOfQl72q {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #zgEMNCDyUJvyAp2GbU8iEVd2fPacayv3 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #I35W4SLh2dea9TPXeVIKZ7qpWRBUJ0Vq {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #dhAs3dOTXkKu0FZdHbDdNQ3006eMiiLv {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #u2AH2wiCFFVgiTiDTCVcUJMliRMncEnw {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #vlNF3Qi9blgMfMSCR3AtklTXSX9rckoJ {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Fb4uAROWvme6sUzeceIL4UoZHTbJZ2o4 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ZgzgwUC63sU5kMM8qrfIP5UwFTvcw3oK {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #CnEq13HESCWQPUTeFQGiA0c68mtlfbFg {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #RSCHkemwsWInNSFvJGC0Swqn11ADPacm {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Met1T7gWiZuy6iSg3T6g9vvnX9yBpa0n {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #gl7xwrMCbhaQ2XM2W5bxLTXEtqwIsX9J {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #F10pRv3HrlgFhLg5FfXowVMLBzmtVP5b {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #nV8Q5l3TIZhCCnCsAJc6Ctyoa85tCaIw {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #hZVfv6eqySNzaZl8DCXf84DcfQMB3U7b {  }
 }@media only screen and (max-width: 763px) { #tVu9Eu1ywGdiB7f7XnQqqdvl4Xl2pVcZ { top:1.125rem;left:26.03125rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfQ7gaNOeAPfOMoRVyh7DzOV1JeMgHZ { top:0.8125rem;left:25.6875rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulUK3D7apSGdQnyC0TKERIlqVf0I2zX { top:2.75rem;left:25.9375rem;width:9.3125rem;height:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvroPHrus7EvvMGBQrUbcoiP3FA6VKPs { width:33.5rem;height:11.4375rem;top:30.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ee5ttk9pxmNJDTgVl2dFoG40uE9MnV { top:1.75rem;left:20.6875rem;width:27.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZBd9nTzxLwCeCu5BMbRUaMEt18cBWt { top:4.3125rem;left:28.8125rem;width:18.9375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2tmTx7iPVgfyUgJLKDVii2F85VBkmc { top:7.6875rem;left:25.4375rem;width:22.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:37.375rem;height:30.375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:31.25rem;height:5.3125rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASFgOTDmt5yzF3IyI16B3hCZxuRhQDeK { top:35.25rem;left:23.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkiqeA0qmRVMMp7eURpFI0IG96WSbcJE { display:block; }
 }@media only screen and (max-width: 763px) { #rybHA8QOvTWTHOC6QbJBsEl7RngdMTi0 { width:28.625rem;height:3.125rem;top:29.875rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXWmsBXdgOPX2GJcAoF0csfJSyNxSqxi { width:28.625rem;height:2.875rem;top:26rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X { width:37.375rem;height:30.375rem;top:52rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFqhVPlrtSrnHKFUlyrDqoTuOSszIZRb { width:28.625rem;height:3.125rem;top:63.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZB65sPydCTewUIRV1EsD4adWlWRnSTk { width:28.625rem;height:2.875rem;top:57.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOT400qu9AOV4vn2mKkA1AeD72vusGRx { top:69.4375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX4b98MJlwLbN7xzsqiifXIt5ax01FGp { display:block; }
 }@media only screen and (max-width: 763px) { #bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR { width:37.375rem;height:30.375rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dah2iUy2QIVM2ZCvHaggyJ8qrwkk3Lii { width:28.625rem;height:2.875rem;top:95.9375rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTK6USkBfl3pfHRE3ZzUo88ndRL7XS { width:28.625rem;height:3.125rem;top:100.625rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbg97iOJEC1I7nxyX1wD8mzgsztRBVLe { top:106.1875rem;left:23.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5BLU5bH36oxI2SoqzrriThxcfTlGiN { display:block; }
 }@media only screen and (max-width: 763px) { #ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V { width:37.375rem;height:30.375rem;top:124.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLTtgEvhBBxKT9lUwgQzhR6t8afWX7F { width:33.875rem;height:2.875rem;top:131.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNBKIKm0MqdVvnxAAiKfIQQl6mdRZcZr { width:28.625rem;height:3.125rem;top:136.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSTkcQ6brtUd8GX4nyI1VXh2TJSZxy5 { top:141.875rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUXcBDUgoe1C87hwWTrbzZwSg7B1Mbhq { display:block; }
 }@media only screen and (max-width: 763px) { #RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv { display:block; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU1U0xGJyZPeJo4wTA9I28LJNHAQsqW7 { width:47.75rem;height:3.625rem;top:4.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6illG6EOKlsehktNrHmRGSz4i07iBb { width:14rem;height:16.5625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTG4EJpmDxV039yDstlZvqlIMToi42W { width:6.875rem;height:5.1875rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtgcneOCGogMXi9qXT4ACc2XRvr0T5q { width:13.5625rem;height:1.8125rem;top:17.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqN8D1MTScr7CvGOwSNWKEstzaPUOhMT { width:10.6875rem;height:11.8125rem;top:21.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68yRQfG6DhQROX5aEgon1r0pWRT1VHG { width:14.3125rem;height:16.125rem;top:18rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4q3BeTZJ9AO7bTMtOeoFLWnCh7wc1TX { width:11.3125rem;height:10.5rem;top:21.4375rem;left:8.4062509536744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaZKPtfViKGTeTFovnKbuGaCI1pUNSp5 { width:14.5rem;height:3.6875rem;top:17.0625rem;left:6.811718940735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8od8G6cX2g4N3r3rTzb1AzTxrAF5QdS { width:6.375rem;height:6.125rem;top:10.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrxIKF6svo9flemf7VV3MnCvkcHskFHa { width:14.25rem;height:16.25rem;top:17.9375rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSQZT0dctDbD03WWfrCHygmOqtHTxNb { width:12.4375rem;height:9.1875rem;top:21.4375rem;left:26.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNyokFk02vZ9wHCLy5beA1MKkJKITwk { width:14.375rem;height:1.8125rem;top:17.0625rem;left:25.656250953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuT6B32Kcw1CrtXoqPoKqpkPtPrZqHp { width:5.25rem;height:5.125rem;top:11.4375rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Ow47oETywBqRMy3CX77bTGNx9OU9UF { width:14.3125rem;height:16.3125rem;top:18.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZOA82OXZyb6FEUxJaTXTT8ftvgSqypo { width:14.125rem;height:3.6875rem;top:17.0625rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkCVvetxxslwpW3M1tBQW0FxQQJEQgux { width:11.875rem;height:10.5rem;top:22.125rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6kgqoxHA4HoLE8oiBZDJ8S25axC1oFU { width:5.25rem;height:5.9375rem;top:11rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:47.75rem;height:2.625rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhPAuFohU3NavbATbC4aBLCqqRo3yuXE { top:6.125rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHC9i48qLws9P2PxA4nbLooI94eMV73W { top:5.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D79e2ONilB1JWGc7iXpEVI6dTxi1XpMK { top:5.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETIk9oxc3zcVx1Er56LdCbb801SN3iL { top:5.8125rem;left:13.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuA80yqChF74tsNCESJnlvuhh10q0kJ { top:5.8125rem;left:26.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfDAF9es6Gu0pTrPEou5vZuOzQTeb2M { top:5.8125rem;left:40.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz6XKtnOJK1BtFG0suXqhVWouK7VCaWU { top:6.125rem;left:2.125rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFNFBbcdcBcZLqc5NTs0QTSbuuyT39S5 { top:6.125rem;left:15.5625rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhoNntcirkMXXzplqsTak2PIVMafAPKc { top:6.125rem;left:28.75rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdWOWyd3ETOhTTe2zvwngZSPFr7lFD6C { top:6.125rem;left:33.8125rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA { display:block; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhfE4U5VBh6gFUCcRZzVOSSWq4suABsi { width:39.25rem;height:2.0625rem;top:3.6875rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PedCZrMiJ2Ib508iDKspazCyKWy1GTuA { top:6.125rem;left:0rem;width:9rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pEXs2Z4WclvZCtoz5f92UIPeT8nRCW { top:5.75rem;left:40.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwC9vlDBBBbDoTf7iZLLtadKayqCGEAH { top:6.9375rem;left:38.5625rem;width:9.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIn4TdNLpwW8gJlEIixJNcxO2GoPJnJk { top:6.875rem;left:29.2001953125rem;width:9.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsWCqgmuS0EGDia3k0y3rSGSPS0UyRLu { top:7.8125rem;left:20.125rem;width:7.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgPKhx6z0n7BHHmFBqfle9p2DtSmDwd { top:7.9375rem;left:9.1875rem;width:7.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdOn9c7DwF0TFrov0IOhaXbxrozsUiF { top:8rem;left:0rem;width:7rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkp90JJ8X2k73avswA0se7cPT0lBxc3y { display:block; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRXbPbiJ264hsvTcTlgR2FyulgirhhAd { top:4.6875rem;left:10.562500953674rem;width:25.125rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAckIOvuvRBDNXTBLmdNX1sBgtuKr4sn { top:13.125rem;left:0rem;width:18.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0hD9F4JSFsG6oSCT0kSIeriRXgGvPcT { top:13.125rem;left:9.15625rem;width:15.3125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTxSeCusKEWfboXcNONs3NvJ8Tl7AiPd { top:13.125rem;left:26.71875rem;width:15.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0t6cNnDka7AnLSTNBfByNPQ1w6FomLL { top:13.125rem;left:32.4375rem;width:12.375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxiOAxQie8582hoa886UAvExXXTGIoPl { top:26.25rem;left:0rem;width:18.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Rv7zRyauJ2eXuWXZU7C1bfW4HaF9r3 { top:26.25rem;left:9.15625rem;width:16.4375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonadduGv1BiOZhm7zfbh5nHkWyTqFJ0 { top:26.25rem;left:26.71875rem;width:18.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwVpJVio30t3oDut7chHgwJHTts2E0p { top:26.25rem;left:29.75rem;width:8.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNCBatFxPfMdT052PTaXSqrT3b6Avfr { top:40.8125rem;left:0rem;width:16.3125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0eE0t6ZKXCludyDMr9IWUaFkxvU6TyW { top:40.8125rem;left:11.28125rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evCpPMZ70Jb8dxFtVxE8I90dMpH2xAi6 { top:40.8125rem;left:24.46875rem;width:9.125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re2dV8n8XhI7vTJ55WpckSREs3tPtfw3 { top:40.875rem;left:31.5rem;width:16.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz { display:block; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBVmhUsuC85Tb3ovI22bTImVXJqXTPo4 { width:47.75rem;height:3.875rem;top:4rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5IiCw2sgDTqvxPff8061y4B8SzPF6B { width:47.75rem;height:3.125rem;top:12.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDHoc8IUE9GlACHTVrhamblZuwOCxPL { width:10.5rem;height:1.4375rem;top:27.125rem;left:25.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cte0SskuAyVL86HBh5El53rBDwZnmfpU { width:10.5625rem;height:1.4375rem;top:27.125rem;left:37.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2nput3xhBAr0hMmsRd5k0884UnaUGn { width:14.9375rem;height:1.8125rem;top:24.75rem;left:23.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m94Ry9BNDCFK1vxHSBNKdm6H8qo8Tqs8 { width:14.9375rem;height:1.8125rem;top:25.375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uahRVwhJSVInvvggX3Kw7WLGk943GmL3 { width:4.8125rem;height:4.6875rem;top:18.9375rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSaL7xB88tWfZve1gnENadyQsEoRhok { width:4.9375rem;height:4.3125rem;top:19rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKEVbedWkRVGLJrVb4pAW8pepqVqOzgN { width:10.5rem;height:1.4375rem;top:27.125rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckQeboVmb1DRAdtu7hcRvuB6tPxdqds { width:14.9375rem;height:1.8125rem;top:24.75rem;left:8.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxQlhhdNTDMBUhfH2loyuwq1M7ElMZm { width:14.9375rem;height:1.8125rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaBnWwuUOt5y2CizM4eiTTE8QRidHpX { width:10.625rem;height:1.4375rem;top:27.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5iTLCRCtbUHFUCuUGLM0TOm8fD5XtI5 { width:4.9375rem;height:4.9375rem;top:18.5rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvPr1Kuqd9xNPZIfkVwvd6EIde7JTDq { width:5.3125rem;height:4.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp { display:block; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIviPnUS66ttWeIVmkqEnDqZZLKUOfA7 { width:47.75rem;height:4.1875rem;top:14rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPzDvJHzrUJkwhn2vfphdo3XxowRL1dd { width:27.8125rem;height:16rem;top:19.125rem;left:9.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6pffJWQotFN8mqHqsc7W6zegLZNNlRq { width:20.25rem;height:5.4375rem;top:39.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOF2yvOW3ZvH6fuvw6M29ivNBa0FtCNB { display:block; }
 }@media only screen and (max-width: 763px) { #crPUHQVrcVct6q1qVPb1sygRFzifX1QG { width:19.875rem;height:5rem;top:38.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8C7PMnA6DGM6rDcMy4WGx0TOX4oTZT9 { width:11.375rem;height:3.4375rem;top:1.9375rem;left:29.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTng3QcKJf6rHVrRfKs5I6HBNJTkzMN { display:block; }
 }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:18.875rem;height:2.5625rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwRJvsg0hogz8CmlcwVHX4hcvMVwCOt { width:11.1875rem;height:1.3125rem;top:3rem;left:36.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8NuMb0IMXnnkqnuloRol5muBu0tkeSL { width:13.125rem;height:2.5rem;top:2.375rem;left:16.123046875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5wrTnrq2ADmVHSJxCkpd3QVqefPVdNl { width:10rem;height:6.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki { background-color:#51a168;background-image:none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { background-color: transparent; background-image: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container > .video-iframe-container { display: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container { display: none; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .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); }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row > .video-iframe-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }#D5kuEhqis8yc0ilEbWMNPT3O3m9JTfki > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBKGETTEFoUtCOVgRqefbete3u0sBiId { width:3.4375rem;height:2.25rem;top:1.53125rem;left:0.81640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2sZSuHoCa61F4TWMXrevO8gvVtdBIiT { width:11.3125rem;height:2.6875rem;top:1.34375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO733kELlu4pGdOyCUWFEkdnhxE5amZh { display:block; }
 }@media only screen and (max-width: 763px) { #OfTC3ABxrKJwQGuUac5CMAWWZowoRf4C { display:flex;width:1.875rem;height:1.875rem;top:2.03125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed75d31f-877f-4064-a388-abd33148816e/slcfrontimagecopy2.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:17.9375rem;height:3.9375rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:16.4375rem;height:1.125rem;top:8.300000190735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container:first-of-type{padding-top:0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .widget-container:last-of-type{padding-bottom:0;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC  { width:17.5rem;height:auto;top:35.060156822204rem;left:0rem; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC {display:block;}#kU2Ku2rCiSqWahenDS2qi76ktnsDndWC { width:17.5rem;height:auto;top:35.060156822204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #PbLkvuhczuSJnRcuxdVvBZhmyWZZWQRU {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #fH4y6lpUa2SsW4ZNmZA0fvStvvv5Vwr5 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ueftrN2vXaITisCpCV7FMXiRVOfQl72q {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #zgEMNCDyUJvyAp2GbU8iEVd2fPacayv3 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #I35W4SLh2dea9TPXeVIKZ7qpWRBUJ0Vq {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #dhAs3dOTXkKu0FZdHbDdNQ3006eMiiLv {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #u2AH2wiCFFVgiTiDTCVcUJMliRMncEnw {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #vlNF3Qi9blgMfMSCR3AtklTXSX9rckoJ {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Fb4uAROWvme6sUzeceIL4UoZHTbJZ2o4 {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #ZgzgwUC63sU5kMM8qrfIP5UwFTvcw3oK {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #CnEq13HESCWQPUTeFQGiA0c68mtlfbFg {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #RSCHkemwsWInNSFvJGC0Swqn11ADPacm {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #Met1T7gWiZuy6iSg3T6g9vvnX9yBpa0n {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #gl7xwrMCbhaQ2XM2W5bxLTXEtqwIsX9J {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #F10pRv3HrlgFhLg5FfXowVMLBzmtVP5b {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #nV8Q5l3TIZhCCnCsAJc6Ctyoa85tCaIw {  }
 }@media only screen and (max-width: 763px) { #kU2Ku2rCiSqWahenDS2qi76ktnsDndWC #hZVfv6eqySNzaZl8DCXf84DcfQMB3U7b {  }
 }@media only screen and (max-width: 763px) { #tVu9Eu1ywGdiB7f7XnQqqdvl4Xl2pVcZ { width:4.8125rem;height:4.5625rem;top:24.22265625rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfQ7gaNOeAPfOMoRVyh7DzOV1JeMgHZ { width:5.5625rem;height:5.5625rem;top:23.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulUK3D7apSGdQnyC0TKERIlqVf0I2zX { width:4.375rem;height:2.4375rem;top:25.09765625rem;left:0.59296876192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvroPHrus7EvvMGBQrUbcoiP3FA6VKPs { width:16.875rem;height:12.35rem;top:10.062499821186rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #K1ee5ttk9pxmNJDTgVl2dFoG40uE9MnV { width:20rem;height:5.875rem;top:29.235156059265rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #RmZBd9nTzxLwCeCu5BMbRUaMEt18cBWt { width:17.6875rem;height:1.05625rem;top:30.75390625rem;left:1.1554687619209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2tmTx7iPVgfyUgJLKDVii2F85VBkmc { width:17.9375rem;height:1.95rem;top:32.431250572204rem;left:1.0304687619209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:120.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:19.875rem;height:11.1875rem;top:4.87890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:15.75rem;height:2.275rem;top:1.3310546875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#51a168;display:block; }
 }@media only screen and (max-width: 763px) { #ASFgOTDmt5yzF3IyI16B3hCZxuRhQDeK { top:25.43359375rem;left:0rem;width:8.5625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkiqeA0qmRVMMp7eURpFI0IG96WSbcJE { display:block; }
 }@media only screen and (max-width: 763px) { #rybHA8QOvTWTHOC6QbJBsEl7RngdMTi0 { width:20rem;height:2.275rem;top:21.01406288147rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qXWmsBXdgOPX2GJcAoF0csfJSyNxSqxi { width:20rem;height:1.575rem;top:17.94140625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pPM2fIeLaGc8eUwGwVWZ3wq2KLl0Fq1X { width:19.875rem;height:12.3125rem;top:31.88515663147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFqhVPlrtSrnHKFUlyrDqoTuOSszIZRb { width:20rem;height:2.275rem;top:49.067970275879rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iZB65sPydCTewUIRV1EsD4adWlWRnSTk { width:20rem;height:1.575rem;top:46.005470275879rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hOT400qu9AOV4vn2mKkA1AeD72vusGRx { top:54.317970275879rem;left:0rem;width:8.5625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX4b98MJlwLbN7xzsqiifXIt5ax01FGp { display:block; }
 }@media only screen and (max-width: 763px) { #bzdd2FqvDbggb0i2xcfZofWCvRVMKTJR { width:19.875rem;height:11.8125rem;top:61.880470275879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dah2iUy2QIVM2ZCvHaggyJ8qrwkk3Lii { width:20rem;height:1.575rem;top:76.447658538819rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTK6USkBfl3pfHRE3ZzUo88ndRL7XS { width:20rem;height:2.275rem;top:79.747657775881rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nbg97iOJEC1I7nxyX1wD8mzgsztRBVLe { top:114.22031402588rem;left:0rem;width:8.5625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5BLU5bH36oxI2SoqzrriThxcfTlGiN { display:block; }
 }@media only screen and (max-width: 763px) { #ZWEAxmE6Dkc8cuG8iCwHAi6DnSCyXD2V { width:19.875rem;height:11.875rem;top:91.532814025881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLTtgEvhBBxKT9lUwgQzhR6t8afWX7F { width:20rem;height:1.575rem;top:106.49609375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JNBKIKm0MqdVvnxAAiKfIQQl6mdRZcZr { width:20rem;height:2.275rem;top:109.48046875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sRSTkcQ6brtUd8GX4nyI1VXh2TJSZxy5 { top:84.77734375rem;left:0rem;width:8.5625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUXcBDUgoe1C87hwWTrbzZwSg7B1Mbhq { display:block; }
 }@media only screen and (max-width: 763px) { #RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv { display:block; }#RTfZdTQJLPhJC5hg30CGOfbXHt0emvkv > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU1U0xGJyZPeJo4wTA9I28LJNHAQsqW7 { width:20rem;height:1.70625rem;top:4.5296878814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6illG6EOKlsehktNrHmRGSz4i07iBb { width:13.0625rem;height:12.9375rem;top:14.216796875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTG4EJpmDxV039yDstlZvqlIMToi42W { width:5rem;height:3.6875rem;top:9.931640625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtgcneOCGogMXi9qXT4ACc2XRvr0T5q { width:16.25rem;height:1.21875rem;top:14.810546875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqN8D1MTScr7CvGOwSNWKEstzaPUOhMT { width:11.0625rem;height:9.75rem;top:16.556640625rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68yRQfG6DhQROX5aEgon1r0pWRT1VHG { width:13.0625rem;height:12.9375rem;top:29.6513671875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4q3BeTZJ9AO7bTMtOeoFLWnCh7wc1TX { width:11.9375rem;height:8.53125rem;top:33.9951171875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaZKPtfViKGTeTFovnKbuGaCI1pUNSp5 { width:16.25rem;height:1.21875rem;top:31.8427734375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8od8G6cX2g4N3r3rTzb1AzTxrAF5QdS { width:5rem;height:3.6875rem;top:27.3701171875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrxIKF6svo9flemf7VV3MnCvkcHskFHa { width:13.0625rem;height:12.9375rem;top:47.9677734375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSQZT0dctDbD03WWfrCHygmOqtHTxNb { width:11.25rem;height:8.53125rem;top:51.1240234375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNyokFk02vZ9wHCLy5beA1MKkJKITwk { width:10.75rem;height:1.21875rem;top:49.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuT6B32Kcw1CrtXoqPoKqpkPtPrZqHp { width:5rem;height:3.6875rem;top:44.3427734375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Ow47oETywBqRMy3CX77bTGNx9OU9UF { width:13.0625rem;height:12.9375rem;top:68.3115234375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZOA82OXZyb6FEUxJaTXTT8ftvgSqypo { width:14.3125rem;height:1.21875rem;top:68.3115234375rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkCVvetxxslwpW3M1tBQW0FxQQJEQgux { width:11.875rem;height:9.75rem;top:71.0302734375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6kgqoxHA4HoLE8oiBZDJ8S25axC1oFU { width:5rem;height:4.5625rem;top:62.4521484375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:20rem;height:1.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhPAuFohU3NavbATbC4aBLCqqRo3yuXE { width:14.75rem;height:2.25rem;top:4.4482421875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #eHC9i48qLws9P2PxA4nbLooI94eMV73W { display:flex;width:1.5625rem;height:1.5625rem;top:4.6982421875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #D79e2ONilB1JWGc7iXpEVI6dTxi1XpMK { display:flex;width:1.5625rem;height:1.5625rem;top:8.0419921875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #XETIk9oxc3zcVx1Er56LdCbb801SN3iL { display:flex;width:1.625rem;height:1.625rem;top:11.4765625rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #TPuA80yqChF74tsNCESJnlvuhh10q0kJ { display:flex;width:1.5625rem;height:1.5625rem;top:14.8173828125rem;left:1.65625rem; }
 }@media only screen and (max-width: 763px) { #mDfDAF9es6Gu0pTrPEou5vZuOzQTeb2M { display:flex;width:1.625rem;height:1.625rem;top:18.1982421875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #kz6XKtnOJK1BtFG0suXqhVWouK7VCaWU { width:10.375rem;height:2.25rem;top:7.6982421875rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #oFNFBbcdcBcZLqc5NTs0QTSbuuyT39S5 { width:11.5rem;height:2.25rem;top:11.1640625rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #bhoNntcirkMXXzplqsTak2PIVMafAPKc { width:11.5rem;height:2.25rem;top:14.6357421875rem;left:3.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #pdWOWyd3ETOhTTe2zvwngZSPFr7lFD6C { width:13.9375rem;height:2.25rem;top:17.8857421875rem;left:3.46875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA { display:block; }#Dr24p2Zfd8w1Di5ccvvM214hRxzHO4mA > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhfE4U5VBh6gFUCcRZzVOSSWq4suABsi { width:20rem;height:1.575rem;top:0.55078125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PedCZrMiJ2Ib508iDKspazCyKWy1GTuA { width:7.875rem;height:5.1875rem;top:2.875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pEXs2Z4WclvZCtoz5f92UIPeT8nRCW { width:4.9375rem;height:4.9375rem;top:14.0625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwC9vlDBBBbDoTf7iZLLtadKayqCGEAH { width:9.625rem;height:4.5rem;top:11.4375rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIn4TdNLpwW8gJlEIixJNcxO2GoPJnJk { width:7.4375rem;height:3.5rem;top:11.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsWCqgmuS0EGDia3k0y3rSGSPS0UyRLu { width:6.8125rem;height:2.0625rem;top:8.0625rem;left:11.465460526316rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgPKhx6z0n7BHHmFBqfle9p2DtSmDwd { width:8rem;height:2.1875rem;top:8.59375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdOn9c7DwF0TFrov0IOhaXbxrozsUiF { width:7.5625rem;height:2.1875rem;top:4.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkp90JJ8X2k73avswA0se7cPT0lBxc3y { display:block; }#Jkp90JJ8X2k73avswA0se7cPT0lBxc3y > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRXbPbiJ264hsvTcTlgR2FyulgirhhAd { width:16.5rem;height:1.3rem;top:1.125rem;left:1.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAckIOvuvRBDNXTBLmdNX1sBgtuKr4sn { width:8.75rem;height:5.3125rem;top:4.6123046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0hD9F4JSFsG6oSCT0kSIeriRXgGvPcT { width:7.5rem;height:5.4375rem;top:4.5498046875rem;left:10.6484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTxSeCusKEWfboXcNONs3NvJ8Tl7AiPd { width:8.625rem;height:6.375rem;top:10.5810546875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0t6cNnDka7AnLSTNBfByNPQ1w6FomLL { width:7.8125rem;height:7.1875rem;top:10.5810546875rem;left:10.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxiOAxQie8582hoa886UAvExXXTGIoPl { width:16.5rem;height:10.75rem;top:18.2998046875rem;left:1.6542397660819rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Rv7zRyauJ2eXuWXZU7C1bfW4HaF9r3 { width:16.5rem;height:12.1875rem;top:29.7373046875rem;left:1.6122085492228rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonadduGv1BiOZhm7zfbh5nHkWyTqFJ0 { width:8.125rem;height:5.375rem;top:42.7373046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwVpJVio30t3oDut7chHgwJHTts2E0p { width:7.8125rem;height:10.5rem;top:42.7373046875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNCBatFxPfMdT052PTaXSqrT3b6Avfr { width:8.1875rem;height:6.0625rem;top:48.7998046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0eE0t6ZKXCludyDMr9IWUaFkxvU6TyW { width:16.75rem;height:16.75rem;top:55.4873046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evCpPMZ70Jb8dxFtVxE8I90dMpH2xAi6 { width:5.5625rem;height:7.4375rem;top:72.9248046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re2dV8n8XhI7vTJ55WpckSREs3tPtfw3 { width:10.0625rem;height:7.375rem;top:73.0185546875rem;left:8.3134594298244rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz { background-color:#ffffff;background-image:none;display:block; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { background-color: transparent; background-image: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container > .video-iframe-container { display: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row > .video-iframe-container { display: none; }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .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); }#kSM3E1n8b41R3xv6mNfb6HEOLmDZTNnz > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBVmhUsuC85Tb3ovI22bTImVXJqXTPo4 { width:10.6875rem;height:3.4125rem;top:2.625rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5IiCw2sgDTqvxPff8061y4B8SzPF6B { width:18rem;height:3.9rem;top:8.2734375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDHoc8IUE9GlACHTVrhamblZuwOCxPL { width:6.0625rem;height:1.05625rem;top:31.236328125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cte0SskuAyVL86HBh5El53rBDwZnmfpU { width:8.5625rem;height:1.05625rem;top:31.236328125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2nput3xhBAr0hMmsRd5k0884UnaUGn { width:4.0625rem;height:1.3rem;top:24.6572265625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m94Ry9BNDCFK1vxHSBNKdm6H8qo8Tqs8 { width:4rem;height:1.3rem;top:24.6572265625rem;left:12.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uahRVwhJSVInvvggX3Kw7WLGk943GmL3 { width:3.6875rem;height:3.375rem;top:26.646484375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSaL7xB88tWfZve1gnENadyQsEoRhok { width:3.6875rem;height:3.375rem;top:26.646484375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKEVbedWkRVGLJrVb4pAW8pepqVqOzgN { width:9.5rem;height:1.05625rem;top:21.01953125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckQeboVmb1DRAdtu7hcRvuB6tPxdqds { width:5.5625rem;height:1.3rem;top:14.55078125rem;left:12rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxQlhhdNTDMBUhfH2loyuwq1M7ElMZm { width:4.125rem;height:1.3rem;top:14.55078125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaBnWwuUOt5y2CizM4eiTTE8QRidHpX { width:8.8125rem;height:1.05625rem;top:21.01953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5iTLCRCtbUHFUCuUGLM0TOm8fD5XtI5 { width:3.6875rem;height:3.375rem;top:16.4453125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvPr1Kuqd9xNPZIfkVwvd6EIde7JTDq { width:3.6875rem;height:3.375rem;top:16.4453125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7496f98d-c0d3-4cc3-99c7-be6d3a982ecd/backgroundlandscape1265x625.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp.adaptive-delivery-prevent-bg, #fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp.lazyload, #fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp.lazyloading { background-image: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { background-color: transparent; background-image: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container > .video-iframe-container { display: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row > .video-iframe-container { display: none; }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .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); }#fqTq3b1aWdcgnCWHVVLCuVTz1V3caTdp > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIviPnUS66ttWeIVmkqEnDqZZLKUOfA7 { width:20rem;height:1.70625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPzDvJHzrUJkwhn2vfphdo3XxowRL1dd { width:17.75rem;height:10.4rem;top:7.21875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6pffJWQotFN8mqHqsc7W6zegLZNNlRq { width:11.4375rem;height:2.5rem;top:17.84765625rem;left:4.0625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOF2yvOW3ZvH6fuvw6M29ivNBa0FtCNB { display:block; }
 }@media only screen and (max-width: 763px) { #crPUHQVrcVct6q1qVPb1sygRFzifX1QG { width:11.0625rem;height:2.0625rem;top:18.19140625rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#51a168;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8C7PMnA6DGM6rDcMy4WGx0TOX4oTZT9 { width:9.025rem;height:2.5875rem;top:5.7257823944092rem;left:5.4875002503395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTng3QcKJf6rHVrRfKs5I6HBNJTkzMN { display:block; }
 }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:14.9375rem;height:2.275rem;top:18.21484375rem;left:2.5312500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SrwRJvsg0hogz8CmlcwVHX4hcvMVwCOt { width:13.1875rem;height:1.1375rem;top:22.1328125rem;left:3.4062500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U8NuMb0IMXnnkqnuloRol5muBu0tkeSL { width:13.125rem;height:2.51875rem;top:3.20703125rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v5wrTnrq2ADmVHSJxCkpd3QVqefPVdNl { width:10rem;height:6.375rem;top:11.461719512939rem;left:5.0000000596046rem;display:block; }
 }