.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.adaptive-delivery-prevent-bg, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyload, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyloading { background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { background-color: transparent; background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container > .video-iframe-container { display: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container { display: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .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); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { border-width: 0; border-radius: 0; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { font-size:0.875rem;font-family:fraunces;height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { color:#f6fbdb;display:block;width:40.625rem;position:absolute;font-family:fraunces;font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.4375rem;left:0rem;height:15.1875rem;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; }
#wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { color:#ffffff;display:block;width:32.749rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:28.436279296875rem;left:0rem;height:7.871125rem;font-style:normal;display:block; }
#N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { background-color:#84a183;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.0625rem;left:0rem;display:block; }
#MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { box-sizing:content-box;height:4.375rem;width:40.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.249755859375rem;left:31.06201171875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.1875rem;left:32.6875rem;display:block; }
#RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8115rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.187255859375rem;left:38.311767578125rem;display:block; }
#STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43675rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.187255859375rem;left:46.124267578125rem;display:block; }
#tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMln2XpumpyakUi5teGPLr7TJgnWgTmq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.187255859375rem;left:53.12255859375rem;display:block; }
#nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { background-color:#84a183;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.187255859375rem;left:59.061279296875rem;display:block; }
#I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:10.437rem;top:3.311767578125rem;left:0rem;overflow:hidden;display:block; }
#ttLnnK05KoAfEPDKvTTH6HeiEyXlGfMh { color:rgba(246,251,219,0.66);display:block;width:21.687rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:23.562744140625rem;left:22.56298828125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.adaptive-delivery-prevent-bg, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyload, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyloading { background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { border-width: 0; border-radius: 0; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { font-size:0.875rem;font-family:fraunces;height:52.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { color:#f6fbdb;display:block;width:40.625rem;position:absolute;font-family:fraunces;font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.623291015625rem;left:0rem;height:15.18675rem;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; }
#XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#W0iruHGNAUcP57U7upC5Cyffipd7zT2k { background-color:#84a183;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.686279296875rem;left:0rem;display:block; }
#kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EygTZTzLBdlykALrwMs9aJC32NgTlgrn { box-sizing:content-box;height:4.375rem;width:41.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.249755859375rem;left:31.06201171875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#TBDndazNKRruEeJcm6ClgxT25auxx22d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.1875rem;left:32.6875rem;display:block; }
#lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8115rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.187255859375rem;left:38.311767578125rem;display:block; }
#kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxWZAgc2N40375GTpTGE4O0PkObOniFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43675rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.187255859375rem;left:46.124267578125rem;display:block; }
#XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.187255859375rem;left:53.12255859375rem;display:block; }
#loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { background-color:#84a183;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.187255859375rem;left:59.061279296875rem;display:block; }
#Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.25rem;top:3.5rem;left:1.125rem;overflow:hidden;display:block; }
#GPVsOwRQGbT0Ee9gWHe4R8QWQaKu3GFH { color:#f6fbdb;display:block;width:40.625rem;position:absolute;font-family:fraunces;font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.623291015625rem;left:0rem;height:15.18675rem;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; }
#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { background-color: transparent; background-image: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .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); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { border-width: 0; border-radius: 0; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#XXRQBnpT8PLhr53QITs0dHscaE62qtQT { position:absolute;display:block;z-index:15005;height:2.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#UX6LbI8GClmKehHhxPJZXre2ITBoVcko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container { background-color: transparent; background-image: none; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container > .video-iframe-container { display: none; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row > .video-iframe-container { display: none; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .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); }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container { border-width: 0; border-radius: 0; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#sLIgp0rTK82C6fXeX1oV5zdEzUxAtzTd { color:#1e1e1e;display:block;width:30.75rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:normal;z-index:15087;line-height:1.1;letter-spacing:0;top:7.6875rem;left:0rem;height:5.91145625rem;display:block; }
#i5qz436FGuWstCCt86uwBMn8m0gRGIBT { color:#191919;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.9375rem;left:0rem;height:20.464875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yBSRi4cnezhoBFWphqORAHg5sJZ2zgVs { position:absolute;display:block;z-index:15087;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.0625rem;width:31.0625rem;top:6.96875rem;left:43.9375rem;overflow:hidden;display:block; }
#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:#edf1ec;background-image:url("https://icons.assets-landingi.com/icon_2ee63f5601cdf37fc48aa0633cf92d5a92d9bbbd.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { border-width: 0; border-radius: 0; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { font-size:0.875rem;font-family:fraunces;height:90.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#HKazLco2eyGoymunEP178MH0QlGQTrSF { color:#191919;display:block;width:56.6858125rem;position:absolute;font-family:fraunces;font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.170654296875rem;left:0rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#84a183;background-image:none;top:21.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dRFDiTBMGtLBULbodieU6140aqMaTed9 { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.5rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.443359375rem;left:41.25rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.375rem;left:41.25rem; }
#CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { color:#191919;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.8115234375rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:#84a183;background-image:none;top:28.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#p96cyCkNouhTFAnkxHwmw09bixwAPQpM { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:35rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:37.9375rem;left:2.5rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.875rem;left:2.5rem; }
#EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#84a183;background-image:none;top:40.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:46.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:49.75rem;left:41.25rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.6875rem;left:41.25rem; }
#XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:#84a183;background-image:none;top:46.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VwinLa2KqbHvnloZMht9CzW1JFzIv73r { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:53.623046875rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:49.25rem;left:2.5rem; }
#y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:56.3125rem;left:2.5rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:#84a183;background-image:none;top:58.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:65.5rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:68.4375rem;left:41.25rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:61.375rem;left:41.25rem; }
#ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.2483125rem;top:7.904052734375rem;left:59.32861328125rem;overflow:hidden;display:block; }
#pVOPNILhWVZCugBDPW8w0W0PEpFHBy8Z { color:#191919;display:block;width:36.25rem;position:absolute;font-family:fonteoficialaplic;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.998779296875rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTbLRE9kD7e1Gf6P0zQKb1LiB0DVTF6l { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15019;background-color:#37604d;background-image:none;top:65.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bDysUallsSy5Pxbsb8U8TN3Gv0loQKCX { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:74.5625rem;left:2.5rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJC2Ir4WTd04kUe4T4BLNVwgUvaRtidt { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:71.8125rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cEXOPyBysSJovHaFzIkhq0NveXXsRHxX { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:67.25rem;left:2.5rem; }
#sMkxUx7kAsDF8T8W8TFEQfPDO0vKLPNc { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:fonteoficialaplic;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:78rem;left:2.5rem;height:1.8372375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:64.25rem;width:36.5rem;top:73.250732421875rem;left:38.5009765625rem;overflow:hidden;display:block; }
#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.adaptive-delivery-prevent-bg, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyload, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyloading { background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { background-color: transparent; background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .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); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { border-width: 0; border-radius: 0; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { font-size:0.875rem;font-family:fraunces;height:47.4375rem;width:75rem;position:relative;display:block; }#XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { color:#191919;display:block;width:38.374rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24.875rem;left:0rem;height:7.69791875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4995rem;height:4.8120125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.9375rem;left:0rem;display:block; }
#Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB { color:#191919;display:block;width:38.374rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:34.375rem;left:0rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB li:before{  }
#UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { color:#191919;display:block;width:40.0610625rem;position:absolute;font-family:fraunces;font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#e1e5e0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:fraunces;height:51.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:#191919;display:block;width:62.75rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { color:#191919;display:block;width:53.81225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:#345133;background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { position:absolute;display:block;z-index:15071;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:35.375rem;width:75rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { position:absolute;display:block;z-index:15072;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:34.9375rem;width:74.5625rem;top:16.45263671875rem;left:0rem;overflow:hidden;display:block; }
#ah31EapmWUvMN664lAOLU9wa61TxRN7t { position:absolute;display:block;z-index:15073;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:34.875rem;width:73.5625rem;top:15.9375rem;left:0.716552734375rem;overflow:hidden;display:block; }
#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e0;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; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { background-color: transparent; background-image: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container > .video-iframe-container { display: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container { display: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .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); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { border-width: 0; border-radius: 0; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:1.125rem;left:33.375rem; }
#uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:1.125rem;left:38.5rem; }
#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { background-color:#e1e5e0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { border-width: 0; border-radius: 0; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { font-size:0.875rem;font-family:fraunces;height:51.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { color:#191919;display:block;width:62.75rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { color:#191919;display:block;width:53.81225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:#345133;background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#oBREz6gr860608BDQOyIpgFAs4KRlSCA { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#p1MZi6k6faf0wSOq66AzkTE0lSISETmi { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { border-width: 0; border-radius: 0; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:1.125rem;left:33.375rem; }
#SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:1.125rem;left:38.5rem; }
#fqNZs43MS42aAE3tMr5aTN1btAqvTFne { position:absolute;display:block;z-index:15074;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.749025rem;width:2.749025rem;top:10.186767578125rem;left:36.12548828125rem;overflow:hidden;display:block; }
#GkKC37TTQsmgi47NmswAaXh496rU52aK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK.adaptive-delivery-prevent-bg, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyload, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyloading { background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { background-color: transparent; background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .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); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { border-width: 0; border-radius: 0; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { font-size:0.875rem;font-family:fraunces;height:61.0625rem;width:75rem;position:relative;display:block; }#fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { position:absolute;display:block;z-index:15015;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.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:51.875rem;overflow:hidden;display:block; }
#CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { position:absolute;display:block;z-index:15014;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.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:25.9375rem;overflow:hidden;display:block; }
#eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#dPQk7dOFUId4R44mLSistTDMRlE8asGd { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15016;background-color:#345133;background-image:none;top:41.67236328125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { color:#191919;display:block;width:62.74875rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:5.548095703125rem;left:6.123046875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { color:#191919;display:block;width:62.7475rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:400;z-index:15069;line-height:1;letter-spacing:0;top:9.17236328125rem;left:6.124267578125rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:17.939453125rem;left:0.72509765625rem; }
#HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:17.939453125rem;left:26.912841796875rem; }
#bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.939453125rem;left:52.850341796875rem; }
#zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:#345133;background-image:none;top:41.67236328125rem;left:25.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IEorTVfAJvDVKiALeGtikhtvP4b5QInp { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15018;background-color:#345133;background-image:none;top:41.67236328125rem;left:51.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { color:#ffffff;display:block;width:19.3115rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:42.760009765625rem;left:1.90673828125rem;height:3.82421875rem;font-style:normal;display:block; }
#etf91gdaxy8nTcEzW7aWulT0ECbipok8 { color:#ffffff;display:block;width:19.3103125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:44.03564453125rem;left:27.84423828125rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { color:#ffffff;display:block;width:19.3103125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:43.397216796875rem;left:53.78173828125rem;height:2.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.37475rem;height:4.24926875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.574462890625rem;left:22.31201171875rem;display:block; }
#qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf311c2b-0281-4762-8e04-e900559948e4/bg_123.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.adaptive-delivery-prevent-bg, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyload, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyloading { background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { background-color: transparent; background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #84a183; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #84a183; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .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); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { border-width: 0; border-radius: 0; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { font-size:0.875rem;font-family:fraunces;height:136.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { color:#e8e8e1;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:4.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.4990234375rem;left:2.7490234375rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.5rem;width:37.5rem;top:6.4990234375rem;left:37.5rem;overflow:hidden;display:block; }
#DwvWn3R2WfW3ycfTuZW64zKwxqZycJ1o { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.5rem;width:37.5rem;top:43.9990234375rem;left:0rem;overflow:hidden;display:block; }
#lP01tTTh5PoDxaT6b3scRGfhVwhS2C0s { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:22.572021484375rem;left:2.7490234375rem;height:5.51171875rem;font-style:normal;display:block; }
#uI0Ag7bqIrMxKN2CGVdfABZZ3XAT2CLQ { color:#ffffff;display:block;width:18.3728125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15075;line-height:1.4;letter-spacing:0;top:30.9375rem;left:2.8125rem;height:7.609375rem;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; }
#rkbBm8TTxdwFyt7WMFzKFeHlgIAO9bhu { box-sizing:content-box;height:1.1875rem;width:16.6875rem;position:absolute;display:block;z-index:15017;background-color:#345133;background-image:none;top:36.8125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#do4TNzOfhOF6EmhqOR8bicOC6MbXCuda { color:#e8e8e1;display:block;width:28.374rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:87.61474609375rem;left:6.124267578125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrymKXHtJBncIAUtFnFwU6iGT55fczqK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.11) ;height:22.749rem;width:26.625rem;top:47.75rem;left:42.854167938233rem;display:block; }
#g4XhrwbusFpbnHFGK6F57xDIVRz2szzq { color:rgba(255,255,255,0.93);display:block;width:5.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:52.151041984558rem;left:61.248699188233rem;height:16.1979rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8VRT9PnM8WFaJ66eVll82VypmrZTZA4 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.8;letter-spacing:0;top:52.154541015625rem;left:45.499267578125rem;height:16.1979rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slCU0hg9Jo9HxwOVGHvcDWiz1Iy7rcw5 { position:absolute;display:block;z-index:15041;background-color:rgba(229,229,229,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:20rem;top:51.8125rem;left:46.1865234375rem;display:block; }
#l8PbTqu4o5rfWBCxZsh36rI825pECIRT { color:#e8e8e1;display:block;width:10.8728125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:48.872396469116rem;left:44.147136688233rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EEl2L0JfcAFdWnFURGbpDy6c1f9pyULw { color:#e8e8e1;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:48.873698234558rem;left:58.958332061767rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXQGlWsHPNeKchCf6t6qJE2WQiRbIPCC { position:absolute;display:block;z-index:15003;background-color:#151515;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.875rem;width:11.9375rem;top:72.8125rem;left:43rem;display:block; }
#RVE4sq1bWUbPQ1vId4cWl5vyoGNiyLhW { color:#ffffff;display:block;width:9.3115rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:73.3125rem;left:44.3125rem;height:3.8489625rem;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; }
#EAo904m55s0UnHJ7Mef2T90xvBgD24LN { position:absolute;display:block;z-index:15005;background-color:#345133;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.875rem;width:13.5rem;top:72.8125rem;left:56rem;display:block; }
#LsGn2K5tym8cQG35TnVgzN2NEef1AdbD { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:73.3125rem;left:56.3125rem;height:3.8489625rem;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; }
#rhlMxbTlDbd0ddCccy9xHg9dWsnVp7fD { position:absolute;display:block;z-index:15007;background-color:#548d57;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.75rem;width:26.625rem;top:78.16796875rem;left:42.9375rem;display:block; }
#WIiuh0mbhfpphZMXCL8eCc5RZIBdrlmE { color:#ffffff;display:block;width:19.5611875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15080;line-height:1.4;letter-spacing:0;top:78.625011444094rem;left:46.466144561767rem;height:1.8372375rem;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; }
#R9Ty4vdlL08SA0qy2cQ7uIJv2KAChiDB { color:#ffffff;display:block;width:40.06225rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:103.5rem;left:6.125rem;height:2.09895625rem;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; }
#rdvkSuJKHsl7ikIxTvO8UHLkd0OisAHO { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.2487rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:125.88672447204rem;left:19.53125rem;display:block; }
#JW2HoEHKpXa2pMI50qGuqrwzbQiEefC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rW8fKLD9oKQwD7VPBzZR9XQwtb9P6FZy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4365rem;width:16.74925rem;top:90.556640625rem;left:52.808837890625rem;overflow:hidden;display:block; }
#Glw4poro7rd8mM1qnC0NFuEh60LTFJO0 { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15076;line-height:1.8;letter-spacing:0;top:107.6875rem;left:6.125rem;height:11.80990625rem;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; }
#xD3NyTfaDzf52Q9fWOsxLKSMyDIQFIkk { position:absolute;display:block;z-index:15081;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:14.8125rem;width:14.8125rem;top:84.79296875rem;left:35.9140625rem;overflow:hidden;display:block; }
#BcU06uMnl7M8PQoJCtHzvsLwWKTLBROL { position:absolute;display:block;z-index:15081;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:14.8125rem;width:14.8125rem;top:84.79296875rem;left:35.9140625rem;overflow:hidden;display:none; }
#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { background-color: transparent; background-image: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container > .video-iframe-container { display: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container { display: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .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); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { border-width: 0; border-radius: 0; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { font-size:0.875rem;font-family:fraunces;height:51.75rem;width:75rem;overflow:visible;position:relative;display:block; }#iQZR0EUQh1ndtdPoLDJXyV1zqs3FeZTN { box-sizing:content-box;height:10.125rem;width:57.3125rem;position:absolute;display:block;z-index:15025;background-color:#37604d;background-image:none;top:4.5000009536743rem;left:8.78125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#wFLfZ88RBpJxVmvzkZkomat3LTDICiG1 { color:#e8e8e1;display:block;width:33.2486875rem;position:absolute;font-family:fraunces;font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:6.1875rem;left:21.375rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCTERZ853SorbM7JBDd4R2RMSgr2E5hK { color:#e8e8e1;display:block;width:33.247375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:8.875rem;left:20.4375rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1leQGAfho2TJGl3zT7Tbf8BMVbBT2iu { position:absolute;display:block;z-index:15029;height:31.0625rem;width:57.25rem;top:19rem;left:8.75rem;display:block; }
#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container { background-color: transparent; background-image: none; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container > .video-iframe-container { display: none; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row > .video-iframe-container { display: none; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .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); }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container { border-width: 0; border-radius: 0; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#LuduyBxUsC8gkVw2xUJ1d2X2qmiQr7Re { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.25rem;width:23.625rem;top:5.14453125rem;left:2.1354179382324rem;overflow:hidden;display:block; }
#uHAz86fbr3ZVGVDsPT51PkmB4BJbr7hq { box-sizing:content-box;height:23rem;width:27.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.26);background-image:none;top:11.625rem;left:0rem;border-top:0.1875rem solid #37604d;border-left:0.1875rem solid #37604d;border-right:0.1875rem solid #37604d;border-bottom:0.1875rem solid #37604d;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B32XtODtMra5Vm9X6eIyeMbR3L0kMn7M { color:#191919;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.6875rem;left:3.0625rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nanBTBiUr5gOcOQp3Uu64fIrOyLQvURN { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15088;background-color:rgba(55,96,77,0.4);background-image:none;top:16.125rem;left:4.5625rem;display:block; }
#Nwfh2gHW9cLo5F2fGshMu2G9wygA1Px6 { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.4375rem;left:3.0625rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AAQWNiVFneWakVnVRmGoyOcy3zW0zbyT { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(55,96,77,0.4);background-image:none;top:19.8125rem;left:4.5625rem;display:block; }
#dRsJVXQ3HAHT3g09FDkqIy2TiiArcae1 { color:#191919;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21rem;left:3.125rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5NEmH4PzQoyCVg3I2xh4UnoeiJGTdOn { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15090;background-color:rgba(55,96,77,0.4);background-image:none;top:23.375rem;left:4.5625rem;display:block; }
#OlRdcKooQorDBAQdsBghpVQIQc1zsoSI { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.5rem;left:3.0625rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uQ8GsTraHKfbIFBBtNVSgWO2GyFpuoue { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15091;background-color:rgba(55,96,77,0.4);background-image:none;top:26.875rem;left:4.5625rem;display:block; }
#MirLKphLtDAZbw4Jq7zEmu1f1NUXpTg0 { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.8125rem;left:3.0625rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2BtS8UVVF7XFTT0cIUHcFJTyvo5FHSc { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15092;background-color:rgba(55,96,77,0.4);background-image:none;top:30.125rem;left:4.5625rem;display:block; }
#EciDwAroR2iGWbxmyFRBvw6DKT9FADFX { color:#191919;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.3125rem;left:3.3125rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLWV29W5G6SItH88AVXIC14CcXKiTgC8 { box-sizing:content-box;height:23rem;width:27.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.26);background-image:none;top:11.625rem;left:47.125rem;border-top:0.1875rem solid #37604d;border-left:0.1875rem solid #37604d;border-right:0.1875rem solid #37604d;border-bottom:0.1875rem solid #37604d;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MZSDdDp3f9kSXLizCZXcIMKBfyGUqEqo { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:27.8125rem;left:50.1875rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTvBKvHoBMakZkxt9sFmAzuSTT0SPq6M { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15101;background-color:rgba(55,96,77,0.4);background-image:none;top:19.8125rem;left:51.6875rem;display:block; }
#JWWSVEzowVIxXgL5u8tWpCrA36Kpc2Lw { color:#191919;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21rem;left:50.25rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ka6VI7Lx0umW7lHUlohEQdns7gaQOwuQ { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15102;background-color:rgba(55,96,77,0.4);background-image:none;top:23.375rem;left:51.6875rem;display:block; }
#MHaAttokLxDKqwCP8akBUU6e4w4MlZv2 { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:24.5rem;left:50.1875rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rpKgIzeu2M5ZV9TcAMl82fx6A7L70OSo { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15103;background-color:rgba(55,96,77,0.4);background-image:none;top:26.875rem;left:51.6875rem;display:block; }
#wpyxCz2e9KnDOoVLtTGQiPfKu0m9bxsM { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15104;background-color:rgba(55,96,77,0.4);background-image:none;top:30.125rem;left:51.6875rem;display:block; }
#fqZmOLLWa1UlrI3EZtw1y4BibghH3H3D { color:#191919;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:31.3125rem;left:50.375rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1q7R7RTAHuGMSaJiftgabhGmS87KXkT { color:#191919;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:17.4375rem;left:50.1875rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ItvCLVw24rZycCkyUgTRbyKxEq18RCng { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15100;background-color:rgba(55,96,77,0.4);background-image:none;top:16.125rem;left:51.6875rem;display:block; }
#BqsqT1SbIcZs74JeOlm4cEXiDEhVaF3M { color:#191919;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:13.6875rem;left:50.1875rem;height:1.48698125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GTrry1XaCQuQFIGN81mltZWThmHd0Gg7 { color:#191919;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.45703125rem;left:50.19792175293rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #84a183, #37604d);background-image: -moz-linear-gradient(184deg, #84a183, #37604d);background-image: -ms-linear-gradient(184deg, #84a183, #37604d);background-image: -o-linear-gradient(184deg, #84a183, #37604d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );";background-image: linear-gradient(184deg, #84a183, #37604d);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { background-color: transparent; background-image: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container > .video-iframe-container { display: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container { display: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .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); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { border-width: 0; border-radius: 0; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { font-size:0.875rem;font-family:fraunces;height:14.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Pf9tBncRrWZ4HtANTO1z1sHT8auRU9tW { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:8.25rem;left:0.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uV17XVBrlxzlI3Nc1xXccuKDmxdIPsQr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.25rem;left:6.25rem; }
#knAC46xKesCFQTnJDTWWaeTWnJ7T62wN { color:#e8e8e1;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:10.75rem;left:0rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAXkZdmEOqoOQrq0rs6xT3F52ekwqsvi { color:#e8e8e1;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:10.75rem;left:21.3125rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFTFS0Svcu2g5b54TuyzGAHKx2hdpXLa { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:8.25rem;left:21.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#enX1WoK0zQfdWFXFGVisq2E5CzlMuqSQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.25rem;left:27.5625rem; }
#J5cid4t64swNG0TOOH7RCM4ia4ibnfla { color:#e8e8e1;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:10.75rem;left:41rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lck0cgnnSNCvV3crXPT6IHvN0IxsbIGn { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:8.25rem;left:41.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hRPANWtanDTLEhkx8KHFW9HZrDUfCkxv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.25rem;left:47.25rem; }
#mDB0Dbm4RVzl4f2F4dwBpSC7fOXsCD38 { color:#e8e8e1;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:10.75rem;left:57.6875rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtQBIABs2HqsAqmHWScCCUiqQUOqBEzM { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:8.25rem;left:57.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EiVaxXtU4sEix1W9eOiEczhko6gSGGNN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.25rem;left:63.9375rem; }
#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { background-color: transparent; background-image: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container > .video-iframe-container { display: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container { display: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .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); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { border-width: 0; border-radius: 0; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#VZexttRzgSVWLTrZ3t7VSDcewBQ0CWHB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:30.0625rem;top:12.9375rem;left:1.625rem;overflow:hidden;display:block; }
#DZWzs3odbNzcQTy6BzFo7w805nCdaMLh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:30.0625rem;top:12.9375rem;left:1.625rem;overflow:hidden;display:block; }
#Z4ptMIr7lTDSudg6eGZn2R3qWBDX1Rhc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:30.0625rem;top:12.9375rem;left:1.625rem;overflow:hidden;display:block; }
#pAMXSLhpMGzDP1oRWbvcNZiG3gGOkDpC { box-sizing:content-box;height:2.1875rem;width:8.25rem;position:absolute;display:block;z-index:15008;background-color:#84a183;background-image:none;top:4.3125rem;left:37.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Ouunu63ANry3TX65IvzeTyzINIUR7yqH { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:fonteoficialaplic;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1;letter-spacing:0;top:4.875rem;left:37.9375rem;height:0.9375rem;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; }
#EG5raXDScEW8U2IibTQ6TFbgkpwSdaUz { box-sizing:content-box;height:2.1875rem;width:9.25rem;position:absolute;display:block;z-index:15010;background-color:#84a183;background-image:none;top:4.3125rem;left:47.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#hp6W6OsleDxBrzFAg0c0OWsebB1I9rL2 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:fonteoficialaplic;font-size:1rem;font-weight:400;z-index:15118;line-height:1;letter-spacing:0;top:4.8125rem;left:48.0625rem;height:1rem;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; }
#gITb91wabW4EQcLhmMsHlD0UQqNLDu1n { color:rgba(21,21,21,0.92);display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:8.6875rem;left:37.5rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0UIIZ5X2XmfZni33GeF2nF1e4cZDnhk { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:16.3125rem;left:37.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XOFMKOVTpaxb1tnaNacVBUySVtTfWH20 { box-sizing:content-box;height:6.125rem;width:37.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(229,229,229,0.61);background-image:none;top:44.4375rem;left:37.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(55,96,77,0.63);border-left:0.0625rem solid rgba(55,96,77,0.63);border-right:0.0625rem solid rgba(55,96,77,0.63);border-bottom:0.0625rem solid rgba(55,96,77,0.63);display:block; }
#OJUcWOB5AlMRiDmNsw7QONyspZZ7yWCq { background-color:#37604d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.9375rem;height:2.5625rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:48.1875rem;left:37.25rem;display:block; }
#R3A4cIp09L04xwkAPiLXzHI11TLtwvEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKG7iiDEuc4JwtVsfZB0TlhXQrbJuTiq { color:#1e1e1e;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15111;line-height:1;letter-spacing:0;top:45.625001907349rem;left:65.020832061769rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:45.312501907349rem;left:38.1875rem; }
#mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#PG07A2kFxWb2hUfXGG1ZpUDoli6PrJ6e { color:#1e1e1e;display:block;width:3.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15112;line-height:1.2;letter-spacing:0;top:45.125rem;left:41rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhuUmMz9iaCOP5cMl90cwIa33VqnSLIx { color:#1e1e1e;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:46.5rem;left:41.0625rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGRTf5MGymPI5XRy3ELHxsl3DQuQGfGO { box-sizing:content-box;height:7.0625rem;width:37.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(229,229,229,0.61);background-image:none;top:35.875rem;left:37.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(55,96,77,0.21);border-left:0.0625rem solid rgba(55,96,77,0.21);border-right:0.0625rem solid rgba(55,96,77,0.21);border-bottom:0.0625rem solid rgba(55,96,77,0.21);display:block; }
#XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:37.125rem;left:38.3125rem; }
#XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#cdxLsxUmUvab3xh6Fm8GKr4pVJmOPlpk { color:#1e1e1e;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15118;line-height:1.2;letter-spacing:0;top:36.9375rem;left:40.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C7ydWzaBb5IfCpUSgW9by1Uoma5WcfgH { color:#1e1e1e;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15119;line-height:1.2;letter-spacing:0;top:38.4375rem;left:41rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mrhx39If67pplwAMC7bprPRAuLImguuU { color:#1e1e1e;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15117;line-height:1;letter-spacing:0;top:37.375rem;left:64.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdF4ZNOoGacn9L8rIpMfalGGKFAiyIQX { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #37604d;border-left:0.125rem solid #37604d;border-right:0.125rem solid #37604d;border-bottom:0.125rem solid #37604d;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.8125rem;height:2.5625rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:40.5rem;left:37.1875rem;display:block; }
#Fm6fUNwwodCnPe9Stpdub1Vmwiz5E0U6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWx9rZlcde2RVDX1hxktylPOds8Fd9qJ { color:rgba(30,30,30,0.55);display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15120;line-height:1.2;letter-spacing:0;top:38.96484375rem;left:66.239582061769rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eq4uaVL07dauiKHASUm4q32w1NDluXHr { color:rgba(30,30,30,0.51);display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15121;line-height:1.2;letter-spacing:0;top:34.4375rem;left:68.375rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FGqxwkKSKcN18BEzf2cVBVJIwy8DlmzK { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(229,229,229,0.61);background-image:none;top:34.0625rem;left:67.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uSDeedaqzvse0H8gHPZdiZDNrfXPg6I5 { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #37604d;border-left:0.125rem solid #37604d;border-right:0.125rem solid #37604d;border-bottom:0.125rem solid #37604d;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.8125rem;height:2.5625rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:31rem;left:37.1875rem;display:block; }
#zHVWiXcK1sExpnyw0usfNfkTc2Fr55zG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHNnMxaAbLHbGTRyKzTsOrJaT0mD7ND8 { box-sizing:content-box;height:7.125rem;width:37.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(229,229,229,0.61);background-image:none;top:26.312500953674rem;left:37.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(55,96,77,0.21);border-left:0.0625rem solid rgba(55,96,77,0.21);border-right:0.0625rem solid rgba(55,96,77,0.21);border-bottom:0.0625rem solid rgba(55,96,77,0.21);display:block; }
#FQVxt5oEwVTZXPT1NlAaHAdusp8bOKVC { color:#1e1e1e;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15128;line-height:1.2;letter-spacing:0;top:28.875rem;left:41rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uqoi4qTNVRdXGmH3CqHxAJCmivbO0VmT { color:#1e1e1e;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15126;line-height:1;letter-spacing:0;top:27.8125rem;left:64.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UevClxTsTnDRLVM9OEKn5C2bfp1TFGs6 { color:rgba(30,30,30,0.55);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15129;line-height:1.2;letter-spacing:0;top:29.43359375rem;left:66.302082061769rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nhWGHs4ModeaqLQVRKuSCdpk2TyXIUam { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15020;background-color:#84a183;background-image:none;top:24.5rem;left:67.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DMOpoBytFd100pCs7h5RfOd7xbLBlCgW { color:#1e1e1e;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15127;line-height:1.2;letter-spacing:0;top:27.375rem;left:40.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1RbJ0C1WLXMcmXh76rJn8HBMIUp7CoB { color:#f5f5f3;display:block;width:4.1875rem;position:absolute;font-family:fonteoficialaplic;font-size:0.875rem;font-weight:400;z-index:15130;line-height:1.2;letter-spacing:0;top:24.911437988281rem;left:68.3750038147rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#He8eWRo01zrHNpCWTgcZ7n12WTnde8nm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:27.5625rem;left:38.3125rem; }
#He8eWRo01zrHNpCWTgcZ7n12WTnde8nm > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#FcKJhFNWUiG5J7Pv6TM89rJHfrQ1NT51 { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(229,229,229,0.61);background-image:none;top:24.5rem;left:61.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#av0Ahp4viwtg1B2ZD1PsI8cbmvBTIQAv { color:rgba(30,30,30,0.51);display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15132;line-height:1.2;letter-spacing:0;top:24.875rem;left:62.1875rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7CzQt4awA96aqmWmGw4ShnpIscb24Nw { position:absolute;display:block;z-index:15073;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:10.5625rem;width:8.4375rem;top:51.187480926514rem;left:1.625rem;overflow:hidden;display:block; }
#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { background-color: transparent; background-image: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container > .video-iframe-container { display: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container { display: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .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); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { border-width: 0; border-radius: 0; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#D4ptutBoVD9oTin8DWoC3WJObndEL4ca { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:0rem;left:26.625rem; }
#WhIQbEsUEQu1Eqi49UnOF0IFxQmsDAr4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:0rem;left:29.6875rem; }
#iZoygk6sEGly5JkwDDvUufUqTdTtGNx7 { position:absolute;display:block;z-index:15074;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:10.5625rem;width:8.4375rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#qAPrF1WbTHOci2JBrJRyN58oD9JcZkNL { color:#345133;display:block;width:3.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:1.76953125rem;left:37.8125rem;height:1rem;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; }
#HDTKDbRvNPQek71tZuZN2c7LIZErrgFR { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.46875rem;left:37.5rem;overflow:hidden;display:block; }
#P1pencUbLC2kTvVPPFR54uO4kNt8vkf8 { color:#345133;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15085;line-height:1;letter-spacing:0;top:4.5rem;left:42.498699188233rem;height:2rem;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:left;text-align-last:left;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:rgba(255,255,255,0.18);background-image:url("https://icons.assets-landingi.com/icon_231717c99f835c736c3431b87c95ad708563bd2f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:fraunces;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:#191919;display:block;width:59.43725rem;position:absolute;font-family:fraunces;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.49853515625rem;left:7.779541015625rem;height:2.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:#191919;display:block;width:19.8730625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.125rem;left:1.375rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { color:#191919;display:block;width:17.5610625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:14.5625rem;left:2.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { color:#191919;display:block;width:59.4360625rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.060546875rem;left:7.78076171875rem;height:2.25rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { color:#191919;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:1.93603515625rem;height:7.6823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
#z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:0rem;display:block; }
#At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:0rem;display:block; }
#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { color:#191919;display:block;width:21.12425rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:27.012939453125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
#ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:26.1875rem;display:block; }
#ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { color:#191919;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:22.125rem;left:27.5625rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:26.1875rem;display:block; }
#RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { color:#191919;display:block;width:19.43725rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:14.561767578125rem;left:27.779541015625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:52.4375rem;display:block; }
#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { color:#191919;display:block;width:18.18725rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:54.7314453125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
#Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { color:#191919;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:22.125rem;left:53.8125rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:52.4375rem;display:block; }
#mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { color:#191919;display:block;width:19.43725rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:14.5625rem;left:54rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.941650390625rem;left:19.53125rem;display:block; }
#ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { background-color:rgba(255,255,255,0.18);background-image:url("https://icons.assets-landingi.com/icon_231717c99f835c736c3431b87c95ad708563bd2f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.adaptive-delivery-prevent-bg, #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.lazyload, #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.lazyloading { background-image: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { background-color: transparent; background-image: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container > .video-iframe-container { display: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container { display: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .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); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { border-width: 0; border-radius: 0; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { font-size:0.875rem;font-family:fraunces;height:99.125rem;width:75rem;overflow:visible;position:relative;display:block; }#wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { color:#191919;display:block;width:60.5615rem;position:absolute;font-family:fraunces;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.684814453125rem;left:3.56201171875rem;height:2.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUiTBstc12PSkXTZvTkEvh3I8yxztFym { z-index:15005;top:12.5625rem;left:3.5625rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W280QvR2zAJqwnCqEOwRKLutEUCO81kv { z-index:15006;top:12.5625rem;left:13.8125rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgTy34F96KkNsMAEI5XMpOboqhAauzep { z-index:15007;top:16.0625rem;left:3.5625rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPzcDnteT282hkCGrZcLUceT62AO5EAu { z-index:15008;top:16.0625rem;left:13.8125rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { z-index:15010;top:16.0625rem;left:23.9375rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { z-index:15008;top:12.5625rem;left:23.9375rem;background-color:rgba(132,161,131,0.2);background-image:none;border-top:0.0625rem solid #84a183;border-left:0.0625rem solid #84a183;border-right:0.0625rem solid #84a183;border-bottom:0.0625rem solid #84a183;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { color:#191919;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.62353515625rem;left:3.56201171875rem;height:23.39065625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.11) ;height:39rem;width:24.4375rem;top:12.562255859375rem;left:45.999755859375rem;display:block; }
#uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.23;letter-spacing:0;top:16.23291015625rem;left:47.637939453125rem;height:33.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { position:absolute;display:block;z-index:15047;background-color:rgba(229,229,229,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:20rem;top:16.3125rem;left:48.1875rem;display:block; }
#T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { color:#000000;display:block;width:15.249rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.936767578125rem;left:50.6396484375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.23;letter-spacing:0;top:17.32666015625rem;left:52.701416015625rem;height:33.1875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.718017578125rem;left:3.56201171875rem;display:block; }
#Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { box-sizing:content-box;height:29.4995rem;width:59.56175rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(278deg, #37604d, #84a183);background-image: -moz-linear-gradient(278deg, #37604d, #84a183);background-image: -ms-linear-gradient(278deg, #37604d, #84a183);background-image: -o-linear-gradient(278deg, #37604d, #84a183);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37604d', endColorstr='#84a183' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37604d', endColorstr='#84a183' );";background-image: linear-gradient(278deg, #37604d, #84a183);background-size:auto !important;top:61.8125rem;left:13rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:29.624rem;width:29.624rem;top:61.75rem;left:2.5rem;overflow:hidden;display:block; }
#N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:66.055908203125rem;left:35.82763671875rem;height:2.6879875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { color:#ffffff;display:block;width:33.31175rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:71.81884765625rem;left:35.875244140625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { 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:7.56225rem;width:7.56225rem;top:58.57177734375rem;left:66.812744140625rem;overflow:hidden;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#84a183;background-image:url("https://icons.assets-landingi.com/icon_a8ed4034be60eb7ed090b7f91744ebe6377e3464.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:fraunces;height:47.3125rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#1d2e25;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.8740234375rem;left:2.562255859375rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#edf1ec;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#191919;font-family:fraunces;height:auto;line-height:1.1;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#191919;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1cb771c3338eca6afdfd75c6ffe54b458b1cbc2e.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9360625rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.93603515625rem;left:38.062744140625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 { display:none; }
#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf1ec;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; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { background-color: transparent; background-image: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .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); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { border-width: 0; border-radius: 0; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { box-sizing:content-box;height:21.875rem;width:48.9978125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #052803, #145914);background-image: -moz-linear-gradient(180deg, #052803, #145914);background-image: -ms-linear-gradient(180deg, #052803, #145914);background-image: -o-linear-gradient(180deg, #052803, #145914);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#052803', endColorstr='#145914' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#052803', endColorstr='#145914' );";background-image: linear-gradient(180deg, #052803, #145914);background-size:auto !important;top:5.9375rem;left:13rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.6855625rem;width:17.6855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.01;top:8.0625rem;left:13rem; }
#qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { background-color:#04b916;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.8125rem;left:19.5625rem;display:block; }
#CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { color:#ffffff;display:block;width:38.4985625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15054;line-height:1.4;letter-spacing:0;top:14.5625rem;left:18.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uJ0M71monQXwA2VHBs0rNX10yDwLztuS { color:#ffffff;display:block;width:40.8105625rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:9.875rem;left:17.75rem;height:2.6879875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15056;background-color:rgba(132,161,131,0.61);background-image:none;top:34.78515625rem;left:0rem;display:block; }
#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI { background-color:#ffffff;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0rem;left:0rem;right:0rem;display:block; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { background-color: transparent; background-image: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container > .video-iframe-container { display: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row > .video-iframe-container { display: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .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); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { border-width: 0; border-radius: 0; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { font-size:0.875rem;font-family:fraunces;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#r6FthItpT8TBfKJ7tyTKV54XRL519lIo { background-color:#37604d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:63rem;display:block; }
#VP0iHPU9fkDds1BkSTK62ma7syi2NDy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMDaUZy68sRlQvDgtGTvPEtzBuMqslmm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.6875rem;top:0.4375rem;left:1.75rem;overflow:hidden;display:block; }
#m8dh57LqxpgyynWudpldTbooXtw9TP2T { color:rgba(30,30,30,0.72);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.1875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBeWBLpC8xnTx3bHqfGo6T2IJ0pSvOtv { color:rgba(30,30,30,0.72);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:2rem;left:46.0625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dszEbvG0uOVx8MfyFEJIzO3AzWdFk16X { color:rgba(30,30,30,0.72);display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.75rem;left:55rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf1ec;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; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { background-color: transparent; background-image: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .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); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { border-width: 0; border-radius: 0; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { color:#345133;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.249267578125rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.3125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#D2zn8gLdzoxBk2rstrCcplrDploQMM9E { color:#345133;display:block;width:15.8105625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.25rem;left:18.75rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { color:#345133;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.25rem;left:38.968505859375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { color:#345133;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.875rem;left:56.25rem; }
#Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { color:#345133;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.375rem;left:56.25rem; }
#Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { color:#345133;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.8125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.75rem;left:56.25rem; }
#Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:56.25rem; }
#TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { color:#345133;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.3125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { background-color:#345133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.874rem;height:2.6245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.195556640625rem;left:0rem;display:block; }
#OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#345133;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; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { background-color: transparent; background-image: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .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); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { border-width: 0; border-radius: 0; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { color:#ffffff;display:block;width:21.31225rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.4052734375rem;left:26.84326171875rem;height:1.3125rem;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) { #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { display:none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { top:10.375rem;left:0rem;width:40.625rem;height:;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { top:28.375rem;left:0rem;width:32.6875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { width:24.0625rem;height:3.4375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block; }
 }@media only screen and (max-width: 763px) { #ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { top:2.1875rem;left:6.5625rem;width:40.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { width:5.625rem;height:2.5rem;top:3.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block; }
 }@media only screen and (max-width: 763px) { #hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { width:6.75rem;height:2.5rem;top:3.125rem;left:24.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block; }
 }@media only screen and (max-width: 763px) { #MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { width:6.375rem;height:2.5rem;top:3.125rem;left:32.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block; }
 }@media only screen and (max-width: 763px) { #nMln2XpumpyakUi5teGPLr7TJgnWgTmq { width:5rem;height:2.5rem;top:3.125rem;left:39.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block; }
 }@media only screen and (max-width: 763px) { #vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { width:9.375rem;height:2.5rem;top:3.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block; }
 }@media only screen and (max-width: 763px) { #PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { top:3.25rem;left:0rem;width:10.375rem;height:2.2363917882294rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttLnnK05KoAfEPDKvTTH6HeiEyXlGfMh { top:23.5625rem;left:8.93798828125rem;width:21.625rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { top:5rem;left:0rem;width:20rem;height:;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { top:12.3125rem;left:0rem;width:20rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:24.0625rem;height:3.4375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { top:2.1875rem;left:4.9375rem;width:41.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:3.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:6.75rem;height:2.5rem;top:3.125rem;left:24.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:6.375rem;height:2.5rem;top:3.125rem;left:32.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5rem;height:2.5rem;top:3.125rem;left:39.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:3.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { top:3.5rem;left:0rem;width:7.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPVsOwRQGbT0Ee9gWHe4R8QWQaKu3GFH { top:10.25rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { top:0rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6LbI8GClmKehHhxPJZXre2ITBoVcko { display:none; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sLIgp0rTK82C6fXeX1oV5zdEzUxAtzTd { top:7.6875rem;left:0rem;width:30.75rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5qz436FGuWstCCt86uwBMn8m0gRGIBT { top:16.9375rem;left:0rem;width:33.75rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSRi4cnezhoBFWphqORAHg5sJZ2zgVs { top:6.9375rem;left:16.6875rem;width:31.0625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { top:6.125rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { top:21.8125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { top:28.4375rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { top:31.4375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { top:24.375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { top:21.75rem;left:0rem;width:36.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { top:28.3125rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { top:35rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { top:37.875rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { top:30.875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { top:40.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { top:46.75rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { top:49.6875rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { top:42.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { top:46.6875rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { top:53.5625rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { top:49.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { top:56.25rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { top:58.8125rem;left:11.5rem;width:36.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { top:65.5rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { top:68.4375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { top:61.375rem;left:27.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { top:7.875rem;left:34.5625rem;width:13.1875rem;height:5.2881145240196rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVOPNILhWVZCugBDPW8w0W0PEpFHBy8Z { top:14.9375rem;left:0rem;width:36.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLRE9kD7e1Gf6P0zQKb1LiB0DVTF6l { top:65.5rem;left:0rem;width:36.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDysUallsSy5Pxbsb8U8TN3Gv0loQKCX { top:74.5625rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJC2Ir4WTd04kUe4T4BLNVwgUvaRtidt { top:71.8125rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXOPyBysSJovHaFzIkhq0NveXXsRHxX { top:67.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMkxUx7kAsDF8T8W8TFEQfPDO0vKLPNc { top:78rem;left:0rem;width:31.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { top:73.25rem;left:11.25rem;width:36.5rem;height:64.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { top:24.875rem;left:0rem;width:38.3125rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { width:29.4375rem;height:4.75rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block; }
 }@media only screen and (max-width: 763px) { #oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB { top:34.375rem;left:0rem;width:38.3125rem;height:2.875rem;font-size:1.25rem;display:block; }#oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB li:before{  }
 }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { top:2.6875rem;left:0rem;width:40rem;height:18.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { top:15.9375rem;left:0rem;width:47.75rem;height:22.522083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { top:16.4375rem;left:0rem;width:47.75rem;height:22.374056999162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah31EapmWUvMN664lAOLU9wa61TxRN7t { top:15.9375rem;left:0rem;width:47.75rem;height:22.637638062872rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:block; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { display:block; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { display:block; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { top:10.125rem;left:22.50048828125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKC37TTQsmgi47NmswAaXh496rU52aK { display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { top:19.25rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { top:19.25rem;left:12.3125rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { top:19.25rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQk7dOFUId4R44mLSistTDMRlE8asGd { top:41.625rem;left:0rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { top:9.125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { top:17.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { top:17.9375rem;left:13.287841796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { top:17.9375rem;left:39.225341796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { top:41.625rem;left:12.3125rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEorTVfAJvDVKiALeGtikhtvP4b5QInp { top:41.625rem;left:24.625rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { top:42.75rem;left:0rem;width:19.25rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etf91gdaxy8nTcEzW7aWulT0ECbipok8 { top:44rem;left:14.21923828125rem;width:19.25rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { top:43.375rem;left:28.5rem;width:19.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { width:30.3125rem;height:4.1875rem;top:52.5625rem;left:8.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block; }
 }@media only screen and (max-width: 763px) { #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { display:block; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { top:6.4375rem;left:0rem;width:26.25rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { width:37.5rem;height:37.5rem;top:6.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvWn3R2WfW3ycfTuZW64zKwxqZycJ1o { width:37.5rem;height:37.5rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP01tTTh5PoDxaT6b3scRGfhVwhS2C0s { top:22.5625rem;left:0rem;width:28.1875rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0Ag7bqIrMxKN2CGVdfABZZ3XAT2CLQ { top:30.9375rem;left:0rem;width:18.3125rem;height:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkbBm8TTxdwFyt7WMFzKFeHlgIAO9bhu { top:36.8125rem;left:0rem;width:16.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4TNzOfhOF6EmhqOR8bicOC6MbXCuda { top:87.5625rem;left:0rem;width:28.3125rem;height:13.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrymKXHtJBncIAUtFnFwU6iGT55fczqK { width:26.625rem;height:22.6875rem;top:47.75rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4XhrwbusFpbnHFGK6F57xDIVRz2szzq { width:5.625rem;height:16.1875rem;top:52.125rem;left:42.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8VRT9PnM8WFaJ66eVll82VypmrZTZA4 { width:15.6875rem;height:16.1875rem;top:52.125rem;left:31.874267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slCU0hg9Jo9HxwOVGHvcDWiz1Iy7rcw5 { width:20rem;height:0;top:51.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PbTqu4o5rfWBCxZsh36rI825pECIRT { width:10.8125rem;height:1.4375rem;top:48.8125rem;left:30.522136688233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEl2L0JfcAFdWnFURGbpDy6c1f9pyULw { width:7.9375rem;height:1.4375rem;top:48.8125rem;left:39.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQGlWsHPNeKchCf6t6qJE2WQiRbIPCC { width:11.9375rem;height:4.875rem;top:72.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVE4sq1bWUbPQ1vId4cWl5vyoGNiyLhW { top:73.3125rem;left:30.6875rem;width:9.25rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAo904m55s0UnHJ7Mef2T90xvBgD24LN { width:13.4375rem;height:4.8125rem;top:72.8125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsGn2K5tym8cQG35TnVgzN2NEef1AdbD { top:73.3125rem;left:34.9375rem;width:12.8125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhlMxbTlDbd0ddCccy9xHg9dWsnVp7fD { width:26.625rem;height:2.75rem;top:78.125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIiuh0mbhfpphZMXCL8eCc5RZIBdrlmE { top:78.625rem;left:28.25rem;width:19.5rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Ty4vdlL08SA0qy2cQ7uIJv2KAChiDB { top:103.5rem;left:0rem;width:40rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdvkSuJKHsl7ikIxTvO8UHLkd0OisAHO { width:35.9375rem;height:4.1875rem;top:125.875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2HoEHKpXa2pMI50qGuqrwzbQiEefC2 { display:block; }
 }@media only screen and (max-width: 763px) { #rW8fKLD9oKQwD7VPBzZR9XQwtb9P6FZy { top:90.5rem;left:31.0625rem;width:16.6875rem;height:27.335348970849rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glw4poro7rd8mM1qnC0NFuEh60LTFJO0 { top:107.6875rem;left:0rem;width:43.25rem;height:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3NyTfaDzf52Q9fWOsxLKSMyDIQFIkk { top:84.75rem;left:22.2890625rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcU06uMnl7M8PQoJCtHzvsLwWKTLBROL { top:84.75rem;left:22.2890625rem;width:14.8125rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO { display:block; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQZR0EUQh1ndtdPoLDJXyV1zqs3FeZTN { top:4.5rem;left:0rem;width:47.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFLfZ88RBpJxVmvzkZkomat3LTDICiG1 { top:6.1875rem;left:7.75rem;width:33.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTERZ853SorbM7JBDd4R2RMSgr2E5hK { top:8.875rem;left:6.8125rem;width:33.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1leQGAfho2TJGl3zT7Tbf8BMVbBT2iu { top:19rem;left:0rem;width:47.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR { display:none; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LuduyBxUsC8gkVw2xUJ1d2X2qmiQr7Re { top:5.125rem;left:0rem;width:23.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAz86fbr3ZVGVDsPT51PkmB4BJbr7hq { top:11.625rem;left:0rem;width:27.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32XtODtMra5Vm9X6eIyeMbR3L0kMn7M { top:13.6875rem;left:0rem;width:21.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nanBTBiUr5gOcOQp3Uu64fIrOyLQvURN { top:16.125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwfh2gHW9cLo5F2fGshMu2G9wygA1Px6 { top:17.4375rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQWNiVFneWakVnVRmGoyOcy3zW0zbyT { top:19.8125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsJVXQ3HAHT3g09FDkqIy2TiiArcae1 { top:21rem;left:0rem;width:21.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5NEmH4PzQoyCVg3I2xh4UnoeiJGTdOn { top:23.375rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRdcKooQorDBAQdsBghpVQIQc1zsoSI { top:24.5rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ8GsTraHKfbIFBBtNVSgWO2GyFpuoue { top:26.875rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MirLKphLtDAZbw4Jq7zEmu1f1NUXpTg0 { top:27.8125rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2BtS8UVVF7XFTT0cIUHcFJTyvo5FHSc { top:30.125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciDwAroR2iGWbxmyFRBvw6DKT9FADFX { top:31.3125rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLWV29W5G6SItH88AVXIC14CcXKiTgC8 { top:11.625rem;left:19.8125rem;width:27.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSDdDp3f9kSXLizCZXcIMKBfyGUqEqo { top:27.8125rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvBKvHoBMakZkxt9sFmAzuSTT0SPq6M { top:19.8125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWSVEzowVIxXgL5u8tWpCrA36Kpc2Lw { top:21rem;left:26.125rem;width:21.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka6VI7Lx0umW7lHUlohEQdns7gaQOwuQ { top:23.375rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHaAttokLxDKqwCP8akBUU6e4w4MlZv2 { top:24.5rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpKgIzeu2M5ZV9TcAMl82fx6A7L70OSo { top:26.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpyxCz2e9KnDOoVLtTGQiPfKu0m9bxsM { top:30.125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZmOLLWa1UlrI3EZtw1y4BibghH3H3D { top:31.3125rem;left:22.875rem;width:24.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1q7R7RTAHuGMSaJiftgabhGmS87KXkT { top:17.4375rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItvCLVw24rZycCkyUgTRbyKxEq18RCng { top:16.125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsqT1SbIcZs74JeOlm4cEXiDEhVaF3M { top:13.6875rem;left:26rem;width:21.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrry1XaCQuQFIGN81mltZWThmHd0Gg7 { top:6.4375rem;left:26rem;width:21.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx { display:block; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf9tBncRrWZ4HtANTO1z1sHT8auRU9tW { top:8.25rem;left:0rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV17XVBrlxzlI3Nc1xXccuKDmxdIPsQr { top:2.25rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knAC46xKesCFQTnJDTWWaeTWnJ7T62wN { top:10.75rem;left:0rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAXkZdmEOqoOQrq0rs6xT3F52ekwqsvi { top:10.75rem;left:7.6875rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTFS0Svcu2g5b54TuyzGAHKx2hdpXLa { top:8.25rem;left:7.9375rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enX1WoK0zQfdWFXFGVisq2E5CzlMuqSQ { top:2.25rem;left:13.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5cid4t64swNG0TOOH7RCM4ia4ibnfla { top:10.75rem;left:27.375rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0cgnnSNCvV3crXPT6IHvN0IxsbIGn { top:8.25rem;left:27.625rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRPANWtanDTLEhkx8KHFW9HZrDUfCkxv { top:2.25rem;left:33.625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDB0Dbm4RVzl4f2F4dwBpSC7fOXsCD38 { top:10.75rem;left:30.4375rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQBIABs2HqsAqmHWScCCUiqQUOqBEzM { top:8.25rem;left:31rem;width:16.75rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiVaxXtU4sEix1W9eOiEczhko6gSGGNN { top:2.25rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { display:block; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZexttRzgSVWLTrZ3t7VSDcewBQ0CWHB { top:12.9375rem;left:0rem;width:30.0625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWzs3odbNzcQTy6BzFo7w805nCdaMLh { top:12.9375rem;left:0rem;width:30.0625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ptMIr7lTDSudg6eGZn2R3qWBDX1Rhc { top:12.9375rem;left:0rem;width:30.0625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAMXSLhpMGzDP1oRWbvcNZiG3gGOkDpC { top:4.3125rem;left:23.875rem;width:8.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouunu63ANry3TX65IvzeTyzINIUR7yqH { top:4.875rem;left:23.875rem;width:7.4375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5raXDScEW8U2IibTQ6TFbgkpwSdaUz { top:4.3125rem;left:27.4375rem;width:9.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6W6OsleDxBrzFAg0c0OWsebB1I9rL2 { top:4.8125rem;left:27.625rem;width:8.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITb91wabW4EQcLhmMsHlD0UQqNLDu1n { top:8.6875rem;left:12.1875rem;width:35.5625rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UIIZ5X2XmfZni33GeF2nF1e4cZDnhk { top:16.3125rem;left:12.1875rem;width:35.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOFMKOVTpaxb1tnaNacVBUySVtTfWH20 { top:44.4375rem;left:0rem;width:37.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUcWOB5AlMRiDmNsw7QONyspZZ7yWCq { width:37.9375rem;height:2.5625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A4cIp09L04xwkAPiLXzHI11TLtwvEx { display:block; }
 }@media only screen and (max-width: 763px) { #TKG7iiDEuc4JwtVsfZB0TlhXQrbJuTiq { top:45.625rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV { top:45.3125rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
#mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #PG07A2kFxWb2hUfXGG1ZpUDoli6PrJ6e { top:45.125rem;left:23.875rem;width:3.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhuUmMz9iaCOP5cMl90cwIa33VqnSLIx { top:46.5rem;left:23.875rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRTf5MGymPI5XRy3ELHxsl3DQuQGfGO { top:35.875rem;left:0rem;width:37.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu { top:37.125rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #cdxLsxUmUvab3xh6Fm8GKr4pVJmOPlpk { top:36.9375rem;left:23.875rem;width:5.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ydWzaBb5IfCpUSgW9by1Uoma5WcfgH { top:38.4375rem;left:23.875rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrhx39If67pplwAMC7bprPRAuLImguuU { top:37.375rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdF4ZNOoGacn9L8rIpMfalGGKFAiyIQX { width:37.8125rem;height:2.5625rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6fUNwwodCnPe9Stpdub1Vmwiz5E0U6 { display:block; }
 }@media only screen and (max-width: 763px) { #IWx9rZlcde2RVDX1hxktylPOds8Fd9qJ { top:38.9375rem;left:42.0625rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4uaVL07dauiKHASUm4q32w1NDluXHr { top:34.4375rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGqxwkKSKcN18BEzf2cVBVJIwy8DlmzK { top:34.0625rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSDeedaqzvse0H8gHPZdiZDNrfXPg6I5 { width:37.8125rem;height:2.5625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVWiXcK1sExpnyw0usfNfkTc2Fr55zG { display:block; }
 }@media only screen and (max-width: 763px) { #XHNnMxaAbLHbGTRyKzTsOrJaT0mD7ND8 { top:26.3125rem;left:0rem;width:37.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVxt5oEwVTZXPT1NlAaHAdusp8bOKVC { top:28.875rem;left:23.875rem;width:9.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqoi4qTNVRdXGmH3CqHxAJCmivbO0VmT { top:27.8125rem;left:39.625rem;width:8.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UevClxTsTnDRLVM9OEKn5C2bfp1TFGs6 { top:29.375rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWGHs4ModeaqLQVRKuSCdpk2TyXIUam { top:24.5rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOpoBytFd100pCs7h5RfOd7xbLBlCgW { top:27.375rem;left:23.875rem;width:5.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1RbJ0C1WLXMcmXh76rJn8HBMIUp7CoB { top:24.875rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He8eWRo01zrHNpCWTgcZ7n12WTnde8nm { top:27.5625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#He8eWRo01zrHNpCWTgcZ7n12WTnde8nm > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #FcKJhFNWUiG5J7Pv6TM89rJHfrQ1NT51 { top:24.5rem;left:41.125rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0Ahp4viwtg1B2ZD1PsI8cbmvBTIQAv { top:24.875rem;left:41.75rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CzQt4awA96aqmWmGw4ShnpIscb24Nw { top:51.1875rem;left:0rem;width:8.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { display:none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D4ptutBoVD9oTin8DWoC3WJObndEL4ca { top:0rem;left:19.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhIQbEsUEQu1Eqi49UnOF0IFxQmsDAr4 { top:0rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZoygk6sEGly5JkwDDvUufUqTdTtGNx7 { top:0rem;left:4.4375rem;width:8.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAPrF1WbTHOci2JBrJRyN58oD9JcZkNL { top:1.75rem;left:23.875rem;width:3.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDTKDbRvNPQek71tZuZN2c7LIZErrgFR { top:3.4375rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1pencUbLC2kTvVPPFR54uO4kNt8vkf8 { top:4.5rem;left:23.875rem;width:8.625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:22.0625rem;left:0rem;width:19.8125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { top:14.5rem;left:0rem;width:17.5rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { top:7rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { top:25.3125rem;left:0rem;width:18.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
 }@media only screen and (max-width: 763px) { #z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { top:13.4375rem;left:0rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { top:21.3125rem;left:0rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { top:25.3125rem;left:13.387939453125rem;width:21.0625rem;height:;font-size:0.9375rem;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
 }@media only screen and (max-width: 763px) { #ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { top:21.3125rem;left:12.5625rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { top:22.0625rem;left:13.937255859375rem;width:20.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { top:13.4375rem;left:12.5625rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { top:14.5rem;left:14.154541015625rem;width:19.375rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { top:21.3125rem;left:25.0625rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { top:25.3125rem;left:29.625rem;width:18.125rem;height:;font-size:0.9375rem;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
 }@media only screen and (max-width: 763px) { #Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { top:22.0625rem;left:27.3125rem;width:20.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { top:13.4375rem;left:25.0625rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { top:14.5625rem;left:28.375rem;width:19.375rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { width:35.9375rem;height:4.1875rem;top:38.9375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block; }
 }@media only screen and (max-width: 763px) { #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { top:5.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUiTBstc12PSkXTZvTkEvh3I8yxztFym { top:12.5625rem;left:0rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block; }
 }@media only screen and (max-width: 763px) { #W280QvR2zAJqwnCqEOwRKLutEUCO81kv { top:12.5625rem;left:0.1875rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block; }
 }@media only screen and (max-width: 763px) { #DgTy34F96KkNsMAEI5XMpOboqhAauzep { top:16.0625rem;left:0rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block; }
 }@media only screen and (max-width: 763px) { #zPzcDnteT282hkCGrZcLUceT62AO5EAu { top:16.0625rem;left:0.1875rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block; }
 }@media only screen and (max-width: 763px) { #z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { top:16.0625rem;left:10.3125rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block; }
 }@media only screen and (max-width: 763px) { #U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { top:12.5625rem;left:10.3125rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block; }
 }@media only screen and (max-width: 763px) { #LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { top:21.5625rem;left:0rem;width:36.25rem;height:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { width:24.4375rem;height:39rem;top:12.5rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { width:16.5625rem;height:33.1875rem;top:16.1875rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { width:20rem;height:0;top:16.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { width:15.1875rem;height:1.4375rem;top:13.875rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { width:16.5625rem;height:33.1875rem;top:17.3125rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { width:35.9375rem;height:4.1875rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block; }
 }@media only screen and (max-width: 763px) { #GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { top:61.8125rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { top:61.75rem;left:0rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { top:66rem;left:20.25rem;width:27.5rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { top:71.8125rem;left:14.5rem;width:33.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { top:58.5625rem;left:40.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:15.8125rem;left:0rem;width:26.25rem;height:16.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { top:5.9375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { top:8.0625rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:35.9375rem;height:4.1875rem;top:20.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { top:14.5625rem;left:4.625rem;width:38.4375rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { top:9.875rem;left:4.125rem;width:40.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { top:34.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI { display:none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r6FthItpT8TBfKJ7tyTKV54XRL519lIo { width:12rem;height:2.5rem;top:1.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP0iHPU9fkDds1BkSTK62ma7syi2NDy8 { display:block; }
 }@media only screen and (max-width: 763px) { #nMDaUZy68sRlQvDgtGTvPEtzBuMqslmm { top:0.4375rem;left:0rem;width:2.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8dh57LqxpgyynWudpldTbooXtw9TP2T { top:1.875rem;left:0rem;width:11.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBeWBLpC8xnTx3bHqfGo6T2IJ0pSvOtv { top:2rem;left:32.4375rem;width:11.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dszEbvG0uOVx8MfyFEJIzO3AzWdFk16X { top:1.75rem;left:41.25rem;width:6.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { top:4.1875rem;left:0rem;width:16.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.3125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { top:1.25rem;left:8.125rem;width:15.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { top:1.25rem;left:20.0625rem;width:15.75rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { top:6.9375rem;left:32.0625rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { top:6.875rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { top:9.4375rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { top:9.375rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { top:3.8125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { top:3.75rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { top:1.25rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { top:1.3125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.8125rem;height:2.5625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { top:0.375rem;left:13.21826171875rem;width:21.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.adaptive-delivery-prevent-bg, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyload, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyloading { background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { width:20rem;height:5.9985375rem;top:5.06103515625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { width:20rem;height:6.494125rem;top:12.371826171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { width:19.624rem;height:2.87475625rem;top:20.615234375rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block; }
 }@media only screen and (max-width: 763px) { #ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { width:20rem;height:10.9375rem;top:4.24926875rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { width:5.625rem;height:2.5rem;top:5.18676875rem;left:1.624755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block; }
 }@media only screen and (max-width: 763px) { #hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { width:6.25rem;height:2.5rem;top:5.18676875rem;left:7.249755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block; }
 }@media only screen and (max-width: 763px) { #MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { width:5.625rem;height:2.5rem;top:5.18676875rem;left:14.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block; }
 }@media only screen and (max-width: 763px) { #nMln2XpumpyakUi5teGPLr7TJgnWgTmq { width:5.4370125rem;height:2.5rem;top:5.18676875rem;left:14.5629875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block; }
 }@media only screen and (max-width: 763px) { #vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { width:9.375rem;height:2.5rem;top:5.18676875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block; }
 }@media only screen and (max-width: 763px) { #PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { width:7.25rem;height:1.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttLnnK05KoAfEPDKvTTH6HeiEyXlGfMh { width:20rem;height:0;top:24.738934375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0b72b81-8d0f-4405-9b79-73cb24bfef2e/Designsemnome1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.adaptive-delivery-prevent-bg, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyload, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyloading { background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { background-color: transparent; background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .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); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { width:20rem;height:6rem;top:5.06103515625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { width:20rem;height:7.796875rem;top:12.371826171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:18.5608125rem;height:2.5rem;top:28.5498046875rem;left:0rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { width:20rem;height:10.9375rem;top:4.24926875rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:5.18676875rem;left:1.624755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:6.25rem;height:2.5rem;top:5.18676875rem;left:7.249755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:5.625rem;height:2.5rem;top:5.18676875rem;left:14.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5.4370125rem;height:2.5rem;top:5.18676875rem;left:14.5629875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:5.18676875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { width:7.25rem;height:1.6875rem;top:1.25rem;left:6.373291015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GPVsOwRQGbT0Ee9gWHe4R8QWQaKu3GFH { width:10.625rem;height:0.75rem;top:10.080730438233rem;left:8.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15001;font-family:montserrat;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6LbI8GClmKehHhxPJZXre2ITBoVcko { display:block; }#UX6LbI8GClmKehHhxPJZXre2ITBoVcko > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLIgp0rTK82C6fXeX1oV5zdEzUxAtzTd { width:20rem;height:6.597625rem;top:1.8828125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i5qz436FGuWstCCt86uwBMn8m0gRGIBT { width:20rem;height:25.19531875rem;top:9.5625228881838rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yBSRi4cnezhoBFWphqORAHg5sJZ2zgVs { width:20rem;height:20rem;top:35.291645050049rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:#edf1ec;background-image:url("https://icons.assets-landingi.com/icon_2ee63f5601cdf37fc48aa0633cf92d5a92d9bbbd.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:20rem;height:161.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { width:19.87425rem;height:7.5rem;top:2rem;left:0.125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { width:17.5625rem;height:18.125rem;top:38.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { width:10.9375rem;height:3.500975rem;top:42.875rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { width:15.8125rem;height:8.39844375rem;top:47.3125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { display:flex;width:2.749025rem;height:2.749025rem;top:39.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { width:17.5rem;height:2.79948125rem;top:16.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { width:17.5625rem;height:16.1875rem;top:20.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { width:13.6865rem;height:3.500975rem;top:24.75rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { width:15.9375rem;height:6.9987rem;top:29.25rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { display:flex;width:2.749025rem;height:2.749025rem;top:21.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { width:17.5625rem;height:16.25rem;top:77.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { width:16.8115rem;height:1.625rem;top:81.25rem;left:2rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { width:15.874rem;height:8.39844375rem;top:83.8125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { display:flex;width:2.749025rem;height:2.749025rem;top:77.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { width:17.5625rem;height:17.8125rem;top:57.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { width:13.0615rem;height:3.500975rem;top:61.9375rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { display:flex;width:2.749025rem;height:2.749025rem;top:58.5625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { width:14.87425rem;height:8.39844375rem;top:66.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { width:17.5625rem;height:16.25rem;top:95.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { width:11.1865rem;height:3.5rem;top:98.9375rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { width:15.5615rem;height:6.9987rem;top:103.375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { display:flex;width:2.68676875rem;height:2.68676875rem;top:95.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { width:8.125rem;height:3.1862rem;top:10.962238311767rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVOPNILhWVZCugBDPW8w0W0PEpFHBy8Z { width:11.5625rem;height:2.2734375rem;top:11.416666984558rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLRE9kD7e1Gf6P0zQKb1LiB0DVTF6l { width:17.5625rem;height:18rem;top:139.95311927796rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDysUallsSy5Pxbsb8U8TN3Gv0loQKCX { width:15.1875rem;height:4.19921875rem;top:148.04817771912rem;left:2.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJC2Ir4WTd04kUe4T4BLNVwgUvaRtidt { width:9.875rem;height:1.75rem;top:145.61067771912rem;left:2.59375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cEXOPyBysSJovHaFzIkhq0NveXXsRHxX { display:flex;width:2.6875rem;height:2.6875rem;top:141.36069107056rem;left:8.1549482345581rem; }
 }@media only screen and (max-width: 763px) { #sMkxUx7kAsDF8T8W8TFEQfPDO0vKLPNc { width:14.375rem;height:3.67448125rem;top:152.86067962646rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { width:17rem;height:30rem;top:109.93625rem;left:0.74951171875rem;z-index:15037;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.adaptive-delivery-prevent-bg, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyload, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyloading { background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { background-color: transparent; background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .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); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { width:20rem;height:8.3984375rem;top:13.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { width:19rem;height:2.875rem;top:27.5rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block; }
 }@media only screen and (max-width: 763px) { #oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB { width:20rem;height:1.375rem;top:23.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.1;display:block; }#oJMw9CnF5O3pFgQF7WSebEiFaJFpAccB li:before{  }
 }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { width:20rem;height:8rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { width:16.499rem;height:2.79785rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { width:20rem;height:9.4332666666667rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { width:20rem;height:9.370125rem;top:11.251220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah31EapmWUvMN664lAOLU9wa61TxRN7t { width:20rem;height:9.4811875rem;top:11.1962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { display:block; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { width:16.499rem;height:2.79948125rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { width:17.7478125rem;height:22.2485625rem;top:9.25rem;left:1.125rem;overflow:hidden;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { width:17.68675rem;height:22.06175rem;top:9.4375rem;left:1.125rem;overflow:hidden;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { width:17.5610625rem;height:21.9983125rem;top:9.5rem;left:1.125rem;overflow:hidden;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { width:17.5rem;height:21.93725rem;top:9.5625rem;left:1.125rem;overflow:hidden;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { display:block; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { width:2.6875rem;height:2.6875rem;top:10rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkKC37TTQsmgi47NmswAaXh496rU52aK { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK.adaptive-delivery-prevent-bg, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyload, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyloading { background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { background-color: transparent; background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .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); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { width:18.75rem;height:18.75rem;top:60.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { width:18.75rem;height:18.75rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { width:18.75rem;height:18.75rem;top:8.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQk7dOFUId4R44mLSistTDMRlE8asGd { width:18.75rem;height:5.4375rem;top:27rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { width:20rem;height:2rem;top:2.576904296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { width:20rem;height:1.4379875rem;top:4.638916015625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { display:flex;width:3.125rem;height:3.125rem;top:7.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { display:flex;width:3.125rem;height:3.125rem;top:34.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { display:flex;width:3.125rem;height:3.125rem;top:59.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { width:18.75rem;height:4.3125rem;top:53.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEorTVfAJvDVKiALeGtikhtvP4b5QInp { width:18.75rem;height:4.5625rem;top:77.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { width:17.1875rem;height:3.82421875rem;top:27.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #etf91gdaxy8nTcEzW7aWulT0ECbipok8 { width:9.4360625rem;height:2.54948125rem;top:54.3125rem;left:5.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { width:13.81225rem;height:2.54948125rem;top:78.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { width:20rem;height:2.87475625rem;top:85.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block; }
 }@media only screen and (max-width: 763px) { #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { background-color:#84a183;background-image:url("https://images.assets-landingi.com/uc/bf311c2b-0281-4762-8e04-e900559948e4/bg_123.svg");background-position:top right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.adaptive-delivery-prevent-bg, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyload, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyloading { background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { background-color: transparent; background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .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); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { width:20rem;height:130.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { width:20rem;height:4.375rem;top:2.87353515625rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { width:10rem;height:10rem;top:18.662109375rem;left:10rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvWn3R2WfW3ycfTuZW64zKwxqZycJ1o { width:10rem;height:10rem;top:28.662109375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP01tTTh5PoDxaT6b3scRGfhVwhS2C0s { width:19.75rem;height:6.171875rem;top:9.105224609375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uI0Ag7bqIrMxKN2CGVdfABZZ3XAT2CLQ { width:9.56175rem;height:7.5rem;top:19.1875rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rkbBm8TTxdwFyt7WMFzKFeHlgIAO9bhu { width:6.1875rem;height:2.75rem;top:23.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4TNzOfhOF6EmhqOR8bicOC6MbXCuda { width:20rem;height:7.6484375rem;top:74.0625rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrymKXHtJBncIAUtFnFwU6iGT55fczqK { width:19.9375rem;height:21.4375rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4XhrwbusFpbnHFGK6F57xDIVRz2szzq { width:5.4375rem;height:15.29165rem;top:46.009117126465rem;left:13.395833969116rem;text-align:right;text-align-last:right;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G8VRT9PnM8WFaJ66eVll82VypmrZTZA4 { width:13.562rem;height:15.1875rem;top:46.123657226562rem;left:1.3268229961395rem;text-align:left;text-align-last:left;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #slCU0hg9Jo9HxwOVGHvcDWiz1Iy7rcw5 { width:17.5rem;height:0.062255875rem;top:44.6240234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PbTqu4o5rfWBCxZsh36rI825pECIRT { width:9.0625rem;height:1.21875rem;top:42.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEl2L0JfcAFdWnFURGbpDy6c1f9pyULw { width:6.5625rem;height:1.21875rem;top:42.31201171875rem;left:12.435302734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQGlWsHPNeKchCf6t6qJE2WQiRbIPCC { width:8.875rem;height:4.0625rem;top:63.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVE4sq1bWUbPQ1vId4cWl5vyoGNiyLhW { width:7.75rem;height:3.1484375rem;top:64.0507850647rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EAo904m55s0UnHJ7Mef2T90xvBgD24LN { width:10.4986875rem;height:4.0625rem;top:63.59375rem;left:9.5013027191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsGn2K5tym8cQG35TnVgzN2NEef1AdbD { width:8rem;height:3.1484375rem;top:64.0507850647rem;left:10.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rhlMxbTlDbd0ddCccy9xHg9dWsnVp7fD { width:20rem;height:2.25rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIiuh0mbhfpphZMXCL8eCc5RZIBdrlmE { width:17.68675rem;height:1.25rem;top:68.625rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R9Ty4vdlL08SA0qy2cQ7uIJv2KAChiDB { width:20rem;height:4rem;top:83.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rdvkSuJKHsl7ikIxTvO8UHLkd0OisAHO { width:18.999rem;height:2.87475625rem;top:104.9375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2HoEHKpXa2pMI50qGuqrwzbQiEefC2 { display:block; }
 }@media only screen and (max-width: 763px) { #rW8fKLD9oKQwD7VPBzZR9XQwtb9P6FZy { width:10.6875rem;height:17.9375rem;top:110.140625rem;left:4.65625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Glw4poro7rd8mM1qnC0NFuEh60LTFJO0 { width:20rem;height:13.38280625rem;top:89.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xD3NyTfaDzf52Q9fWOsxLKSMyDIQFIkk { width:5.125rem;height:5.125rem;top:71.875002861025rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcU06uMnl7M8PQoJCtHzvsLwWKTLBROL { width:6.375rem;height:6.375rem;top:31.833333969116rem;left:11.8125rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { background-color: transparent; background-image: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container > .video-iframe-container { display: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container { display: none; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .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); }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { border-width: 0; border-radius: 0; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkNyOQQ5mZK8cveb6gA8hMXZIW9wq3HO > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQZR0EUQh1ndtdPoLDJXyV1zqs3FeZTN { width:20rem;height:11.5625rem;top:0rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFLfZ88RBpJxVmvzkZkomat3LTDICiG1 { width:15.9375rem;height:3rem;top:1.625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCTERZ853SorbM7JBDd4R2RMSgr2E5hK { width:15.9375rem;height:4.94921875rem;top:5.1875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1leQGAfho2TJGl3zT7Tbf8BMVbBT2iu { width:20rem;height:12.75rem;top:14.062500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR { display:block; }#DdnSPsh2Gb13RHZrOQi03vex9n7W4rGR > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuduyBxUsC8gkVw2xUJ1d2X2qmiQr7Re { width:15.9375rem;height:3.4375rem;top:2.5794277191162rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAz86fbr3ZVGVDsPT51PkmB4BJbr7hq { width:18.9375rem;height:25.0625rem;top:7.0559902191163rem;left:0.36197918653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32XtODtMra5Vm9X6eIyeMbR3L0kMn7M { width:13.9375rem;height:2.97395625rem;top:8.5520839691163rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nanBTBiUr5gOcOQp3Uu64fIrOyLQvURN { width:15.625rem;height:0.0625rem;top:12.067708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwfh2gHW9cLo5F2fGshMu2G9wygA1Px6 { width:9.8125rem;height:1.48698125rem;top:12.692708969116rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #AAQWNiVFneWakVnVRmGoyOcy3zW0zbyT { width:15.625rem;height:0.0625rem;top:14.817708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsJVXQ3HAHT3g09FDkqIy2TiiArcae1 { width:15.875rem;height:2.97395625rem;top:15.553384780884rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #B5NEmH4PzQoyCVg3I2xh4UnoeiJGTdOn { width:15.625rem;height:0.0625rem;top:19.067708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRdcKooQorDBAQdsBghpVQIQc1zsoSI { width:15.375rem;height:2.97395625rem;top:19.740905761719rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #uQ8GsTraHKfbIFBBtNVSgWO2GyFpuoue { width:15.625rem;height:0.0625rem;top:23.152345657349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MirLKphLtDAZbw4Jq7zEmu1f1NUXpTg0 { width:16.4375rem;height:2.97395625rem;top:23.98828125rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #V2BtS8UVVF7XFTT0cIUHcFJTyvo5FHSc { width:15.625rem;height:0.0625rem;top:27.569009780884rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciDwAroR2iGWbxmyFRBvw6DKT9FADFX { width:15.125rem;height:2.97395625rem;top:28.138021469116rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #xLWV29W5G6SItH88AVXIC14CcXKiTgC8 { width:19.625rem;height:23.6875rem;top:37.625001907349rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSDdDp3f9kSXLizCZXcIMKBfyGUqEqo { width:16.5rem;height:2.97395625rem;top:53.485717773438rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #oTvBKvHoBMakZkxt9sFmAzuSTT0SPq6M { width:15.625rem;height:0.0625rem;top:45.437501907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWSVEzowVIxXgL5u8tWpCrA36Kpc2Lw { width:18.625rem;height:1.48698125rem;top:46.485717773438rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ka6VI7Lx0umW7lHUlohEQdns7gaQOwuQ { width:15.625rem;height:0.0625rem;top:48.447919845581rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHaAttokLxDKqwCP8akBUU6e4w4MlZv2 { width:10.5rem;height:2.97395625rem;top:49.125001907349rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rpKgIzeu2M5ZV9TcAMl82fx6A7L70OSo { width:15.625rem;height:0.0625rem;top:52.750001907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpyxCz2e9KnDOoVLtTGQiPfKu0m9bxsM { width:15.625rem;height:0.0625rem;top:56.958333969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZmOLLWa1UlrI3EZtw1y4BibghH3H3D { width:13.4375rem;height:2.79948125rem;top:57.742189407349rem;left:3.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #t1q7R7RTAHuGMSaJiftgabhGmS87KXkT { width:15.8125rem;height:1.48698125rem;top:43.346374511719rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ItvCLVw24rZycCkyUgTRbyKxEq18RCng { width:15.625rem;height:0.0625rem;top:42.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsqT1SbIcZs74JeOlm4cEXiDEhVaF3M { width:10.625rem;height:2.97395625rem;top:38.985679626465rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GTrry1XaCQuQFIGN81mltZWThmHd0Gg7 { width:20rem;height:2.2747375rem;top:34.214846134186rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #84a183, #37604d);background-image: -moz-linear-gradient(180deg, #84a183, #37604d);background-image: -ms-linear-gradient(180deg, #84a183, #37604d);background-image: -o-linear-gradient(180deg, #84a183, #37604d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );";background-image: linear-gradient(180deg, #84a183, #37604d);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { background-color: transparent; background-image: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container > .video-iframe-container { display: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container { display: none; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .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); }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { border-width: 0; border-radius: 0; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gL54aBxq1gIvZbXMmK9PWfMT3KG70AHx > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf9tBncRrWZ4HtANTO1z1sHT8auRU9tW { width:8.375rem;height:3rem;top:6.375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uV17XVBrlxzlI3Nc1xXccuKDmxdIPsQr { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:2.875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #knAC46xKesCFQTnJDTWWaeTWnJ7T62wN { width:8.8125rem;height:2.25rem;top:10.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAXkZdmEOqoOQrq0rs6xT3F52ekwqsvi { width:7.875rem;height:2.25rem;top:9.4375rem;left:11.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFTFS0Svcu2g5b54TuyzGAHKx2hdpXLa { width:7.5rem;height:1.5rem;top:7.1875rem;left:11.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enX1WoK0zQfdWFXFGVisq2E5CzlMuqSQ { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:13.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #J5cid4t64swNG0TOOH7RCM4ia4ibnfla { width:8.4375rem;height:1.125rem;top:20.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0cgnnSNCvV3crXPT6IHvN0IxsbIGn { width:8.875rem;height:1.5rem;top:18.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRPANWtanDTLEhkx8KHFW9HZrDUfCkxv { display:flex;width:3.125rem;height:3.125rem;top:15rem;left:2.875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #mDB0Dbm4RVzl4f2F4dwBpSC7fOXsCD38 { width:6rem;height:2.25rem;top:19.875rem;left:12.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtQBIABs2HqsAqmHWScCCUiqQUOqBEzM { width:9.25rem;height:1.34895625rem;top:18.3125rem;left:10.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiVaxXtU4sEix1W9eOiEczhko6gSGGNN { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:13.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { display:block; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZexttRzgSVWLTrZ3t7VSDcewBQ0CWHB { width:20rem;height:25.071625rem;top:6.0078129768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWzs3odbNzcQTy6BzFo7w805nCdaMLh { width:20rem;height:25.071625rem;top:6.0078129768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ptMIr7lTDSudg6eGZn2R3qWBDX1Rhc { width:20rem;height:25.071625rem;top:6.0078129768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAMXSLhpMGzDP1oRWbvcNZiG3gGOkDpC { width:7.625rem;height:1.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouunu63ANry3TX65IvzeTyzINIUR7yqH { width:6.375rem;height:0.875rem;top:3.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #EG5raXDScEW8U2IibTQ6TFbgkpwSdaUz { width:7.625rem;height:1.75rem;top:3.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6W6OsleDxBrzFAg0c0OWsebB1I9rL2 { width:6.5rem;height:0.875rem;top:3.5625rem;left:9.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gITb91wabW4EQcLhmMsHlD0UQqNLDu1n { width:20rem;height:3.44791875rem;top:32.901042938233rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0UIIZ5X2XmfZni33GeF2nF1e4cZDnhk { width:20rem;height:8.53125rem;top:37.289064407349rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOFMKOVTpaxb1tnaNacVBUySVtTfWH20 { width:19.9375rem;height:5.0625rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUcWOB5AlMRiDmNsw7QONyspZZ7yWCq { width:20rem;height:1.625rem;top:69.4375rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A4cIp09L04xwkAPiLXzHI11TLtwvEx { display:block; }
 }@media only screen and (max-width: 763px) { #TKG7iiDEuc4JwtVsfZB0TlhXQrbJuTiq { width:8.125rem;height:1.125rem;top:66.5rem;left:11.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV { display:flex;width:1.6875rem;height:1.6875rem;top:66.1875rem;left:0.625rem;font-size:1.125rem; }
#mSL1qbPpzgWf1rpNtaDZtQCpu6QqkMQV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #PG07A2kFxWb2hUfXGG1ZpUDoli6PrJ6e { width:3.9375rem;height:1.42448125rem;top:66.25rem;left:3.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhuUmMz9iaCOP5cMl90cwIa33VqnSLIx { width:6.3125rem;height:0.97395625rem;top:67.625rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGRTf5MGymPI5XRy3ELHxsl3DQuQGfGO { width:19.875rem;height:5.1875rem;top:58.444030761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu { display:flex;width:1.375rem;height:1.375rem;top:59.500003814698rem;left:0.9375rem;font-size:0.9375rem; }
#XTrFbGERykRGRCfaWWwkCzJoCtXkyTwu > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #cdxLsxUmUvab3xh6Fm8GKr4pVJmOPlpk { width:5.125rem;height:1.42448125rem;top:59.1875rem;left:2.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7ydWzaBb5IfCpUSgW9by1Uoma5WcfgH { width:9.75rem;height:0.97395625rem;top:60.5625rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mrhx39If67pplwAMC7bprPRAuLImguuU { width:7.25rem;height:1.125rem;top:59.5rem;left:12.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdF4ZNOoGacn9L8rIpMfalGGKFAiyIQX { width:19.9375rem;height:1.625rem;top:62.444010496139rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6fUNwwodCnPe9Stpdub1Vmwiz5E0U6 { display:block; }
 }@media only screen and (max-width: 763px) { #IWx9rZlcde2RVDX1hxktylPOds8Fd9qJ { width:5.25rem;height:1.04948125rem;top:60.625rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eq4uaVL07dauiKHASUm4q32w1NDluXHr { width:3.75rem;height:0.8997375rem;top:57.375rem;left:14.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGqxwkKSKcN18BEzf2cVBVJIwy8DlmzK { width:4.3125rem;height:1.625rem;top:56.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSDeedaqzvse0H8gHPZdiZDNrfXPg6I5 { width:20rem;height:1.6875rem;top:53.852867126465rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVWiXcK1sExpnyw0usfNfkTc2Fr55zG { display:block; }
 }@media only screen and (max-width: 763px) { #XHNnMxaAbLHbGTRyKzTsOrJaT0mD7ND8 { width:19.875rem;height:5.1875rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVxt5oEwVTZXPT1NlAaHAdusp8bOKVC { width:9.75rem;height:0.97395625rem;top:51.9375rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqoi4qTNVRdXGmH3CqHxAJCmivbO0VmT { width:7.3125rem;height:1.125rem;top:50.875rem;left:12.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UevClxTsTnDRLVM9OEKn5C2bfp1TFGs6 { width:5.5625rem;height:1.04948125rem;top:52.0625rem;left:13.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhWGHs4ModeaqLQVRKuSCdpk2TyXIUam { width:4.3125rem;height:1.625rem;top:48.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOpoBytFd100pCs7h5RfOd7xbLBlCgW { width:5.125rem;height:1.42448125rem;top:50.5rem;left:2.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1RbJ0C1WLXMcmXh76rJn8HBMIUp7CoB { width:4.1875rem;height:0.97395625rem;top:48.6875rem;left:14.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #He8eWRo01zrHNpCWTgcZ7n12WTnde8nm { display:flex;width:1.375rem;height:1.375rem;top:50.8125rem;left:0.9375rem;font-size:0.9375rem; }
#He8eWRo01zrHNpCWTgcZ7n12WTnde8nm > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FcKJhFNWUiG5J7Pv6TM89rJHfrQ1NT51 { width:4.3125rem;height:1.625rem;top:48.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0Ahp4viwtg1B2ZD1PsI8cbmvBTIQAv { width:4.1875rem;height:0.8997375rem;top:48.8125rem;left:9.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CzQt4awA96aqmWmGw4ShnpIscb24Nw { width:8.4375rem;height:10.5625rem;top:74.046897888181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { display:block; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4ptutBoVD9oTin8DWoC3WJObndEL4ca { display:flex;width:2.1875rem;height:2.1875rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhIQbEsUEQu1Eqi49UnOF0IFxQmsDAr4 { display:flex;width:2.1875rem;height:2.1875rem;top:1.0625019073486rem;left:3.58203125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZoygk6sEGly5JkwDDvUufUqTdTtGNx7 { width:8.4375rem;height:10.5625rem;top:2.5820713043213rem;left:2.70703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAPrF1WbTHOci2JBrJRyN58oD9JcZkNL { width:3.4375rem;height:1rem;top:0.875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #HDTKDbRvNPQek71tZuZN2c7LIZErrgFR { width:4.0625rem;height:4.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1pencUbLC2kTvVPPFR54uO4kNt8vkf8 { width:8.625rem;height:2rem;top:3.21875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:18.4375rem;height:3.375rem;top:0.8740234375rem;left:0.78125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:15.37475rem;height:1.21875rem;top:16.1181640625rem;left:2.31201171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { width:12.87475rem;height:4.3125rem;top:9.757080078125rem;left:3.56201171875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { width:20rem;height:1.5625rem;top:5.05859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { width:15.06225rem;height:7.6875rem;top:17.955322265625rem;left:2.46826171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
 }@media only screen and (max-width: 763px) { #z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { width:16.5rem;height:5.75rem;top:8.96240234375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { width:16.499rem;height:11.875rem;top:14.8056640625rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { width:13.999rem;height:8.8125rem;top:37.111083984375rem;left:2.999267578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
 }@media only screen and (max-width: 763px) { #ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { width:16.5rem;height:12.625rem;top:34.24169921875rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { width:16.25rem;height:1.21875rem;top:35.17333984375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { width:16.5rem;height:5.75rem;top:28.3984375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { width:14.6875rem;height:4.3125rem;top:29.193115234375rem;left:2.65625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { width:16.5rem;height:11.125rem;top:52.99169921875rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { width:13.81225rem;height:6.5625rem;top:56.617431640625rem;left:3.09326171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
 }@media only screen and (max-width: 763px) { #Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { width:16.25rem;height:1.21875rem;top:54.241943359375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { width:16.5rem;height:4.4375rem;top:48.460693359375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { width:15.7495rem;height:2.875975rem;top:49.320068359375rem;left:2.125244140625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { width:16.875rem;height:2.75rem;top:66.240234375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block; }
 }@media only screen and (max-width: 763px) { #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { width:20rem;height:146rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { width:17.8125rem;height:5.8125rem;top:1.123779296875rem;left:1.5625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUiTBstc12PSkXTZvTkEvh3I8yxztFym { top:8.125rem;left:1.5625rem;width:7.968rem;height:1.28100625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block; }
 }@media only screen and (max-width: 763px) { #W280QvR2zAJqwnCqEOwRKLutEUCO81kv { top:8.125rem;left:10.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block; }
 }@media only screen and (max-width: 763px) { #DgTy34F96KkNsMAEI5XMpOboqhAauzep { top:10.25rem;left:10.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block; }
 }@media only screen and (max-width: 763px) { #zPzcDnteT282hkCGrZcLUceT62AO5EAu { top:12.373291015625rem;left:1.575927734375rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block; }
 }@media only screen and (max-width: 763px) { #z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { top:12.373291015625rem;left:10.560302734375rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block; }
 }@media only screen and (max-width: 763px) { #U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { top:10.25rem;left:1.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block; }
 }@media only screen and (max-width: 763px) { #LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { width:18.75rem;height:29.5546875rem;top:15.68359375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { width:19.75rem;height:34.75rem;top:46.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { width:14.3115rem;height:29.68755rem;top:50.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { width:20rem;height:0;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { width:15.1855625rem;height:1.23779375rem;top:48.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { width:8.0625rem;height:29.68755rem;top:50.8125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { width:18.9978125rem;height:2.749025rem;top:84.03076171875rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block; }
 }@media only screen and (max-width: 763px) { #GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { width:20rem;height:39.75rem;top:103.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { width:20rem;height:20rem;top:91.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { width:16.1865rem;height:2rem;top:113.125rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { width:17.99925rem;height:24.8138125rem;top:116.875rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { width:5.3125rem;height:5.3125rem;top:88.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#84a183;background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:10.8105625rem;height:6rem;top:2.061767578125rem;left:1.87255859375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:15.18675rem;top:9.12353515625rem;left:4.813232421875rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { width:18.6875rem;height:19.5rem;top:4rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { display:flex;width:17.625rem;height:17.625rem;top:4.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:15.75rem;height:2.8125rem;top:18.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { width:16.3745rem;height:7.312rem;top:10.0625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { width:13.75rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { width:20rem;height:0.124511875rem;top:27.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { background-color: transparent; background-image: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container > .video-iframe-container { display: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row > .video-iframe-container { display: none; }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .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); }#OO8PP7kcO6VIsRGHd9Ul5oFe60mdluGI > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6FthItpT8TBfKJ7tyTKV54XRL519lIo { width:10.125rem;height:2.0625rem;top:0.75rem;left:9.875rem;font-weight:300;font-style:normal;background-color:#37604d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VP0iHPU9fkDds1BkSTK62ma7syi2NDy8 { display:block; }
 }@media only screen and (max-width: 763px) { #nMDaUZy68sRlQvDgtGTvPEtzBuMqslmm { width:1.5625rem;height:2.75rem;top:0.75003814697263rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8dh57LqxpgyynWudpldTbooXtw9TP2T { width:9.4375rem;height:0.89323125rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PBeWBLpC8xnTx3bHqfGo6T2IJ0pSvOtv { width:11.5rem;height:0;top:6.9375rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #dszEbvG0uOVx8MfyFEJIzO3AzWdFk16X { width:6.5rem;height:0;top:9.375rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { width:20rem;height:2.625rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { width:15.7483125rem;height:7.5rem;top:13.388671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { width:15.7483125rem;height:10.5rem;top:22.877197265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { width:15.625rem;height:1.03125rem;top:44.034423828125rem;left:2.578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { display:flex;width:1.875rem;height:1.875rem;top:43.612060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { width:5.49926875rem;height:0.9375rem;top:46.6748046875rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { display:flex;width:1.875rem;height:1.875rem;top:46.2060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { width:8.2495rem;height:0.9375rem;top:39.517822265625rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { display:flex;width:1.875rem;height:1.875rem;top:39.049072265625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { display:flex;width:1.875rem;height:1.875rem;top:35.909423828125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { width:10.7495rem;height:0.9375rem;top:36.378173828125rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.81175rem;height:2.56225625rem;top:8.9990234375rem;left:2.09228515625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { width:20rem;height:0.89355625rem;top:0.521240234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }