.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:217,247,240;--color-primary-1:128,230,204;--color-primary-2:0,204,153;--color-primary-3:0,102,77;--color-primary-4:0,31,23;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:237,237,237;--color-tertiary-3:26,26,26;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:none;position:relative;display:block; }
#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container { display: none; }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .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); }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container { background-color: transparent; background-image: none; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container > .video-iframe-container { display: none; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row > .video-iframe-container { display: none; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .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); }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container { border-width: 0; border-radius: 0; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#mZcoOfWe5nKrsLu9Gl3w3cqtVrsFnSCC { position:absolute;display:block;z-index:15021;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:4rem;width:10.6875rem;top:1.1875rem;left:2.4697265625rem;overflow:hidden;display:block; }
#GFi56yoha4HcU22TrqQOtxitRbB24E81 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:62.9375rem;display:block; }
#za4RNwPhV0dyT492yIVpTBLg0U7QQqoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uo5gLedgQbFwus1GibLJmxkopRgnLK4M { color:rgba(var(--color-tertiary-3),1);display:block;width:3.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:2.375rem;left:40.25rem;height:1.625rem;font-style:normal;display:block; }
#aqTQG8DOsSqPHdO3iPcF20IgVKE3moOi { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.375rem;left:44.875rem;height:1.625rem;font-style:normal;display:block; }
#TAumPUTvx4yar7w7H6yXh7gZdUFefWGB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:51.1875rem;height:1.625rem;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; }
#Dx0GnXSUkA6UzJ0zELx8cSTn3twXgocP { color:rgba(var(--color-tertiary-3),1);display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:57.5rem;height:1.625rem;font-style:normal;display:block; }
#paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { border-width: 0; border-radius: 0; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:75rem;height:51.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { color:#2a7f62;display:block;width:53rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:7.875rem;left:10.0625rem;height:11.9619375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTWKSb4uoeZJTDMxKoTOs2ArmvOeTdkU { position:absolute;display:block;z-index:14999;background-color:#f3f6f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.625rem;width:60rem;top:35.8125rem;left:6.5625rem;display:block; }
#OSOygWRkxVJvUyQNOl7bFztTrqaoBMTy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.0625rem;top:38rem;left:26.3125rem;display:block; }
#L7RaDaSupLeLVN1n5TAuoa08cFyXbILT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:37rem;left:15.75rem;height:3.25rem;font-style:normal;display:block; }
#Vm5kuOSvxJmfrtTBdoe4vFpBkqtvw8Sa { color:rgba(var(--color-primary-2),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.0625rem;left:15.75rem;height:3.8999rem;font-style:normal;display:block; }
#RM5edTuQzK7IF8HLuV88cWQgrN6howCm { color:rgba(var(--color-primary-2),1);display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.875rem;left:34.0625rem;height:3.8999rem;font-style:normal;display:block; }
#zpWS0TtXuZn0o4th5o7ZbTu6KOwlho0q { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:6rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:38.0625rem;left:6.5625rem;display:block; }
#ccHZ9kO0ggtHtQwKD3XAERLCUaVV1wo8 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:6rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.8125rem;left:26.5625rem;display:block; }
#BWmuMUBVnqiVXaH0bRtUagoPwSNHA27k { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.75rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.2802734375rem;left:29.6875rem;display:block; }
#NESve68TGgA6wECKDAwi2pumpOwCoPQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9E1vbTtDHTHZr96X780Dsts7xoMRC6v { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:37.5rem;left:48.1875rem;display:block; }
#cgTUZHRTR1igahSChaapLfB7QikKBsM4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.0625rem;top:37.6875rem;left:46.3125rem;display:block; }
#tSWT4T63Tc5DZWgps5SobNa5JICVXmtX { color:rgba(var(--color-primary-2),1);display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.9375rem;left:56.4375rem;height:3.8999rem;font-style:normal;display:block; }
#CVRsLar24krTZXWGsX29bWJMMc3fTOvN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:36.9375rem;left:56.4375rem;height:3.25rem;font-style:normal;display:block; }
#hLoMC7TKcFgUwvs6TMsHQPHznNkc0q5o { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22rem;left:10.21875rem;height:5.361325rem;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; }
#WRTuPiyHpg8r1azceQVGBzln5cfzh61v { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37rem;left:34.0625rem;height:3.25rem;font-style:normal;display:block; }
#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.79);background-image:url("https://images.assets-landingi.com/3pXs4TOx/Group_11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.adaptive-delivery-prevent-bg, #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.lazyload, #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.lazyloading { background-image: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { background-color: transparent; background-image: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container > .video-iframe-container { display: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row > .video-iframe-container { display: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .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); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { border-width: 0; border-radius: 0; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#mQ7lwgAACXIETI7sU4tTx302hu5OINNT { color:rgba(var(--color-tertiary-3),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:31.5rem;height:17.87109375rem;font-style:normal;display:block; }
#Dfie7tWvnE0NxTevGUi5zmsiCxr7TRdz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.8125rem;top:10.75rem;left:4.3125rem;overflow:hidden;display:block; }
#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { 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; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { background-color: transparent; background-image: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container > .video-iframe-container { display: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row > .video-iframe-container { display: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .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); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { border-width: 0; border-radius: 0; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#Rqfvntazkt4goHECp8usgR8P1qggkZHg { color:#2a7f62;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.8125rem;left:13.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#dGBvBt54QPbyg5tolSWoL8ACSeQof2Bg { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.6875rem;left:13.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#NbtcWolMz9t7q7R8fVXCDWwsIEhWsuvn { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:13.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#vI98ZOAeIbysvMgLWze04363AduGp8kT { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.25rem;left:31.25rem;height:3.89941875rem;font-style:normal;display:block; }
#KXdtqBTinAhMdiC3lB5KgcLRXcnVvb1f { color:rgba(var(--color-primary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.625rem;left:31.375rem;height:1.94970625rem;font-style:normal;display:block; }
#yl6NnnHZDhf616aR2hWOVOaUQ6BSTcV4 { color:#2a7f62;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:31.375rem;height:1.94970625rem;font-style:normal;display:block; }
#EXQxPLqpm0qGIGTi371LWIW8wplfsmPl { 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:2.125rem;width:2.125rem;top:35.5rem;left:13.0625rem;overflow:hidden;display:block; }
#VFcwxq4SOEeAA0QqDxfL7DpWmPN8HaJ9 { position:absolute;display:block;z-index:15011;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:2.125rem;width:2.125rem;top:35.5rem;left:31.25rem;overflow:hidden;display:block; }
#AeeLzEQW7oOAXRvCApSrbXAkJ4dz5rBA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:12.25rem;left:13.6875rem;overflow:hidden;display:block; }
#LHVSOPGHoE23bnEBmiw7oFmhdRapfByR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:12.75rem;left:13.1875rem;display:block; }
#ofPEq5fWy2T74A21cVBb4NCRxFvgzM61 { position:absolute;display:block;z-index:15016;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:2rem;width:10.3125rem;top:28.625rem;left:31.25rem;overflow:hidden;display:block; }
#BdSsPLrgIHD6uIxVdhLS4rtEwd1mrOlp { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3E9mp5hm6n413bDZkxHtEVf1M6emBRH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:8.5625rem;left:35rem;display:block; }
#P33x0UAUcSlX0tLWuzEBpCTAShXV6TW3 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.5rem;width:11.25rem;top:12.625rem;left:31.25rem;display:block; }
#KPVaN0bhc9oLidx4AgBSEFpZxa0pf9pn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.75rem;width:11.25rem;top:11.9375rem;left:31.625rem;overflow:hidden;display:block; }
#iHiuSsTaAKBdgDxaacRvvBtp02t14JWr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:12.9375rem;left:49.3125rem;display:block; }
#NrEHPkLtxb1STxuIH4b8sZsCg782vZBb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:12.5rem;left:49.75rem;overflow:hidden;display:block; }
#AXXMUnLQ08To848DezF7PGE504T4bt1S { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:49.5rem;height:3.8994125rem;font-style:normal;display:block; }
#UFFZpo1eUQAVcrkEm4TkOknafag9b1tt { position:absolute;display:block;z-index:15012;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:2.125rem;width:2.125rem;top:35.5rem;left:49.5rem;overflow:hidden;display:block; }
#Ub4AQ4NPXQCiymFuqzIZ4ZFFNaKwblyR { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.875rem;left:49.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#AkWiCzeFpASFWULSR2ZK8TxSsJ1bnt9P { position:absolute;display:block;z-index:15016;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:1.375rem;width:6.875rem;top:29.1875rem;left:49.5rem;overflow:hidden;display:block; }
#EHJCtc0H0ngpiDBW1hnBmTs88L4hdUvN { color:#2a7f62;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.0625rem;left:49.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#HaU2Eo8BXd1FTIgqk6ESAbc1k4JRnrRK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.5625rem;top:28.875rem;left:13.1875rem;overflow:hidden;display:block; }
#umunUeTFU8LGxaoudt1bKN56rX498Tm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.71142578125rem;left:5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { 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; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { background-color: transparent; background-image: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container > .video-iframe-container { display: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row > .video-iframe-container { display: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .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); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { border-width: 0; border-radius: 0; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:19.6875rem;left:4.5625rem;height:17rem;font-style:normal;display:block; }
#XoUxIMPg7Qk3RHXIK5kKTUqIt3kbcDxE { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.125rem;height:3.0874rem;font-style:normal;display:block; }
#H0zV9wWUs70tTHqwmHm4pEX4TLkh1cZb { color:rgba(var(--color-tertiary-3),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:23.875rem;height:3.8999rem;font-style:normal;display:block; }
#lFpop7RumRdNcKXBIieGPPJBxXhTn5m9 { position:absolute;display:block;z-index:15017;background-color:#7f8187;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:0.1875rem;width:3.75rem;top:18.875rem;left:4.5625rem;display:block; }
#UGTRwba0toiswXL4WqxzyObfQ0cRnGVb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4365rem;width:19.3115rem;top:14.75rem;left:44.845703125rem;overflow:hidden;display:block; }
#PentzuH8mHvsBCGR1PfKtN3RETdNI6Ii { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:8.5625rem;left:35rem;display:none; }
#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq { 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; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container { background-color: transparent; background-image: none; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container > .video-iframe-container { display: none; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row > .video-iframe-container { display: none; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .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); }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container { border-width: 0; border-radius: 0; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:7.21875rem;left:42.5rem;height:19.125rem;font-style:normal;display:block; }
#wn0CoiBxhecPWPQvbTBkyOhiW3KgLGiy { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:42.5rem;height:3.0874rem;font-style:normal;display:block; }
#qA0eKsP4Tc9efkhzBurbpXhUC3GF8fCi { color:rgba(var(--color-tertiary-3),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:37.3125rem;left:4.5rem;height:14.875rem;font-style:normal;display:block; }
#ayLtnURDWxphqJ4KNQZhqaKeB40fqTHo { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.0625rem;left:4.125rem;height:6.17480625rem;font-style:normal;display:block; }
#wLZKTiVSclw5b4ifV6R7Rz8yJWOe4wyu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.3125rem;top:19.40625rem;left:7.759765625rem;overflow:hidden;display:block; }
#dKxbf9gS2vvGvBmMbOK3S4IRIEBTTzvN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:1.25rem;left:16.25rem;overflow:hidden;display:block; }
#z8OTlyppmv2Wgp2W7MR1y7teQs4c1SIn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.625rem;top:12.28125rem;left:5.375rem;overflow:hidden;display:block; }
#nE0WITsfyrTyHRPx8iBsOrpK6KOfTfNN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.4375rem;top:14.8125rem;left:19.009821428571rem;overflow:hidden;display:block; }
#ybRnc4wmO5fAQdW7mGIhwA0w6qTJvRmw { 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.4375rem;width:4.25rem;top:4rem;left:26.4375rem;overflow:hidden;display:block; }
#FwIKJcDuTomILKaarr5e8hi7FPsDDgCa { 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:3.9375rem;width:3.9375rem;top:9.5rem;left:22rem;overflow:hidden;display:block; }
#t2TwVRdmreLr80qL84LleD5AfUOqlpUN { position:absolute;display:block;z-index:15011;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.1875rem;width:4.1875rem;top:8.15625rem;left:15.78125rem;overflow:hidden;display:block; }
#HKVtUgV8BGBQF2gx2yKdl5l6ExeuZ6xN { position:absolute;display:block;z-index:15012;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.25rem;width:7.75rem;top:12.1875rem;left:26.4375rem;overflow:hidden;display:block; }
#y7fo4Ei9gaXsZX7flriJzAky4dT05F9w { position:absolute;display:block;z-index:15013;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:2.125rem;width:9.25rem;top:16rem;left:6.09375rem;overflow:hidden;display:block; }
#K3gTKlEkdsrHeTZDzwMJ07omqVDIreqX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:3.09375rem;left:3.25rem;overflow:hidden;display:block; }
#hhfeVpe7EhtkprAIy6yg4UdL7h8PQiJ4 { position:absolute;display:block;z-index:15015;background-color:#7f8187;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:0.1875rem;width:3.75rem;top:36.375rem;left:4.5rem;display:block; }
#VvCVOACEH07SBWHC2pnM41hMLDMcOZJo { position:absolute;display:block;z-index:15016;background-color:#7f8187;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.375rem;left:42.5rem;display:block; }
#y0pMwQbbQxo5IwDiAdOSPTccwwJR1tDX { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:36.875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#rcXZFAKJMdVEkJPWb687N2w9JK1i811g { position:absolute;display:block;z-index:15017;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:18rem;width:25rem;top:30rem;left:43.75rem;overflow:hidden;display:block; }
#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ncEmFLzF/Group_11_1_.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1.adaptive-delivery-prevent-bg, #dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1.lazyload, #dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1.lazyloading { background-image: none; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container { background-color: transparent; background-image: none; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container > .video-iframe-container { display: none; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row > .video-iframe-container { display: none; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .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); }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container { border-width: 0; border-radius: 0; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#f0QrIINa9mtxVWXAyPwt1HbReFDH1vBq { color:rgba(var(--color-tertiary-3),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:16.0625rem;left:15.25rem;height:11.1548125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0EKizzJRBTpvQ0Xb05BMXGLQtJUTU5S { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.9375rem;left:16.25rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p7AyTRoSlMw2Q9eNp2bQIwoMB5O94lRT { position:absolute;display:block;z-index:15006;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.125rem solid rgba(199,199,199,0.4);border-left:0.125rem solid rgba(199,199,199,0.4);border-right:0.125rem solid rgba(199,199,199,0.4);border-bottom:0.125rem solid rgba(199,199,199,0.4);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5rem;width:5rem;top:29.625rem;left:41rem;display:block; }
#uwckRqHcgIpMDqgfkXvTzNnXxqXk44is { position:absolute;display:block;z-index:15005;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.125rem solid rgba(199,199,199,0.4);border-left:0.125rem solid rgba(199,199,199,0.4);border-right:0.125rem solid rgba(199,199,199,0.4);border-bottom:0.125rem solid rgba(199,199,199,0.4);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.375rem;width:6.375rem;top:28.9375rem;left:40.3125rem;display:block; }
#AkgBUW57d5gQWc2uckZrrfE5MPgWaeNH { 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:4.0625rem;width:4.125rem;top:30.1875rem;left:41.5625rem;overflow:hidden;display:block; }
#VrNeNPNUJX7CKSHz1Ls3zWLfdwuZX691 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:11.3125rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { 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; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { background-color: transparent; background-image: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .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); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { border-width: 0; border-radius: 0; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { color:#2a7f62;display:block;width:57.1875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.90625rem;height:7.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUpXgORbWqvyOcWnOTwgXtssVnKF7yJ5 { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:17.25rem;top:11.3125rem;left:0.9375rem;display:block; }
#yHlxIwViaJsf5BSNMAkmU6kIQ19Cbz78 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:5.15625rem;height:1.94986875rem;font-style:normal;display:block; }
#KPKXcLdQ02gaO776fMPcohasLOfL9CRI { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:24.59375rem;height:1.94986875rem;font-style:normal;display:block; }
#qJRACr9em0IeyK3n6BCTTK5Odrhewgwe { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:41.59375rem;height:1.94986875rem;font-style:normal;display:block; }
#T02bJAPAgZoRmZJPdTV0cET6R5iN3zyb { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:62.3125rem;height:1.94986875rem;font-style:normal;display:block; }
#z1ZIVx0JnTFPTrdx0sE6MpAyhqaXETBu { position:absolute;display:block;z-index:15006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:17.25rem;top:11.3125rem;left:19.59375rem;display:block; }
#wQpLdPXyX2yzii3p3fFR7eLEVQXUW3Tr { position:absolute;display:block;z-index:15007;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:17.25rem;top:11.3125rem;left:38.375rem;display:block; }
#IsfDxCwxPUPGC6HHwMmw6Te5HRddJhdG { position:absolute;display:block;z-index:15008;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:17.25rem;top:11.3125rem;left:57rem;display:block; }
#J9EqzUV8bHJBT6N618UOVkyvbyBJ1bNu { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:16.875rem;left:2.3125rem;height:8.4985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDtykv9G7evIfIBltJDeDQArUtua1ePf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:16.75rem;left:21.03125rem;height:8.4985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVxwVfaUEn4IaXu7aiJ64zxgwDkDD5zE { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:16.875rem;left:39.90625rem;height:8.4985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5TONCy90uLN90uNNaK2WXbRbHoBHhTW { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:16.875rem;left:58.4375rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gz0NTlQbGS8hceeDHXM2KiT4uiymRIMP { color:#2a7f62;display:block;width:39.5rem;position:absolute;font-family:signika;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:17.75rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3pXs4TOx/Group_11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8.adaptive-delivery-prevent-bg, #IIvKs32aV1r89E6mopwiUIaRzkPGdFb8.lazyload, #IIvKs32aV1r89E6mopwiUIaRzkPGdFb8.lazyloading { background-image: none; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container { background-color: transparent; background-image: none; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container > .video-iframe-container { display: none; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row > .video-iframe-container { display: none; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .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); }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container { border-width: 0; border-radius: 0; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#W72rvfimfSFs3LTWD60GXAGGh8lwTk8e { color:rgba(var(--color-tertiary-1),1);display:block;width:58.125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.9375rem;left:10.0625rem;height:7.7998125rem;font-style:normal;display:block; }
#WA1eRmAvNiufUqTwrEvhgIGZ2SrCc7WF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:14.8125rem;left:35.875rem;display:block; }
#tQS4y91IiuihpZxTHmdtKmEtah21cHbg { position:absolute;display:block;z-index:15011;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.4375rem;width:8.875rem;top:17.6875rem;left:47.34375rem;overflow:hidden;display:block; }
#LR0SckUzhDtVkISVd1eEBomULFSgmWrJ { position:absolute;display:block;z-index:15014;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:8.375rem;width:16.5rem;top:22.5625rem;left:19.4375rem;overflow:hidden;display:block; }
#JN73xiTF2s8Mah60STrgh953kKevdGGP { position:absolute;display:block;z-index:15016;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.25rem;width:12.5rem;top:24.3125rem;left:8.375rem;overflow:hidden;display:block; }
#uXOgO9tSzdSXEd6PzZkhB8kHvgRzoTzO { position:absolute;display:block;z-index:15017;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.3125rem;width:9.3125rem;top:23.3125rem;left:47.125rem;overflow:hidden;display:block; }
#GT67IcNvHJKfLUk7PtL2z6TmLXZq996K { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:15.90625rem;left:34.625rem;overflow:hidden;display:block; }
#F344eoMaL6t6AfbnWJu2hqu4fV5eRVUw { 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:8.4375rem;width:8.4375rem;top:22.53125rem;left:34.90625rem;overflow:hidden;display:block; }
#NOOl7V6kos0GR42HqNxKPTvvPaRHf5K2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8rem;top:25.375rem;left:59.5rem;overflow:hidden;display:block; }
#fCVF31zS2MTpks9kZqOBCmb4BusuO0Pw { position:absolute;display:block;z-index:15021;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:1.4375rem;width:10.3125rem;top:19.6875rem;left:58.34375rem;overflow:hidden;display:block; }
#qUDc7CCV8UeTU1AmlEJgUkmGF0NWfJmh { 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:2.3125rem;width:6.875rem;top:19.25rem;left:24.25rem;overflow:hidden;display:block; }
#RW2ad5SBLeoWGu2x1KPNpA9ackZqUGmA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9.5rem;top:17.25rem;left:10rem;overflow:hidden;display:block; }
#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I { 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; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container { background-color: transparent; background-image: none; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container > .video-iframe-container { display: none; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row > .video-iframe-container { display: none; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .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); }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container { border-width: 0; border-radius: 0; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#AATS2kghTzqm0KdCTDVEf5S1xKTw2Tft { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:26.875rem;height:3.8999rem;font-style:normal;display:block; }
#B311kTszaCcVxMvBKmgrBLFS41dgQZVR { position:absolute;display:block;z-index:15003;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:1.75rem;width:8.875rem;top:11.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#oNntzPIqUeGeiCeqD9PWx9A4VVhP5O60 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:9.75rem;left:3.0625rem;overflow:hidden;display:block; }
#sQ7hyaHkghTOSz44MEnTP4RTf5Oa6NeO { 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:2.5625rem;width:7.5625rem;top:14.125rem;left:33.5rem;overflow:hidden;display:block; }
#TvDcBAyhCWAoNH8HDWpsoI3fKRX4fcda { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:7.5rem;left:35rem;display:block; }
#S6gffESVfK6Ic9rZ7CoMW0TsefHUCZc4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.4375rem;top:9.75rem;left:13.25rem;overflow:hidden;display:block; }
#KkqqBXz2ngVh2c0i36PPLtQvzvDbt2L9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.75rem;top:17.75rem;left:50.0625rem;overflow:hidden;display:block; }
#TM7vDRCD8kFeT0N99MJVqwTcC78QqTdn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.75rem;top:10.6875rem;left:50.0625rem;overflow:hidden;display:block; }
#iox1O2P3c9GXTcCkKOMaZZzXTdDTWiDv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.375rem;top:8.8125rem;left:42.625rem;overflow:hidden;display:block; }
#lpcWOiQy5JGgE4wzNDpDGTvZSpw7vZFm { position:absolute;display:block;z-index:15011;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.625rem;width:4.625rem;top:16.0625rem;left:43.5rem;overflow:hidden;display:block; }
#sVDzZUHmLnK1NcoQNTw3FU4kHoh5skUV { position:absolute;display:block;z-index:15012;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.8125rem;width:4.8125rem;top:13rem;left:43.4375rem;overflow:hidden;display:block; }
#S8pZLTZaOchqIA6E19GePrEKgnoNeW7G { position:absolute;display:block;z-index:15013;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:1.3125rem;width:12.5625rem;top:14.75rem;left:59.25rem;overflow:hidden;display:block; }
#LqnGmDQMdGR0QiO2LmihxkAPt3TvxdZD { position:absolute;display:block;z-index:15014;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:2.125rem;width:6.75rem;top:14.125rem;left:14rem;overflow:hidden;display:block; }
#E0JxTO4iJG4Npc2S1hL9ZtbGQZMw7gi3 { position:absolute;display:block;z-index:15015;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:2.8125rem;width:8.3125rem;top:16.8125rem;left:12.8125rem;overflow:hidden;display:block; }
#AOVl7SDTkHlHqU81P97RBeAaysRgU9JJ { position:absolute;display:block;z-index:15016;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:1.3125rem;width:9.75rem;top:17.375rem;left:21.9375rem;overflow:hidden;display:block; }
#Q2EUUTHQJ6L1PBpmBk3b021a2IVReE6f { position:absolute;display:block;z-index:15017;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:2.8125rem;width:8.625rem;top:19.6875rem;left:50.125rem;overflow:hidden;display:block; }
#OGXZJywV5XwrJ91C5QvBEvO1f2cTJIws { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:20.0625rem;left:4.125rem;overflow:hidden;display:block; }
#IvW3X2TBKB1EW0b5Lwg7s5LtBa9nVB3X { 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:1.875rem;width:6.5625rem;top:20.125rem;left:13.6875rem;overflow:hidden;display:block; }
#zCRnifyb1LKSGw3HXPzNbKbWbDiEGPDE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.25rem;top:13.875rem;left:49.8125rem;overflow:hidden;display:block; }
#wLVbSFmw8fBz8Wf4nn3BnOS2DsqV2tp7 { position:absolute;display:block;z-index:15021;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:2.0625rem;width:6.9375rem;top:20.0625rem;left:23.375rem;overflow:hidden;display:block; }
#mUTJb69fkpW7JGnGn5SBIxEV61E6Gh3d { 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:1.5rem;width:8.25rem;top:14.3125rem;left:3.75rem;overflow:hidden;display:block; }
#t5uW04tvkOplSSDhlmubp0Ao4GRGCoXq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.875rem;top:17.1875rem;left:61.125rem;overflow:hidden;display:block; }
#THeipwe0y33xTi3iCKZEugltBb8zzwKr { 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:4.0625rem;width:7.6875rem;top:22.125rem;left:3.5625rem;overflow:hidden;display:block; }
#aT0AyHCyTwhfyUyAu73sB8UUfxJLd0CU { 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:2.1875rem;width:9.8125rem;top:22.8125rem;left:12.0625rem;overflow:hidden;display:block; }
#mPDAyK8zaz8wN7fSSJnoM3ropI9xAekL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8.9375rem;top:18.125rem;left:32.8125rem;overflow:hidden;display:block; }
#EQFSDUqwbU9V7uKUfQrl19829ZChOxak { position:absolute;display:block;z-index:15027;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:7.8125rem;top:16.5rem;left:3.25rem;overflow:hidden;display:block; }
#PF8r3BOeSTOIt9x3sTrOkS5prvCJ45EZ { 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:3.375rem;width:8.5625rem;top:22.1875rem;left:33rem;overflow:hidden;display:block; }
#BPLTkUNOxPU5J4WTF9HMni5xlvB68osP { position:absolute;display:block;z-index:15029;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.6875rem;top:16.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#d7mglEbEdwyr02TcRPseEMZ1J6u9BnnF { position:absolute;display:block;z-index:15030;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:2.8125rem;width:3.375rem;top:22.75rem;left:66.6875rem;overflow:hidden;display:block; }
#XRnseJzOzzdnq51vw4oFurbeqHOQlXCN { position:absolute;display:block;z-index:15031;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:1.9375rem;width:7.875rem;top:23.1875rem;left:43.5rem;overflow:hidden;display:block; }
#ShZfWLVD9TGTZgp8Xa4RoqeQeCNsKCye { position:absolute;display:block;z-index:15032;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:1.625rem;width:5.4375rem;top:11.125rem;left:24.125rem;overflow:hidden;display:block; }
#aFovzpCkUqeZfQmoTPLJdGWypcvJWu8B { position:absolute;display:block;z-index:15033;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:2.6875rem;width:9.3125rem;top:22.5625rem;left:22.625rem;overflow:hidden;display:block; }
#Ikgyoskc7UwTIIDZrtoCcranGHL4J7fg { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:6.625rem;top:13.5625rem;left:23.5rem;overflow:hidden;display:block; }
#quR4VZVFxnaTqpuf2sGJpCnM1QChwZ09 { position:absolute;display:block;z-index:15035;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:2.25rem;width:14.3125rem;top:10.8125rem;left:57.6875rem;overflow:hidden;display:block; }
#zNvxXAVb4wTI3hbTlSOMDAuLAx2UdTOR { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.5625rem;left:43.3125rem;overflow:hidden;display:block; }
#TLITlIXNLUKAmvpuZ0TT4F3quHX7gllG { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.375rem;top:23.125rem;left:62.0625rem;overflow:hidden;display:block; }
#o356xLkPMNhFpVDM21GJ2veCychQOtXv { position:absolute;display:block;z-index:15038;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:2rem;width:8.1875rem;top:20.0625rem;left:61.4375rem;overflow:hidden;display:block; }
#yosFnD5EoGL7EOqm3TVb468HlnIK6fBs { position:absolute;display:block;z-index:15039;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.375rem;width:4.375rem;top:21.75rem;left:53.375rem;overflow:hidden;display:block; }
#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vxn61MQy/Group_2.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F.adaptive-delivery-prevent-bg, #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F.lazyload, #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F.lazyloading { background-image: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { background-color: transparent; background-image: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .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); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { border-width: 0; border-radius: 0; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:9.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-form-header {  }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-1),1);width:18.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);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:18.5rem;box-sizing:border-box;height:2.5625rem;color:#f2f9ff;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);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:18.5rem;box-sizing:border-box;height:4.375rem;color:#f2f9ff;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);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:18.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:rgba(var(--color-tertiary-1),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.25rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:18.5rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .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:ubuntu;font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:17.3125rem;overflow:hidden;font-style:normal; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .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; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .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:ubuntu;font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-container:first-of-type{padding-top:0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-container:last-of-type{padding-bottom:0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:43.875rem;top:8.8125rem;z-index:15001;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5rem;display:block;vertical-align:top; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX {display:block;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:43.875rem;top:8.8125rem;z-index:15001;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #S3kNTVClsZEOg2Tsga3CpyrHih1rz7hM { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #IyIRKBisW6inZ5yfoZv6Ks10fR8FxTTc { position:relative;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #GpGTgGFE7PHJwa7ucgXUNVVx5dXc3wdv { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #aPqOD7z1MWuNZiUu9BsaoLmvL4HUOwKT { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AQxDyz5rAzHfVI5bdPHorhGqBdIAqKaN { position:relative;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #D9bMCczFxFTu5kNbk0txaq94ZZnneKeP { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #vPCoNBMZCxil0VrkBfivPOqPD5sADex6 { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #QMqDHIDmO9ROeIdps6y51vtitszOROxh { position:relative;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ASy78xNrrhksrfyDwSAEGNWGHUTDqfzP { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AiHkbQ4ndCSzAGeRvvw0uzwgzhg5anh5 { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #CJWTPsxez9uR1q1sgL0KUpyIcZ7ROofv { position:relative;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #HQxTXEXygfk4GifbbS02cKDgFrhTLqBM { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #x0pstQxmg2BgDe5iOad2hSFrO2LZOTAk { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ErUHbLzBPabcT7If2LHF8l7GLaDsBGyJ { position:relative;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #uN8Np3vSoKH1TWRTbTD2DwI3itbVcK1f { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #E8VIs3wxTPhdTNQwFvhsTJxinkyszesm { position:relative; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ptLthtzLPw8ODTS7dELseae9IhZobxvZ { position:relative; }
#Rfi6bIEQtbtFRMvudB36DmcDnT8ht99T { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.125rem;left:9.9375rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6f9;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; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container { background-color: transparent; background-image: none; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container > .video-iframe-container { display: none; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row > .video-iframe-container { display: none; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .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); }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container { border-width: 0; border-radius: 0; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#hFx4r1ATXNJ6Fv36TMJS9ZaEpkxQUJVI { color:rgba(var(--color-tertiary-4),0.72);display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:1.0625rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg { display:block; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZcoOfWe5nKrsLu9Gl3w3cqtVrsFnSCC { width:10.6875rem;height:4rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFi56yoha4HcU22TrqQOtxitRbB24E81 { width:10rem;height:2.25rem;top:2.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #za4RNwPhV0dyT492yIVpTBLg0U7QQqoC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5gLedgQbFwus1GibLJmxkopRgnLK4M { width:3.25rem;height:1.625rem;top:2.375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTQG8DOsSqPHdO3iPcF20IgVKE3moOi { width:5.25rem;height:1.625rem;top:2.375rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAumPUTvx4yar7w7H6yXh7gZdUFefWGB { width:5.25rem;height:1.625rem;top:2.375rem;left:37.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx0GnXSUkA6UzJ0zELx8cSTn3twXgocP { width:4.0625rem;height:1.625rem;top:2.375rem;left:43.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:47.75rem;height:11.9375rem;top:7.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWKSb4uoeZJTDMxKoTOs2ArmvOeTdkU { width:47.75rem;height:10.625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOygWRkxVJvUyQNOl7bFztTrqaoBMTy { width:0.0625rem;height:6.875rem;top:38rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RaDaSupLeLVN1n5TAuoa08cFyXbILT { width:8.875rem;height:3.25rem;top:37rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5kuOSvxJmfrtTBdoe4vFpBkqtvw8Sa { width:7.875rem;height:3.875rem;top:40.0625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM5edTuQzK7IF8HLuV88cWQgrN6howCm { width:10.1875rem;height:3.875rem;top:39.875rem;left:20.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpWS0TtXuZn0o4th5o7ZbTu6KOwlho0q { width:8.625rem;height:8.625rem;top:38.0625rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHZ9kO0ggtHtQwKD3XAERLCUaVV1wo8 { width:8.625rem;height:8.625rem;top:36.8125rem;left:12.9375rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmuMUBVnqiVXaH0bRtUagoPwSNHA27k { width:13.75rem;height:3.625rem;top:29.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESve68TGgA6wECKDAwi2pumpOwCoPQI { display:block; }
 }@media only screen and (max-width: 763px) { #W9E1vbTtDHTHZr96X780Dsts7xoMRC6v { width:7.3125rem;height:7.3125rem;top:37.5rem;left:34.5625rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTUZHRTR1igahSChaapLfB7QikKBsM4 { width:0.0625rem;height:6.875rem;top:37.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWT4T63Tc5DZWgps5SobNa5JICVXmtX { width:8.6875rem;height:3.875rem;top:39.9375rem;left:39.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRsLar24krTZXWGsX29bWJMMc3fTOvN { width:8.625rem;height:3.25rem;top:36.9375rem;left:39.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLoMC7TKcFgUwvs6TMsHQPHznNkc0q5o { width:47.75rem;height:5.3125rem;top:22rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTuPiyHpg8r1azceQVGBzln5cfzh61v { width:8.875rem;height:3.25rem;top:37rem;left:20.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 { display:block; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ7lwgAACXIETI7sU4tTx302hu5OINNT { width:39.25rem;height:17.8125rem;top:12.75rem;left:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfie7tWvnE0NxTevGUi5zmsiCxr7TRdz { width:21.8125rem;height:21.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { display:block; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rqfvntazkt4goHECp8usgR8P1qggkZHg { width:15.25rem;height:1.9375rem;top:24.8125rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBvBt54QPbyg5tolSWoL8ACSeQof2Bg { width:13.1875rem;height:1.9375rem;top:26.6875rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtcWolMz9t7q7R8fVXCDWwsIEhWsuvn { width:12.5rem;height:3.875rem;top:31.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI98ZOAeIbysvMgLWze04363AduGp8kT { width:12.5rem;height:3.875rem;top:31.25rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdtqBTinAhMdiC3lB5KgcLRXcnVvb1f { width:11.6875rem;height:1.9375rem;top:26.625rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6NnnHZDhf616aR2hWOVOaUQ6BSTcV4 { width:11.625rem;height:1.9375rem;top:24.8125rem;left:12.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXQxPLqpm0qGIGTi371LWIW8wplfsmPl { width:2.125rem;height:2.125rem;top:35.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFcwxq4SOEeAA0QqDxfL7DpWmPN8HaJ9 { width:2.125rem;height:2.125rem;top:35.5rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeeLzEQW7oOAXRvCApSrbXAkJ4dz5rBA { width:11.25rem;height:11.25rem;top:12.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVSOPGHoE23bnEBmiw7oFmhdRapfByR { width:11.25rem;height:11.25rem;top:12.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofPEq5fWy2T74A21cVBb4NCRxFvgzM61 { width:10.3125rem;height:2rem;top:28.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSsPLrgIHD6uIxVdhLS4rtEwd1mrOlp { width:47.75rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3E9mp5hm6n413bDZkxHtEVf1M6emBRH { width:5rem;height:0.3125rem;top:8.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33x0UAUcSlX0tLWuzEBpCTAShXV6TW3 { width:11.25rem;height:11.5rem;top:12.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVaN0bhc9oLidx4AgBSEFpZxa0pf9pn { width:11.25rem;height:11.75rem;top:11.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiuSsTaAKBdgDxaacRvvBtp02t14JWr { width:11.25rem;height:11.25rem;top:12.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrEHPkLtxb1STxuIH4b8sZsCg782vZBb { width:11.25rem;height:11.25rem;top:12.5rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXMUnLQ08To848DezF7PGE504T4bt1S { width:12.5rem;height:3.875rem;top:31.25rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFZpo1eUQAVcrkEm4TkOknafag9b1tt { width:2.125rem;height:2.125rem;top:35.5rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4AQ4NPXQCiymFuqzIZ4ZFFNaKwblyR { width:12.5rem;height:1.9375rem;top:26.875rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWiCzeFpASFWULSR2ZK8TxSsJ1bnt9P { width:6.875rem;height:1.375rem;top:29.1875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHJCtc0H0ngpiDBW1hnBmTs88L4hdUvN { width:12.5rem;height:1.9375rem;top:25.0625rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaU2Eo8BXd1FTIgqk6ESAbc1k4JRnrRK { width:4.5625rem;height:1.625rem;top:28.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umunUeTFU8LGxaoudt1bKN56rX498Tm3 { width:47.75rem;height:1.625rem;top:5.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { display:block; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { width:30.25rem;height:17rem;top:19.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoUxIMPg7Qk3RHXIK5kKTUqIt3kbcDxE { width:27.5rem;height:3.0625rem;top:14.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zV9wWUs70tTHqwmHm4pEX4TLkh1cZb { width:27.875rem;height:3.875rem;top:6.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFpop7RumRdNcKXBIieGPPJBxXhTn5m9 { width:3.75rem;height:0.1875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTRwba0toiswXL4WqxzyObfQ0cRnGVb { width:19.25rem;height:19.374601921135rem;top:14.75rem;left:24.408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PentzuH8mHvsBCGR1PfKtN3RETdNI6Ii { width:5rem;height:0.3125rem;top:8.5625rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq { display:block; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { width:27.5rem;height:19.125rem;top:7.1875rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn0CoiBxhecPWPQvbTBkyOhiW3KgLGiy { width:27.5rem;height:3.0625rem;top:2.25rem;left:20.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA0eKsP4Tc9efkhzBurbpXhUC3GF8fCi { width:29.9375rem;height:14.875rem;top:37.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayLtnURDWxphqJ4KNQZhqaKeB40fqTHo { width:27.5rem;height:6.125rem;top:28.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZKTiVSclw5b4ifV6R7Rz8yJWOe4wyu { width:11.3125rem;height:3.875rem;top:19.375rem;left:0.947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKxbf9gS2vvGvBmMbOK3S4IRIEBTTzvN { width:9.0625rem;height:9.0625rem;top:1.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8OTlyppmv2Wgp2W7MR1y7teQs4c1SIn { width:8.625rem;height:1.4375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE0WITsfyrTyHRPx8iBsOrpK6KOfTfNN { width:4.4375rem;height:3.5625rem;top:14.8125rem;left:12.197321428571rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRnc4wmO5fAQdW7mGIhwA0w6qTJvRmw { width:4.25rem;height:5.4375rem;top:4rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIKJcDuTomILKaarr5e8hi7FPsDDgCa { width:3.9375rem;height:3.9375rem;top:9.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TwVRdmreLr80qL84LleD5AfUOqlpUN { width:4.1875rem;height:4.1875rem;top:8.125rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKVtUgV8BGBQF2gx2yKdl5l6ExeuZ6xN { width:7.75rem;height:4.25rem;top:12.1875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7fo4Ei9gaXsZX7flriJzAky4dT05F9w { width:9.25rem;height:2.125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3gTKlEkdsrHeTZDzwMJ07omqVDIreqX { width:9.5rem;height:9.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhfeVpe7EhtkprAIy6yg4UdL7h8PQiJ4 { width:3.75rem;height:0.1875rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCVOACEH07SBWHC2pnM41hMLDMcOZJo { width:3.75rem;height:0.1875rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0pMwQbbQxo5IwDiAdOSPTccwwJR1tDX { width:36.875rem;height:23.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXZFAKJMdVEkJPWb687N2w9JK1i811g { width:25rem;height:18rem;top:30rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 { display:block; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0QrIINa9mtxVWXAyPwt1HbReFDH1vBq { width:44.5625rem;height:11.125rem;top:16.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0EKizzJRBTpvQ0Xb05BMXGLQtJUTU5S { width:22rem;height:2.5625rem;top:30.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AyTRoSlMw2Q9eNp2bQIwoMB5O94lRT { width:5rem;height:5rem;top:29.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwckRqHcgIpMDqgfkXvTzNnXxqXk44is { width:6.375rem;height:6.375rem;top:28.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgBUW57d5gQWc2uckZrrfE5MPgWaeNH { width:4.125rem;height:4.0625rem;top:30.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrNeNPNUJX7CKSHz1Ls3zWLfdwuZX691 { width:47.75rem;height:3.875rem;top:8.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { width:47.75rem;height:7.75rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUpXgORbWqvyOcWnOTwgXtssVnKF7yJ5 { width:17.25rem;height:19.3125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlxIwViaJsf5BSNMAkmU6kIQ19Cbz78 { width:8.8125rem;height:1.9375rem;top:13.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKXcLdQ02gaO776fMPcohasLOfL9CRI { width:7.25rem;height:1.9375rem;top:13.375rem;left:10.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRACr9em0IeyK3n6BCTTK5Odrhewgwe { width:10.8125rem;height:1.9375rem;top:13.375rem;left:27.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02bJAPAgZoRmZJPdTV0cET6R5iN3zyb { width:6.625rem;height:1.9375rem;top:13.375rem;left:41.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZIVx0JnTFPTrdx0sE6MpAyhqaXETBu { width:17.25rem;height:19.3125rem;top:11.3125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQpLdPXyX2yzii3p3fFR7eLEVQXUW3Tr { width:17.25rem;height:19.3125rem;top:11.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfDxCwxPUPGC6HHwMmw6Te5HRddJhdG { width:17.25rem;height:19.3125rem;top:11.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9EqzUV8bHJBT6N618UOVkyvbyBJ1bNu { width:14.5rem;height:8.4375rem;top:16.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDtykv9G7evIfIBltJDeDQArUtua1ePf { width:14.375rem;height:8.4375rem;top:16.75rem;left:7.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxwVfaUEn4IaXu7aiJ64zxgwDkDD5zE { width:14.1875rem;height:8.4375rem;top:16.875rem;left:26.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5TONCy90uLN90uNNaK2WXbRbHoBHhTW { width:14.375rem;height:6.75rem;top:16.875rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz0NTlQbGS8hceeDHXM2KiT4uiymRIMP { width:16.5625rem;height:9.75rem;top:2.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 { display:block; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W72rvfimfSFs3LTWD60GXAGGh8lwTk8e { width:47.75rem;height:7.75rem;top:4.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA1eRmAvNiufUqTwrEvhgIGZ2SrCc7WF { width:5rem;height:0.3125rem;top:14.8125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQS4y91IiuihpZxTHmdtKmEtah21cHbg { width:8.875rem;height:5.4375rem;top:17.6875rem;left:33.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0SckUzhDtVkISVd1eEBomULFSgmWrJ { width:16.5rem;height:8.375rem;top:22.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN73xiTF2s8Mah60STrgh953kKevdGGP { width:12.5rem;height:5.25rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXOgO9tSzdSXEd6PzZkhB8kHvgRzoTzO { width:9.3125rem;height:6.3125rem;top:23.3125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT67IcNvHJKfLUk7PtL2z6TmLXZq996K { width:9rem;height:9rem;top:15.875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #F344eoMaL6t6AfbnWJu2hqu4fV5eRVUw { width:8.4375rem;height:8.4375rem;top:22.5rem;left:21.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOl7V6kos0GR42HqNxKPTvvPaRHf5K2 { width:8rem;height:2.75rem;top:25.375rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVF31zS2MTpks9kZqOBCmb4BusuO0Pw { width:10.3125rem;height:1.4375rem;top:19.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDc7CCV8UeTU1AmlEJgUkmGF0NWfJmh { width:6.875rem;height:2.3125rem;top:19.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW2ad5SBLeoWGu2x1KPNpA9ackZqUGmA { width:9.5rem;height:6.3125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I { display:block; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AATS2kghTzqm0KdCTDVEf5S1xKTw2Tft { width:21.25rem;height:3.875rem;top:2.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B311kTszaCcVxMvBKmgrBLFS41dgQZVR { width:8.875rem;height:1.75rem;top:11.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNntzPIqUeGeiCeqD9PWx9A4VVhP5O60 { width:8.125rem;height:4.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ7hyaHkghTOSz44MEnTP4RTf5Oa6NeO { width:7.5625rem;height:2.5625rem;top:14.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDcBAyhCWAoNH8HDWpsoI3fKRX4fcda { width:5rem;height:0.3125rem;top:7.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6gffESVfK6Ic9rZ7CoMW0TsefHUCZc4 { width:7.4375rem;height:4.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkqqBXz2ngVh2c0i36PPLtQvzvDbt2L9 { width:8.75rem;height:1.25rem;top:17.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7vDRCD8kFeT0N99MJVqwTcC78QqTdn { width:5.75rem;height:2.375rem;top:10.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iox1O2P3c9GXTcCkKOMaZZzXTdDTWiDv { width:6.375rem;height:6.1875rem;top:8.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcWOiQy5JGgE4wzNDpDGTvZSpw7vZFm { width:4.625rem;height:4.625rem;top:16.0625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVDzZUHmLnK1NcoQNTw3FU4kHoh5skUV { width:4.8125rem;height:4.8125rem;top:13rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pZLTZaOchqIA6E19GePrEKgnoNeW7G { width:12.5625rem;height:1.3125rem;top:14.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnGmDQMdGR0QiO2LmihxkAPt3TvxdZD { width:6.75rem;height:2.125rem;top:14.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JxTO4iJG4Npc2S1hL9ZtbGQZMw7gi3 { width:8.3125rem;height:2.8125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOVl7SDTkHlHqU81P97RBeAaysRgU9JJ { width:9.75rem;height:1.3125rem;top:17.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EUUTHQJ6L1PBpmBk3b021a2IVReE6f { width:8.625rem;height:2.8125rem;top:19.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGXZJywV5XwrJ91C5QvBEvO1f2cTJIws { width:7.5rem;height:2.0625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvW3X2TBKB1EW0b5Lwg7s5LtBa9nVB3X { width:6.5625rem;height:1.875rem;top:20.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRnifyb1LKSGw3HXPzNbKbWbDiEGPDE { width:6.25rem;height:3.0625rem;top:13.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVbSFmw8fBz8Wf4nn3BnOS2DsqV2tp7 { width:6.9375rem;height:2.0625rem;top:20.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTJb69fkpW7JGnGn5SBIxEV61E6Gh3d { width:8.25rem;height:1.5rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5uW04tvkOplSSDhlmubp0Ao4GRGCoXq { width:8.875rem;height:2.375rem;top:17.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeipwe0y33xTi3iCKZEugltBb8zzwKr { width:7.6875rem;height:4.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT0AyHCyTwhfyUyAu73sB8UUfxJLd0CU { width:9.8125rem;height:2.1875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDAyK8zaz8wN7fSSJnoM3ropI9xAekL { width:8.9375rem;height:5.9375rem;top:18.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFSDUqwbU9V7uKUfQrl19829ZChOxak { width:7.8125rem;height:3.125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF8r3BOeSTOIt9x3sTrOkS5prvCJ45EZ { width:8.5625rem;height:3.375rem;top:22.1875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPLTkUNOxPU5J4WTF9HMni5xlvB68osP { width:4.6875rem;height:4.6875rem;top:16.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mglEbEdwyr02TcRPseEMZ1J6u9BnnF { width:3.375rem;height:2.8125rem;top:22.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRnseJzOzzdnq51vw4oFurbeqHOQlXCN { width:7.875rem;height:1.9375rem;top:23.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZfWLVD9TGTZgp8Xa4RoqeQeCNsKCye { width:5.4375rem;height:1.625rem;top:11.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFovzpCkUqeZfQmoTPLJdGWypcvJWu8B { width:9.3125rem;height:2.6875rem;top:22.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikgyoskc7UwTIIDZrtoCcranGHL4J7fg { width:6.625rem;height:2.875rem;top:13.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quR4VZVFxnaTqpuf2sGJpCnM1QChwZ09 { width:14.3125rem;height:2.25rem;top:10.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNvxXAVb4wTI3hbTlSOMDAuLAx2UdTOR { width:5rem;height:5rem;top:18.5625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLITlIXNLUKAmvpuZ0TT4F3quHX7gllG { width:1.375rem;height:2.0625rem;top:23.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o356xLkPMNhFpVDM21GJ2veCychQOtXv { width:8.1875rem;height:2rem;top:20.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yosFnD5EoGL7EOqm3TVb468HlnIK6fBs { width:4.375rem;height:4.375rem;top:21.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { width:30.3125rem;height:4.875rem;top:8.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-button { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX  { width:18.5rem;height:auto;top:8.8125rem;left:26.75rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX {display:block;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX { width:18.5rem;height:auto;top:8.8125rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #S3kNTVClsZEOg2Tsga3CpyrHih1rz7hM {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #IyIRKBisW6inZ5yfoZv6Ks10fR8FxTTc { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #GpGTgGFE7PHJwa7ucgXUNVVx5dXc3wdv {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #aPqOD7z1MWuNZiUu9BsaoLmvL4HUOwKT {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AQxDyz5rAzHfVI5bdPHorhGqBdIAqKaN { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #D9bMCczFxFTu5kNbk0txaq94ZZnneKeP {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #vPCoNBMZCxil0VrkBfivPOqPD5sADex6 {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #QMqDHIDmO9ROeIdps6y51vtitszOROxh { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ASy78xNrrhksrfyDwSAEGNWGHUTDqfzP {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AiHkbQ4ndCSzAGeRvvw0uzwgzhg5anh5 {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #CJWTPsxez9uR1q1sgL0KUpyIcZ7ROofv { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #HQxTXEXygfk4GifbbS02cKDgFrhTLqBM {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #x0pstQxmg2BgDe5iOad2hSFrO2LZOTAk {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ErUHbLzBPabcT7If2LHF8l7GLaDsBGyJ { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #uN8Np3vSoKH1TWRTbTD2DwI3itbVcK1f {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #E8VIs3wxTPhdTNQwFvhsTJxinkyszesm {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ptLthtzLPw8ODTS7dELseae9IhZobxvZ {  }
 }@media only screen and (max-width: 763px) { #Rfi6bIEQtbtFRMvudB36DmcDnT8ht99T { width:30.3125rem;height:9.75rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 { display:block; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFx4r1ATXNJ6Fv36TMJS9ZaEpkxQUJVI { width:17.125rem;height:1.125rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg { position:relative;z-index:auto;display:block; }#ET3Z9yzSOLqLKTDECL9PVwiFo2ZloyWg > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZcoOfWe5nKrsLu9Gl3w3cqtVrsFnSCC { width:9.0625rem;height:3.25rem;top:0.5625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFi56yoha4HcU22TrqQOtxitRbB24E81 { width:8.875rem;height:2.25rem;top:21.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #za4RNwPhV0dyT492yIVpTBLg0U7QQqoC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5gLedgQbFwus1GibLJmxkopRgnLK4M { width:3.25rem;height:0;top:17rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqTQG8DOsSqPHdO3iPcF20IgVKE3moOi { width:5.25rem;height:0;top:8.375rem;left:7.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAumPUTvx4yar7w7H6yXh7gZdUFefWGB { width:4.875rem;height:0;top:11.25rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dx0GnXSUkA6UzJ0zELx8cSTn3twXgocP { width:4.0625rem;height:0;top:14.125rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:#ffffff;background-image:none;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:20rem;height:7.4238125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWKSb4uoeZJTDMxKoTOs2ArmvOeTdkU { width:20rem;height:9.3125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOygWRkxVJvUyQNOl7bFztTrqaoBMTy { width:1.5625rem;height:1.5625rem;top:25.5625rem;left:8.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #L7RaDaSupLeLVN1n5TAuoa08cFyXbILT { width:5.375rem;height:2.4375rem;top:27.8125rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5kuOSvxJmfrtTBdoe4vFpBkqtvw8Sa { width:4.8125rem;height:1.7871125rem;top:26.3125rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM5edTuQzK7IF8HLuV88cWQgrN6howCm { width:4.5625rem;height:1.7871125rem;top:26.25rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpWS0TtXuZn0o4th5o7ZbTu6KOwlho0q { width:3.4375rem;height:3.4375rem;top:22.9375rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHZ9kO0ggtHtQwKD3XAERLCUaVV1wo8 { width:3.375rem;height:3.375rem;top:22.875rem;left:14.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmuMUBVnqiVXaH0bRtUagoPwSNHA27k { width:13.9375rem;height:3.25rem;top:18.125rem;left:3.0625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #NESve68TGgA6wECKDAwi2pumpOwCoPQI { display:block; }
 }@media only screen and (max-width: 763px) { #W9E1vbTtDHTHZr96X780Dsts7xoMRC6v { width:3.375rem;height:3.375rem;top:23rem;left:1.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTUZHRTR1igahSChaapLfB7QikKBsM4 { width:0.0625rem;height:6.875rem;top:37.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSWT4T63Tc5DZWgps5SobNa5JICVXmtX { width:3.75rem;height:1.7871125rem;top:26.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRsLar24krTZXWGsX29bWJMMc3fTOvN { width:5.8125rem;height:2.4375rem;top:27.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLoMC7TKcFgUwvs6TMsHQPHznNkc0q5o { width:17.9375rem;height:8.285125rem;top:8.6875rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTuPiyHpg8r1azceQVGBzln5cfzh61v { width:6.4375rem;height:2.4375rem;top:27.8125rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 { background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/3pXs4TOx/Group_11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.adaptive-delivery-prevent-bg, #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.lazyload, #TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5.lazyloading { background-image: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { background-color: transparent; background-image: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container > .video-iframe-container { display: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row > .video-iframe-container { display: none; }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .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); }#TMnxlrhkIIIGtqJcIEORNk2pJhS3T6T5 > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ7lwgAACXIETI7sU4tTx302hu5OINNT { width:20rem;height:17.951175rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfie7tWvnE0NxTevGUi5zmsiCxr7TRdz { width:14.375rem;height:14.375rem;top:6.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { display:block; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rqfvntazkt4goHECp8usgR8P1qggkZHg { width:12.5rem;height:2.4375rem;top:13.25rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBvBt54QPbyg5tolSWoL8ACSeQof2Bg { width:12.5rem;height:1.94970625rem;top:15.5rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtcWolMz9t7q7R8fVXCDWwsIEhWsuvn { width:10rem;height:4.38720625rem;top:31.4375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI98ZOAeIbysvMgLWze04363AduGp8kT { width:10.5rem;height:5.8496125rem;top:57.25rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdtqBTinAhMdiC3lB5KgcLRXcnVvb1f { width:12.5rem;height:1.94970625rem;top:40.8125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6NnnHZDhf616aR2hWOVOaUQ6BSTcV4 { width:12.5rem;height:2.4375rem;top:38.375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXQxPLqpm0qGIGTi371LWIW8wplfsmPl { width:2.125rem;height:2.125rem;top:18.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFcwxq4SOEeAA0QqDxfL7DpWmPN8HaJ9 { width:2.125rem;height:2.125rem;top:43.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeeLzEQW7oOAXRvCApSrbXAkJ4dz5rBA { width:8.875rem;height:8.875rem;top:21.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVSOPGHoE23bnEBmiw7oFmhdRapfByR { width:9.125rem;height:9.125rem;top:21.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofPEq5fWy2T74A21cVBb4NCRxFvgzM61 { width:7.5rem;height:1.625rem;top:43.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSsPLrgIHD6uIxVdhLS4rtEwd1mrOlp { width:20rem;height:2.5996125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3E9mp5hm6n413bDZkxHtEVf1M6emBRH { width:5rem;height:0.3125rem;top:12.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33x0UAUcSlX0tLWuzEBpCTAShXV6TW3 { width:9.1875rem;height:9.4375rem;top:46.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVaN0bhc9oLidx4AgBSEFpZxa0pf9pn { width:9rem;height:9.4375rem;top:46.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiuSsTaAKBdgDxaacRvvBtp02t14JWr { width:9.1875rem;height:9.1875rem;top:72.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrEHPkLtxb1STxuIH4b8sZsCg782vZBb { width:9.0625rem;height:9.0625rem;top:71.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXMUnLQ08To848DezF7PGE504T4bt1S { width:10rem;height:4.38720625rem;top:82.1875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFZpo1eUQAVcrkEm4TkOknafag9b1tt { width:2.125rem;height:2.125rem;top:69.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4AQ4NPXQCiymFuqzIZ4ZFFNaKwblyR { width:12.5rem;height:1.94970625rem;top:67.125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWiCzeFpASFWULSR2ZK8TxSsJ1bnt9P { width:6.875rem;height:1.375rem;top:69.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHJCtc0H0ngpiDBW1hnBmTs88L4hdUvN { width:12.5rem;height:2.4375rem;top:64.75rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaU2Eo8BXd1FTIgqk6ESAbc1k4JRnrRK { width:5.3125rem;height:1.9375rem;top:18.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umunUeTFU8LGxaoudt1bKN56rX498Tm3 { width:20rem;height:4.142575rem;top:6.27490234375rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { display:block; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { width:20rem;height:18.0615rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoUxIMPg7Qk3RHXIK5kKTUqIt3kbcDxE { width:20rem;height:2.4375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zV9wWUs70tTHqwmHm4pEX4TLkh1cZb { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFpop7RumRdNcKXBIieGPPJBxXhTn5m9 { width:3.75rem;height:0.1875rem;top:11.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTRwba0toiswXL4WqxzyObfQ0cRnGVb { width:19.25rem;height:19.3735625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PentzuH8mHvsBCGR1PfKtN3RETdNI6Ii { width:5rem;height:0.3125rem;top:5.25rem;left:7.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq { display:block; }#qbuB02LrqOWZ5dBDCi1q4CVDr0hf0Fmq > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { width:20rem;height:18.06154375rem;top:8.37890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn0CoiBxhecPWPQvbTBkyOhiW3KgLGiy { width:20rem;height:2.4375rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA0eKsP4Tc9efkhzBurbpXhUC3GF8fCi { width:20rem;height:18.06154375rem;top:53.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayLtnURDWxphqJ4KNQZhqaKeB40fqTHo { width:20rem;height:4.875rem;top:44.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZKTiVSclw5b4ifV6R7Rz8yJWOe4wyu { width:7.1875rem;height:2.5625rem;top:39.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKxbf9gS2vvGvBmMbOK3S4IRIEBTTzvN { width:6.25rem;height:6.25rem;top:27rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8OTlyppmv2Wgp2W7MR1y7teQs4c1SIn { width:8.625rem;height:1.4375rem;top:34.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE0WITsfyrTyHRPx8iBsOrpK6KOfTfNN { width:3.375rem;height:2.6875rem;top:39.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRnc4wmO5fAQdW7mGIhwA0w6qTJvRmw { width:3.375rem;height:4.3125rem;top:38.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIKJcDuTomILKaarr5e8hi7FPsDDgCa { width:3.125rem;height:3.125rem;top:33.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TwVRdmreLr80qL84LleD5AfUOqlpUN { width:3.375rem;height:3.375rem;top:28.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKVtUgV8BGBQF2gx2yKdl5l6ExeuZ6xN { width:5.625rem;height:3.0625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7fo4Ei9gaXsZX7flriJzAky4dT05F9w { width:9.25rem;height:2.125rem;top:45.9375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3gTKlEkdsrHeTZDzwMJ07omqVDIreqX { width:6.25rem;height:6.25rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhfeVpe7EhtkprAIy6yg4UdL7h8PQiJ4 { width:3.75rem;height:0.1875rem;top:51.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCVOACEH07SBWHC2pnM41hMLDMcOZJo { width:3.75rem;height:0.1875rem;top:6.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0pMwQbbQxo5IwDiAdOSPTccwwJR1tDX { width:12.5rem;height:12.5rem;top:22.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcXZFAKJMdVEkJPWb687N2w9JK1i811g { width:20rem;height:14.3994375rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 { display:block; }#dlx4fg3l67yLJaKa9QVX9KyT7h5lhFx1 > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0QrIINa9mtxVWXAyPwt1HbReFDH1vBq { width:18.4375rem;height:18.69675rem;top:9.625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0EKizzJRBTpvQ0Xb05BMXGLQtJUTU5S { width:20rem;height:2.5996125rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AyTRoSlMw2Q9eNp2bQIwoMB5O94lRT { width:5rem;height:5rem;top:34.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwckRqHcgIpMDqgfkXvTzNnXxqXk44is { width:6.375rem;height:6.375rem;top:33.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgBUW57d5gQWc2uckZrrfE5MPgWaeNH { width:4.125rem;height:4.0625rem;top:34.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrNeNPNUJX7CKSHz1Ls3zWLfdwuZX691 { width:20rem;height:4.875rem;top:2.23828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { width:19rem;height:0;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUpXgORbWqvyOcWnOTwgXtssVnKF7yJ5 { width:17.25rem;height:19.3125rem;top:13.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlxIwViaJsf5BSNMAkmU6kIQ19Cbz78 { width:8.8125rem;height:1.94970625rem;top:15.9375rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKXcLdQ02gaO776fMPcohasLOfL9CRI { width:7.25rem;height:1.94970625rem;top:36.5rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRACr9em0IeyK3n6BCTTK5Odrhewgwe { width:10.8125rem;height:1.94970625rem;top:57.0625rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02bJAPAgZoRmZJPdTV0cET6R5iN3zyb { width:6.625rem;height:1.94970625rem;top:77.625rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZIVx0JnTFPTrdx0sE6MpAyhqaXETBu { width:17.25rem;height:19.3125rem;top:34.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQpLdPXyX2yzii3p3fFR7eLEVQXUW3Tr { width:17.25rem;height:19.3125rem;top:55rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfDxCwxPUPGC6HHwMmw6Te5HRddJhdG { width:17.25rem;height:19.3125rem;top:75.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9EqzUV8bHJBT6N618UOVkyvbyBJ1bNu { width:14.5rem;height:9.03075rem;top:19.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDtykv9G7evIfIBltJDeDQArUtua1ePf { width:14.375rem;height:9.03075rem;top:39.875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxwVfaUEn4IaXu7aiJ64zxgwDkDD5zE { width:14.1875rem;height:9.03075rem;top:60.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5TONCy90uLN90uNNaK2WXbRbHoBHhTW { width:14.375rem;height:7.224625rem;top:81.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz0NTlQbGS8hceeDHXM2KiT4uiymRIMP { width:16.5625rem;height:9.75rem;top:2.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15002;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 { display:block; }#IIvKs32aV1r89E6mopwiUIaRzkPGdFb8 > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W72rvfimfSFs3LTWD60GXAGGh8lwTk8e { width:18.5625rem;height:12.9980625rem;top:1.75rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WA1eRmAvNiufUqTwrEvhgIGZ2SrCc7WF { width:5rem;height:0.3125rem;top:16.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQS4y91IiuihpZxTHmdtKmEtah21cHbg { width:6.1875rem;height:3.8125rem;top:32.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0SckUzhDtVkISVd1eEBomULFSgmWrJ { width:9.75rem;height:4.875rem;top:36.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN73xiTF2s8Mah60STrgh953kKevdGGP { width:7.125rem;height:2.875rem;top:28.46875rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXOgO9tSzdSXEd6PzZkhB8kHvgRzoTzO { width:5.625rem;height:3.75rem;top:23rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT67IcNvHJKfLUk7PtL2z6TmLXZq996K { width:5.9375rem;height:5.9375rem;top:26.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F344eoMaL6t6AfbnWJu2hqu4fV5eRVUw { width:5.9375rem;height:5.9375rem;top:21.96875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOl7V6kos0GR42HqNxKPTvvPaRHf5K2 { width:7.3125rem;height:2.4375rem;top:33.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVF31zS2MTpks9kZqOBCmb4BusuO0Pw { width:10.3125rem;height:1.4375rem;top:38.28125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDc7CCV8UeTU1AmlEJgUkmGF0NWfJmh { width:6.375rem;height:2.0625rem;top:19.46875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW2ad5SBLeoWGu2x1KPNpA9ackZqUGmA { width:6.3125rem;height:4.125rem;top:18.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I { display:block; }#i83lE1WHF9gnl5Rh1wf71wtDzJ0sFb5I > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AATS2kghTzqm0KdCTDVEf5S1xKTw2Tft { width:18.0625rem;height:2.5996125rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B311kTszaCcVxMvBKmgrBLFS41dgQZVR { width:5.9375rem;height:1.125rem;top:11.84375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNntzPIqUeGeiCeqD9PWx9A4VVhP5O60 { width:5.6875rem;height:3.0625rem;top:7.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ7hyaHkghTOSz44MEnTP4RTf5Oa6NeO { width:5.25rem;height:1.8125rem;top:8.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDcBAyhCWAoNH8HDWpsoI3fKRX4fcda { width:5rem;height:0.3125rem;top:5.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6gffESVfK6Ic9rZ7CoMW0TsefHUCZc4 { width:5.5625rem;height:3.1875rem;top:10.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkqqBXz2ngVh2c0i36PPLtQvzvDbt2L9 { width:6rem;height:0.875rem;top:19.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7vDRCD8kFeT0N99MJVqwTcC78QqTdn { width:3.9375rem;height:1.6875rem;top:11.5625rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iox1O2P3c9GXTcCkKOMaZZzXTdDTWiDv { width:4.3125rem;height:4.25rem;top:6.84375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcWOiQy5JGgE4wzNDpDGTvZSpw7vZFm { width:4.625rem;height:4.625rem;top:14rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVDzZUHmLnK1NcoQNTw3FU4kHoh5skUV { width:4.1875rem;height:4.1875rem;top:14.21875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pZLTZaOchqIA6E19GePrEKgnoNeW7G { width:7.25rem;height:0.6875rem;top:15.96875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnGmDQMdGR0QiO2LmihxkAPt3TvxdZD { width:5.125rem;height:1.5625rem;top:25.4375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JxTO4iJG4Npc2S1hL9ZtbGQZMw7gi3 { width:5.125rem;height:1.6875rem;top:21.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOVl7SDTkHlHqU81P97RBeAaysRgU9JJ { width:7.0625rem;height:0.875rem;top:31.78125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EUUTHQJ6L1PBpmBk3b021a2IVReE6f { width:5.875rem;height:1.8125rem;top:40.59375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGXZJywV5XwrJ91C5QvBEvO1f2cTJIws { width:6.375rem;height:1.6875rem;top:34.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvW3X2TBKB1EW0b5Lwg7s5LtBa9nVB3X { width:5.25rem;height:1.4375rem;top:28.40625rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRnifyb1LKSGw3HXPzNbKbWbDiEGPDE { width:5.3125rem;height:2.5625rem;top:24.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVbSFmw8fBz8Wf4nn3BnOS2DsqV2tp7 { width:5.75rem;height:1.5625rem;top:37.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTJb69fkpW7JGnGn5SBIxEV61E6Gh3d { width:5.875rem;height:1rem;top:19.15625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5uW04tvkOplSSDhlmubp0Ao4GRGCoXq { width:6.5625rem;height:1.6875rem;top:31.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeipwe0y33xTi3iCKZEugltBb8zzwKr { width:6.0625rem;height:3.1875rem;top:34.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT0AyHCyTwhfyUyAu73sB8UUfxJLd0CU { width:6.25rem;height:1.25rem;top:40.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDAyK8zaz8wN7fSSJnoM3ropI9xAekL { width:5.875rem;height:3.875rem;top:42.84375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFSDUqwbU9V7uKUfQrl19829ZChOxak { width:4.9375rem;height:1.9375rem;top:25.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF8r3BOeSTOIt9x3sTrOkS5prvCJ45EZ { width:6.125rem;height:2.375rem;top:27.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPLTkUNOxPU5J4WTF9HMni5xlvB68osP { width:4.3125rem;height:4.3125rem;top:27rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mglEbEdwyr02TcRPseEMZ1J6u9BnnF { width:3.375rem;height:2.8125rem;top:34.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRnseJzOzzdnq51vw4oFurbeqHOQlXCN { width:6.9375rem;height:1.625rem;top:43.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZfWLVD9TGTZgp8Xa4RoqeQeCNsKCye { width:4.1875rem;height:1.1875rem;top:19.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFovzpCkUqeZfQmoTPLJdGWypcvJWu8B { width:6.6875rem;height:1.875rem;top:37.46875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikgyoskc7UwTIIDZrtoCcranGHL4J7fg { width:4.875rem;height:2.0625rem;top:21.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quR4VZVFxnaTqpuf2sGJpCnM1QChwZ09 { width:7.875rem;height:1.1875rem;top:22rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNvxXAVb4wTI3hbTlSOMDAuLAx2UdTOR { width:4.375rem;height:4.375rem;top:39.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLITlIXNLUKAmvpuZ0TT4F3quHX7gllG { width:1.375rem;height:2.0625rem;top:31.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o356xLkPMNhFpVDM21GJ2veCychQOtXv { width:5.375rem;height:1.25rem;top:37.78125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yosFnD5EoGL7EOqm3TVb468HlnIK6fBs { width:4.375rem;height:4.375rem;top:42.40625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { width:20rem;height:3.8994125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX  { width:17.5rem;height:auto;top:14.3125rem;left:0rem; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX {display:block;}#a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX { width:17.5rem;height:auto;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #S3kNTVClsZEOg2Tsga3CpyrHih1rz7hM {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #IyIRKBisW6inZ5yfoZv6Ks10fR8FxTTc { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #GpGTgGFE7PHJwa7ucgXUNVVx5dXc3wdv {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #aPqOD7z1MWuNZiUu9BsaoLmvL4HUOwKT {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AQxDyz5rAzHfVI5bdPHorhGqBdIAqKaN { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #D9bMCczFxFTu5kNbk0txaq94ZZnneKeP {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #vPCoNBMZCxil0VrkBfivPOqPD5sADex6 {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #QMqDHIDmO9ROeIdps6y51vtitszOROxh { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ASy78xNrrhksrfyDwSAEGNWGHUTDqfzP {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #AiHkbQ4ndCSzAGeRvvw0uzwgzhg5anh5 {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #CJWTPsxez9uR1q1sgL0KUpyIcZ7ROofv { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #HQxTXEXygfk4GifbbS02cKDgFrhTLqBM {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #x0pstQxmg2BgDe5iOad2hSFrO2LZOTAk {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ErUHbLzBPabcT7If2LHF8l7GLaDsBGyJ { display:block; }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #uN8Np3vSoKH1TWRTbTD2DwI3itbVcK1f {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #E8VIs3wxTPhdTNQwFvhsTJxinkyszesm {  }
 }@media only screen and (max-width: 763px) { #a0uE8lMhyVVQ5L58V3tuiXBxN61MKkCX #ptLthtzLPw8ODTS7dELseae9IhZobxvZ {  }
 }@media only screen and (max-width: 763px) { #Rfi6bIEQtbtFRMvudB36DmcDnT8ht99T { width:20rem;height:7.79883125rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 { display:block; }#wFITMEkaNiniTTx5FEovXDiR3Fmlg1s7 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFx4r1ATXNJ6Fv36TMJS9ZaEpkxQUJVI { width:14.5625rem;height:1.05615rem;top:0.96875rem;left:2.71875rem;font-size:0.8125rem;display:block; }
 }