.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:221,234,222;--color-primary-1:153,193,155;--color-primary-2:85,151,88;--color-primary-3:42,125,46;--color-primary-4:2,35,3;--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:32,32,32;--color-tertiary-2:29,29,33;--color-tertiary-3:26,23,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container { background-color: transparent; background-image: none; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container > .video-iframe-container { display: none; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row > .video-iframe-container { display: none; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .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); }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container { border-width: 0; border-radius: 0; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#HLUPHfSDMInTtVXoOLJeZWHb4PBsL6sB { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:23.4375rem;left:0.3125rem;height:7.19925rem;text-align:left;text-align-last:left;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; }
#BeputlEQqPt31LGoppil2D9VnaiLOhTy { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid #ed9602;border-left:0.125rem solid #ed9602;border-right:0.125rem solid #ed9602;border-bottom:0.125rem solid #ed9602;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.5rem;left:0rem;display:block; }
#h1DGEEu8H3c2Ah6vJvQ930T93pqVcEaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCR1KcGU7scfnMgp15lqTdWEa0sk2Wbr { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.375rem;left:0.3125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dhmAch7oeTXENTeUwA5GCwzJdyWMRiD6 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:26.75rem;top:3.8837890625rem;left:40.9375rem;overflow:hidden;display:block; }
#Fn4cIicC43TT4IeWxZd4HITay0ERuIao { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:7.5625rem;left:0.3125rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ampx49cqlFf36XCksqQ4nloWazE0X3Tp { position:absolute;display:block;z-index:15042;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:3rem;width:10.4375rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#DgerSqQ0BGZXWic79H6kot95lXRRPpPb { position:absolute;display:block;z-index:15043;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.75rem;width:28.875rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#gXG1Aw7Adq6WSSTZPQ8yWl4S9s09Htzt { position:absolute;display:block;z-index:15043;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.3125rem;width:1.75rem;top:27.8125rem;left:30.9375rem;overflow:hidden;display:block; }
#stX2rgXrmPPuwPtSno8SuEf9cv11HrG1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid #ed9602;border-left:0.125rem solid #ed9602;border-right:0.125rem solid #ed9602;border-bottom:0.125rem solid #ed9602;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:#154d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.5rem;left:0rem;display:none; }
#LI7CcvAlTEPKGpacwA2HO9Q58wW65oFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo { 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; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container { background-color: transparent; background-image: none; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container > .video-iframe-container { display: none; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row > .video-iframe-container { display: none; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .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); }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container { border-width: 0; border-radius: 0; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#lafKqFHxThTr1LJFLNKW2qS2EfCsJLry { color:rgba(var(--color-tertiary-3),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6.375rem;left:37.5rem;height:;text-align:left;text-align-last:left;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; }
#KxrA80eQZWLGZvpAe5oCztvLSLzuHafF { position:absolute;display:block;z-index:15016;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: none;height:29.0625rem;width:35.9375rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#EQJ18htTgJ8RmOlsVQmi8081xyxKdRxU { color:rgba(var(--color-tertiary-3),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.75rem;left:37.5625rem;height:6.796875rem;text-align:left;text-align-last:left;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; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#002762;padding-top:0.45625rem;padding-right:0.450625rem;padding-bottom:0.45625rem;padding-left:0.450625rem;display:block;align-items:center;width:2.704375rem;min-width:2.704375rem;height:2.45125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.825625rem;font-weight:700;line-height:39.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-label { background-color:;background-image:none;color:#002762;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.609375rem;height:0.966875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.685rem;font-weight:700;line-height:15.47px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.4375rem;height:4.61625rem;padding-top:0.53625rem;padding-right:0.54375rem;padding-bottom:0.53625rem;padding-left:0.54375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.6875rem;left:36.4375rem;z-index:15007; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #s45zP0tL2z1u7RZWwoctPN1b5RvGTTTP { display:flex;position:relative;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #P2Vn3IoM8eLm3aXKarS403ncapuH1Pxr { width:auto; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #G8fsHpmwiyobO7D1fSheMGVw0wS9UM1G {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #caSWUtMhTJTM6QouqzPOBGfQM19T0iMK { display:flex;position:relative;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Dab5gn1Vp4ayAcqw8kGwqbtt7iQlp5vJ {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #UTRpmMkXyFdEe4TNmerJoS33TK9grgpC {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #fmHwICnZphIm63VrEXi9RrOUtfvDHElh { display:flex;position:relative;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #y5tdNFExqsZZkW0IG7PlUNgZPwvraBVs {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #XqGOMx5qTp2Kg244pmIOVlP0LFCsAH9U {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Eh25bnNuGxDiJZ1N5wXehvaP6OvomG5t { display:flex;position:relative;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #VHInBIbcRTyGc5Vqhgb4QfHXXbTuIBlU {  }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #hKi2bOKhNzg7uvH6F1ytauktqfuBi0un {  }
#Cm7svrcEUplB6pNosqpri2UdmVTQJ5bT { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #000000, rgba(0,0,0,0.79));background-image: -moz-linear-gradient(66deg, #000000, rgba(0,0,0,0.79));background-image: -ms-linear-gradient(66deg, #000000, rgba(0,0,0,0.79));background-image: -o-linear-gradient(66deg, #000000, rgba(0,0,0,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000c9' );";background-image: linear-gradient(66deg, #000000, rgba(0,0,0,0.79));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.875rem;left:37.5rem;display:block; }
#CSWVqEvdbA2553a6noTRZnBKtTFgGPMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBNhVvAULZgD1ImutkNSQLv5DDprppG2 { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #008900, #004300);background-image: -moz-linear-gradient(66deg, #008900, #004300);background-image: -ms-linear-gradient(66deg, #008900, #004300);background-image: -o-linear-gradient(66deg, #008900, #004300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );";background-image: linear-gradient(66deg, #008900, #004300);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.875rem;left:37.5rem;display:none; }
#APoazsr8W2l78MpHtL5ozLCc9OfWvB1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container { background-color: transparent; background-image: none; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container > .video-iframe-container { display: none; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row > .video-iframe-container { display: none; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .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); }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container { border-width: 0; border-radius: 0; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#sFOv68NNq4v2QOPFwGAgiksT72o2dM4v { color:rgba(var(--color-secondary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.724609375rem;left:8.84375rem;height:6.173825rem;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;text-align:center;text-align-last:center;display:block; }
#sH1kzNGoSwT93UJNLKedDgxbgIUTVfiS { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:12.1728515625rem;left:13.03125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.08);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; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container { background-color: transparent; background-image: none; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container > .video-iframe-container { display: none; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row > .video-iframe-container { display: none; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .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); }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container { border-width: 0; border-radius: 0; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#gfWTHMwin6U8md4OTWGSFrnQk7Qp2uTx { box-sizing:content-box;height:5.5625rem;width:37.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.0625rem;left:37.5rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#bO0y1OPdhyf0qQC5O6BzX8nWyv2E717X { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:3.375rem;left:43.1875rem;height:3rem;text-align:left;text-align-last:left;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; }
#ND3BX2KSDpkGxTpy9OpQGxVoWeTnTIIT { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.0625rem;left:38.625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#RoCF4e6VGb97Ny1pdwp2KTd7EdlzoffS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.6875rem;width:43.1875rem;top:0.25rem;left:-4.75rem;overflow:hidden;display:block; }
#gbxiPMZEyslV9c9LautPhLLDdbw3Tc7B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.5625rem;left:39.25rem; }
#gs2euPvpdaxp4V5pGUTk5AaZePObtlhN { box-sizing:content-box;height:5.5625rem;width:37.4375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.9375rem;left:37.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#P8coyu80Dox7MCO7RCuCnLVhIffCaRgl { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:10.1875rem;left:43.25rem;height:3rem;text-align:left;text-align-last:left;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; }
#gH5UyMlvHSXeDnbvveGBFuV8m2l8JgTT { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.875rem;left:38.6875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#uhbd0Hp1HkRdhxQKy0xksgfWSTgBNi09 { box-sizing:content-box;height:5.5625rem;width:37.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.75rem;left:37.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#BMClWN12NtAnkTZVOMhx7DsS9uAgpCAT { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:17rem;left:43.25rem;height:3rem;text-align:left;text-align-last:left;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; }
#Szsa5D78MBIeVKR4WP6sWSwa9OlDdAqV { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.6875rem;left:38.6875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#urNlOlHBgl0iqegLgSaMAJqeWTRuLvSR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.25rem;left:39.25rem; }
#AShI9LbUctJPHaxESZylQ1aJuyP80Ra3 { box-sizing:content-box;height:5.5625rem;width:37.4375rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.5625rem;left:37.5rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#NopAdits62VPOqeKylWr4zFTDbvkOALp { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:23.8125rem;left:43.1875rem;height:3rem;text-align:left;text-align-last:left;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; }
#UCUJntrCTlWXtkegEHXldGvfFcQvXCQJ { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.5rem;left:38.625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#FHi6nzHclp2Vn6271VGbRIm8De6HCgpA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24.0625rem;left:39.1875rem; }
#V6XTNTkFIL9NpSqQiIvLwOP5xiWG9HN9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.4375rem;width:21.25rem;top:9.8125rem;left:-4.375rem;overflow:hidden;display:block; }
#PuGBZ50gZP33zL4yK8sNnIBzHMuUMisF { 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:2.5625rem;width:2.5625rem;top:10.4375rem;left:39.21875rem;overflow:hidden;display:block; }
#pETUrGfn7fpE8P2ko8CsTdIPk6rFPiez { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:10.1875rem;left:43.25rem;height:3rem;text-align:left;text-align-last:left;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:none; }
#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.08);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; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container { background-color: transparent; background-image: none; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container > .video-iframe-container { display: none; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row > .video-iframe-container { display: none; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .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); }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container { border-width: 0; border-radius: 0; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#adz0sythW1GJSeZITXya7EmFyJ1rMa66 { background-color:#000000;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0.75rem;left:23.25rem;display:block; }
#Ria1V3GIcs5kWUJlCpnOdKRx14BsBe4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHhhSQvP1QT3Qb82TxoyWoF9LJXwnkTS { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #008900, #004300);background-image: -moz-linear-gradient(66deg, #008900, #004300);background-image: -ms-linear-gradient(66deg, #008900, #004300);background-image: -o-linear-gradient(66deg, #008900, #004300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );";background-image: linear-gradient(66deg, #008900, #004300);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.875rem;left:37.5rem;display:none; }
#WbnXW83tAP850qPArNZ41IXmL0LCEGgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS { position:relative;display:block; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS { background-color: transparent; background-image: none; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container > .video-iframe-container { display: none; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row > .video-iframe-container { display: none; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .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); }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS { border-width: 0; border-radius: 0; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xGrm7FVrfer5oagQRwm16p51mHvoyWTG { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9583d0b-3226-405c-9400-57c59a573574/Investoroto.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 2.0625rem rgba(var(--color-tertiary-4),0.5) ;height:21rem;width:55rem;top:10.3125rem;left:7.375rem;display:block; }#xGrm7FVrfer5oagQRwm16p51mHvoyWTG.adaptive-delivery-prevent-bg, #xGrm7FVrfer5oagQRwm16p51mHvoyWTG.lazyload, #xGrm7FVrfer5oagQRwm16p51mHvoyWTG.lazyloading { background-image: none; }
#xGrm7FVrfer5oagQRwm16p51mHvoyWTG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem; }#xGrm7FVrfer5oagQRwm16p51mHvoyWTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.84); }#TiuJ7NLLnqtyQ6bmk8T6szXJwLlQqqdO { position:absolute;display:block;z-index:15053;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.5rem;width:7.9375rem;top:11.25rem;left:8.3125rem;overflow:hidden;display:block; }
#C7ETeTDUmdE0ZyAZBqgT6FTdfcnszns3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.125rem;height:4.875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#XWw3oRLN76KQeJFnP6BumO0DDTxtG7L0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:20.125rem;left:12.625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#P1202kcL6hyHCkTTmeLIoCmDedNWJB3m { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:3.75rem;left:36.4375rem;overflow:hidden;display:block; }
#SHLwfgymCkhnXv71W7PdQdHTKpRPwxcK { position:absolute;display:block;z-index:15054;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.25rem;width:16.875rem;top:21.4375rem;left:17.0625rem;overflow:hidden;display:block; }
#BkCAx3KBBiaQ7J0CBmRcfSuX1J1qQNqq { position:absolute;display:block;z-index:15055;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.5rem;width:16.25rem;top:22.3125rem;left:15.5rem;overflow:hidden;display:block; }
#egDy7OtMrvACBc1fnWX3TQ7uOR3CN4yG { position:absolute;display:block;z-index:15056;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.5rem;width:16.25rem;top:22.6875rem;left:16.1875rem;overflow:hidden;display:block; }
#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.08);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; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container { background-color: transparent; background-image: none; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container > .video-iframe-container { display: none; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row > .video-iframe-container { display: none; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .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); }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container { border-width: 0; border-radius: 0; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#t6zd0yBxVB7KqweivJ8CHRCV7Is9OpT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:8.84375rem;height:3.0872375rem;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;text-align:center;text-align-last:center;display:block; }
#ftUkx59PbRK1Bh1T0VTLTf2wWTuKOarc { position:absolute;display:block;z-index:15004;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:13.0625rem;width:21.75rem;top:11.4375rem;left:1.8125rem;display:block; }
#CbFIeZ3Se0nMvrQ4L2QF2KJVt6CA7sc0 { 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:2.625rem;width:2.625rem;top:14.9375rem;left:11.375rem;overflow:hidden;display:block; }
#kaxqTEm6WLzxrZ2iskQPX6vOziJ6ZQUR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:13.9375rem;left:10.375rem;display:block; }
#A2hEGLEGdZbMzfP3ZKGwW3xWTwtMZOWA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:3.4375rem;height:3.0859375rem;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;text-align:center;text-align-last:center;display:block; }
#xrRismzdHDJ9iODdSLbDKTdMnBdsFsut { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:13.0625rem;width:21.75rem;top:11.4375rem;left:26.625rem;display:block; }
#m1gxysvuXSizAUQsbLb9WWdFLiQ7ZkHf { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:28.0625rem;height:3.0859375rem;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;text-align:center;text-align-last:center;display:block; }
#zRG2FmrUQnOLlPsvza9Atg1Zvq877vIm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:13.9375rem;left:35.1875rem;display:block; }
#QQqGMeZCuOBtBomDXET1Tf8x5CzhReCk { 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.625rem;width:2.625rem;top:14.9375rem;left:36.1875rem;overflow:hidden;display:block; }
#d5yCNJfmIafd9SWHa9n2Rg1KhmGaiwB6 { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:13.0625rem;width:21.75rem;top:11.4375rem;left:51.5rem;display:block; }
#qt5sR01ShOT5cRi0BalO4JacspkoKJRy { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:51.9375rem;height:3.0859375rem;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;text-align:center;text-align-last:center;display:block; }
#ag39DMETgGwtlHLyG1EdzlQBehyiWRHP { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:13.9375rem;left:60.0625rem;display:block; }
#BzhJfJxvEBKnuFwXl0lS8uklm4JpSTdy { 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.625rem;width:2.625rem;top:14.9375rem;left:61.0625rem;overflow:hidden;display:block; }
#TETPvvNT05TqW8xHPVLg2fsEPgMWBm8a { background-color:#000000;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:28.25rem;left:23.25rem;display:block; }
#lE9l66isuVB9I0MphZGvkLZhTA5EW2Zl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St4F2qbToIJckERWOd9kgMNneM8UIMcR { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #008900, #004300);background-image: -moz-linear-gradient(66deg, #008900, #004300);background-image: -ms-linear-gradient(66deg, #008900, #004300);background-image: -o-linear-gradient(66deg, #008900, #004300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#004300' );";background-image: linear-gradient(66deg, #008900, #004300);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.875rem;left:37.5rem;display:none; }
#paAWWJVHWMauwR7EN4PXNwykZIvmu6qE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 { position:relative;display:block; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 { background-color: transparent; background-image: none; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container > .video-iframe-container { display: none; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row > .video-iframe-container { display: none; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .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); }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 { border-width: 0; border-radius: 0; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh { position:relative;display:block; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh { background-color: transparent; background-image: none; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container > .video-iframe-container { display: none; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row > .video-iframe-container { display: none; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .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); }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh { border-width: 0; border-radius: 0; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#QloNIGE192p7nrWpympWfk3y94xa2iKq { color:rgba(var(--color-tertiary-0),1);display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.71875rem;height:2.6809875rem;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;text-align:center;text-align-last:center;display:block; }
#GRK81TJwfulPghTWevmuixQwxCsppbkb { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:7.8125rem;left:12.84375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vs89ohJ2FoPb8atL8oUNhWvtVbIwQio0 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:12.5625rem;left:12.84375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HSgXkpWRFlZsB1b2puOlcH2tkV6vk2GP { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:15.125rem;left:23.25rem;display:block; }
#HF5ZfATRG04yag1CRFkxBw4d3AHQLBVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyT1gL9QTKTLGe6ytZpgOTHdOBz0KRs2 { position:absolute;display:block;z-index:15054;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.375rem;width:17.6875rem;top:22.0625rem;left:28.65625rem;overflow:hidden;display:block; }
#XNbVMazlX3MDN6eOIXVgRLevxTwP7mxv { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid #ed9602;border-left:0.125rem solid #ed9602;border-right:0.125rem solid #ed9602;border-bottom:0.125rem solid #ed9602;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:#154d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.5rem;left:0rem;display:none; }
#zlWL226H8QW9rS0nKZHddOpENTDCVBMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC { 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; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container { background-color: transparent; background-image: none; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container > .video-iframe-container { display: none; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row > .video-iframe-container { display: none; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .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); }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container { border-width: 0; border-radius: 0; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#Jsdf8BJzCpa9hIbVGvZQUuP0bnnNAFqI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:19.875rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4WV03gFyJrZdd3NJClcRZRf8PZDXokg { color:rgba(26,26,26,0.77);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.875rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 { display:block; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLUPHfSDMInTtVXoOLJeZWHb4PBsL6sB { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeputlEQqPt31LGoppil2D9VnaiLOhTy { width:31.3125rem;height:4.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1DGEEu8H3c2Ah6vJvQ930T93pqVcEaC { display:block; }
 }@media only screen and (max-width: 763px) { #UCR1KcGU7scfnMgp15lqTdWEa0sk2Wbr { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhmAch7oeTXENTeUwA5GCwzJdyWMRiD6 { width:26.75rem;height:33.5rem;top:3.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn4cIicC43TT4IeWxZd4HITay0ERuIao { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ampx49cqlFf36XCksqQ4nloWazE0X3Tp { width:10.4375rem;height:3rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgerSqQ0BGZXWic79H6kot95lXRRPpPb { width:28.875rem;height:0.75rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXG1Aw7Adq6WSSTZPQ8yWl4S9s09Htzt { width:1.75rem;height:5.3125rem;top:27.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stX2rgXrmPPuwPtSno8SuEf9cv11HrG1 { width:31.3125rem;height:4.375rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LI7CcvAlTEPKGpacwA2HO9Q58wW65oFI { display:block; }
 }@media only screen and (max-width: 763px) { #afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo { display:block; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lafKqFHxThTr1LJFLNKW2qS2EfCsJLry { width:37.4375rem;height:;top:6.375rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrA80eQZWLGZvpAe5oCztvLSLzuHafF { width:35.9375rem;height:29.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJ18htTgJ8RmOlsVQmi8081xyxKdRxU { width:37.4375rem;height:;top:18.75rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 { display:flex;width:18rem;height:5.0625rem;top:2rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #s45zP0tL2z1u7RZWwoctPN1b5RvGTTTP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #P2Vn3IoM8eLm3aXKarS403ncapuH1Pxr {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #G8fsHpmwiyobO7D1fSheMGVw0wS9UM1G {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #caSWUtMhTJTM6QouqzPOBGfQM19T0iMK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Dab5gn1Vp4ayAcqw8kGwqbtt7iQlp5vJ {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #UTRpmMkXyFdEe4TNmerJoS33TK9grgpC {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #fmHwICnZphIm63VrEXi9RrOUtfvDHElh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #y5tdNFExqsZZkW0IG7PlUNgZPwvraBVs {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #XqGOMx5qTp2Kg244pmIOVlP0LFCsAH9U {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Eh25bnNuGxDiJZ1N5wXehvaP6OvomG5t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #VHInBIbcRTyGc5Vqhgb4QfHXXbTuIBlU {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #hKi2bOKhNzg7uvH6F1ytauktqfuBi0un {  }
 }@media only screen and (max-width: 763px) { #Cm7svrcEUplB6pNosqpri2UdmVTQJ5bT { width:28.5rem;height:4rem;top:30.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWVqEvdbA2553a6noTRZnBKtTFgGPMF { display:block; }
 }@media only screen and (max-width: 763px) { #wBNhVvAULZgD1ImutkNSQLv5DDprppG2 { width:28.5rem;height:4rem;top:30.875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #APoazsr8W2l78MpHtL5ozLCc9OfWvB1l { display:block; }
 }@media only screen and (max-width: 763px) { #owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA { display:block; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFOv68NNq4v2QOPFwGAgiksT72o2dM4v { width:47.75rem;height:6.125rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH1kzNGoSwT93UJNLKedDgxbgIUTVfiS { width:47.75rem;height:1.75rem;top:12.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z { display:block; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfWTHMwin6U8md4OTWGSFrnQk7Qp2uTx { width:37.4375rem;height:5.5625rem;top:2.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0y1OPdhyf0qQC5O6BzX8nWyv2E717X { width:30.8125rem;height:3rem;top:3.375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3BX2KSDpkGxTpy9OpQGxVoWeTnTIIT { width:3.625rem;height:3.625rem;top:3.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCF4e6VGb97Ny1pdwp2KTd7EdlzoffS { width:43.1875rem;height:29.6875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbxiPMZEyslV9c9LautPhLLDdbw3Tc7B { width:2.5625rem;height:2.5625rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2euPvpdaxp4V5pGUTk5AaZePObtlhN { width:37.4375rem;height:5.5625rem;top:8.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8coyu80Dox7MCO7RCuCnLVhIffCaRgl { width:30.8125rem;height:3rem;top:10.1875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH5UyMlvHSXeDnbvveGBFuV8m2l8JgTT { width:3.625rem;height:3.625rem;top:9.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbd0Hp1HkRdhxQKy0xksgfWSTgBNi09 { width:37.4375rem;height:5.5625rem;top:15.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMClWN12NtAnkTZVOMhx7DsS9uAgpCAT { width:30.8125rem;height:3rem;top:17rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szsa5D78MBIeVKR4WP6sWSwa9OlDdAqV { width:3.625rem;height:3.625rem;top:16.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urNlOlHBgl0iqegLgSaMAJqeWTRuLvSR { width:2.5625rem;height:2.5625rem;top:17.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AShI9LbUctJPHaxESZylQ1aJuyP80Ra3 { width:37.4375rem;height:5.5625rem;top:22.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NopAdits62VPOqeKylWr4zFTDbvkOALp { width:30.8125rem;height:3rem;top:23.8125rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUJntrCTlWXtkegEHXldGvfFcQvXCQJ { width:3.625rem;height:3.625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHi6nzHclp2Vn6271VGbRIm8De6HCgpA { width:2.5625rem;height:2.5625rem;top:24.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XTNTkFIL9NpSqQiIvLwOP5xiWG9HN9 { width:21.25rem;height:21.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGBZ50gZP33zL4yK8sNnIBzHMuUMisF { width:2.5625rem;height:2.5625rem;top:10.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pETUrGfn7fpE8P2ko8CsTdIPk6rFPiez { width:15rem;height:;top:9.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFvDISsxRqJPreMkWpNdsQuRWzt745A9 { display:block; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz0sythW1GJSeZITXya7EmFyJ1rMa66 { width:28.5rem;height:4rem;top:0.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ria1V3GIcs5kWUJlCpnOdKRx14BsBe4o { display:block; }
 }@media only screen and (max-width: 763px) { #eHhhSQvP1QT3Qb82TxoyWoF9LJXwnkTS { width:28.5rem;height:4rem;top:30.875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbnXW83tAP850qPArNZ41IXmL0LCEGgf { display:block; }
 }@media only screen and (max-width: 763px) { #DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS { display:block; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGrm7FVrfer5oagQRwm16p51mHvoyWTG { width:47.75rem;height:21rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuJ7NLLnqtyQ6bmk8T6szXJwLlQqqdO { width:7.9375rem;height:2.5rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ETeTDUmdE0ZyAZBqgT6FTdfcnszns3 { width:21.9375rem;height:4.875rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWw3oRLN76KQeJFnP6BumO0DDTxtG7L0 { width:19.4375rem;height:2.625rem;top:20.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1202kcL6hyHCkTTmeLIoCmDedNWJB3m { width:31.25rem;height:31.25rem;top:3.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLwfgymCkhnXv71W7PdQdHTKpRPwxcK { width:16.875rem;height:9.25rem;top:21.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkCAx3KBBiaQ7J0CBmRcfSuX1J1qQNqq { width:16.25rem;height:0.5rem;top:22.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDy7OtMrvACBc1fnWX3TQ7uOR3CN4yG { width:16.25rem;height:0.5rem;top:22.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 { display:block; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6zd0yBxVB7KqweivJ8CHRCV7Is9OpT9 { width:47.75rem;height:3.0625rem;top:6.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftUkx59PbRK1Bh1T0VTLTf2wWTuKOarc { width:21.75rem;height:13.0625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbFIeZ3Se0nMvrQ4L2QF2KJVt6CA7sc0 { width:2.625rem;height:2.625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaxqTEm6WLzxrZ2iskQPX6vOziJ6ZQUR { width:4.625rem;height:4.625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hEGLEGdZbMzfP3ZKGwW3xWTwtMZOWA { width:18.5rem;height:3.0625rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRismzdHDJ9iODdSLbDKTdMnBdsFsut { width:21.75rem;height:13.0625rem;top:11.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gxysvuXSizAUQsbLb9WWdFLiQ7ZkHf { width:18.875rem;height:3.0625rem;top:19.625rem;left:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRG2FmrUQnOLlPsvza9Atg1Zvq877vIm { width:4.625rem;height:4.625rem;top:13.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQqGMeZCuOBtBomDXET1Tf8x5CzhReCk { width:2.625rem;height:2.625rem;top:14.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yCNJfmIafd9SWHa9n2Rg1KhmGaiwB6 { width:21.75rem;height:13.0625rem;top:11.4375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt5sR01ShOT5cRi0BalO4JacspkoKJRy { width:20.8125rem;height:3.0625rem;top:19.625rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag39DMETgGwtlHLyG1EdzlQBehyiWRHP { width:4.625rem;height:4.625rem;top:13.9375rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzhJfJxvEBKnuFwXl0lS8uklm4JpSTdy { width:2.625rem;height:2.625rem;top:14.9375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETPvvNT05TqW8xHPVLg2fsEPgMWBm8a { width:28.5rem;height:4rem;top:28.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9l66isuVB9I0MphZGvkLZhTA5EW2Zl { display:block; }
 }@media only screen and (max-width: 763px) { #St4F2qbToIJckERWOd9kgMNneM8UIMcR { width:28.5rem;height:4rem;top:30.875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #paAWWJVHWMauwR7EN4PXNwykZIvmu6qE { display:block; }
 }@media only screen and (max-width: 763px) { #czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 { display:block; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh { display:block; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QloNIGE192p7nrWpympWfk3y94xa2iKq { width:47.75rem;height:2.625rem;top:4.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRK81TJwfulPghTWevmuixQwxCsppbkb { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs89ohJ2FoPb8atL8oUNhWvtVbIwQio0 { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgXkpWRFlZsB1b2puOlcH2tkV6vk2GP { width:28.5rem;height:4rem;top:15.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5ZfATRG04yag1CRFkxBw4d3AHQLBVs { display:block; }
 }@media only screen and (max-width: 763px) { #CyT1gL9QTKTLGe6ytZpgOTHdOBz0KRs2 { width:17.6875rem;height:5.375rem;top:22.0625rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNbVMazlX3MDN6eOIXVgRLevxTwP7mxv { width:31.3125rem;height:4.375rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlWL226H8QW9rS0nKZHddOpENTDCVBMT { display:block; }
 }@media only screen and (max-width: 763px) { #pTXMfMxV38kTizn6n2LPw9RXT32qLkfC { display:block; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jsdf8BJzCpa9hIbVGvZQUuP0bnnNAFqI { width:35.25rem;height:1rem;top:1.4375rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WV03gFyJrZdd3NJClcRZRf8PZDXokg { width:35.25rem;height:0.9746125rem;top:2.6875rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 { display:block; }#eMskXgMG98P6pip8Z6l7NPp7X2Ae0T00 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLUPHfSDMInTtVXoOLJeZWHb4PBsL6sB { width:20rem;height:9rem;top:15.6298828125rem;left:0rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeputlEQqPt31LGoppil2D9VnaiLOhTy { width:20rem;height:3.75rem;top:22.7529296875rem;left:0rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1DGEEu8H3c2Ah6vJvQ930T93pqVcEaC { display:block; }
 }@media only screen and (max-width: 763px) { #UCR1KcGU7scfnMgp15lqTdWEa0sk2Wbr { width:20rem;height:2.76171875rem;top:12.3427734375rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhmAch7oeTXENTeUwA5GCwzJdyWMRiD6 { width:18.6875rem;height:23.5625rem;top:32.75rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn4cIicC43TT4IeWxZd4HITay0ERuIao { width:20rem;height:5.8496125rem;top:4.375rem;left:0rem;font-size:2.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ampx49cqlFf36XCksqQ4nloWazE0X3Tp { width:8.3125rem;height:2.3125rem;top:0.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgerSqQ0BGZXWic79H6kot95lXRRPpPb { width:15rem;height:0.51948051948052rem;top:10rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXG1Aw7Adq6WSSTZPQ8yWl4S9s09Htzt { width:1.3125rem;height:4.25rem;top:22.8154296875rem;left:17.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #stX2rgXrmPPuwPtSno8SuEf9cv11HrG1 { width:18.75rem;height:4rem;top:25.8779296875rem;left:0.625rem;font-size:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15043;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LI7CcvAlTEPKGpacwA2HO9Q58wW65oFI { display:block; }
 }@media only screen and (max-width: 763px) { #afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo { display:block; }#afpUlvtyd57y1w1FyXDLuzbqCg2xqSDo > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lafKqFHxThTr1LJFLNKW2qS2EfCsJLry { width:20rem;height:6.75rem;top:5.591796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KxrA80eQZWLGZvpAe5oCztvLSLzuHafF { width:20rem;height:16.1875rem;top:35.8876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJ18htTgJ8RmOlsVQmi8081xyxKdRxU { width:20rem;height:9rem;top:14.103515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-number { padding-top:0.335625rem;padding-right:0.30125rem;padding-bottom:0.335625rem;padding-left:0.30125rem;width:1.8075rem;min-width:1.8075rem;height:1.80375rem;font-size:1.3425rem;line-height:28.86px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.41rem;height:0.7125rem;font-size:0.503125rem;line-height:11.4px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 { display:flex;width:13.625rem;height:3.3975rem;top:24.603515625rem;left:3.34375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #s45zP0tL2z1u7RZWwoctPN1b5RvGTTTP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #P2Vn3IoM8eLm3aXKarS403ncapuH1Pxr {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #G8fsHpmwiyobO7D1fSheMGVw0wS9UM1G {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #caSWUtMhTJTM6QouqzPOBGfQM19T0iMK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Dab5gn1Vp4ayAcqw8kGwqbtt7iQlp5vJ {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #UTRpmMkXyFdEe4TNmerJoS33TK9grgpC {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #fmHwICnZphIm63VrEXi9RrOUtfvDHElh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #y5tdNFExqsZZkW0IG7PlUNgZPwvraBVs {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #XqGOMx5qTp2Kg244pmIOVlP0LFCsAH9U {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #Eh25bnNuGxDiJZ1N5wXehvaP6OvomG5t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #VHInBIbcRTyGc5Vqhgb4QfHXXbTuIBlU {  }
 }@media only screen and (max-width: 763px) { #OpyXm5X9TkfTBpCJt6oX9Avy3L2zuni0 #hKi2bOKhNzg7uvH6F1ytauktqfuBi0un {  }
 }@media only screen and (max-width: 763px) { #Cm7svrcEUplB6pNosqpri2UdmVTQJ5bT { width:18.75rem;height:4rem;top:40.20114375rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSWVqEvdbA2553a6noTRZnBKtTFgGPMF { display:block; }
 }@media only screen and (max-width: 763px) { #wBNhVvAULZgD1ImutkNSQLv5DDprppG2 { width:18.75rem;height:4rem;top:30.0126953125rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15046;background-color:#000000;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #APoazsr8W2l78MpHtL5ozLCc9OfWvB1l { display:block; }
 }@media only screen and (max-width: 763px) { #owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA { display:block; }#owFNZX4UV0sHndkGoKXCxtiGoGAFRZWA > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFOv68NNq4v2QOPFwGAgiksT72o2dM4v { width:20rem;height:3.375rem;top:3.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sH1kzNGoSwT93UJNLKedDgxbgIUTVfiS { width:20rem;height:4.5rem;top:6.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z { display:block; }#p2kd1zdRP7NQgG5G8ht9RugMtoKvhy7z > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfWTHMwin6U8md4OTWGSFrnQk7Qp2uTx { width:20rem;height:6.25rem;top:0.2236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0y1OPdhyf0qQC5O6BzX8nWyv2E717X { width:14.8125rem;height:4.19824375rem;top:1.25rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ND3BX2KSDpkGxTpy9OpQGxVoWeTnTIIT { width:3.625rem;height:3.625rem;top:1.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCF4e6VGb97Ny1pdwp2KTd7EdlzoffS { width:19.8125rem;height:13.625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbxiPMZEyslV9c9LautPhLLDdbw3Tc7B { display:flex;width:2.5625rem;height:2.5625rem;top:2.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #gs2euPvpdaxp4V5pGUTk5AaZePObtlhN { width:20rem;height:6.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8coyu80Dox7MCO7RCuCnLVhIffCaRgl { width:15rem;height:0;top:9.375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gH5UyMlvHSXeDnbvveGBFuV8m2l8JgTT { width:3.625rem;height:3.625rem;top:9.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbd0Hp1HkRdhxQKy0xksgfWSTgBNi09 { width:20rem;height:6.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMClWN12NtAnkTZVOMhx7DsS9uAgpCAT { width:14.5625rem;height:4.19824375rem;top:17.5rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Szsa5D78MBIeVKR4WP6sWSwa9OlDdAqV { width:3.625rem;height:3.625rem;top:17.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urNlOlHBgl0iqegLgSaMAJqeWTRuLvSR { display:flex;width:2.5625rem;height:2.5625rem;top:18.375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #AShI9LbUctJPHaxESZylQ1aJuyP80Ra3 { width:20rem;height:6.25rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NopAdits62VPOqeKylWr4zFTDbvkOALp { width:14.5625rem;height:4.19824375rem;top:25.625rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UCUJntrCTlWXtkegEHXldGvfFcQvXCQJ { width:3.625rem;height:3.625rem;top:25.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHi6nzHclp2Vn6271VGbRIm8De6HCgpA { display:flex;width:2.5625rem;height:2.5625rem;top:26.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #V6XTNTkFIL9NpSqQiIvLwOP5xiWG9HN9 { width:10.5rem;height:10.5625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGBZ50gZP33zL4yK8sNnIBzHMuUMisF { width:2.5625rem;height:2.5625rem;top:10.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pETUrGfn7fpE8P2ko8CsTdIPk6rFPiez { width:14.5625rem;height:4.19824375rem;top:9.6875rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #kFvDISsxRqJPreMkWpNdsQuRWzt745A9 { display:block; }#kFvDISsxRqJPreMkWpNdsQuRWzt745A9 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz0sythW1GJSeZITXya7EmFyJ1rMa66 { width:18.75rem;height:4rem;top:1.25rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ria1V3GIcs5kWUJlCpnOdKRx14BsBe4o { display:block; }
 }@media only screen and (max-width: 763px) { #eHhhSQvP1QT3Qb82TxoyWoF9LJXwnkTS { width:18.75rem;height:4rem;top:0rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15047;background-color:#000000;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WbnXW83tAP850qPArNZ41IXmL0LCEGgf { display:block; }
 }@media only screen and (max-width: 763px) { #DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS { display:block; }#DPvl7XE6CkM0KLXWRasgFtFshw9E7ERS > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGrm7FVrfer5oagQRwm16p51mHvoyWTG { width:20rem;height:28rem;top:3.4375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9583d0b-3226-405c-9400-57c59a573574/Investoroto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xGrm7FVrfer5oagQRwm16p51mHvoyWTG.adaptive-delivery-prevent-bg, #xGrm7FVrfer5oagQRwm16p51mHvoyWTG.lazyload, #xGrm7FVrfer5oagQRwm16p51mHvoyWTG.lazyloading { background-image: none; }
#xGrm7FVrfer5oagQRwm16p51mHvoyWTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; } }@media only screen and (max-width: 763px) { #TiuJ7NLLnqtyQ6bmk8T6szXJwLlQqqdO { width:7.9375rem;height:2.5rem;top:4.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ETeTDUmdE0ZyAZBqgT6FTdfcnszns3 { width:20rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWw3oRLN76KQeJFnP6BumO0DDTxtG7L0 { width:19.4375rem;height:1.75rem;top:11.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1202kcL6hyHCkTTmeLIoCmDedNWJB3m { width:11rem;height:11rem;top:18.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLwfgymCkhnXv71W7PdQdHTKpRPwxcK { width:16.875rem;height:9.25rem;top:11.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkCAx3KBBiaQ7J0CBmRcfSuX1J1qQNqq { width:13.125rem;height:0.5rem;top:13.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDy7OtMrvACBc1fnWX3TQ7uOR3CN4yG { width:16.25rem;height:0.5rem;top:13.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 { display:block; }#IZ3fysCsHSUNnHi3iymSB6Oy7b3qnPq5 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6zd0yBxVB7KqweivJ8CHRCV7Is9OpT9 { width:20rem;height:3.0859375rem;top:3.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftUkx59PbRK1Bh1T0VTLTf2wWTuKOarc { width:16rem;height:9.1875rem;top:7.51171875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbFIeZ3Se0nMvrQ4L2QF2KJVt6CA7sc0 { width:1.875rem;height:1.875rem;top:9.57421875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaxqTEm6WLzxrZ2iskQPX6vOziJ6ZQUR { width:3.75rem;height:3.75rem;top:8.63671875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hEGLEGdZbMzfP3ZKGwW3xWTwtMZOWA { width:11.625rem;height:2.4375rem;top:13.01171875rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrRismzdHDJ9iODdSLbDKTdMnBdsFsut { width:16rem;height:9.1875rem;top:18.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gxysvuXSizAUQsbLb9WWdFLiQ7ZkHf { width:14.8125rem;height:2.4375rem;top:24.0625rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRG2FmrUQnOLlPsvza9Atg1Zvq877vIm { width:3.75rem;height:3.75rem;top:19.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQqGMeZCuOBtBomDXET1Tf8x5CzhReCk { width:1.875rem;height:1.875rem;top:20.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yCNJfmIafd9SWHa9n2Rg1KhmGaiwB6 { width:16rem;height:10.25rem;top:29.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt5sR01ShOT5cRi0BalO4JacspkoKJRy { width:13.5rem;height:3.65625rem;top:35rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag39DMETgGwtlHLyG1EdzlQBehyiWRHP { width:3.75rem;height:3.75rem;top:30.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzhJfJxvEBKnuFwXl0lS8uklm4JpSTdy { width:1.875rem;height:1.875rem;top:31.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETPvvNT05TqW8xHPVLg2fsEPgMWBm8a { width:18.75rem;height:4rem;top:47.16796875rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE9l66isuVB9I0MphZGvkLZhTA5EW2Zl { display:block; }
 }@media only screen and (max-width: 763px) { #St4F2qbToIJckERWOd9kgMNneM8UIMcR { width:18.75rem;height:4rem;top:41.6875rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15048;background-color:#000000;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #paAWWJVHWMauwR7EN4PXNwykZIvmu6qE { display:block; }
 }@media only screen and (max-width: 763px) { #czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 { display:block; }#czXglyEAan1BoyaifbQwQ7Nh3vwid8h6 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh { display:block; }#Xnff3GWNp2lNW459gfRqON6GZPfW2Fuh > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QloNIGE192p7nrWpympWfk3y94xa2iKq { width:20rem;height:2.923825rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRK81TJwfulPghTWevmuixQwxCsppbkb { width:13.4375rem;height:2.5996125rem;top:8.8984375rem;left:3.28125rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vs89ohJ2FoPb8atL8oUNhWvtVbIwQio0 { width:20rem;height:3.19921875rem;top:13.6484375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSgXkpWRFlZsB1b2puOlcH2tkV6vk2GP { width:18.75rem;height:4rem;top:18.09765625rem;left:0.625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF5ZfATRG04yag1CRFkxBw4d3AHQLBVs { display:block; }
 }@media only screen and (max-width: 763px) { #CyT1gL9QTKTLGe6ytZpgOTHdOBz0KRs2 { width:17.6875rem;height:5.375rem;top:24.97265625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNbVMazlX3MDN6eOIXVgRLevxTwP7mxv { width:18.75rem;height:4rem;top:18.59375rem;left:0.625rem;font-size:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15044;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zlWL226H8QW9rS0nKZHddOpENTDCVBMT { display:block; }
 }@media only screen and (max-width: 763px) { #pTXMfMxV38kTizn6n2LPw9RXT32qLkfC { display:block; }#pTXMfMxV38kTizn6n2LPw9RXT32qLkfC > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jsdf8BJzCpa9hIbVGvZQUuP0bnnNAFqI { width:15.4375rem;height:2.111325rem;top:1.25rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4WV03gFyJrZdd3NJClcRZRf8PZDXokg { width:20rem;height:0.975rem;top:4.6125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }