.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f4fdef;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(55,120,21,0.8);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { background-color: transparent; background-image: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container > .video-iframe-container { display: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container { display: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .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); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { border-width: 0; border-radius: 0; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { color:#f4fdef;display:block;width:13.0625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:0rem;height:1.25rem;display:block; }
#u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { color:#f4fdef;display:block;width:10.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:14.000001907349rem;height:1.25rem;display:block; }
#ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { color:#f4fdef;display:block;width:8.5625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:25.500001907349rem;height:1.25rem;display:block; }
#HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { color:#f4fdef;display:block;width:4.1875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:35.562501907349rem;height:1.25rem;display:block; }
#kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { color:#f4fdef;display:block;width:4.1875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.2083334922791rem;left:44.375rem;height:0;display:block; }
#nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.2291669845581rem;left:40.3125rem;height:1.25rem;display:block; }
#ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { color:#f4fdef;display:block;width:13.0625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:0rem;height:1.25rem;display:none; }
#CmVV8fit8ybOgRy3iivhm72100TcV5UP { color:#f4fdef;display:block;width:10.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:14.000001907349rem;height:1.25rem;display:none; }
#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { position:relative;display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { background-color: transparent; background-image: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container > .video-iframe-container { display: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row > .video-iframe-container { display: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .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); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { border-width: 0; border-radius: 0; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/ea468ffd-a33a-4d5c-a560-8a8b97630ceb/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.adaptive-delivery-prevent-bg, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyload, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyloading { background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { background-color: transparent; background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .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); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { border-width: 0; border-radius: 0; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { color:#ffffff;display:block;width:56.4993095625rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:41.040897607803rem;left:13.182444572449rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { color:#377815;display:block;width:32.3125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:28.8125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { color:#377815;display:block;width:32.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.5625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QflRfi4L25IgxvAnD4FiNuPRvTvf441I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.8216915130615rem;left:6.8106622695925rem;overflow:hidden;display:block; }
#W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { color:#ba7191;display:block;width:1.3120404375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4983921051026rem;left:24.484143257141rem;height:1.625rem;display:block; }
#EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffe298;border-left:0.125rem solid #ffe298;border-right:0.125rem solid #ffe298;border-bottom:0.125rem solid #ffe298;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.80790375rem;height:3.5579041875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:28.340990066528rem;left:4.6070775985717rem;display:block; }
#EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { position:absolute;display:block;z-index:15000;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1854324375rem;top:36.801469802856rem;left:6.8072156906125rem;display:block; }
#ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.935661554336rem;left:0rem;overflow:hidden;display:block; }
#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { position:relative;display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { background-color: transparent; background-image: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container > .video-iframe-container { display: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row > .video-iframe-container { display: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .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); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { border-width: 0; border-radius: 0; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { background-color: transparent; background-image: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container > .video-iframe-container { display: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container { display: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .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); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { border-width: 0; border-radius: 0; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { position:absolute;display:block;z-index:15012;background-color:#ffde00;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.125rem;width:18.75rem;top:3.75rem;left:28.125001907349rem;display:block; }
#Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7708358764649rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:11.427085876465rem;left:3.125rem;height:48.875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { background-color: transparent; background-image: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container > .video-iframe-container { display: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container { display: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .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); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { border-width: 0; border-radius: 0; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;position:relative;display:block; }#Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STTdnTkS58undFVc4SNHHh1NByRE4HTb { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:8.7708435058594rem;left:3.125rem;height:59.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { background-color: transparent; background-image: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container > .video-iframe-container { display: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container { display: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .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); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { border-width: 0; border-radius: 0; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.75rem;left:3.125rem;height:31.875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm { 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; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { background-color: transparent; background-image: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container > .video-iframe-container { display: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row > .video-iframe-container { display: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .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); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { border-width: 0; border-radius: 0; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#IwP4WgMIRHi90Ohclro83TOOXZboHn4m { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:7.3333334922787rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { position:absolute;display:block;z-index:15001;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13rem;width:47.5rem;top:5.625rem;left:13.748850822449rem;display:block; }
#JwETWGA83snSFpChFW1NV89kEh9oNkdg { color:#ffffff;display:block;width:41.8118095625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8963623046875rem;left:16.591221809387rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d7d493b-1507-47fa-bbc5-6c0984a912b3/OzAOW1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.adaptive-delivery-prevent-bg, #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.lazyload, #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.lazyloading { background-image: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { background-color: transparent; background-image: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,247,195,0.3); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container > .video-iframe-container { display: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,247,195,0.3); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container { display: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .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); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { border-width: 0; border-radius: 0; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5rem;left:10rem;height:3.5rem;font-style:normal;display:block; }
#zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.125rem;height:3.5rem;font-style:normal;display:block; }
#gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { color:#47545a;display:block;width:25.5625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:10rem;height:5.25rem;font-style:normal;display:block; }
#HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { color:#47545a;display:block;width:26.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.436569213868rem;left:42.499997138977rem;height:3.5rem;font-style:normal;display:block; }
#Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:35.625rem;left:10rem;height:1.75rem;font-style:normal;display:block; }
#XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:34.6875rem;left:42.5rem;height:3.5rem;font-style:normal;display:block; }
#NC6PTxl004FwUnQW5sauT88TrvdANHp9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.5rem;left:6.25rem;overflow:hidden;display:block; }
#aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.5rem;left:39.375rem;overflow:hidden;display:block; }
#ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.4375rem;left:6.25rem;overflow:hidden;display:block; }
#J2TvCROsJuStIQGfTv14yeauW0nGS4DO { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.4375rem;left:39.375rem;overflow:hidden;display:block; }
#fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:34.3125rem;left:39.375rem;overflow:hidden;display:block; }
#TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:35.5625rem;left:6.25rem;overflow:hidden;display:block; }
#z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.906951904297rem;left:6.2488508224488rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container { background-color: transparent; background-image: none; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container > .video-iframe-container { display: none; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row > .video-iframe-container { display: none; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .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); }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container { border-width: 0; border-radius: 0; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ZTQdN2mvS0pS3J6gP4RAmmNWb6fxrzyU { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.7608032226562rem;left:0rem;height:16.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { position:absolute;display:block;z-index:15003;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.8120403125rem;width:47.5rem;top:25.063201904297rem;left:13.166359901428rem;display:block; }
#wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:27.401184082031rem;left:6.2488508224488rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.947387695312rem;left:13.165211677551rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArXQhSpETHTHrlywCyPAVcyl4r7R7Zl3 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.947387695312rem;left:13.165211677551rem;height:4.852941rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container { background-color: transparent; background-image: none; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container > .video-iframe-container { display: none; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row > .video-iframe-container { display: none; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .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); }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container { border-width: 0; border-radius: 0; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ { position:relative;display:block; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ { background-color: transparent; background-image: none; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container > .video-iframe-container { display: none; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row > .video-iframe-container { display: none; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .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); }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ { border-width: 0; border-radius: 0; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lzg25GblaxEDxiuNtsJXyC2ptuKzeCs3 { color:#47545a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:2.1633911132812rem;left:0rem;height:16.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNIQvXAdrMsevPFr5cBMhWmV0DfqtMz6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.2497691875rem;width:37.5rem;top:18.607543945312rem;left:5.9983911514283rem;overflow:hidden;display:block; }
#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp { position:relative;display:block; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp { background-color: transparent; background-image: none; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container > .video-iframe-container { display: none; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row > .video-iframe-container { display: none; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .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); }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp { border-width: 0; border-radius: 0; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HUIW5ApdThGsGVC1UuekG9EWhvXpMi43 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:26.625rem;top:2.0625rem;left:42.4375rem;overflow:hidden;display:block; }
#l83G6XmLdd7srMy3IdqGzE7WBKQnT9WX { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.1416015625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPrwnrKTHNIrE6guxdrs1ZMGmBOT1Fzt { background-color:#4bae16;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;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.427734375rem;height:3.3681640625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.8955078125rem;left:18.7861328125rem;display:block; }
#OSnTrCU0VOkDnbJrhhQTRzB5591elRKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBkreyhsT1dGmDonMF1ngXODHwwowNlh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:37.5rem;top:18.125rem;left:5.9375rem;overflow:hidden;display:none; }
#rETFiWBOTzJRUX1EARt2JdTDP1XddSd7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:37.5rem;top:18.125rem;left:5.9375rem;overflow:hidden;display:none; }
#Iwendl6G69k9XmImicHwlTWHqGoB8Grs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.53125rem;left:16.28125rem;overflow:hidden;display:none; }
#DtN8O9odGVwTrZHH2m2ABcvFkTtKr7FD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.53125rem;left:16.28125rem;overflow:hidden;display:none; }
#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/a2cca38d-4717-4c2c-97e8-3ae396bec5d0/Zdjciegwnenastronzapisu9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.adaptive-delivery-prevent-bg, #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.lazyload, #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.lazyloading { background-image: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { background-color: transparent; background-image: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container > .video-iframe-container { display: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container { display: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .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); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { border-width: 0; border-radius: 0; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#TJOwFquTfuT29C87gVFrAezqS1SaSxnu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { position:absolute;display:block;z-index:14999;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.8125rem;width:64.1875rem;top:34.125rem;left:5.4375rem;display:block; }
#gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { color:#ffffff;display:block;width:38.9993095625rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.9375rem;left:17.6875rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { background-color: transparent; background-image: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container > .video-iframe-container { display: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container { display: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .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); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { border-width: 0; border-radius: 0; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:7.3333334922787rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UsX6TVoE654noPbQfgSUwkeL81o4i80W { color:#ffffff;display:block;width:46.6865806875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4306030273438rem;left:14.155560493469rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEeEC4TUArWQeglqWWC89ge1svEtWqsH { color:#ffffff;display:block;width:46.6865806875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.78466796875rem;left:14.155560493469rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { color:#ffffff;display:block;width:46.6865806875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0753784179688rem;left:14.155560493469rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { position:absolute;display:block;z-index:15007;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.5618095625rem;width:64.1875rem;top:21.830902099609rem;left:6.7486219406125rem;display:none; }
#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { background-color: transparent; background-image: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container > .video-iframe-container { display: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container { display: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .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); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { border-width: 0; border-radius: 0; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { color:#377815;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:3.75rem;left:19.5625rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.52587890625E-5rem;left:6.2489604949951rem;height:18.4000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.75rem;left:16.4375rem;overflow:hidden;display:block; }
#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { background-color: transparent; background-image: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container > .video-iframe-container { display: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container { display: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .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); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { border-width: 0; border-radius: 0; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { color:#377815;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:2.5332641601562rem;left:20rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.061451673507691rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.4965209960938rem;left:16.875rem;overflow:hidden;display:block; }
#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { background-color: transparent; background-image: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container > .video-iframe-container { display: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container { display: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .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); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { border-width: 0; border-radius: 0; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { color:#377815;display:block;width:43.6247673125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:2.5rem;left:20rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.7166137695312E-5rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.0560302734375rem;left:16.875rem;overflow:hidden;display:block; }
#siMTsySlEelQPyxPuxeersVVt4SZCv8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { background-color: transparent; background-image: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container > .video-iframe-container { display: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container { display: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .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); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { border-width: 0; border-radius: 0; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { color:#377815;display:block;width:44.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:2.2288818359375rem;left:19.623162269592rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.7166137695312E-5rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ozmqalFW3NKttooE16BklT4ZUEQt2rzE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.804443359375rem;left:16.875rem;overflow:hidden;display:block; }
#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { background-color: transparent; background-image: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .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); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { border-width: 0; border-radius: 0; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:5.625rem;left:18.75rem;display:block; }
#rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o65oTKhykGgkP5RET3LOvtpuL5BfJOe8 { position:absolute;display:block;z-index:15005;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1865768125rem;top:14.5rem;left:5.4375rem;display:block; }
#Snr0WJmX9BJZc8qd1gCDvOsKfv72ZpR0 { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:18rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrw8lu9f3r062LdfgC6i0iTARUutJwGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container { background-color: transparent; background-image: none; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container > .video-iframe-container { display: none; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row > .video-iframe-container { display: none; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .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); }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container { border-width: 0; border-radius: 0; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#MODIbhImSefqEZGDF7woGqUrXOxf311P { color:#ffffff;display:block;width:46.6865806875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0177001953125rem;left:14.155560493469rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhUyna1VKLIxGHmmZc6caNwwfsQFIOiB { position:absolute;display:block;z-index:15005;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1875rem;top:36.162689208984rem;left:5.4044122695923rem;display:none; }
#aDXwqLTBs1Tuapu9hy5R0FqA6mG26pVP { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.332946777344rem;left:17.966450691223rem;height:7.2058820625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container { background-color: transparent; background-image: none; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container > .video-iframe-container { display: none; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row > .video-iframe-container { display: none; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .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); }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container { border-width: 0; border-radius: 0; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#WOJzSlkb5MRSCB6cl59l2JABPQtntZPh { color:#377815;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1220092773438rem;left:8.7477025985719rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spW9cUWmgRWVUUhmVBQHnfTz9lfqf9Li { color:#377815;display:block;width:27.9375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:2.847412109375rem;left:8.75rem;height:3.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo4JdEcrs1STHSvZxbExaZdk06CFZ1Ah { color:#377815;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.74169921875rem;left:41.6199426651rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BiWGPGKH4UZdgSUpVdXFmDqeK5h45fNR { color:#377815;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5479736328125rem;left:41.618794441223rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huP8AfVGQTVm1MOlyp0QeRBEI9TzXmb9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.80712890625rem;left:38.125rem;overflow:hidden;display:block; }
#cemEednHdabRJ6T9sOAmui1b2BUM6eAe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.80712890625rem;left:5.3125rem;overflow:hidden;display:block; }
#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U { position:relative;display:block; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U { background-color: transparent; background-image: none; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container > .video-iframe-container { display: none; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row > .video-iframe-container { display: none; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .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); }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U { border-width: 0; border-radius: 0; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nRLyHsQG9ffClsszc0UDMeNiZdAJSVqy { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:18.40000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fr5bHsXBRM1s8ROnpcfqi7wp4EGS4DkJ { color:#0d94a6;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.062520027160644rem;left:6.2489604949951rem;height:18.4000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ng3uVP6J4rzLaXS43innItBoMtLbscVq { color:#377815;display:block;width:23.3122691875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.5023193359375rem;left:8.75rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqhLdzs6baVhFNDxRIRHAsens5NNit2n { color:#377815;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2.5023193359375rem;left:41.25rem;height:3.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vooXTnxo1GGptrxrsyfbrArqW1COirWJ { color:#377815;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.9818420410156rem;left:41.2488489151rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i8he5rfRD5LfCf4vAgwiJp6lP3vUJ6Kr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.5rem;left:5.3125rem;overflow:hidden;display:block; }
#O01TBiITLKTEGI5h6y3h3DLCsN043O0S { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.4482421875rem;left:38.125rem;overflow:hidden;display:block; }
#DEWJl9bkgNnb3ve2vEUUB63AyHkMuX19 { color:#377815;display:block;width:30.2493095625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.8931884765625rem;left:8.7477025985719rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { background-color: transparent; background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .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); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { border-width: 0; border-radius: 0; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#izyv3gLIqBHsMTLd3RfgW25Lk85CDely { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.0625rem;left:33.125rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { display:block;width:41.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:21.625rem;left:33.125rem;height:24.75rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.1875rem;left:33.125rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.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:none; }
#rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.625rem;left:33.122700691223rem;height:3.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { border-width: 0; border-radius: 0; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wi3EpxUxc3fzODratNTn4x0XzmFIoJql { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:33.0625rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.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:none; }
#dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { display:block;width:38.4995384375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.1875rem;left:33.0625rem;height:18.75rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#khpwhrszs9fM72LtIdNe9OwzGgNUPQoD { color:#ffffff;display:block;width:37.6240806875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.019073486328rem;left:33.059510231018rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0sHWGiJvD7uky7evImUkluPHeEBkRC7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:40.56640625rem;left:33.059510231018rem;display:block; }
#LiVMGIz5yd6WLUHrxpJIHvTs3zTxUCE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#or1Cc83aFGq4PqLato1wAwucbCVI6JGt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.53125rem;left:16.28125rem;overflow:hidden;display:none; }
#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5c6;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; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { background-color: transparent; background-image: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .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); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { border-width: 0; border-radius: 0; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { font-size:0.875rem;font-family:ubuntu;height:33.5625rem;width:75rem;position:relative;display:block; }#BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { color:#ccf6b6;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.3120422363281rem;left:12.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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:29.7495403125rem;width:56.25rem;top:3.75rem;left:9.3738508224488rem;display:block; }
#ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { display:block;width:44.1245384375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.1243286132812rem;left:19.125rem;height:18.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:11.748779296875rem;left:12.5625rem;height:29.166665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { display:block;width:46.9990806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:28.983947753906rem;left:19.123391151428rem;height:1.875rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { background-color: transparent; background-image: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .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); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { border-width: 0; border-radius: 0; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { font-size:0.875rem;font-family:ubuntu;height:30.375rem;width:75rem;position:relative;display:block; }#liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { color:rgba(155,211,125,0.35);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.323486328125rem;left:12.247242927551rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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:26.25rem;width:56.25rem;top:4.1176147460938rem;left:9.3738508224488rem;display:block; }
#MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { display:block;width:44.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.7440185546875rem;left:19.125rem;height:15rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:11.959716796875rem;left:12.5625rem;height:27.083332300186rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { display:block;width:49.8736190625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:25.085266113281rem;left:19.123391151428rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { background-color: transparent; background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .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); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { border-width: 0; border-radius: 0; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { font-size:0.875rem;font-family:ubuntu;height:40.3125rem;width:75rem;position:relative;display:block; }#h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { color:rgba(155,211,125,0.35);display:block;width:6.25rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.2867431640625rem;left:12.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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:31rem;width:56.25rem;top:3.75rem;left:9.3738508224488rem;display:block; }
#teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { display:block;width:42.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:6.590087890625rem;left:19.572609901428rem;height:19.125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TCBtboQM15mrcABndkt6nhIJalLB02HT { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.25rem;left:12.5625rem;height:29.166665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { display:block;width:44.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:29.152099609375rem;left:19.570313453674rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riNJ8UVDu882xD6qTHfM4pynymTDpFNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1de3ad52-be08-4843-b626-3f1b6448c937/ToLoOzA.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl.adaptive-delivery-prevent-bg, #riNJ8UVDu882xD6qTHfM4pynymTDpFNl.lazyload, #riNJ8UVDu882xD6qTHfM4pynymTDpFNl.lazyloading { background-image: none; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container { background-color: transparent; background-image: none; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.6); }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container > .video-iframe-container { display: none; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.6); }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row > .video-iframe-container { display: none; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .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); }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container { border-width: 0; border-radius: 0; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#W6IsekLGJ9TSS801vHresWxiahtaVaTb { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:7.2483911514281rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container { background-color: transparent; background-image: none; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container > .video-iframe-container { display: none; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row > .video-iframe-container { display: none; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .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); }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container { border-width: 0; border-radius: 0; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#KkX2w7gwqATvpwGc94KmO0w7iUyLk2gW { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsntzF28IuRQqGrUglkuB0ROrx6Sn36N { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#DTFrsGw84FJwWSQavpI8ABx1dASSp855 { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#2fb2be;background-image:none;top:10.5859375rem;left:19.3738489151rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#FBFecpxOPlzGvB2UlId1aqW6QxQtsJye { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#MuqXXN8LqXdvly1yirUUKl5Em75V9knV { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:#f1a41f;background-image:none;top:10.5859375rem;left:58.749997138977rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#QHTDUD5tBt6lTtVN0VEpPxqmmwnB4Tur { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Ei7TfbMgKmVITVWRIoumyBLrgCLniNnb { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#GNuKUAxdw2UsGfwFsnwTG2hXM3qzas7y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#oE89hAT3mzGgrWuWggcwtdtXKOWn1lJh { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:19.71507358551rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#kJ9dpdVIPIPGzlf8BgfB4qlF8T9R3PeP { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.0546875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#QmpT2h26Q1kwbctA2dQVINgClH9T0enQ { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#g57AZKRfmlLSgmawu3yUKCxgwG8WE6ue { color:#ffffff;display:block;width:7.7493105rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OCzhTOFF0iDpXdVZzRpZHDEmpr6xnwFt { color:#ffffff;display:block;width:3.4995403125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LvCT5RUJ992pvcAMdvEE9NcWK37OtlGh { color:#ffffff;display:block;width:5.4997701875rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.12224292755rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#u0vfH3QQifSad4IRZoFCQBuRnxUXSrOL { color:#ffffff;display:block;width:2.3747701875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.606689453125rem;left:69.620862007144rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JpadnTmBgVJLQu7EDUrotXFVlPBCI2Ol { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#AioTZeCMMevExB63mrTXFf1x25o8UNl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container { background-color: transparent; background-image: none; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container > .video-iframe-container { display: none; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row > .video-iframe-container { display: none; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .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); }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container { border-width: 0; border-radius: 0; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#mwkQZCIETFVgFCm5BMcODxEx90Rctm4z { color:#377815;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.625rem;font-style:normal;display:block; }
#LqCpyNbzFp3ONbuufhhJwkSvzXc7ZwaC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#hedJE1H0vZihHNS251nJ1K9u8t8WU0Hv { 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:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#SbAWwlh61KPoJfixq6l3KJUwJ8TqsTIq { 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:9.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#NNnyXyOlnKTTlxHt3Ic5IUkO6yURJLOa { 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:9.375rem;width:9.375rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#HkTRN1tCSKIakAgqpHdfWQTOhwtPC7Mu { 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:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.adaptive-delivery-prevent-bg, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyload, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyloading { background-image: none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { border-width: 0; border-radius: 0; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:none; }#aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.125rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.625rem;left:43.0625rem;height:24.375rem;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; }
#mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;background-image:url("https://images.assets-landingi.com/uc/d7ed749b-aae1-45a7-8a29-182c15e3b05f/Oza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.adaptive-delivery-prevent-bg, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyload, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyloading { background-image: none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { border-width: 0; border-radius: 0; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6392211914062rem;left:43.060658454895rem;height:28.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; }
#q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/ff4f68fd-48e7-4d51-b9ec-25b2e2768735/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.adaptive-delivery-prevent-bg, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyload, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyloading { background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { background-color: transparent; background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .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); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { border-width: 0; border-radius: 0; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { position:absolute;display:block;z-index:15009;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.8122701875rem;width:47.5rem;top:23.13671875rem;left:17.370175361633rem;display:block; }
#suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.821228027344rem;left:18.774125099182rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { background-color: transparent; background-image: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container > .video-iframe-container { display: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container { display: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .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); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { border-width: 0; border-radius: 0; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1041870117188rem;left:0rem;height:11.000000238419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oifsFLWJXcvG25hB5t73GuSqoU00dXvc { position:absolute;display:block;z-index:15009;background-color:#377815;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.8122701875rem;width:47.5rem;top:23.13671875rem;left:17.370175361633rem;display:none; }
#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { background-color: transparent; background-image: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .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); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { border-width: 0; border-radius: 0; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { position:absolute;display:block;z-index:14999;background-color:#377815;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:51.9375rem;width:22.5rem;top:8.6146240234375rem;left:0rem;display:block; }
#GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.438903808594rem;left:0.73299694061281rem;height:35.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { position:absolute;display:block;z-index:15001;background-color:#377815;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:51.9375rem;width:22.5rem;top:8.615234375rem;left:26.150390625rem;display:block; }
#TX8stSiaPmNgBhMesTC0n0buBcvItXWI { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.402160644531rem;left:26.872700691223rem;height:42.1875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#SwbBub44ATSkPBZc0BcpsTId2KSucufM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;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:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#udSRouX8UH8BHF7nLuAByAaG66WEnTVF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;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:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F52slL7hAZpBODOB4EyPSRESpFgFf3om { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { position:absolute;display:block;z-index:15014;background-color:#f4ce83;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.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { position:absolute;display:block;z-index:15002;background-color:#377815;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:51.9375rem;width:22.5rem;top:8.61562538147rem;left:52.366670608521rem;display:block; }
#GvGPg8RmXUq41l7ygboCtDEs8wp9wqDL { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.402160644531rem;left:53.097424507141rem;height:25.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.747917175293rem;left:6.6604175567625rem;overflow:hidden;display:block; }
#BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.812501907349rem;overflow:hidden;display:block; }
#oXI3cUJUDxZ9HTQTeG5Qw45wELnwSGnT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.7479286193848rem;left:59.589586257934rem;overflow:hidden;display:block; }
#wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { color:#2649a9;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.502084732056rem;left:0.72291755676269rem;height:29.4rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { color:#2649a9;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.435441970825rem;left:26.875001907349rem;height:32.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { color:#2649a9;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.535417556762rem;left:53.058336257934rem;height:19.6rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { color:#ffffff;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { color:#ffffff;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:26.148896217346rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9X3clCCvZvTmhLslL200nCb2uOa38Cd { color:#ffffff;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:52.363278388977rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { background-color: transparent; background-image: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container > .video-iframe-container { display: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row > .video-iframe-container { display: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .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); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { border-width: 0; border-radius: 0; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#Zg0qOa39JrGnq0IWNt0Ky97pAAK8e9fl { position:absolute;display:block;z-index:15001;background-color:rgba(55,120,21,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.375rem;width:22.5rem;top:8.6875rem;left:0rem;display:block; }
#RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.4375rem;left:1.375rem;height:21.9375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RdbIOP4lkp6FU1uVOgm1QZHSO0HHdOHx { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#zyQl5TlC3arbC5C78rV6GQvXbTN0tBwf { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qdFtWLiBb5XqUdnnzOKlRigTeex2f4Gm { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#elEJhQVqy9bBWVlyZUXz02UonFIB4dyv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;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:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#eP4HSaDSSrq5Db0crFzAbyM962KFgX3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1eu8b4PolSt2TV0lpKiSy4CpPBmOcQ2 { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#RwGMBu4HVlsUlU4dyamqrgEM2ZV24PGp { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#O9qL46qBTbXtLpnSODpcQTBZgcmIn7xi { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B7USopgtTSIEJU5sRT9QTriP3t8aG5tU { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#HrEupAMCF69aLfRJ2axWD6EGc8EpVi1L { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;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:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#etGTAU89UxgtQoSexiccsv2i850F4O7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCC7RlReP0RMFnHcTbBQSz4lITHtKbli { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#yiTAnrSxUqHSnobH0iI5TRVytlZM6MDV { position:absolute;display:block;z-index:15014;background-color:#f4ce83;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.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#mowwQ3dkJcDvfPDgEoNiIc0Js5UT9lQu { position:absolute;display:block;z-index:15014;background-color:#f4ce83;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.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#auwRKkb4fQwyOq5rKOvThb6vcUdoETLn { position:absolute;display:block;z-index:15002;background-color:rgba(55,120,21,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.375rem;width:22.5rem;top:8.6781291961669rem;left:52.366670608521rem;display:block; }
#H9p8bOqov28PhpcSV3PNFrqVZVIphN1e { color:#2649a9;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.883337020874rem;left:53.058336257934rem;height:25.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:6.6875rem;overflow:hidden;display:block; }
#RB837G9bJHZwK246VQIVnUdTLSsTsRIw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.7479200363159rem;left:58.995836257934rem;overflow:hidden;display:block; }
#TH42PTKePHGiVTSKnknisbl7iqSKLa3B { color:#ffffff;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.625rem;left:0.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msnPTrPfEhtezd5RHFXrS9141xDXKCxd { color:#ffffff;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15016;line-height:.3;letter-spacing:0;top:8.6354370117188rem;left:53.057291030884rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBFeZL4hG1EaPet8v3lGPFsRLRmO9f2b { color:#2649a9;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.473999023438rem;left:1.375rem;height:17.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#wuJHlEV54o9PRownM702My5aaM7FOcOm { color:#2649a9;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.411499023438rem;left:27.500001907349rem;height:24.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#E3SuUaXnMvUAwhg9WzErGUX2DR4PlACo { color:#2649a9;display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.883337020874rem;left:53.058336257934rem;height:26.25rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#EI7iR2agT6AbiHX4HCllEfNBD8ID96Fl { position:absolute;display:block;z-index:15000;background-color:rgba(55,120,21,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.375rem;width:22.5rem;top:8.75rem;left:26.125rem;display:block; }
#qNl253sVsIKyIaE0zNmzVzAvUgaaW1TH { color:#2649a9;display:block;width:20rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:17.5625rem;left:27.5rem;height:16.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#o1ROVxqc0cT8C2TgG47EXeW64OJC7HVv { color:#ffffff;display:block;width:6.2470703125rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15014;line-height:.3;letter-spacing:0;top:10.375rem;left:26.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9ydfgzpNrQ2VvHyn0eAFzAKhFw7FSkW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.875rem;left:32.8125rem;overflow:hidden;display:block; }
#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { position:relative;display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { background-color: transparent; background-image: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .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); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { border-width: 0; border-radius: 0; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { background-color:transparent;background-image:none;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;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:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4291875rem;height:3.36875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6895008087156rem;left:18.784376144409rem;display:block; }
#nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { background-color: transparent; background-image: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container > .video-iframe-container { display: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container { display: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .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); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { border-width: 0; border-radius: 0; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:#377815;background-image:none;top:5.625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.663818359375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { background-color: transparent; background-image: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .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); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { border-width: 0; border-radius: 0; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { background-color: transparent; background-image: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container > .video-iframe-container { display: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container { display: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .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); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { border-width: 0; border-radius: 0; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.40625rem;overflow:hidden;display:block; }
#CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { display:block;width:23.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.629150390625rem;left:42.531018257141rem;height:14.625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wikE4x13yuvzsqTqCpX6587IAPKdCtVu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.9375rem;width:73.6875rem;display:none; }
#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { background-color: transparent; background-image: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .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); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { border-width: 0; border-radius: 0; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { background-color: transparent; background-image: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container > .video-iframe-container { display: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container { display: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .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); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { border-width: 0; border-radius: 0; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.78125rem;left:38.28125rem;overflow:hidden;display:block; }
#GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { display:block;width:21.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.436767578125rem;left:9.8736219406125rem;height:13rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { background-color: transparent; background-image: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .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); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { border-width: 0; border-radius: 0; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { background-color: transparent; background-image: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container > .video-iframe-container { display: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container { display: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .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); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { border-width: 0; border-radius: 0; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.40625rem;overflow:hidden;display:block; }
#iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { display:block;width:26.3120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.129638671875rem;left:41.312039375305rem;height:12.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nICHV24TWb22ybpIknui9y9vli8P7BRM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.9375rem;width:73.6875rem;display:none; }
#vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { display:block;width:26.3120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.129638671875rem;left:41.312039375305rem;height:12.352941375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { background-color: transparent; background-image: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .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); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { border-width: 0; border-radius: 0; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { background-color: transparent; background-image: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container > .video-iframe-container { display: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container { display: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .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); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { border-width: 0; border-radius: 0; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#a49DLV66phDNyHiX27WImurncNV6BIIN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.625rem;left:38.40625rem;overflow:hidden;display:block; }
#lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { display:block;width:24.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6904296875rem;left:7.9974718093875rem;height:14.625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { background-color: transparent; background-image: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .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); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { border-width: 0; border-radius: 0; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { background-color: transparent; background-image: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container > .video-iframe-container { display: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container { display: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .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); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { border-width: 0; border-radius: 0; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.5859375rem;overflow:hidden;display:block; }
#XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2950439453125rem;left:41.124768257141rem;height:11.375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2950439453125rem;left:41.124768257141rem;height:11.3235294375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { background-color: transparent; background-image: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .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); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { border-width: 0; border-radius: 0; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { background-color: transparent; background-image: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container > .video-iframe-container { display: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container { display: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .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); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { border-width: 0; border-radius: 0; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:46.8125rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.625rem;left:37.84375rem;overflow:hidden;display:block; }
#J4IMficbqRU3eaAdTp4r895urfeyOLuy { display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6795654296875rem;left:10.311350822449rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { background-color: transparent; background-image: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .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); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { border-width: 0; border-radius: 0; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { background-color: transparent; background-image: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container > .video-iframe-container { display: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container { display: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .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); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { border-width: 0; border-radius: 0; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48.1875rem;top:0rem;left:-16.476562976837rem;overflow:hidden;display:block; }
#yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.843750953674rem;left:28.460939407349rem;overflow:hidden;display:block; }
#b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { display:block;width:28.0618095625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0804443359375rem;left:40.937497138977rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,222,0,0.35);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; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container { background-color: transparent; background-image: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container > .video-iframe-container { display: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row > .video-iframe-container { display: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .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); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container { border-width: 0; border-radius: 0; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { background-color: transparent; background-image: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container > .video-iframe-container { display: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row > .video-iframe-container { display: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .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); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { border-width: 0; border-radius: 0; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#bbgLoodBA1I9rRpgB2d4Z2uUeh0BXhfW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:46.8125rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#IOxTB2IiCIrkAIZkUx7vOFNDLuDvw0mJ { display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6163330078125rem;left:10.060891151428rem;height:11.375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vSzDhRBN5GfUbNlnHyldU2PcLMzfFq1V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:38.46875rem;overflow:hidden;display:block; }
#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { background-color: transparent; background-image: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .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); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { border-width: 0; border-radius: 0; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:5.625rem;left:18.747700691223rem;display:block; }
#yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;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; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { background-color: transparent; background-image: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container > .video-iframe-container { display: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container { display: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .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); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { border-width: 0; border-radius: 0; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { color:#ffffff;display:block;width:51.3120384375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1929931640625rem;left:11.841681480407rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:url("https://images.assets-landingi.com/uc/79f18097-fcb2-4700-858f-af1478e191c6/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.adaptive-delivery-prevent-bg, #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.lazyload, #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.lazyloading { background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { background-color: transparent; background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .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); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { border-width: 0; border-radius: 0; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { color:#ffffff;display:block;width:23.1870403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:39.908081054688rem;left:43.920033454895rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EATwn2lxQulntWVPWVZXel8nIDHr1W9A { position:absolute;display:block;z-index:15011;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:32.687271125rem;top:38.2685546875rem;left:39.141770362854rem;display:block; }
#yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { position:absolute;display:block;z-index:15010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:47.875rem;width:37.5625rem;top:4.375rem;left:37.310429573059rem;display:block; }
#CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:75rem;display:none; }
#C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { color:#2649a9;display:block;width:33.0625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:6.4739990234375rem;left:39.3933801651rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { background-color:transparent;background-image:none;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0babc1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4951748125rem;height:4.90441175rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:44.581787109375rem;left:39.264702796936rem;display:block; }
#w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { background-color: transparent; background-image: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .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); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { border-width: 0; border-radius: 0; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { color:#377815;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6580810546875rem;left:8.5110292434694rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D52X24FgDVDscfREykc9T9esCiVItnAV { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.615844726562rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tskhLsS5LUkky74zHJEG97ozdST3pKwC { display:block;width:52.9997673125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:10.125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { background-color: transparent; background-image: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .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); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { border-width: 0; border-radius: 0; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { color:#377815;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.124145507812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { display:block;width:47.6240806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:6.980712890625rem;left:17.1875rem;height:6.75rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { background-color: transparent; background-image: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .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); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { border-width: 0; border-radius: 0; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { color:#377815;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.122192382812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { display:block;width:47.9997673125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:11.8125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { border-width: 0; border-radius: 0; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { font-size:0.875rem;font-family:arial;height:118.0625rem;width:75rem;position:relative;display:none; }#KGmt01kvHcSdz261KLRzNOc1LVSy73ya { position:absolute;display:block;z-index:15028;background-color:#467d27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.75rem;width:21.875rem;top:5.375rem;left:26.5625rem;display:block; }
#T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { 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;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:77.0625rem;width:23.125rem;top:8.0716552734375rem;left:25.395835876465rem;display:block; }
#QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.4558821875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:71.66552734375rem;left:30.313804626465rem;display:block; }
#ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:56.65625rem;left:28.522136688233rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.416748046875rem;left:26.083335876465rem;height:4.19117625rem;text-align:left;text-align-last:left;display:block; }
#zPQVsweUJesFW8o6qKVna5ipWSKtibcq { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.625rem;left:28.03125rem;height:2.7941175rem;text-align:center;text-align-last:center;display:block; }
#E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:33.4375rem;left:28.03125rem;height:1.76470575rem;text-align:center;text-align-last:center;display:block; }
#hlL9y123rNyFILwTtb7zub53lfENyFQI { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:44.74609375rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:53.126342773438rem;left:27.395835876465rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { position:absolute;display:block;z-index:15002;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.0625rem;width:13.75rem;top:73.979248046875rem;left:37.864585876465rem;display:block; }
#afilAkQNVsdtxGfqA577mpMkHbxBxIIR { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:75.957153320312rem;left:37.895835876465rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MApXxksEs9PTiO143JiU492WVomE3Fgr { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.9375rem;left:5.875rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { position:absolute;display:block;z-index:15000;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;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:76.25rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:10.5882350625rem;text-align:left;text-align-last:left;display:block; }
#bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { position:absolute;display:block;z-index:15001;background-color:#467d27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.8125rem;left:55.595703125rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.371125rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:67.374193191531rem;left:56.87656211853rem;display:block; }
#h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { position:absolute;display:block;z-index:15004;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;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:63rem;width:21.875rem;top:14.9375rem;left:0rem;display:block; }
#ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { position:absolute;display:block;z-index:15005;background-color:#72a755;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:3.97058825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.5rem;height:34.4117638125rem;text-align:left;text-align-last:left;display:block; }
#mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:69.6875rem;left:3.75rem;display:block; }
#oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:63.125rem;left:2.5rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:21.291748046875rem;left:29.833335876465rem;overflow:hidden;display:block; }
#qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { position:absolute;display:block;z-index:15001;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.0625rem;width:13.6875rem;top:0.0625rem;left:44.684898376465rem;display:block; }
#cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:22.729248046875rem;left:26.5625rem;overflow:hidden;display:block; }
#wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:60.6875rem;left:1.375rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:57.25rem;left:1.375rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:58.375rem;left:53.625rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#pcIddOaLv14VPVTEQi5avKFgi40Pinkb { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:67.75rem;left:1.375rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:65.5625rem;left:54.59375rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:49.979248046875rem;left:27.395835876465rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:69.91552734375rem;left:27.90625rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#TL9iShkEcwtb54pICa4QX52031TP6w8m { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.125rem;left:44.80859375rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVHqeV04xifnw1ozed7i0xkrhonGpxkk { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:77.998779296875rem;left:37.989585876465rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:15.75rem;top:39.416748046875rem;left:29.625rem;overflow:hidden;display:block; }
#x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { color:#fd4336;display:block;width:21.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.333374023438rem;left:26.5625rem;height:2.64705875rem;text-align:center;text-align-last:center;display:block; }
#bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:50.8359375rem;left:55.8125rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { background-color: transparent; background-image: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container > .video-iframe-container { display: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container { display: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .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); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { border-width: 0; border-radius: 0; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.505615234375rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#377815;background-image:none;top:5.68701171875rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.85205078125rem;left:13.810891151428rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.505615234375rem;left:0rem;height:5.588234875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { background-color: transparent; background-image: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container > .video-iframe-container { display: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container { display: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .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); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { border-width: 0; border-radius: 0; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { position:absolute;display:block;z-index:15001;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.0622701875rem;width:13.6868105rem;top:8.5570068359375rem;left:44.619713783264rem;display:block; }
#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { background-color: transparent; background-image: none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container > .video-iframe-container { display: none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row > .video-iframe-container { display: none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .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); }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { border-width: 0; border-radius: 0; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { font-size:0.875rem;font-family:arial;height:110.3125rem;width:75rem;position:relative;display:block; }#dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { position:absolute;display:block;z-index:15028;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.7490806875rem;width:21.875rem;top:5.618408203125rem;left:26.017922401428rem;display:block; }
#A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { 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;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:103.8125rem;width:23.125rem;top:5.008056640625rem;left:25.375rem;display:block; }
#Jivu5woCJLn886SoSChtQmKDrclTJHdX { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akzVIWttm3kzcQu4ustqExBS5msVmCQB { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:73.383544921875rem;left:29.802388191223rem;display:block; }
#WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:63.1875rem;left:28.75rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nP0Re05D766HNDUDiiFWKF0EilJwetyQ { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.59375rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.538452148438rem;left:27.997471809387rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:29.811645507812rem;left:27.486210823059rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:43.21240234375rem;left:27.997471809387rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:44.74609375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.9375rem;left:27.625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { position:absolute;display:block;z-index:15002;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.0622701875rem;width:13.75rem;top:76.875rem;left:37rem;display:block; }
#hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { color:#ffffff;display:block;width:13.6868105rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:81.375rem;left:37rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKF21840FfxKabvKwrDke5R0kl2lanfZ { color:rgba(0,0,0,0.5);display:block;width:21.1868095625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.623901367188rem;left:27.466679573059rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#iupz6RTvo3l8ufweied36OV7OCWXD0Gw { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.9375rem;left:5.875rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { position:absolute;display:block;z-index:15000;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;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:76.25rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:53.75rem;height:8.25rem;text-align:left;text-align-last:left;display:block; }
#CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:13.75rem;text-align:left;text-align-last:left;display:block; }
#qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { position:absolute;display:block;z-index:15001;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:54.545654296875rem;left:54.780560493469rem;height:0;text-align:center;text-align-last:center;display:none; }
#C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:59.9150390625rem;left:56.906018257141rem;display:block; }
#O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { position:absolute;display:block;z-index:15004;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;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:76.25rem;width:21.875rem;top:14.936889648438rem;left:0rem;display:block; }
#gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { position:absolute;display:block;z-index:15005;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#DA84nSPr76xGBq2neoWQG7e53420IqxT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.5rem;height:23.375rem;text-align:left;text-align-last:left;display:block; }
#IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:59.951782226562rem;left:3.7810201644898rem;display:block; }
#h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:51.475219726562rem;left:2.5000009536743rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:18.561645507812rem;left:27.612591743469rem;overflow:hidden;display:block; }
#pWqwqEzW7rnravTaVk7nRglknEVDRbQh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9997701875rem;width:13.3743105rem;top:34.057983398438rem;left:30.811120033264rem;overflow:hidden;display:block; }
#Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { color:#377815;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:49.741577148438rem;left:1.3740816116333rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.587158203125rem;left:1.3740816116333rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:45.587158203125rem;left:54.499081611633rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { color:#377815;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:49.741577148438rem;left:54.499081611633rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:56.07080078125rem;left:1.3740816116333rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:73.211181640625rem;left:2.5000009536743rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#iEzyMBOHomUMswnlmHA0HANumty0wkL7 { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:77.65283203125rem;left:3.7810201644898rem;display:block; }
#shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:73.211181640625rem;left:56.468289375305rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:77.65283203125rem;left:57.749310493469rem;display:block; }
#vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:58.057250976562rem;left:27.393151283264rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:96.8125rem;left:30.3125rem;display:block; }
#xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xky6BnJMRogPZWf58za1OSkmf4AkPdqb { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:92.1875rem;left:29.0625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:85.99951171875rem;left:27.905560493469rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:66.052368164062rem;left:1.3740816116333rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBL15LFXcvghfVrApShINb2HbddbIWTs { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:66.052368164062rem;left:54.499081611633rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.125rem;left:44.80859375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { color:#ffffff;display:block;width:13.4995403125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:78rem;left:37rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:56.07080078125rem;left:54.499081611633rem;height:0;text-align:center;text-align-last:center;display:none; }
#Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:67.817138671875rem;left:27.393151283264rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#fO1POCirmH9V75s5bAo4CDolS2oudtD6 { display:block;width:20.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:68.902099609375rem;left:0.46760177612305rem;height:3.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { display:block;width:20.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:68.901733398438rem;left:54.000454902649rem;height:3.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { display:block;width:21.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:83.224975585938rem;left:0rem;height:3.375rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { display:block;width:21.7497691875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:83.205444335938rem;left:53.250226020813rem;height:3.375rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkm80x2TXVyx99Ta1bMww78fuxz88XHd { display:block;width:20.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:88.6875rem;left:27rem;height:3.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { display:block;width:21.7497691875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:102.74194335938rem;left:26.623391151428rem;height:3.375rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:51.6015625rem;left:55.624997138977rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:56.160400390625rem;left:54.499081611633rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { background-color: transparent; background-image: none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container > .video-iframe-container { display: none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row > .video-iframe-container { display: none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .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); }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { border-width: 0; border-radius: 0; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { color:#377815;display:block;width:55.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.15625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaAToP7xwAMJEAtMbenrObtaFOdIoITS { display:block;width:56.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.1861572265625rem;left:13.153721809388rem;height:26.25rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKaecfJE4Vy7wuz9itgzOl84oV9clWon { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7495403125rem;width:9.7495403125rem;top:105.02978515625rem;left:4.7449445724488rem;overflow:hidden;display:none; }
#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;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; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { background-color: transparent; background-image: none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container > .video-iframe-container { display: none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row > .video-iframe-container { display: none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .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); }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { border-width: 0; border-radius: 0; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { color:#ffffff;display:block;width:54.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { border-width: 0; border-radius: 0; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#oDVRUqIIwTauAc177cUuRozK2cTTyksW { position:absolute;display:block;z-index:15004;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;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:76.25rem;width:21.875rem;top:14.9375rem;left:0rem;display:block; }
#gRt8652am4Xd5lTX3e56XhftIfuXPz6W { position:absolute;display:block;z-index:15005;background-color:#72a755;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.5rem;height:33rem;text-align:left;text-align-last:left;display:block; }
#gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:67.375rem;left:3.751953125rem;display:block; }
#wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:60.8125rem;left:2.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:58.375rem;left:1.34375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:54.9375rem;left:1.34375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#AFd5MMeDEGdeGS6kTf1nNAg34T81DfzV { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#NVDyimgpMw8bMOQ6I8eKu3HzLcuQt9r1 { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:77.34375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#orTrkWO7EP0RQy5bCoGLemQXXygL2oFy { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:79.21875rem;left:2.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#TwH0ydTDJT6XyqIxySKZz6KMBKhIJidn { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:83.90625rem;left:3.751953125rem;display:block; }
#ZzE4sIDvFbkTJTyeD5k9ZQDgvupvxc1l { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JKAtTdWLbqXJ4xEzrc8Jlw7FDX9O2Q1c { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:73.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:75rem;display:none; }
#rTETDKq4t9r1t3m35T2CK09bgn8Bxckd { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { border-width: 0; border-radius: 0; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#LRQFaLGG4OTofmHH09cesWUAbC3849Ep { position:absolute;display:block;z-index:15000;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;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:76.25rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:53.75rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:13.75rem;text-align:left;text-align-last:left;display:block; }
#pK2sVnygpzomTl2aWxNcCodqloDO9uZS { position:absolute;display:block;z-index:15001;background-color:#467d27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.8125rem;left:55.595703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#czppn7T40BTKL3JKPGafyoXlGm1eNhvg { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:67.375rem;left:56.033203125rem;display:block; }
#FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:54.9375rem;left:54.59375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:58.375rem;left:53.625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#iEeaxyOq0DhPsKK8kvXSQAbETHCvTeuR { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:79.59375rem;left:56.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#QMxTItdgQBZseSLSMvW0Tvw5wf2wiFkd { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:83.90625rem;left:56.033203125rem;display:block; }
#DTTmKipArATqRpH4eqVQC8JAQF23ET7W { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dDCmxZyDGKDFluk4vsOqH4TDQlKAIpNb { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:73.4375rem;left:54.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:13.375rem;top:34.9375rem;left:32.59375rem;overflow:hidden;display:none; }
#zh26OJtDh1vvnhR3UASife9WNmDyAQ9y { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#EIJa2gATLsQ2GufRKKS4srDoCexvOqS1 { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#zKIppl0yAxQA0Uv6pyO4zC58mSsQlAmt { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:77.34375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { border-width: 0; border-radius: 0; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { position:absolute;display:block;z-index:15028;background-color:#467d27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.75rem;width:21.875rem;top:5.375rem;left:26.5625rem;display:block; }
#wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { 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;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:97.4375rem;width:23.125rem;top:4.875rem;left:25.9375rem;display:block; }
#uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:81.0625rem;left:30.314453125rem;display:block; }
#PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FVwSlfaDHeALPKDerxOycWTJERcLCrAu { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:74.90625rem;left:29.033203125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.59375rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:28.03125rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:31.25rem;left:28.21875rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:44.1875rem;left:28.03125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:72.65625rem;left:27.90625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#ThiITJdddAns0N5hb0E92hqC0URKcGsG { position:absolute;display:block;z-index:14999;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.25rem;width:13.1875rem;top:99.125rem;left:41.40625rem;display:block; }
#x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:102.9375rem;left:41.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNHRaebyGSLp5quwVu0EN474ws6pVfFK { color:rgba(0,0,0,0.5);display:block;width:21.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:46.375rem;left:27.9375rem;height:23.375rem;text-align:left;text-align-last:left;display:block; }
#bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#wUIDhihTlwn155rUWHprIu8GzPG5Zziu { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:13.375rem;top:34.9375rem;left:32.59375rem;overflow:hidden;display:block; }
#IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { color:rgba(55,120,21,0.7);display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:69.375rem;left:27.90625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#WfugWalr5X26aU4nmCU64yIVKlD1xgzs { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:79.25rem;left:27.90625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#DRuoc53EgosHF78zSPh6iFporF93zm2w { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:97.25rem;left:30.314453125rem;display:block; }
#XX0xlRt9W9qGPsmET72g94FScwso84JF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#rcMW9teCuP5hQHMpy1UsuZOmGPHoUwA4 { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:92.5625rem;left:29.033203125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#DSvFHFUT7VoPJcUsedAHfkAaqFrTAaF2 { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:87.875rem;left:27.90625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrpT9L8PIMJogWOReDPdKG4F0X12irMn { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:31.25rem;left:28.21875rem;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#krEVCgEVFINlgcd36V8BSRg8sFM2TozH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:75rem;display:none; }
#m99FctliRzbhowgkTpkVOWps6EoVkZOh { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#h4vtX0N5NoqebfdwSEhuKtVBqpMpJIh9 { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.4375rem;left:1.34375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { position:absolute;display:block;z-index:14999;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.25rem;width:13.1875rem;top:99.125rem;left:41.40625rem;display:none; }
#LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FW789maZ5B0zLgz5KfTKFvlBVm24J6qQ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { border-width: 0; border-radius: 0; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { color:#107d84;display:block;width:55.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.15625rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { display:block;width:56.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.1861572265625rem;left:13.153721809388rem;height:26.47058625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7495403125rem;width:9.7495403125rem;top:105.02978515625rem;left:4.7449445724488rem;overflow:hidden;display:none; }
#QOkxishA5fbZATBvxlPsumOWszxHpOTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;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; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { border-width: 0; border-radius: 0; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#PUPCXRIKemk4diQnqOXkyveA6Sce19tU { color:#ffffff;display:block;width:54.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.51470575rem;text-align:left;text-align-last:left;display:block; }
#PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { color:#ffffff;display:block;width:54.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.51470575rem;text-align:left;text-align-last:left;display:none; }
#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/de69e077-2a4d-4d70-b5b4-4193d2f0a302/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.adaptive-delivery-prevent-bg, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyload, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyloading { background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { background-color: transparent; background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .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); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { border-width: 0; border-radius: 0; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#xd5MawNsV0bkGmqLBS1aCkci091O3Naf { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.009033203125rem;left:14.555377006531rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGmftFigilkSFU5R8dIRT2sphT7HdP9U { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:#377815;background-image:none;top:28.123779296875rem;left:14.494484901428rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.44287109375rem;left:14.615118980407rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { background-color: transparent; background-image: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container > .video-iframe-container { display: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container { display: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .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); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { border-width: 0; border-radius: 0; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.44287109375rem;left:14.615118980407rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { background-color: transparent; background-image: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container > .video-iframe-container { display: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container { display: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .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); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { border-width: 0; border-radius: 0; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.7626953125rem;left:41.681984901428rem;height:18.75rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { position:absolute;display:block;z-index:15009;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;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:26.25rem;width:37.5625rem;top:0rem;left:37.436810493469rem;display:block; }
#v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { display:block;width:25.1872691875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.146240234375rem;left:41.683133125305rem;height:1.625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { position:absolute;display:block;z-index:14996;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:25.5rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#MubzLg5zui8uESllqxPM8yVv94WFWAuV { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.286376953125rem;left:5.0930604934692rem;display:block; }
#ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.873046875rem;left:5.2803316116333rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { display:block;width:24.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.458984375rem;left:6.5923719406125rem;height:2.5rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#M9rtwFSphB1Bk27zNFNED0MunOaJ9bpz { display:block;width:24.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.458984375rem;left:6.5923719406125rem;height:2.5rem;color:#f2522e;text-align:center;text-align-last:center;display:none; }
#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { background-color: transparent; background-image: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container > .video-iframe-container { display: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container { display: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .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); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { border-width: 0; border-radius: 0; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { background-color: transparent; background-image: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container > .video-iframe-container { display: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container { display: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .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); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { border-width: 0; border-radius: 0; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.7021484375rem;left:41.681984901428rem;height:18.75rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { position:absolute;display:block;z-index:15009;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;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:26.25rem;width:37.5625rem;top:0rem;left:37.436810493469rem;display:block; }
#ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { display:block;width:25.1872691875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.146240234375rem;left:41.683133125305rem;height:1.625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { position:absolute;display:block;z-index:14996;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:25.5rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#UcnnXUc28gGxqKTa5ui5927qLUQLndxb { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.286376953125rem;left:5.0930604934692rem;display:block; }
#t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.780517578125rem;left:5.2803316116333rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { display:block;width:19.6243095625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.364990234375rem;left:8.9361219406125rem;height:2.5rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#ygFfPt4FFp9Jh0wP5laQ8xpyRKMWQTyE { display:block;width:19.6243095625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.364990234375rem;left:8.9361219406125rem;height:2.5rem;color:#f2522e;text-align:center;text-align-last:center;display:none; }
#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT > .row .container { border-width: 0; border-radius: 0; }#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z > .row .container { border-width: 0; border-radius: 0; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:none; }#RMUxRHRxHia1hf8lAA6XioXnHK4MmI0J { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LqR6bnnA4fLxlW2FPDqIEqHRuQ27fTMt { position:absolute;display:block;z-index:15009;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:28.3125rem;width:37.5620384375rem;top:0rem;left:37.437958717346rem;display:block; }
#uVztkXtZEipuTf0GC6cXNeLLRAJV2WLF { display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.883056640625rem;left:39.559971809387rem;height:1.6176470625rem;color:#107d84;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FuROLQuOOTTh5CWTIQ59KEci7NVt0gaw { position:absolute;display:block;z-index:15008;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:28.3125rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#ZGaI0zrzzHdF5NUouLViFEZo8qTSTBV7 { display:block;width:26.4993095625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.5546875rem;left:39.557671546936rem;height:4.6323526875rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQkbbiLFzuFXpoCan8z0ebgtTMo7v74n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:29.1875rem;top:5.11474609375rem;left:4rem;overflow:hidden;display:block; }
#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { background-color: transparent; background-image: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container > .video-iframe-container { display: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container { display: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .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); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { border-width: 0; border-radius: 0; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:5.625rem;left:18.747700691223rem;display:block; }
#iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { background-color: transparent; background-image: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container > .video-iframe-container { display: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container { display: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .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); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { border-width: 0; border-radius: 0; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { color:#377815;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { position:absolute;display:block;z-index:15014;background-color:#ffde00;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { background-color:rgba(255,222,0,0.35);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;box-shadow: none;box-sizing:border-box;color:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.8818359375rem;left:13.5625rem;display:block; }
#i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rnTGLKfu6n4JzkDpVPFwtr7bKm9O7bVq { background-color:rgba(255,222,0,0.35);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;box-shadow: none;box-sizing:border-box;color:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.8818359375rem;left:43.375rem;display:block; }
#FyurPRFV0g4T9LwSw24IWzK6bnbSZkTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { position:absolute;display:block;z-index:14999;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.4375rem;width:28.125rem;top:12.6875rem;left:7.875rem;display:block; }
#kh5yHg9Hc34p7RdGVU0qyT10cya4q9Fl { position:absolute;display:block;z-index:15000;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.375rem;width:28.125rem;top:12.6875rem;left:39rem;display:block; }
#Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { color:#377815;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:26.3125rem;left:13.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oF7BPWReae8ubyCVyPyHWuuEsfBmhxWg { color:#377815;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.3125rem;left:43.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVpeHU8mkknTZVPgOq6NmsaEao98UESc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:26.875rem;top:13.3125rem;left:8.5rem;overflow:hidden;display:block; }
#pLAPpHwJwJceuQTNTpD4UKXEQ2Rzbiza { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:26.875rem;top:13.3125rem;left:39.625rem;overflow:hidden;display:block; }
#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { background-color: transparent; background-image: none; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container > .video-iframe-container { display: none; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row > .video-iframe-container { display: none; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .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); }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { border-width: 0; border-radius: 0; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { color:#377815;display:block;width:33.6875rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.28125rem;left:7.874539375305rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { position:absolute;display:block;z-index:15014;background-color:#ffde00;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.125rem;width:18.75rem;top:5.5625rem;left:7.875rem;display:block; }
#DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:34.9375rem;top:2.125rem;left:38.0419921875rem;overflow:hidden;display:block; }
#TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.53125rem;left:16.28125rem;overflow:hidden;display:block; }
#pR42FEVLNTBop31zRVZIyuvFLvlh293E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container { background-color: transparent; background-image: none; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container > .video-iframe-container { display: none; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row > .video-iframe-container { display: none; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .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); }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container { border-width: 0; border-radius: 0; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#IXmhhNz7dPIIg7sJ2NrbT69CC5Ib86Cb { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#v8VlarwQ2JvPHu8VW0PTH92liz1ih18n { color:#377815;display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spDIm4Th42uoWWVh0fSfJgWD8vcw9Nk1 { color:#faf5f5;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.0625rem;left:3.125rem;height:14.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { position:relative;display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { background-color: transparent; background-image: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container > .video-iframe-container { display: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row > .video-iframe-container { display: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .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); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { border-width: 0; border-radius: 0; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8155632019043rem;left:32.812501907349rem;overflow:hidden;display:block; }
#egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.436279296875rem;left:0rem;height:5.625rem;color:#377815;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.936279296875rem;left:0rem;height:8rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 { position:relative;display:block; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 { background-color: transparent; background-image: none; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container > .video-iframe-container { display: none; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row > .video-iframe-container { display: none; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .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); }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 { border-width: 0; border-radius: 0; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWT8q3ROcql71PDxVfscV5vTMUcTHCHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0406246185302rem;left:0rem;overflow:hidden;display:block; }
#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c { position:relative;display:block; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c { background-color: transparent; background-image: none; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container > .video-iframe-container { display: none; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row > .video-iframe-container { display: none; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .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); }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c { border-width: 0; border-radius: 0; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SySo866rXdBJ9CTJZC1WvTATreVdCxKa { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z7JgJKVxnCCmzWAiN3l75UZdtQKn3EHX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0385189056396rem;left:0rem;overflow:hidden;display:block; }
#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 { position:relative;display:block; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 { background-color: transparent; background-image: none; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container > .video-iframe-container { display: none; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row > .video-iframe-container { display: none; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .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); }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 { border-width: 0; border-radius: 0; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L8BVEr8HlPpVariD2Uq4rorIFEqSXCv1 { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBQM8SxeyurppxIKQxBclLslLsXV41EH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0406246185302rem;left:0rem;overflow:hidden;display:block; }
#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA { position:relative;display:block; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA { background-color: transparent; background-image: none; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container > .video-iframe-container { display: none; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row > .video-iframe-container { display: none; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .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); }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA { border-width: 0; border-radius: 0; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#av8JlvMT5WEqyzvKhTpSJLMmxtix8MXC { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtBBvfCLoawAqTToFtgo9a8VuQF8iHAz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.78125rem;left:0rem;overflow:hidden;display:block; }
#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp { position:relative;display:block; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp { background-color: transparent; background-image: none; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container > .video-iframe-container { display: none; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row > .video-iframe-container { display: none; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .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); }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp { border-width: 0; border-radius: 0; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zg8xPHhTNfNrT0TT5f0LDKXqFtkHvVGd { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w2D3xZFvk2XKRbA4CnfgD9uuMIzx1hSe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#wwcTexgeo97AphLCwvXFn30uN4ctuqop { position:relative;display:block; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop { background-color: transparent; background-image: none; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container > .video-iframe-container { display: none; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row > .video-iframe-container { display: none; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .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); }#wwcTexgeo97AphLCwvXFn30uN4ctuqop { border-width: 0; border-radius: 0; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CJih2DODtsTQlkonIxBg96syIuZnLWis { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hhTADciV0RXkeCE8b9DImDKmBsvoh9rt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#mKsfznvDur7vMzdkMfSuovPVOMzPErcu { position:relative;display:block; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu { background-color: transparent; background-image: none; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container > .video-iframe-container { display: none; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row > .video-iframe-container { display: none; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .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); }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu { border-width: 0; border-radius: 0; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.41650390625rem;left:0rem;height:5.625rem;color:#377815;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:10rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:32.812501907349rem;overflow:hidden;display:block; }
#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd { position:relative;display:block; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd { background-color: transparent; background-image: none; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container > .video-iframe-container { display: none; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row > .video-iframe-container { display: none; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .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); }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd { border-width: 0; border-radius: 0; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uq6UWqX6w3Hugu8NgIhhndTpH6l9cPxw { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWzkBSMkt3BgoOghdfhz01HJHMCVLvVs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr { position:relative;display:block; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr { background-color: transparent; background-image: none; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container > .video-iframe-container { display: none; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row > .video-iframe-container { display: none; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .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); }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr { border-width: 0; border-radius: 0; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhJISsR9SrQ1flTaGt4XwSUEbrEP6bAW { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:11.375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TL1rc2CbXahvdC1OvkE1Czebd91rC8ux { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V { position:relative;display:block; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V { background-color: transparent; background-image: none; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container > .video-iframe-container { display: none; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row > .video-iframe-container { display: none; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .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); }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V { border-width: 0; border-radius: 0; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cDwx1JIMWO3ZabWuXZVLizJn5ct4sxui { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#COHgHZyksHM1rzApWoGmlKarXw8sTg4t { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz { position:relative;display:block; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz { background-color: transparent; background-image: none; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container > .video-iframe-container { display: none; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row > .video-iframe-container { display: none; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .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); }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz { border-width: 0; border-radius: 0; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EovhECwg8qGcOFMLvtsoCEd1tMaInD3Z { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jr5bKJgJcdpHPdVWbB97Hvgr2WFmKGq4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW { position:relative;display:block; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW { background-color: transparent; background-image: none; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container > .video-iframe-container { display: none; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row > .video-iframe-container { display: none; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .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); }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW { border-width: 0; border-radius: 0; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qcK6WOunIADrTz4sBkt8sg9uFlG5q6C7 { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yW2iHb2M3BICDungupDfszX9h3KRhS6O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15024;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0406246185302rem;left:0rem;overflow:hidden;display:block; }
#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO { position:relative;display:block; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO { background-color: transparent; background-image: none; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container > .video-iframe-container { display: none; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row > .video-iframe-container { display: none; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .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); }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO { border-width: 0; border-radius: 0; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:5.625rem;color:#377815;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:8rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.812501907349rem;overflow:hidden;display:block; }
#m4EldpWHNKvM04y5fELTFriXwFikxt24 { position:relative;display:block; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 { background-color: transparent; background-image: none; }#m4EldpWHNKvM04y5fELTFriXwFikxt24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container > .video-iframe-container { display: none; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row > .video-iframe-container { display: none; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .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); }#m4EldpWHNKvM04y5fELTFriXwFikxt24 { border-width: 0; border-radius: 0; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tlky2g80s9PuNKTrUz8DTc3bT5uzEHkT { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9bvmx9DHOdpzqfNUStUbQ61dOlQyr0F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:4.5625rem;position:absolute;display:block;z-index:15025;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0718746185302rem;left:0rem;overflow:hidden;display:block; }
#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 { position:relative;display:block; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 { background-color: transparent; background-image: none; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container > .video-iframe-container { display: none; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row > .video-iframe-container { display: none; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .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); }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 { border-width: 0; border-radius: 0; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3wXiUykV0v95Ky0LpOWhaSEhyOiHEKL { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xA2t1e1kk1ILg2hl4I1vx9DQbT978fK1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15025;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0395832061767rem;left:0rem;overflow:hidden;display:block; }
#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb { position:relative;display:block; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb { background-color: transparent; background-image: none; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container > .video-iframe-container { display: none; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row > .video-iframe-container { display: none; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .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); }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb { border-width: 0; border-radius: 0; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NkfAZho6TrZrhFkNRHo2Z0SkECWdEQgt { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1DeChORW1qH1FKKKUSkNkC7J26KdWKZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15026;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0406246185302rem;left:0rem;overflow:hidden;display:block; }
#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe { position:relative;display:block; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe { background-color: transparent; background-image: none; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container > .video-iframe-container { display: none; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row > .video-iframe-container { display: none; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .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); }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe { border-width: 0; border-radius: 0; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FNN4nJ08ZTHWFbe8fxpwUssVw5f6fdHI { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sUhf7J2C42wToD68mmC1P9KtE5ZXCNXV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15027;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0416679382324rem;left:0rem;overflow:hidden;display:block; }
#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu { position:relative;display:block; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu { background-color: transparent; background-image: none; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container > .video-iframe-container { display: none; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row > .video-iframe-container { display: none; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .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); }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu { border-width: 0; border-radius: 0; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTDG8UCNF2IueMSl7EFiuXGScMwphcMT { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bVlPIeByVrTGzEID5ArccCTow8OTA7HU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15028;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0416679382324rem;left:0rem;overflow:hidden;display:block; }
#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI { position:relative;display:block; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI { background-color: transparent; background-image: none; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container > .video-iframe-container { display: none; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row > .video-iframe-container { display: none; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .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); }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI { border-width: 0; border-radius: 0; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RidzNZ5LpwC583ARaStkV3LswogVJa50 { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:5.625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125001430511rem;left:0rem;height:8rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.812501907349rem;overflow:hidden;display:block; }
#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 { position:relative;display:block; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 { background-color: transparent; background-image: none; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container > .video-iframe-container { display: none; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row > .video-iframe-container { display: none; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .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); }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 { border-width: 0; border-radius: 0; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bL2FQTAx3wUhQ5axVB0XSMSQCA0cbvDq { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:11.375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8TXA32eJkaSP3kS1miW4LUXB2dlrCUW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15029;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.841667175293rem;left:0rem;overflow:hidden;display:block; }
#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh { position:relative;display:block; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh { background-color: transparent; background-image: none; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container > .video-iframe-container { display: none; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row > .video-iframe-container { display: none; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .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); }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh { border-width: 0; border-radius: 0; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lsyxtN7Hhd6htFwBdL6A85OfAOM8ugI1 { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IDqAsiXx9nRyBMq7vEyinPLHT3MLRBEN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 { position:relative;display:block; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 { background-color: transparent; background-image: none; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container > .video-iframe-container { display: none; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row > .video-iframe-container { display: none; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .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); }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 { border-width: 0; border-radius: 0; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nzyNE1adcS3eP0nSgmPi5gdNzzsefq1P { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:9.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FATVKesaln4kDsvTrtot4iynKiJEnKSF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0093765258789rem;left:0rem;overflow:hidden;display:block; }
#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk { position:relative;display:block; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk { background-color: transparent; background-image: none; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container > .video-iframe-container { display: none; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row > .video-iframe-container { display: none; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .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); }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk { border-width: 0; border-radius: 0; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kf1x5x0fTLaeZcxN0hnGdRnrIatyTZNZ { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:8.125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9oStBJ297bHxkhGZQ0DQHGUVWnCQPOu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.2083320617676rem;left:0rem;overflow:hidden;display:block; }
#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m { position:relative;display:block; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m { background-color: transparent; background-image: none; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container > .video-iframe-container { display: none; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row > .video-iframe-container { display: none; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .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); }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m { border-width: 0; border-radius: 0; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tt0ptZdT6XT5M2Rzu6ZPAvsspXdfVtoQ { display:block;width:65.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.55416679382324rem;left:9.373960494995rem;height:11.375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGAzG5LQiwsJJk0rukrFsRmMJ6bLkwCL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15031;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.6239576339722rem;left:0rem;overflow:hidden;display:block; }
#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/0d84d2b3-566a-464a-a0fb-2a28600c831c/Oza.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.adaptive-delivery-prevent-bg, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyload, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyloading { background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { background-color: transparent; background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .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); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { border-width: 0; border-radius: 0; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { color:#ffffff;display:block;width:33.1870384375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.786376953125rem;left:39.999997138977rem;height:13.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { color:#ffffff;display:block;width:33.1870384375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.786376953125rem;left:39.999997138977rem;height:13.6764708125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 { position:relative;display:block; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 { background-color: transparent; background-image: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container > .video-iframe-container { display: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row > .video-iframe-container { display: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .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); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 { border-width: 0; border-radius: 0; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:5.625rem;left:18.747700691223rem;display:block; }
#RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/ukN4H7lz/Oczyszczanie_z_Ajurweda_na_www_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.adaptive-delivery-prevent-bg, #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.lazyload, #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.lazyloading { background-image: none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { background-color: transparent; background-image: none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container > .video-iframe-container { display: none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row > .video-iframe-container { display: none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .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); }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { border-width: 0; border-radius: 0; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { background-color: transparent; background-image: none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container > .video-iframe-container { display: none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row > .video-iframe-container { display: none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .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); }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { border-width: 0; border-radius: 0; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { color:#377815;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.21875rem;left:7.875rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { position:absolute;display:block;z-index:15014;background-color:#ffde00;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.125rem;width:18.75rem;top:5.5625rem;left:7.875rem;display:block; }
#Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:30.6875rem;top:5.625rem;left:36.5rem;overflow:hidden;display:block; }
#LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.46875rem;left:12.9375rem;overflow:hidden;display:block; }
#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { position:relative;display:block; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { background-color: transparent; background-image: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .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); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { border-width: 0; border-radius: 0; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { color:#377815;display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { color:#47545a;display:block;width:29.1245403125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.87451171875rem;left:6.8106622695925rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { color:#47545a;display:block;width:22.3747691875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1943359375rem;left:39.9988489151rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FedTtG41tGBrw9zngBBng24dZ80NWWAG { color:#377815;display:block;width:24.0625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.6875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { color:#377815;display:block;width:9.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { color:#377815;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.25rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zl1LtDsApRfyBFIqILHr6DagRMovQAsy { box-sizing:content-box;height:5.0625rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#fff7c3;background-image:none;top:3.875rem;left:6.5625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { box-sizing:content-box;height:7rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:#fff7c3;background-image:none;top:3.875rem;left:40rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 { position:relative;display:block; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 { background-color: transparent; background-image: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container > .video-iframe-container { display: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row > .video-iframe-container { display: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .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); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 { border-width: 0; border-radius: 0; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { color:#377815;display:block;width:19.1245403125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { color:#47545a;display:block;width:31.6865806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.0390625rem;left:6.4361219406125rem;height:7.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFKJmNlg6TDHH8ViELtytf6keihG9LxE { color:#377815;display:block;width:24.9368095625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.6875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { color:#47545a;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.28564453125rem;left:39.934510231018rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { color:#377815;display:block;width:17.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:7rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { color:#377815;display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { box-sizing:content-box;height:7.375rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:#fff7c3;background-image:none;top:3.875rem;left:6.4375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { box-sizing:content-box;height:7.375rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:#fff7c3;background-image:none;top:3.8125rem;left:39.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC { position:relative;display:block; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC { background-color: transparent; background-image: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container > .video-iframe-container { display: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row > .video-iframe-container { display: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .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); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC { border-width: 0; border-radius: 0; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { color:#377815;display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.25rem;left:7.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { color:#377815;display:block;width:25.1240806875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { color:#47545a;display:block;width:25.8743095625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.0771484375rem;left:6.5602025985719rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLVEs4v5aly31gRfZUM4bnyB9MasU4ML { color:#47545a;display:block;width:22.0622691875rem;position:absolute;font-family:"josefin sans";font-size:0;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.6181640625rem;left:41.432671546936rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { color:#377815;display:block;width:24.3118095625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.5625rem;left:40.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { color:#377815;display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.25rem;left:40.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { box-sizing:content-box;height:7.375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#fff7c3;background-image:none;top:3.375rem;left:6.5625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { box-sizing:content-box;height:5.75rem;width:28.1875rem;position:absolute;display:block;z-index:15019;background-color:#fff7c3;background-image:none;top:3.375rem;left:40rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#o179REmKBsSyoPGT5o3maBFKT37NlfuR { color:#47545a;display:block;width:26rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.52197265625rem;left:40.248620033264rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT { position:relative;display:block; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT { background-color: transparent; background-image: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container > .video-iframe-container { display: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row > .video-iframe-container { display: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .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); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT { border-width: 0; border-radius: 0; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { color:#377815;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.7900390625rem;left:7.4977025985719rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.5146484375rem;left:6.4349718093875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { color:#377815;display:block;width:14.4370403125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.375rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { color:#377815;display:block;width:12.3747701875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.39697265625rem;left:41.2488489151rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.44287109375rem;left:40.152802467346rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { color:#377815;display:block;width:25.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7rem;left:41.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { box-sizing:content-box;height:5.9375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#fff7c3;background-image:none;top:3.5rem;left:6.4375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { box-sizing:content-box;height:9.75rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:#fff7c3;background-image:none;top:3.5rem;left:40.0625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#pNTdD3QxEDLtZbDobqAq8oFeIf1NvCP6 { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.44287109375rem;left:40.152802467346rem;height:2.7941175rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx { position:relative;display:block; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx { background-color: transparent; background-image: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container > .video-iframe-container { display: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row > .video-iframe-container { display: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .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); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx { border-width: 0; border-radius: 0; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { color:#377815;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { color:#47545a;display:block;width:21.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.99853515625rem;left:6.4981622695925rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { color:#377815;display:block;width:28.4995403125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.4375rem;left:7.125rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { box-sizing:content-box;height:5.9375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#fff7c3;background-image:none;top:3.5625rem;left:6.5rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/sBigJ5tX/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.adaptive-delivery-prevent-bg, #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.lazyload, #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.lazyloading { background-image: none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { background-color: transparent; background-image: none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container > .video-iframe-container { display: none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row > .video-iframe-container { display: none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .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); }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { border-width: 0; border-radius: 0; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#xe9agA45seo9HlogR0FcooRD1usN7xCp { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15015;background-color:#377815;background-image:none;top:26.18701171875rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#X2TDITIuldECUbhewXSHUE6mPSihsiAp { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:30.07470703125rem;left:13.810891151428rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container { background-color: transparent; background-image: none; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container > .video-iframe-container { display: none; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row > .video-iframe-container { display: none; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .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); }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container { border-width: 0; border-radius: 0; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr { position:relative;display:block; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr { background-color: transparent; background-image: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container > .video-iframe-container { display: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row > .video-iframe-container { display: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .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); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr { border-width: 0; border-radius: 0; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kBWs8DELZUtAUupdFatkKwmoeTWow0ZK { color:#47545a;display:block;width:19.7495403125rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.15478515625rem;left:3.7316179275512rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbA90qRleFDG2w0elR1RWMgC3STEQEUa { color:#47545a;display:block;width:19.7495403125rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.15478515625rem;left:27.622929573059rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2tF2VTPo3lDAvQHQUfMy0tD5LMMw28s { color:#47545a;display:block;width:20.7490806875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.07275390625rem;left:50.745633125305rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcRoWXChZiI3JtUlXdZu8kqiBa41qwqR { color:#47545a;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.0830078125rem;left:26.8125rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lGI5Cn2Ux0JoS0tmggHXibepfJ7N5UF1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8115234375rem;left:12.358685493469rem;overflow:hidden;display:block; }
#ahPWT5aCA4l8vqJTlT9mZg3gew7PUzKC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8115234375rem;left:36.247700691223rem;overflow:hidden;display:block; }
#TLGeMbDrU1gQ4zfJt7HS2BqQ9o1C5Tsh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8115234375rem;left:59.871319770813rem;overflow:hidden;display:block; }
#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC { position:relative;display:block; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC { background-color: transparent; background-image: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container > .video-iframe-container { display: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row > .video-iframe-container { display: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .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); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC { border-width: 0; border-radius: 0; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OX00rlZPou98uBS68RXGpEN8yFkZ3iIK { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:5.625rem;left:18.75rem;display:block; }
#vw3Jkh3bMAXQTV2TrJahPkJkmgIaavwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/w4RfHu89/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.adaptive-delivery-prevent-bg, #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.lazyload, #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.lazyloading { background-image: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { background-color: transparent; background-image: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container > .video-iframe-container { display: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container { display: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .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); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { border-width: 0; border-radius: 0; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#v6kEux8aseSUNHL0mr93UIKwIRBnT56f { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15017;background-color:#377815;background-image:none;top:26.2490234375rem;left:15.744484901428rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#iW1TI8qabvJqInrRbITT3oJ0afCv3otr { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.09326171875rem;left:15.805377006531rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { background-color: transparent; background-image: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container > .video-iframe-container { display: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container { display: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .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); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { border-width: 0; border-radius: 0; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { background-color: transparent; background-image: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container > .video-iframe-container { display: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container { display: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .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); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { border-width: 0; border-radius: 0; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:block; }#LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:64.375rem;width:75rem;top:8.72412109375rem;left:0rem;display:block; }
#pOIBarsMlyibVqkVoxtadz2hIN6HTacH { color:rgba(55,120,21,0.5);display:block;width:6.24791875rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:8.74479675293rem;left:6.2187519073486rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAU06D7vTuDisEkBpmLI472SGReOxsXr { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:16.875rem;left:6.2187519073486rem;height:50.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { background-color: transparent; background-image: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container > .video-iframe-container { display: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container { display: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .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); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { border-width: 0; border-radius: 0; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#EDvm5STptpfdNwG7witlWomUIxMmTncp { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30rem;width:75rem;top:9.21875rem;left:0rem;display:block; }
#xgbC825ItenHrA804SoQTaGCBaSBnDmg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { color:rgba(55,120,21,0.5);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:7.682373046875rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:16.87890625rem;left:6.25rem;height:16.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { background-color: transparent; background-image: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container > .video-iframe-container { display: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container { display: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .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); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { border-width: 0; border-radius: 0; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:52.5rem;width:75rem;top:9.40380859375rem;left:-0.125rem;display:block; }
#Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { color:rgba(55,120,21,0.5);display:block;width:6.24791875rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.74479675293rem;left:3.125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:16.875rem;left:6.25rem;height:37.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB { position:relative;display:block; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB { background-color: transparent; background-image: none; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container > .video-iframe-container { display: none; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row > .video-iframe-container { display: none; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .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); }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB { border-width: 0; border-radius: 0; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.adaptive-delivery-prevent-bg, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyload, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyloading { background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { background-color: transparent; background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .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); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { border-width: 0; border-radius: 0; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { color:#377815;display:block;width:37.1875rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:10.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9384765625rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.77099609375rem;left:15.468751907349rem;overflow:hidden;display:block; }
#fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { color:#377815;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.333333969116rem;left:9.375rem;height:8.8333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { color:#a54870;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.895833969116rem;left:9.375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { background-color:rgba(75,174,22,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4276199375rem;height:3.367417125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.1474609375rem;left:0rem;display:block; }
#q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:25rem;top:3.71875rem;left:50.000001907349rem;overflow:hidden;display:block; }
#JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.58349609375rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.adaptive-delivery-prevent-bg, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyload, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyloading { background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { background-color: transparent; background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .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); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { border-width: 0; border-radius: 0; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.125rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.625rem;left:43.0625rem;height:24.375rem;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; }
#IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377815;background-image:url("https://images.assets-landingi.com/uc/d7ed749b-aae1-45a7-8a29-182c15e3b05f/Oza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.adaptive-delivery-prevent-bg, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyload, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyloading { background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { background-color: transparent; background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .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); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { border-width: 0; border-radius: 0; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6392211914062rem;left:43.060658454895rem;height:28.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; }
#H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { position:relative;display:block; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { background-color: transparent; background-image: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container > .video-iframe-container { display: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row > .video-iframe-container { display: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .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); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { border-width: 0; border-radius: 0; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/d8kFAo1n/Oczyszczanie_z_Ajurwed_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.adaptive-delivery-prevent-bg, #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.lazyload, #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.lazyloading { background-image: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { background-color: transparent; background-image: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container > .video-iframe-container { display: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container { display: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .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); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { border-width: 0; border-radius: 0; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15019;background-color:#377815;background-image:none;top:22.68701171875rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.97119140625rem;left:13.810891151428rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { position:relative;display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { background-color: transparent; background-image: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container > .video-iframe-container { display: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row > .video-iframe-container { display: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .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); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { border-width: 0; border-radius: 0; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { display:block;width:23.375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.75rem;height:7.25rem;color:#f4b46d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { z-index:15001;top:24.375rem;left:12.1875rem;background-color:rgba(255,222,0,0.35);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6247701875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.6870403125rem;width:22.0622691875rem;top:8.83740234375rem;left:39.2957239151rem;overflow:hidden;display:block; }
#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container { background-color: transparent; background-image: none; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container > .video-iframe-container { display: none; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row > .video-iframe-container { display: none; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .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); }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container { border-width: 0; border-radius: 0; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#eCUp6E6Cm5SBmt31rFUcTWBURBgkddSL { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15020;background-color:#377815;background-image:none;top:5.625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#O5mrvhINDpxDuJ8yQs12TcLKvBzIKSB0 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.90673828125rem;left:13.810891151428rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 { position:relative;display:block; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 { background-color: transparent; background-image: none; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container > .video-iframe-container { display: none; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row > .video-iframe-container { display: none; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .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); }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 { border-width: 0; border-radius: 0; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gxi3It1rOSabwTLJPHwW05GavZxLfnvz { color:#47545a;display:block;width:47.6240806875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TacndtrhyLvb4StH8GLgPhJzh9wqvzIw { color:#47545a;display:block;width:51.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.271484375rem;left:13.684512138367rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyloading { background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.5); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.5); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { border-width: 0; border-radius: 0; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.0625rem;left:5.0625rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { background-color:#d3f8c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:17.1875rem;left:17.5625rem;display:block; }
#yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { background-color: transparent; background-image: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container > .video-iframe-container { display: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container { display: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .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); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { border-width: 0; border-radius: 0; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:#377815;background-image:none;top:5.123046875rem;left:13.123850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { color:#ffffff;display:block;width:40.2493095625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.80517578125rem;left:16.747471809387rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { background-color: transparent; background-image: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container > .video-iframe-container { display: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container { display: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .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); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { border-width: 0; border-radius: 0; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.625rem;height:3.5rem;font-style:normal;display:block; }
#xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:42.5rem;height:3.5rem;font-style:normal;display:block; }
#nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.10546875rem;left:10.622702598572rem;height:3.5rem;font-style:normal;display:block; }
#K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.0859375rem;left:42.4988489151rem;height:3.5rem;font-style:normal;display:block; }
#lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { color:#47545a;display:block;width:24rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.66650390625rem;left:10.622702598572rem;height:3.5rem;font-style:normal;display:block; }
#l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.041015625rem;left:7.0461854934694rem;overflow:hidden;display:block; }
#sV97TpR9H9rh8AJNTWt30zolgariMSVb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.041015625rem;left:39.070538520813rem;overflow:hidden;display:block; }
#WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.0859375rem;left:7.0450372695925rem;overflow:hidden;display:block; }
#gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.0859375rem;left:39.068242073059rem;overflow:hidden;display:block; }
#foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.69384765625rem;left:7.0450372695925rem;overflow:hidden;display:block; }
#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7c3;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; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { background-color: transparent; background-image: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container > .video-iframe-container { display: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container { display: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .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); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { border-width: 0; border-radius: 0; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#LeMZblz7sE1cVXMxHCeZTV76TE5N223o { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15012;background-color:#f1a41f;background-image:none;top:5.5361328125rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { color:#ffffff;display:block;width:45.9995384375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.204833984375rem;left:14.497931480407rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container { background-color: transparent; background-image: none; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container > .video-iframe-container { display: none; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row > .video-iframe-container { display: none; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .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); }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container { border-width: 0; border-radius: 0; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { background-color: transparent; background-image: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container > .video-iframe-container { display: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container { display: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .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); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { border-width: 0; border-radius: 0; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { color:#47545a;display:block;width:44.7495384375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.56201171875rem;left:17.122010231018rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
#cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.24560546875rem;left:16.233914375305rem;height:1.75rem;font-style:normal;display:block; }
#A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.99853515625rem;left:16.230467796326rem;height:1.75rem;font-style:normal;display:block; }
#WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.37255859375rem;left:16.230467796326rem;height:1.75rem;font-style:normal;display:block; }
#opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.62353515625rem;left:16.230467796326rem;height:1.75rem;font-style:normal;display:block; }
#Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.34228515625rem;left:16.230467796326rem;height:1.75rem;font-style:normal;display:block; }
#bCNapckoS2DPWHCUMrZ4qlROUQzkfWGi { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:33.83740234375rem;left:16.230467796326rem;height:1.75rem;font-style:normal;display:block; }
#DLd79hnm8dwwRSI4w74FbqryVFA7n1px { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:4.8115234375rem;left:12.60914516449rem; }
#wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:10.6845703125rem;left:12.606846809388rem; }
#ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:16.30859375rem;left:12.606846809388rem; }
#ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:22.0576171875rem;left:12.606846809388rem; }
#QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:28.0263671875rem;left:12.606846809388rem; }
#yNwL4C6cOz7PK2wGAg90mcQZny4DxfDk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:33.521484375rem;left:12.606846809388rem; }
#mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:39.5830078125rem;left:12.60569858551rem; }
#ydvACylcTTlaxte6LDxStIdSiENDWUDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/b8427f37-7054-4c26-9e23-2eaff08e7725/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG.adaptive-delivery-prevent-bg, #ydvACylcTTlaxte6LDxStIdSiENDWUDG.lazyload, #ydvACylcTTlaxte6LDxStIdSiENDWUDG.lazyloading { background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { background-color: transparent; background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .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); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { border-width: 0; border-radius: 0; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.812519073486rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { background-color: transparent; background-image: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container > .video-iframe-container { display: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container { display: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .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); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { border-width: 0; border-radius: 0; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { color:#377815;display:block;width:59.6243095625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.62451171875rem;left:7.6861219406125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xf0hVRe1C2kEbgG41ATai6VVi87wvccM { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.48779296875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { color:#377815;display:block;width:59.6243095625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:7.6861219406125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#co355MkxG0fL5fiTKyVW4qM0yTswmok8 { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.812519073486rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { position:relative;display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { background-color: transparent; background-image: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container > .video-iframe-container { display: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row > .video-iframe-container { display: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .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); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { border-width: 0; border-radius: 0; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { color:#377815;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8662109375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:block; }
#SF71ThGErsavay8FD7fLMPxbOamvXqce { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:block; }
#wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:block; }
#JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2493105rem;width:23.6247691875rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:block; }
#T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { color:#377815;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { color:#377815;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.4375rem;left:25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { color:#377815;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:block; }
#osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:block; }
#bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { box-sizing:content-box;height:22.375rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:#fff7c3;background-image:none;top:2.3125rem;left:2.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { box-sizing:content-box;height:22.3747691875rem;width:19.6243095625rem;position:absolute;display:block;z-index:14999;background-color:#fff7c3;background-image:none;top:2.375rem;left:26.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:#fff7c3;background-image:none;top:2.375rem;left:48.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:none; }
#RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2493105rem;width:23.6247691875rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:none; }
#z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:none; }
#w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:none; }
#qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:none; }
#ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { color:#377815;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RU25SkAEweDKSH0VfASiT56TE1KkZg0p { color:#377815;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:5.955882375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { background-color: transparent; background-image: none; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container > .video-iframe-container { display: none; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row > .video-iframe-container { display: none; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .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); }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { border-width: 0; border-radius: 0; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { color:#377815;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { position:absolute;display:block;z-index:15014;background-color:#ffde00;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { position:relative;display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { background-color: transparent; background-image: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container > .video-iframe-container { display: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row > .video-iframe-container { display: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .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); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { border-width: 0; border-radius: 0; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { color:#47545a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-number { border-top:0.25rem solid #ffde00;border-left:0.25rem solid #ffde00;border-right:0.25rem solid #ffde00;border-bottom:0.25rem solid #ffde00;background-color:transparent;background-image:none;color:#377815;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:"josefin sans";font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:"josefin sans";font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.39599609375rem;left:24.494791030884rem;z-index:15061; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #SQXkx2xpthFJb1vT15yTwNZoXzh4BerE { display:flex;position:relative;top:0rem;left:0rem; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #kR06v7PAPJJipVV6WHtVUG3rIAvw2XQw { width:auto; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #acS2Lkq4uJyTy0TNcmwJzAsZDgVHaUQi {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #VrZLST4IoDwaqNoUUlTiM3L08lrw3Iph { display:flex;position:relative;top:0rem;left:0rem; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #cArQgS5V6RwPwB70AEVWRm0BuOAycm3K {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #f73uNGlxSPlASgBivmhKWhyODREydHon {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #UopT2QX68ZePnFicyf1HAkRQOx1uef5u { display:flex;position:relative;top:0rem;left:0rem; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #XPCGuIz7BTuvIdqmurZguvhX5k0RcoKF {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #O34zqQvIuGrSh5Q1gxvk0pJEMx8odvFd {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #oKxuDHbioXZLcwl6TnvV9o3vqNVidbrt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #HH86Hm8RgIHqtf5REkveQewKlI8eRJsi {  }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #tfWpySFZPOJbyd0pOqLewDEtJbR0Qy5V {  }
#z7Igsk465hLE2nC3vdH44kTGohLBss2y { position:relative;display:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y { border-width: 0; border-radius: 0; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/plYevto2/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyloading { background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { border-width: 0; border-radius: 0; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.4375rem;top:24.23828125rem;left:31.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { position:relative;z-index:auto;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { width:13.0625rem;height:1.3rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { width:10.5rem;height:1.3rem;top:1.25rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { width:8.5625rem;height:1.3rem;top:1.25rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { width:4.1875rem;height:1.3rem;top:1.25rem;left:36.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { width:3.125rem;height:1.3rem;top:1.2500019073486rem;left:44.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { width:2.6875rem;height:1.3rem;top:1.2500019073486rem;left:41.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { width:13rem;height:1.25rem;top:0.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmVV8fit8ybOgRy3iivhm72100TcV5UP { width:10.5rem;height:1.3rem;top:1.25rem;left:13.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRnEhhzztflzMsv5vPt9T3ywMX985tgg { display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/39bda729-0ba0-45b6-95d9-bc4da981907f/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.adaptive-delivery-prevent-bg, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyload, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyloading { background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { background-color: transparent; background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .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); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { width:47.75rem;height:0;top:30.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { width:47.75rem;height:0;top:26.375rem;left:0rem;font-size:1.5625rem;color:#377815;display:none; }
 }@media only screen and (max-width: 763px) { #lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { width:47.75rem;height:4rem;top:19.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { width:47.75rem;height:2.84375rem;top:28.28125rem;left:0rem;font-size:2.1875rem;color:#377815;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { width:47.75rem;height:1.5rem;top:33.125rem;left:0rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { width:47.75rem;height:1.625rem;top:35.5rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QflRfi4L25IgxvAnD4FiNuPRvTvf441I { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { width:18.4111328125rem;height:2.8525390625rem;top:34.9375rem;left:14.6689453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block; }
 }@media only screen and (max-width: 763px) { #oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { display:block; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { width:47.75rem;height:3.25rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { width:47.75rem;height:41.4rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { display:block; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { width:47.75rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTdnTkS58undFVc4SNHHh1NByRE4HTb { width:47.5625rem;height:50.4rem;top:4.96875rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { display:block; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { width:47.75rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { width:47.75rem;height:27rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm { display:block; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwP4WgMIRHi90Ohclro83TOOXZboHn4m { width:40.625rem;height:4.875rem;top:3.75rem;left:3.53125rem;font-size:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwETWGA83snSFpChFW1NV89kEh9oNkdg { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { display:block; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { width:25rem;height:3.5rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { width:25rem;height:3.5rem;top:17.5rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { width:25.5rem;height:5.25rem;top:25.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { width:26.125rem;height:3.5rem;top:25.375rem;left:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { width:25rem;height:1.75rem;top:35.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { width:25rem;height:3.5rem;top:34.6875rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6PTxl004FwUnQW5sauT88TrvdANHp9 { width:2.5rem;height:2.5rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { width:2.5rem;height:2.5rem;top:17.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { width:2.5rem;height:2.5rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TvCROsJuStIQGfTv14yeauW0nGS4DO { width:2.5rem;height:2.5rem;top:25.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { width:2.5rem;height:2.5rem;top:34.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { width:2.5rem;height:2.5rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ { display:block; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container { width:47.75rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQdN2mvS0pS3J6gP4RAmmNWb6fxrzyU { width:47.75rem;height:11.8125rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { width:47.75rem;height:4.0625rem;top:4.9583435058594rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArXQhSpETHTHrlywCyPAVcyl4r7R7Zl3 { width:47.75rem;height:4.0625rem;top:4.9583435058594rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 { display:block; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ { display:block; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzg25GblaxEDxiuNtsJXyC2ptuKzeCs3 { width:47.75rem;height:11.8125rem;top:1.4583435058594rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIQvXAdrMsevPFr5cBMhWmV0DfqtMz6 { width:14.6875rem;height:9.5rem;top:15.51953125rem;left:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKb267RWJBGx5pPsKtqFkB57ltpRdKfp { display:block; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUIW5ApdThGsGVC1UuekG9EWhvXpMi43 { width:18.5rem;height:11rem;top:4.625rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83G6XmLdd7srMy3IdqGzE7WBKQnT9WX { width:47.75rem;height:4.0625rem;top:17.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPrwnrKTHNIrE6guxdrs1ZMGmBOT1Fzt { width:18.723958969116rem;height:3.3229167461395rem;top:22.3671875rem;left:14.513021469116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OSnTrCU0VOkDnbJrhhQTRzB5591elRKu { display:block; }
 }@media only screen and (max-width: 763px) { #rBkreyhsT1dGmDonMF1ngXODHwwowNlh { width:14.6875rem;height:9.5rem;top:6.5820617675781rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rETFiWBOTzJRUX1EARt2JdTDP1XddSd7 { width:25.5625rem;height:16.4375rem;top:1.90625rem;left:3.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Iwendl6G69k9XmImicHwlTWHqGoB8Grs { width:13.0625rem;height:13.0625rem;top:8.4375rem;left:6.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtN8O9odGVwTrZHH2m2ABcvFkTtKr7FD { width:13.0625rem;height:13.0625rem;top:8.4375rem;left:6.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { display:block; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJOwFquTfuT29C87gVFrAezqS1SaSxnu { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { display:block; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsX6TVoE654noPbQfgSUwkeL81o4i80W { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEeEC4TUArWQeglqWWC89ge1svEtWqsH { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { display:block; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { width:41.5rem;height:12.75rem;top:0.0625rem;left:6.2500001788137rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { width:2.5rem;height:2.5rem;top:3.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { display:block; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { width:41.5rem;height:10.625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { width:2.5rem;height:2.5rem;top:2.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { display:block; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { width:41.5rem;height:8.5rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { width:2.5rem;height:2.5rem;top:3.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMTsySlEelQPyxPuxeersVVt4SZCv8d { display:block; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { width:41.5rem;height:10.625rem;top:0.0625rem;left:6.2500001788137rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozmqalFW3NKttooE16BklT4ZUEQt2rzE { width:2.5rem;height:2.5rem;top:2.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { display:block; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block; }
 }@media only screen and (max-width: 763px) { #o65oTKhykGgkP5RET3LOvtpuL5BfJOe8 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snr0WJmX9BJZc8qd1gCDvOsKfv72ZpR0 { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrw8lu9f3r062LdfgC6i0iTARUutJwGe { display:block; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MODIbhImSefqEZGDF7woGqUrXOxf311P { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUyna1VKLIxGHmmZc6caNwwfsQFIOiB { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDXwqLTBs1Tuapu9hy5R0FqA6mG26pVP { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC { display:block; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOJzSlkb5MRSCB6cl59l2JABPQtntZPh { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spW9cUWmgRWVUUhmVBQHnfTz9lfqf9Li { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zo4JdEcrs1STHSvZxbExaZdk06CFZ1Ah { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BiWGPGKH4UZdgSUpVdXFmDqeK5h45fNR { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #huP8AfVGQTVm1MOlyp0QeRBEI9TzXmb9 { width:2.5rem;height:2.5rem;top:2.8125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemEednHdabRJ6T9sOAmui1b2BUM6eAe { width:2.5rem;height:2.5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U { display:block; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRLyHsQG9ffClsszc0UDMeNiZdAJSVqy { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr5bHsXBRM1s8ROnpcfqi7wp4EGS4DkJ { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng3uVP6J4rzLaXS43innItBoMtLbscVq { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqhLdzs6baVhFNDxRIRHAsens5NNit2n { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vooXTnxo1GGptrxrsyfbrArqW1COirWJ { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8he5rfRD5LfCf4vAgwiJp6lP3vUJ6Kr { width:2.5rem;height:2.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01TBiITLKTEGI5h6y3h3DLCsN043O0S { width:2.5rem;height:2.5rem;top:2.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEWJl9bkgNnb3ve2vEUUB63AyHkMuX19 { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { background-color: transparent; background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .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); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izyv3gLIqBHsMTLd3RfgW25Lk85CDely { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi3EpxUxc3fzODratNTn4x0XzmFIoJql { width:26.6875rem;height:2.34375rem;top:9.0000002384187rem;left:20.487499594688rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khpwhrszs9fM72LtIdNe9OwzGgNUPQoD { width:47.75rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sHWGiJvD7uky7evImUkluPHeEBkRC7 { width:37.5rem;height:3.4375rem;top:40.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVMGIz5yd6WLUHrxpJIHvTs3zTxUCE0 { display:block; }
 }@media only screen and (max-width: 763px) { #or1Cc83aFGq4PqLato1wAwucbCVI6JGt { width:13.0625rem;height:13.0625rem;top:8.4375rem;left:6.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { display:block; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { background-color: transparent; background-image: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:32.1875rem;position:relative;display:block; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.adaptive-delivery-prevent-bg, #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.lazyload, #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { width:6.1861977577209rem;height:1.5rem;top:7.25rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { width:46.1875rem;height:24.9375rem;top:7.25rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { width:37.5rem;height:22.3125rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { width:37.5rem;height:21rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { width:37.5rem;height:22.3125rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { display:block; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { background-color: transparent; background-image: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:27.25rem;position:relative;display:block; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.adaptive-delivery-prevent-bg, #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.lazyload, #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { width:6.1861977577209rem;height:1.5rem;top:2.4791564941406rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { width:46.1875rem;height:24.6875rem;top:2.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { width:37.5rem;height:20.71875rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { width:37.5rem;height:19.5rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { width:37.5rem;height:20.71875rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { display:block; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { background-color: transparent; background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:32.125rem;position:relative;display:block; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.adaptive-delivery-prevent-bg, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.lazyload, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { width:6.1868104934692rem;height:1.5rem;top:0rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { width:46.1875rem;height:26.25rem;top:2.5625rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { width:37.5rem;height:22.3125rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBtboQM15mrcABndkt6nhIJalLB02HT { width:37.5rem;height:21rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { width:37.5rem;height:22.3125rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riNJ8UVDu882xD6qTHfM4pynymTDpFNl { display:block; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6IsekLGJ9TSS801vHresWxiahtaVaTb { width:47.75rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo { display:block; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkX2w7gwqATvpwGc94KmO0w7iUyLk2gW { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsntzF28IuRQqGrUglkuB0ROrx6Sn36N { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFrsGw84FJwWSQavpI8ABx1dASSp855 { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBFecpxOPlzGvB2UlId1aqW6QxQtsJye { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqXXN8LqXdvly1yirUUKl5Em75V9knV { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTDUD5tBt6lTtVN0VEpPxqmmwnB4Tur { width:13.25rem;height:5.25rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei7TfbMgKmVITVWRIoumyBLrgCLniNnb { width:15.5rem;height:2.9375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNuKUAxdw2UsGfwFsnwTG2hXM3qzas7y { width:12.5rem;height:5.1875rem;top:11.875rem;left:7.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE89hAT3mzGgrWuWggcwtdtXKOWn1lJh { width:15.5rem;height:4.375rem;top:17.5rem;left:6.0900735855103rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ9dpdVIPIPGzlf8BgfB4qlF8T9R3PeP { width:3.625rem;height:5.25rem;top:11.875rem;left:33.4296875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmpT2h26Q1kwbctA2dQVINgClH9T0enQ { width:15.5rem;height:5.875rem;top:17.5rem;left:25.775273323059rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g57AZKRfmlLSgmawu3yUKCxgwG8WE6ue { width:7.6875rem;height:3.25rem;top:12.8125rem;left:26.251953125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzhTOFF0iDpXdVZzRpZHDEmpr6xnwFt { width:3.4375rem;height:3.1875rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCT5RUJ992pvcAMdvEE9NcWK37OtlGh { width:5.4375rem;height:5.1875rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0vfH3QQifSad4IRZoFCQBuRnxUXSrOL { width:2.3125rem;height:3.1875rem;top:12.5625rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpadnTmBgVJLQu7EDUrotXFVlPBCI2Ol { width:15.5rem;height:7.3125rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AioTZeCMMevExB63mrTXFf1x25o8UNl2 { display:block; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkQZCIETFVgFCm5BMcODxEx90Rctm4z { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqCpyNbzFp3ONbuufhhJwkSvzXc7ZwaC { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedJE1H0vZihHNS251nJ1K9u8t8WU0Hv { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbAWwlh61KPoJfixq6l3KJUwJ8TqsTIq { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNnyXyOlnKTTlxHt3Ic5IUkO6yURJLOa { width:9.375rem;height:9.375rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTRN1tCSKIakAgqpHdfWQTOhwtPC7Mu { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7ffc1b-8035-4d33-a206-81888f93e851/Zdjciegwnenastronzapisufale2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.adaptive-delivery-prevent-bg, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyload, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyloading { background-image: none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { width:22.1875rem;height:4rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { width:25.625rem;height:25.33333375rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.adaptive-delivery-prevent-bg, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyload, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyloading { background-image: none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { width:25.625rem;height:23.750000125rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { display:block; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oifsFLWJXcvG25hB5t73GuSqoU00dXvc { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { display:block; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { width:47.75rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { width:14.4375rem;height:62.6875rem;top:5.1895141601562rem;left:0.80767458677294rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { width:13.125rem;height:45rem;top:12.255249023438rem;left:1.5572917461395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { width:14.4375rem;height:62.6875rem;top:5.1895141601562rem;left:32.217368900776rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8stSiaPmNgBhMesTC0n0buBcvItXWI { width:13.125rem;height:54rem;top:12.213562011719rem;left:17.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwbBub44ATSkPBZc0BcpsTId2KSucufM { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block; }
 }@media only screen and (max-width: 763px) { #HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udSRouX8UH8BHF7nLuAByAaG66WEnTVF { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block; }
 }@media only screen and (max-width: 763px) { #F52slL7hAZpBODOB4EyPSRESpFgFf3om { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:33.356247723102rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { width:14.4375rem;height:62.6875rem;top:5.1884765625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGPg8RmXUq41l7ygboCtDEs8wp9wqDL { width:13.125rem;height:31.5rem;top:12.213562011719rem;left:32.966148376465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { width:6.25rem;height:6.25rem;top:1.8333740234375rem;left:5.0260419845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { width:6.25rem;height:6.25rem;top:1.7916870117188rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXI3cUJUDxZ9HTQTeG5Qw45wELnwSGnT { width:6.25rem;height:6.25rem;top:1.7916870117188rem;left:36.434898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { width:18.75rem;height:11.4999875rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { width:18.75rem;height:14.05555rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { width:18.75rem;height:14.05555rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:5.0572919845581rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:20.78125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9X3clCCvZvTmhLslL200nCb2uOa38Cd { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:36.466148376465rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV { display:block; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zg0qOa39JrGnq0IWNt0Ky97pAAK8e9fl { width:14.375rem;height:37.375rem;top:4.84375rem;left:32.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { width:13.125rem;height:23.90625rem;top:12.109375rem;left:17.542708575726rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbIOP4lkp6FU1uVOgm1QZHSO0HHdOHx { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyQl5TlC3arbC5C78rV6GQvXbTN0tBwf { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdFtWLiBb5XqUdnnzOKlRigTeex2f4Gm { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #elEJhQVqy9bBWVlyZUXz02UonFIB4dyv { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP4HSaDSSrq5Db0crFzAbyM962KFgX3V { display:block; }
 }@media only screen and (max-width: 763px) { #D1eu8b4PolSt2TV0lpKiSy4CpPBmOcQ2 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwGMBu4HVlsUlU4dyamqrgEM2ZV24PGp { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9qL46qBTbXtLpnSODpcQTBZgcmIn7xi { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7USopgtTSIEJU5sRT9QTriP3t8aG5tU { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrEupAMCF69aLfRJ2axWD6EGc8EpVi1L { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etGTAU89UxgtQoSexiccsv2i850F4O7T { display:block; }
 }@media only screen and (max-width: 763px) { #FCC7RlReP0RMFnHcTbBQSz4lITHtKbli { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiTAnrSxUqHSnobH0iI5TRVytlZM6MDV { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #mowwQ3dkJcDvfPDgEoNiIc0Js5UT9lQu { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:33.356247723102rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #auwRKkb4fQwyOq5rKOvThb6vcUdoETLn { width:14.375rem;height:37.375rem;top:4.84375rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9p8bOqov28PhpcSV3PNFrqVZVIphN1e { width:13.125rem;height:29.53125rem;top:11.942687988281rem;left:33.100261688233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { width:6.25rem;height:6.25rem;top:1.875rem;left:20.750001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB837G9bJHZwK246VQIVnUdTLSsTsRIw { width:6.25rem;height:6.25rem;top:1.234375rem;left:36.569011688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH42PTKePHGiVTSKnknisbl7iqSKLa3B { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:20.78125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msnPTrPfEhtezd5RHFXrS9141xDXKCxd { width:6.1875rem;height:1.875rem;top:7.4010620117188rem;left:36.600261688233rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFeZL4hG1EaPet8v3lGPFsRLRmO9f2b { width:13.125rem;height:14.117646217346rem;top:12.910417556762rem;left:1.5625000596046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuJHlEV54o9PRownM702My5aaM7FOcOm { width:13.125rem;height:29.411763191223rem;top:12.109375rem;left:17.542708575726rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3SuUaXnMvUAwhg9WzErGUX2DR4PlACo { width:13.125rem;height:25.882351398468rem;top:12.9104180336rem;left:33.132292926311rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI7iR2agT6AbiHX4HCllEfNBD8ID96Fl { width:14.375rem;height:37.375rem;top:4.84375rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNl253sVsIKyIaE0zNmzVzAvUgaaW1TH { width:13.125rem;height:16.875rem;top:12.026062011719rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ROVxqc0cT8C2TgG47EXeW64OJC7HVv { width:6.1875rem;height:1.875rem;top:7.4856567382812rem;left:5.0625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ydfgzpNrQ2VvHyn0eAFzAKhFw7FSkW { width:6.25rem;height:6.25rem;top:1.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { width:18.725rem;height:3.32395625rem;top:2.1177082061767rem;left:14.512500941753rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block; }
 }@media only screen and (max-width: 763px) { #xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { display:block; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { width:47.75rem;height:2.4375rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { display:block; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { width:39.8125rem;height:13.125rem;top:1.4375rem;left:2.34375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { width:3.75rem;height:3.75rem;top:6.96875rem;left:20.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { width:21.875rem;height:17rem;top:0.40625rem;left:24.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikE4x13yuvzsqTqCpX6587IAPKdCtVu { top:2.5rem;left:0.9375rem;width:21.875rem;height:12.6875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { display:block; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { width:21.875rem;height:12.6875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { width:3.75rem;height:3.75rem;top:4.46875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { width:21.4375rem;height:15.3rem;top:0rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { display:block; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { width:23.1875rem;height:7.6875rem;top:1.28125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { width:3.75rem;height:3.75rem;top:6.09375rem;left:21.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { width:20.125rem;height:11.9rem;top:2.0625rem;left:26rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICHV24TWb22ybpIknui9y9vli8P7BRM { top:1.4375rem;left:0.6875rem;width:22.5rem;height:13.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { width:20.125rem;height:11.9rem;top:2.0625rem;left:26rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { display:block; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a49DLV66phDNyHiX27WImurncNV6BIIN { width:22.5625rem;height:13.125rem;top:1.875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { width:3.75rem;height:3.75rem;top:6.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { width:21.0625rem;height:17rem;top:0rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { display:block; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { width:22.625rem;height:13.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { width:3.75rem;height:3.75rem;top:5.8750610351562rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { width:21.625rem;height:13.6rem;top:1.8125rem;left:25.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { width:21.625rem;height:13.6rem;top:1.8125rem;left:25.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { display:block; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { width:47.75rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { width:22rem;height:13.0625rem;top:1.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { width:3.75rem;height:3.75rem;top:5.9063110351562rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IMficbqRU3eaAdTp4r895urfeyOLuy { width:21.25rem;height:10.2rem;top:1.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { display:block; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { width:22rem;height:12.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { width:3.75rem;height:3.75rem;top:6.2188110351562rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { width:21.0625rem;height:11.9rem;top:0rem;left:25.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscctBWBdzNpgJG42cTLXRCCnrFqtwMv { display:block; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3zTeTzbwbebpP0VICOfTqPuCcht5w1F { display:block; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { width:47.75rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbgLoodBA1I9rRpgB2d4Z2uUeh0BXhfW { width:22.0625rem;height:13.125rem;top:1.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOxTB2IiCIrkAIZkUx7vOFNDLuDvw0mJ { width:20.375rem;height:11.9rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSzDhRBN5GfUbNlnHyldU2PcLMzfFq1V { width:3.75rem;height:3.75rem;top:6.2604370117188rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { display:block; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block; }
 }@media only screen and (max-width: 763px) { #v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { display:block; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { width:47.75rem;height:7.1875rem;top:5.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { width:23.125rem;height:1.5625rem;top:39.875rem;left:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATwn2lxQulntWVPWVZXel8nIDHr1W9A { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { width:23.75rem;height:26.9375rem;top:0rem;left:23.873699188233rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { width:45.375rem;height:17.5rem;top:10.25rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block; }
 }@media only screen and (max-width: 763px) { #XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { display:block; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #D52X24FgDVDscfREykc9T9esCiVItnAV { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskhLsS5LUkky74zHJEG97ozdST3pKwC { width:37.5rem;height:18.0625rem;top:5.2318115234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { display:block; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { width:37.5rem;height:18.0625rem;top:5.9935302734375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { display:block; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { width:37.5rem;height:21.675rem;top:7.2083740234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { display:none; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { width:47.75rem;height:92.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KGmt01kvHcSdz261KLRzNOc1LVSy73ya { width:17.75rem;height:7.6875rem;top:4.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { width:18.75rem;height:82.75rem;top:4rem;left:29rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { width:16.5rem;height:6.875rem;top:5.15625rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { width:14.6875rem;height:4.1845703125rem;top:66rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block; }
 }@media only screen and (max-width: 763px) { #cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { width:12.5rem;height:2.34375rem;top:61.125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { width:15.3125rem;height:3.16875rem;top:12.4375rem;left:30.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQVsweUJesFW8o6qKVna5ipWSKtibcq { width:12.5rem;height:2.1125rem;top:25.625rem;left:31.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { width:12.5rem;height:1.38125rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL9y123rNyFILwTtb7zub53lfENyFQI { width:10rem;height:1.4625rem;top:87.5625rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { width:12.5rem;height:1.6875rem;top:58.9375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { width:12.5rem;height:7.6875rem;top:84.875rem;left:25.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #afilAkQNVsdtxGfqA577mpMkHbxBxIIR { width:12.5rem;height:1.4625rem;top:2.125rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MApXxksEs9PTiO143JiU492WVomE3Fgr { width:12.5rem;height:1.5rem;top:2.25rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { width:13.75rem;height:71.125rem;top:4rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { width:12.5rem;height:12.675rem;top:10rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { width:12.5rem;height:5.0625rem;top:4.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { width:12.5rem;height:3.25rem;top:5.875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { width:12.5rem;height:2.34375rem;top:47.1875rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { width:12.5rem;height:4.185546875rem;top:52.3125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block; }
 }@media only screen and (max-width: 763px) { #FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { width:13.75rem;height:71.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { width:12.5rem;height:5.0625rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { width:12.5rem;height:4.875rem;top:4.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { width:12.5rem;height:30.63125rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { width:12.5rem;height:4.185546875rem;top:51.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block; }
 }@media only screen and (max-width: 763px) { #H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { width:14.5625rem;height:9.4375rem;top:14.5rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { width:12.5rem;height:4.75rem;top:1.125rem;left:35.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { width:4.6875rem;height:4.6875rem;top:15.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { width:12.5rem;height:1.6875rem;top:46.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { width:12.5rem;height:1.6875rem;top:45.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIddOaLv14VPVTEQi5avKFgi40Pinkb { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { width:12.5rem;height:1.6875rem;top:50.625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { width:15rem;height:1.6875rem;top:56.497817993164rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { width:12.5rem;height:1.6875rem;top:50.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9iShkEcwtb54pICa4QX52031TP6w8m { width:10rem;height:0;top:85.416748046875rem;left:19.583333969116rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #cVHqeV04xifnw1ozed7i0xkrhonGpxkk { width:10rem;height:1.4625rem;top:89.75rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { width:14.25rem;height:7.625rem;top:2.5768203735351rem;left:15.916667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { width:14.3125rem;height:17.95625rem;top:36.953125rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { display:block; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { width:47.75rem;height:2.03125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { width:47.75rem;height:2.03125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { display:block; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { width:12.5rem;height:4.75rem;top:1.125rem;left:35.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { display:block; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { width:47.75rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { width:17.75rem;height:7.6875rem;top:4.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { width:18.75rem;height:82.75rem;top:4rem;left:29rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Jivu5woCJLn886SoSChtQmKDrclTJHdX { width:16.5rem;height:6.875rem;top:5.15625rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzVIWttm3kzcQu4ustqExBS5msVmCQB { width:14.6875rem;height:4.1845703125rem;top:66rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block; }
 }@media only screen and (max-width: 763px) { #JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { width:12.5rem;height:2.34375rem;top:61.125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nP0Re05D766HNDUDiiFWKF0EilJwetyQ { width:15.3125rem;height:3.16875rem;top:12.4375rem;left:30.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { width:12.5rem;height:2.1125rem;top:25.625rem;left:31.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { width:12.5rem;height:1.38125rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { width:12.5rem;height:1.38125rem;top:22.9375rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { width:10rem;height:1.4625rem;top:87.5625rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { width:12.5rem;height:1.6875rem;top:58.9375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { width:12.5rem;height:7.6875rem;top:84.875rem;left:25.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { width:12.5rem;height:1.4625rem;top:2.125rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PKF21840FfxKabvKwrDke5R0kl2lanfZ { width:14.3125rem;height:17.95625rem;top:36.953125rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iupz6RTvo3l8ufweied36OV7OCWXD0Gw { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { width:12.5rem;height:1.5rem;top:2.25rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { width:13.75rem;height:71.125rem;top:4rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { width:12.5rem;height:17.95625rem;top:22rem;left:14.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { width:12.5rem;height:12.675rem;top:10rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { width:12.5rem;height:5.0625rem;top:4.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { width:12.5rem;height:3.25rem;top:5.875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { width:12.5rem;height:2.34375rem;top:47.1875rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { width:12.5rem;height:4.185546875rem;top:52.3125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { width:13.75rem;height:71.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { width:12.5rem;height:5.0625rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA84nSPr76xGBq2neoWQG7e53420IqxT { width:12.5rem;height:4.875rem;top:4.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { width:12.5rem;height:30.63125rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { width:12.5rem;height:4.185546875rem;top:51.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block; }
 }@media only screen and (max-width: 763px) { #SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { width:14.5625rem;height:9.4375rem;top:14.5rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqwqEzW7rnravTaVk7nRglknEVDRbQh { width:13.375rem;height:8rem;top:27.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { width:12.5rem;height:1.6875rem;top:46.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { width:13.5625rem;height:1.6875rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { width:12.5rem;height:1.6875rem;top:45.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { width:12.5rem;height:2.34375rem;top:60.75rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEzyMBOHomUMswnlmHA0HANumty0wkL7 { width:12.5rem;height:4.185546875rem;top:65.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block; }
 }@media only screen and (max-width: 763px) { #kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { width:12.5rem;height:2.34375rem;top:60.25rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { width:12.5rem;height:4.185546875rem;top:66.375rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block; }
 }@media only screen and (max-width: 763px) { #LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { width:15rem;height:1.6875rem;top:56.497817993164rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { width:12.5rem;height:4.185546875rem;top:79.9375rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block; }
 }@media only screen and (max-width: 763px) { #xky6BnJMRogPZWf58za1OSkmf4AkPdqb { width:12.5rem;height:2.34375rem;top:74.25rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { width:12.5rem;height:1.6875rem;top:57.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { width:12.5rem;height:1.6875rem;top:58.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL15LFXcvghfVrApShINb2HbddbIWTs { width:12.5rem;height:1.6875rem;top:71.375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { width:10rem;height:0;top:85.416748046875rem;left:19.583333969116rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { width:10rem;height:1.4625rem;top:89.75rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1POCirmH9V75s5bAo4CDolS2oudtD6 { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkm80x2TXVyx99Ta1bMww78fuxz88XHd { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { display:block; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { width:43.0625rem;height:1.583333375rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaAToP7xwAMJEAtMbenrObtaFOdIoITS { width:46.6875rem;height:23.48125rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaecfJE4Vy7wuz9itgzOl84oV9clWon { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { display:block; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { display:none; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oDVRUqIIwTauAc177cUuRozK2cTTyksW { width:13.75rem;height:41.25rem;top:7.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRt8652am4Xd5lTX3e56XhftIfuXPz6W { width:12.5rem;height:5.0625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { width:12.5rem;height:4.875rem;top:8.1875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { width:12.5rem;height:22rem;top:13.0625rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { width:12.5rem;height:4.18619775rem;top:42.58203125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block; }
 }@media only screen and (max-width: 763px) { #MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { width:12.5rem;height:2.3125rem;top:39.479125976562rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFd5MMeDEGdeGS6kTf1nNAg34T81DfzV { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDyimgpMw8bMOQ6I8eKu3HzLcuQt9r1 { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTrkWO7EP0RQy5bCoGLemQXXygL2oFy { width:12.5rem;height:2.3125rem;top:39.479125976562rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwH0ydTDJT6XyqIxySKZz6KMBKhIJidn { width:12.5rem;height:4.18619775rem;top:42.58203125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzE4sIDvFbkTJTyeD5k9ZQDgvupvxc1l { display:block; }
 }@media only screen and (max-width: 763px) { #JKAtTdWLbqXJ4xEzrc8Jlw7FDX9O2Q1c { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTETDKq4t9r1t3m35T2CK09bgn8Bxckd { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { display:none; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LRQFaLGG4OTofmHH09cesWUAbC3849Ep { width:13.75rem;height:41.25rem;top:7.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { width:12.5rem;height:10rem;top:26.0625rem;left:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { width:12.5rem;height:12rem;top:13.125rem;left:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK2sVnygpzomTl2aWxNcCodqloDO9uZS { width:12.5rem;height:5.0625rem;top:8.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { width:12.5rem;height:3.25rem;top:9rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { width:12.5rem;height:2.3125rem;top:39.4140625rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czppn7T40BTKL3JKPGafyoXlGm1eNhvg { width:12.5rem;height:4.18619775rem;top:42.518188476562rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block; }
 }@media only screen and (max-width: 763px) { #oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEeaxyOq0DhPsKK8kvXSQAbETHCvTeuR { width:12.5rem;height:2.3125rem;top:39.479125976562rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxTItdgQBZseSLSMvW0Tvw5wf2wiFkd { width:12.5rem;height:4.18619775rem;top:42.58203125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTmKipArATqRpH4eqVQC8JAQF23ET7W { display:block; }
 }@media only screen and (max-width: 763px) { #dDCmxZyDGKDFluk4vsOqH4TDQlKAIpNb { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { width:13.375rem;height:8rem;top:34.9375rem;left:18.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh26OJtDh1vvnhR3UASife9WNmDyAQ9y { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIJa2gATLsQ2GufRKKS4srDoCexvOqS1 { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKIppl0yAxQA0Uv6pyO4zC58mSsQlAmt { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { display:none; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { width:19.375rem;height:14.25rem;top:8.4987182617188rem;left:25.552083969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { width:20rem;height:77.4375rem;top:7.875rem;left:25.270833969116rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { width:18.75rem;height:8.125rem;top:9.86328125rem;left:25.895833969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { width:14.6875rem;height:4.184896rem;top:78.608032226562rem;left:27.927083969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block; }
 }@media only screen and (max-width: 763px) { #FVwSlfaDHeALPKDerxOycWTJERcLCrAu { width:12.5rem;height:2.3125rem;top:74.565063476562rem;left:29.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { width:15.3125rem;height:3rem;top:24.104187011719rem;left:25.895833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { width:12.5rem;height:2rem;top:47.666687011719rem;left:25.895833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { width:12.5rem;height:1.375rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { width:12.5rem;height:1.375rem;top:45.291687011719rem;left:29.020833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiITJdddAns0N5hb0E92hqC0URKcGsG { width:12.5rem;height:4.75rem;top:65rem;left:28.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { width:12.5rem;height:1.4375rem;top:6.1875610351562rem;left:33.625rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QNHRaebyGSLp5quwVu0EN474ws6pVfFK { width:18.1875rem;height:11rem;top:41.979248046875rem;left:3.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wUIDhihTlwn155rUWHprIu8GzPG5Zziu { width:13.375rem;height:8rem;top:34.9375rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfugWalr5X26aU4nmCU64yIVKlD1xgzs { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuoc53EgosHF78zSPh6iFporF93zm2w { width:12.5rem;height:4.18619775rem;top:42.58203125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX0xlRt9W9qGPsmET72g94FScwso84JF { display:block; }
 }@media only screen and (max-width: 763px) { #rcMW9teCuP5hQHMpy1UsuZOmGPHoUwA4 { width:12.5rem;height:2.3125rem;top:39.479125976562rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSvFHFUT7VoPJcUsedAHfkAaqFrTAaF2 { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpT9L8PIMJogWOReDPdKG4F0X12irMn { width:12.5rem;height:1.375rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #krEVCgEVFINlgcd36V8BSRg8sFM2TozH { width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #m99FctliRzbhowgkTpkVOWps6EoVkZOh { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4vtX0N5NoqebfdwSEhuKtVBqpMpJIh9 { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { width:12.5rem;height:4.75rem;top:65rem;left:28.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW789maZ5B0zLgz5KfTKFvlBVm24J6qQ { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { display:none; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { width:43.0625rem;height:1.583333375rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { width:46.6875rem;height:23.48125rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOkxishA5fbZATBvxlPsumOWszxHpOTb { display:none; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PUPCXRIKemk4diQnqOXkyveA6Sce19tU { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd5MawNsV0bkGmqLBS1aCkci091O3Naf { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmftFigilkSFU5R8dIRT2sphT7HdP9U { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { display:block; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { display:block; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubzLg5zui8uESllqxPM8yVv94WFWAuV { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9rtwFSphB1Bk27zNFNED0MunOaJ9bpz { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { display:block; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnnXUc28gGxqKTa5ui5927qLUQLndxb { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFfPt4FFp9Jh0wP5laQ8xpyRKMWQTyE { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT { display:none; }#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ig4Kui1moIUSl1vCk558ihM2TxkTBB4z { display:none; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RMUxRHRxHia1hf8lAA6XioXnHK4MmI0J { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqR6bnnA4fLxlW2FPDqIEqHRuQ27fTMt { width:23.75rem;height:26.9375rem;top:0rem;left:23.873699188233rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uVztkXtZEipuTf0GC6cXNeLLRAJV2WLF { width:18rem;height:1.583333375rem;top:5.9929695129394rem;left:25.435156226158rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuROLQuOOTTh5CWTIQ59KEci7NVt0gaw { width:24rem;height:26.9375rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZGaI0zrzzHdF5NUouLViFEZo8qTSTBV7 { width:18.75rem;height:15rem;top:8.8125rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQkbbiLFzuFXpoCan8z0ebgtTMo7v74n { width:18.375rem;height:11.4375rem;top:5.88818359375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { display:block; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { display:block; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { width:47.75rem;height:2.84375rem;top:3.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block; }
 }@media only screen and (max-width: 763px) { #rnTGLKfu6n4JzkDpVPFwtr7bKm9O7bVq { width:11.0625rem;height:3.32291675rem;top:22.4375rem;left:26.0625rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FyurPRFV0g4T9LwSw24IWzK6bnbSZkTI { display:block; }
 }@media only screen and (max-width: 763px) { #mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { width:12.5rem;height:19.375rem;top:8.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5yHg9Hc34p7RdGVU0qyT10cya4q9Fl { width:12.5rem;height:19.375rem;top:8.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { width:11.75rem;height:2.7625rem;top:15.25rem;left:10.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF7BPWReae8ubyCVyPyHWuuEsfBmhxWg { width:7.6875rem;height:2.7625rem;top:15.25rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVpeHU8mkknTZVPgOq6NmsaEao98UESc { width:10.5625rem;height:5rem;top:9.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAPpHwJwJceuQTNTpD4UKXEQ2Rzbiza { width:11.375rem;height:5rem;top:9.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { display:block; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { width:37.5rem;height:4.875rem;top:3.5625rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { width:18.75rem;height:0.0625rem;top:2.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { width:25rem;height:16.1875rem;top:3.5625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { width:13.0625rem;height:13.0625rem;top:8.4375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR42FEVLNTBop31zRVZIyuvFLvlh293E { display:block; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXmhhNz7dPIIg7sJ2NrbT69CC5Ib86Cb { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8VlarwQ2JvPHu8VW0PTH92liz1ih18n { width:47.7489375rem;height:2.925rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spDIm4Th42uoWWVh0fSfJgWD8vcw9Nk1 { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { width:47.75rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { width:5.5rem;height:5.5rem;top:1.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { width:15.0625rem;height:3.25rem;top:7.3125rem;left:16.343751132488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { width:28.125rem;height:7.3125rem;top:12.112501144409rem;left:9.8125001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 { display:block; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWT8q3ROcql71PDxVfscV5vTMUcTHCHK { width:4.625rem;height:4.625rem;top:3.0510559082031rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grObt2q7afkmMdiTvNsy8BOJq0GIyW9c { display:block; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SySo866rXdBJ9CTJZC1WvTATreVdCxKa { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JgJKVxnCCmzWAiN3l75UZdtQKn3EHX { width:4.625rem;height:4.625rem;top:1.7177238464356rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 { display:block; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8BVEr8HlPpVariD2Uq4rorIFEqSXCv1 { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQM8SxeyurppxIKQxBclLslLsXV41EH { width:4.625rem;height:4.625rem;top:1.7489242553711rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA { display:block; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container { width:47.75rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av8JlvMT5WEqyzvKhTpSJLMmxtix8MXC { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBBvfCLoawAqTToFtgo9a8VuQF8iHAz { width:4.625rem;height:4.625rem;top:2.4145832061767rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp { display:block; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg8xPHhTNfNrT0TT5f0LDKXqFtkHvVGd { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2D3xZFvk2XKRbA4CnfgD9uuMIzx1hSe { width:4.625rem;height:4.625rem;top:1.7489585876465rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwcTexgeo97AphLCwvXFn30uN4ctuqop { display:block; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJih2DODtsTQlkonIxBg96syIuZnLWis { width:41.5rem;height:6.90625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhTADciV0RXkeCE8b9DImDKmBsvoh9rt { width:4.625rem;height:4.625rem;top:1.0499992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKsfznvDur7vMzdkMfSuovPVOMzPErcu { display:block; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { width:31.25rem;height:8.775rem;top:13.350004196167rem;left:8.2500001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd { display:block; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq6UWqX6w3Hugu8NgIhhndTpH6l9cPxw { width:41.5rem;height:6.90625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWzkBSMkt3BgoOghdfhz01HJHMCVLvVs { width:4.625rem;height:4.625rem;top:1.0499515533448rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFxPDCZ2pftxCxG0x82IxZFh980lnrr { display:block; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhJISsR9SrQ1flTaGt4XwSUEbrEP6bAW { width:41.5rem;height:9.66875rem;top:0.0625rem;left:5.8750001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1rc2CbXahvdC1OvkE1Czebd91rC8ux { width:4.625rem;height:4.625rem;top:3.0499992370606rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWZfTxnQBNHGZTIqbDvirDUtluusU9V { display:block; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDwx1JIMWO3ZabWuXZVLizJn5ct4sxui { width:41.5rem;height:6.90625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COHgHZyksHM1rzApWoGmlKarXw8sTg4t { width:4.625rem;height:4.625rem;top:1.7489585876465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz { display:block; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EovhECwg8qGcOFMLvtsoCEd1tMaInD3Z { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr5bKJgJcdpHPdVWbB97Hvgr2WFmKGq4 { width:4.625rem;height:4.625rem;top:1.7490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwA5elcesWkOzwliaO4U8pSMf1uxqzW { display:block; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcK6WOunIADrTz4sBkt8sg9uFlG5q6C7 { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW2iHb2M3BICDungupDfszX9h3KRhS6O { width:4.625rem;height:4.625rem;top:1.7490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsaHQVCxmknOhCILZmNEZ58wdog7zVZO { display:block; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { width:28.125rem;height:7.3125rem;top:13.300000190735rem;left:9.8125001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4EldpWHNKvM04y5fELTFriXwFikxt24 { display:block; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlky2g80s9PuNKTrUz8DTc3bT5uzEHkT { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9bvmx9DHOdpzqfNUStUbQ61dOlQyr0F { width:4.5625rem;height:4.5625rem;top:1.7791500091552rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 { display:block; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3wXiUykV0v95Ky0LpOWhaSEhyOiHEKL { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA2t1e1kk1ILg2hl4I1vx9DQbT978fK1 { width:4.625rem;height:4.625rem;top:1.7176933288574rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb { display:block; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkfAZho6TrZrhFkNRHo2Z0SkECWdEQgt { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DeChORW1qH1FKKKUSkNkC7J26KdWKZ { width:4.625rem;height:4.625rem;top:2.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe { display:block; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNN4nJ08ZTHWFbe8fxpwUssVw5f6fdHI { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhf7J2C42wToD68mmC1P9KtE5ZXCNXV { width:4.625rem;height:4.625rem;top:2.7500019073486rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu { display:block; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDG8UCNF2IueMSl7EFiuXGScMwphcMT { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlPIeByVrTGzEID5ArccCTow8OTA7HU { width:4.625rem;height:4.625rem;top:2.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI { display:block; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RidzNZ5LpwC583ARaStkV3LswogVJa50 { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { width:21.875rem;height:7.3125rem;top:13.300008773804rem;left:12.937501132488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 { display:block; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL2FQTAx3wUhQ5axVB0XSMSQCA0cbvDq { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TXA32eJkaSP3kS1miW4LUXB2dlrCUW { width:4.625rem;height:4.625rem;top:2.4146633148193rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh { display:block; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsyxtN7Hhd6htFwBdL6A85OfAOM8ugI1 { width:41.5rem;height:6.90625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqAsiXx9nRyBMq7vEyinPLHT3MLRBEN { width:4.625rem;height:4.625rem;top:1.0813293457031rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 { display:block; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzyNE1adcS3eP0nSgmPi5gdNzzsefq1P { width:41.5rem;height:8.2875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FATVKesaln4kDsvTrtot4iynKiJEnKSF { width:4.625rem;height:4.625rem;top:1.7490386962891rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33WhzmoQGeS6W26v7EbNouO6tzxXGpk { display:block; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf1x5x0fTLaeZcxN0hnGdRnrIatyTZNZ { width:41.5rem;height:6.90625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9oStBJ297bHxkhGZQ0DQHGUVWnCQPOu { width:4.625rem;height:4.625rem;top:1.0823955535889rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChT6m8aFKoyncZz9OCa67hT9wSp6K6m { display:block; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt0ptZdT6XT5M2Rzu6ZPAvsspXdfVtoQ { width:41.5rem;height:9.66875rem;top:1.2707824707031rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAzG5LQiwsJJk0rukrFsRmMJ6bLkwCL { width:4.625rem;height:4.625rem;top:3.6250953674316rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/eac2f862-c5ec-450e-97ef-40ac0f02e553/OzAiOW1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.adaptive-delivery-prevent-bg, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyload, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyloading { background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { background-color: transparent; background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .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); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { width:47.75rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { width:23.5rem;height:16.875rem;top:2.78125rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { width:23.5rem;height:16.875rem;top:2.78125rem;left:22.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 { display:block; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block; }
 }@media only screen and (max-width: 763px) { #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { display:block; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { display:block; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { width:37.5rem;height:4.875rem;top:3.75rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { width:18.75rem;height:0.0625rem;top:2.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { width:22.4375rem;height:13.5625rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { width:13.0625rem;height:13.0625rem;top:8.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { display:block; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { width:31.25rem;height:4.875rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { width:31.25rem;height:4.875rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FedTtG41tGBrw9zngBBng24dZ80NWWAG { width:31.25rem;height:3.25rem;top:3.4375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1LtDsApRfyBFIqILHr6DagRMovQAsy { width:28.125rem;height:5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { width:28.125rem;height:6.9375rem;top:3.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 { display:block; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container { width:47.75rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { width:31.25rem;height:1.625rem;top:2.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { width:31.25rem;height:8.125rem;top:5.375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKJmNlg6TDHH8ViELtytf6keihG9LxE { width:31.25rem;height:1.625rem;top:2.2682189941406rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { width:31.25rem;height:1.625rem;top:4.8125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { width:28.125rem;height:7.3125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { width:28.125rem;height:7.375rem;top:3.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC { display:block; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { width:31.25rem;height:1.625rem;top:2.6875152587891rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { width:35rem;height:3.25rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLVEs4v5aly31gRfZUM4bnyB9MasU4ML { width:35.75rem;height:4.875rem;top:5.08203125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { width:28.125rem;height:7.375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { width:28.1875rem;height:5.75rem;top:3.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o179REmKBsSyoPGT5o3maBFKT37NlfuR { width:35rem;height:3.25rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT { display:block; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { width:31.25rem;height:3.25rem;top:4.9895935058594rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { width:31.25rem;height:3.25rem;top:6.6028442382812rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { width:31.25rem;height:3.25rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { width:28.125rem;height:5.9375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { width:28.125rem;height:9.6875rem;top:3.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTdD3QxEDLtZbDobqAq8oFeIf1NvCP6 { width:31.25rem;height:3.25rem;top:6.6028442382812rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx { display:block; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container { width:47.75rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { width:38.9375rem;height:1.625rem;top:5.3841552734375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { width:28.125rem;height:5.9375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { display:block; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe9agA45seo9HlogR0FcooRD1usN7xCp { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TDITIuldECUbhewXSHUE6mPSihsiAp { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW { display:block; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr { display:block; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container { width:47.75rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBWs8DELZUtAUupdFatkKwmoeTWow0ZK { width:14.375rem;height:6.5rem;top:4.4987030029297rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbA90qRleFDG2w0elR1RWMgC3STEQEUa { width:14.375rem;height:0;top:4.5403747558594rem;left:16.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2tF2VTPo3lDAvQHQUfMy0tD5LMMw28s { width:14.375rem;height:4.875rem;top:4.4987030029297rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcRoWXChZiI3JtUlXdZu8kqiBa41qwqR { width:14.375rem;height:8.125rem;top:4.45703125rem;left:16.65625rem;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lGI5Cn2Ux0JoS0tmggHXibepfJ7N5UF1 { width:2.5rem;height:2.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahPWT5aCA4l8vqJTlT9mZg3gew7PUzKC { width:2.5rem;height:2.5rem;top:2.75rem;left:22.622700691223rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGeMbDrU1gQ4zfJt7HS2BqQ9o1C5Tsh { width:2.5rem;height:2.5rem;top:2.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC { display:block; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX00rlZPou98uBS68RXGpEN8yFkZ3iIK { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3Jkh3bMAXQTV2TrJahPkJkmgIaavwE { display:block; }
 }@media only screen and (max-width: 763px) { #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kEux8aseSUNHL0mr93UIKwIRBnT56f { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1TI8qabvJqInrRbITT3oJ0afCv3otr { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { display:block; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { width:47.75rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { width:41.25rem;height:70.6875rem;top:7.312744140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIBarsMlyibVqkVoxtadz2hIN6HTacH { width:6.1875rem;height:3rem;top:5.781494140625rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAU06D7vTuDisEkBpmLI472SGReOxsXr { width:37.5rem;height:59.2875rem;top:14.229248046875rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { width:9.375rem;height:9.375rem;top:2.625rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { display:block; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDvm5STptpfdNwG7witlWomUIxMmTncp { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { width:41.25rem;height:24.4375rem;top:7.14599609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbC825ItenHrA804SoQTaGCBaSBnDmg { width:9.375rem;height:9.375rem;top:2.561279296875rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { width:6.1875rem;height:3rem;top:5.73828125rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { width:37.5rem;height:17.2125rem;top:12.125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { display:block; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { width:47.75rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { width:41.25rem;height:47.5625rem;top:7.42724609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { width:6.1875rem;height:2rem;top:6.8828125rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { width:37.5rem;height:38.25rem;top:14.3125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { width:9.375rem;height:9.375rem;top:2.625rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HsMSHDADWbJdnhXUokRagV7iHfmFVB { display:block; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container { width:47.75rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { display:block; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { width:23.3125rem;height:4.0625rem;top:9.85302734375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { width:23.125rem;height:0;top:18.10302734375rem;left:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { width:4.6875rem;height:4.6875rem;top:5.14453125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { width:32.8125rem;height:11rem;top:5.9947919845581rem;left:7.46875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { width:32.8125rem;height:13.75rem;top:13.9375rem;left:7.46875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { width:18.723958969116rem;height:3.3229167461395rem;top:27.123779296875rem;left:4.7838544845581rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block; }
 }@media only screen and (max-width: 763px) { #aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { width:18.75rem;height:28.125rem;top:5.10302734375rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { width:23.125rem;height:6.5rem;top:16.030029296875rem;left:3.1875rem;font-size:1.25rem;z-index:15003;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7ffc1b-8035-4d33-a206-81888f93e851/Zdjciegwnenastronzapisufale2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.adaptive-delivery-prevent-bg, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyload, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyloading { background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { background-color: transparent; background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .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); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { width:22.1875rem;height:4rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { width:25.625rem;height:25.33333375rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.adaptive-delivery-prevent-bg, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyload, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyloading { background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { background-color: transparent; background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .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); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { width:25.625rem;height:23.750000125rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { display:block; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { width:47.75rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { width:18.75rem;height:8.125rem;top:6.375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { top:17rem;left:2.75rem;width:18.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block; }
 }@media only screen and (max-width: 763px) { #E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { width:18.75rem;height:21.8125rem;top:2.39599609375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb { display:block; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCUp6E6Cm5SBmt31rFUcTWBURBgkddSL { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5mrvhINDpxDuJ8yQs12TcLKvBzIKSB0 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 { display:block; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container { width:47.75rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxi3It1rOSabwTLJPHwW05GavZxLfnvz { width:40.4375rem;height:13rem;top:2.479248046875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacndtrhyLvb4StH8GLgPhJzh9wqvzIw { width:40.4375rem;height:13rem;top:2.479248046875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { width:47.75rem;height:19.125rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { width:37.5rem;height:3.4375rem;top:8.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block; }
 }@media only screen and (max-width: 763px) { #MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { display:block; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { display:block; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { width:25rem;height:3.5rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { width:25rem;height:3.5rem;top:10.9375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { width:25rem;height:3.5rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { width:25rem;height:3.5rem;top:18.0625rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { width:23.9375rem;height:3.5rem;top:25.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { width:2.5rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV97TpR9H9rh8AJNTWt30zolgariMSVb { width:2.5rem;height:2.5rem;top:11rem;left:25.445538520813rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { width:2.5rem;height:2.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { width:2.5rem;height:2.5rem;top:18.0625rem;left:25.443242073059rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { width:2.5rem;height:2.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { display:block; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMZblz7sE1cVXMxHCeZTV76TE5N223o { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb { display:block; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { display:block; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { width:47.75rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { width:43.75rem;height:25.25rem;top:0.0625rem;left:2.0000001788139rem;font-size:1.0625rem;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
 }@media only screen and (max-width: 763px) { #cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { width:43.75rem;height:1.75rem;top:5.1875rem;left:2.6089143753052rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { width:43.75rem;height:1.75rem;top:10.9375rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { width:43.75rem;height:1.75rem;top:22.3125rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { width:25rem;height:1.75rem;top:16.5625rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { width:43.75rem;height:1.75rem;top:28.3125rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCNapckoS2DPWHCUMrZ4qlROUQzkfWGi { width:25rem;height:1.75rem;top:33.8125rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLd79hnm8dwwRSI4w74FbqryVFA7n1px { width:2.5rem;height:2.5rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { width:2.5rem;height:2.5rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { width:2.5rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { width:2.5rem;height:2.5rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { width:2.5rem;height:2.5rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNwL4C6cOz7PK2wGAg90mcQZny4DxfDk { width:2.5rem;height:2.5rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { width:2.5rem;height:2.5rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydvACylcTTlaxte6LDxStIdSiENDWUDG { display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { width:47.75rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { display:block; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { width:37.3125rem;height:2.25rem;top:3.875rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf0hVRe1C2kEbgG41ATai6VVi87wvccM { width:47.75rem;height:2.84375rem;top:13.1455078125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { width:30.625rem;height:2.03125rem;top:6.75rem;left:13.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #co355MkxG0fL5fiTKyVW4qM0yTswmok8 { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { width:47.75rem;height:4.0625rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF71ThGErsavay8FD7fLMPxbOamvXqce { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { width:13.75rem;height:8.8125rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { width:14.3125rem;height:3.25rem;top:14.25rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block; }
 }@media only screen and (max-width: 763px) { #BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { width:21.875rem;height:22.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { width:19.5625rem;height:22.3125rem;top:2.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { width:23.8125rem;height:22.3125rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { width:13.75rem;height:8.8125rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU25SkAEweDKSH0VfASiT56TE1KkZg0p { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block; }
 }@media only screen and (max-width: 763px) { #gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block; }
 }@media only screen and (max-width: 763px) { #GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block; }
 }@media only screen and (max-width: 763px) { #qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { display:block; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { width:47.748699188233rem;height:1.86875rem;top:1.49755859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i { width:20.625rem;height:8.1925rem;display:flex;top:5.39453125rem;left:13.358073234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #SQXkx2xpthFJb1vT15yTwNZoXzh4BerE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #kR06v7PAPJJipVV6WHtVUG3rIAvw2XQw {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #acS2Lkq4uJyTy0TNcmwJzAsZDgVHaUQi {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #VrZLST4IoDwaqNoUUlTiM3L08lrw3Iph { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #cArQgS5V6RwPwB70AEVWRm0BuOAycm3K {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #f73uNGlxSPlASgBivmhKWhyODREydHon {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #UopT2QX68ZePnFicyf1HAkRQOx1uef5u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #XPCGuIz7BTuvIdqmurZguvhX5k0RcoKF {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #O34zqQvIuGrSh5Q1gxvk0pJEMx8odvFd {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #oKxuDHbioXZLcwl6TnvV9o3vqNVidbrt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #HH86Hm8RgIHqtf5REkveQewKlI8eRJsi {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #tfWpySFZPOJbyd0pOqLewDEtJbR0Qy5V {  }
 }@media only screen and (max-width: 763px) { #z7Igsk465hLE2nC3vdH44kTGohLBss2y { display:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block; }
 }@media only screen and (max-width: 763px) { #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/plYevto2/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { width:7.5rem;height:3rem;top:11.93359375rem;left:20.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { width:13.0625rem;height:0;top:1.7083333730698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { width:10.4997701875rem;height:0;top:0.83065253496169rem;left:5.8513325452804rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { width:8.5615806875rem;height:1.25rem;top:0.625rem;left:11.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { width:4.1865806875rem;height:1.25rem;top:2.1875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { width:4.1865806875rem;height:0;top:2.1875rem;left:12.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { width:2.6872701875rem;height:1.25rem;top:2.1875rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { width:5.9995403125rem;height:1.25rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CmVV8fit8ybOgRy3iivhm72100TcV5UP { width:5rem;height:1.25rem;top:0.625rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QRnEhhzztflzMsv5vPt9T3ywMX985tgg { display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { background-color:#377815;background-image:none;position:relative;z-index:auto;display:block; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { background-color: transparent; background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container { display: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .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); }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { width:20rem;height:0;top:6.3529119491575rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { width:18.125rem;height:5.5rem;top:32.6875rem;left:0.875rem;font-size:1.1875rem;z-index:15002;font-family:"josefin sans";font-weight:400;font-style:normal;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { width:18.125rem;height:0;top:43.25rem;left:0.875rem;font-size:0;z-index:15005;font-family:"josefin sans";color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { width:20rem;height:0;top:35.081570148468rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { width:20rem;height:3.625rem;top:26.061579227447rem;left:0rem;font-size:1.4375rem;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { width:20rem;height:auto;top:24.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { width:20rem;height:auto;top:31.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { width:20rem;height:auto;top:35.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QflRfi4L25IgxvAnD4FiNuPRvTvf441I { width:8.4375rem;height:4.1245403125rem;top:21.184511661529rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { width:1.25rem;height:1.1875rem;top:20.8125rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { width:16.639015375rem;height:3.2015165625rem;top:40.873157978058rem;left:1.619944691658rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.1875rem solid #ffe298;border-left:0.1875rem solid #ffe298;border-right:0.1875rem solid #ffe298;border-bottom:0.1875rem solid #ffe298;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block; }
 }@media only screen and (max-width: 763px) { #oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { width:20rem;height:15.625rem;top:5.2987132072449rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { top:31.5rem;left:0.625rem;width:18.75rem;height:7.9375rem;z-index:14999;background-color:#f4fdef;background-image:none;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { top:0.9857540130615rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:14998;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { width:6.875rem;height:6.875rem;top:15.121782779694rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { display:block; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { width:12.5rem;height:0.062109375rem;top:1.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { width:19.4370403125rem;height:4.5rem;top:1.2408065795899rem;left:0.28147977590561rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { width:18.125rem;height:68.25rem;top:7.4241714477537rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { display:block; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { width:19.9989375rem;height:0;top:1.2479133605957rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #STTdnTkS58undFVc4SNHHh1NByRE4HTb { width:18.125rem;height:56rem;top:5.560417175293rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { width:19.9979375rem;height:3.25rem;top:1.1249980926514rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;color:#377815;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { display:block; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { width:18.125rem;height:35rem;top:3.9625015258789rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm { background-color:#fff7c3;background-image:none;display:block; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { background-color: transparent; background-image: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container > .video-iframe-container { display: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row > .video-iframe-container { display: none; }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .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); }#b1Xse0aNorhEphqKKVW0tv1sX5V1Vrzm > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwP4WgMIRHi90Ohclro83TOOXZboHn4m { width:20rem;height:auto;top:3.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { width:20rem;height:7.8125rem;top:1.4165954589844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwETWGA83snSFpChFW1NV89kEh9oNkdg { width:20rem;height:5.25rem;top:2.7102508544922rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { display:block; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { width:16.875rem;height:2.75rem;top:1.3775329589844rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { width:16.875rem;height:2.75rem;top:5.9903564453125rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { width:16.875rem;height:5.5rem;top:10.456115722656rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { width:16.875rem;height:2.75rem;top:17.63671875rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { width:16.875rem;height:1.375rem;top:22.097869873047rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { width:16.875rem;height:2.75rem;top:25.30744934082rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6PTxl004FwUnQW5sauT88TrvdANHp9 { width:1.5625rem;height:1.5625rem;top:1.3396148681641rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { width:1.5625rem;height:1.5625rem;top:5.9524230957031rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { width:1.5625rem;height:1.5625rem;top:10.454956054688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TvCROsJuStIQGfTv14yeauW0nGS4DO { width:1.5625rem;height:1.5625rem;top:17.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { width:1.5625rem;height:1.5625rem;top:25.297546386719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { width:1.5625rem;height:1.5625rem;top:21.976104736328rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { width:20rem;height:auto;top:10.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ { display:block; }#euZbuDbJ3x8Icm1KFNoQbri0TgZKVmwZ > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQdN2mvS0pS3J6gP4RAmmNWb6fxrzyU { width:16.6865806875rem;height:17.1875rem;top:1.3740844726562rem;left:1.6567095518112rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { width:20rem;height:8.4375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { width:20rem;height:1.75rem;top:21.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { width:18.125rem;height:0;top:24.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArXQhSpETHTHrlywCyPAVcyl4r7R7Zl3 { width:18.125rem;height:3.25rem;top:24.262420654297rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 { display:none; }#GI0zTiXD2ZNZipITVV2XOFoZdsqiMp34 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ { display:block; }#v0Ae0Q5t0ydtU2mmNvSsHsH4DggE3WOJ > .row .container { width:20rem;height:12.3115234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzg25GblaxEDxiuNtsJXyC2ptuKzeCs3 { width:20rem;height:11rem;top:1.31201171875rem;left:-0.032398879528046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qNIQvXAdrMsevPFr5cBMhWmV0DfqtMz6 { width:19.6875rem;height:12.75rem;top:16.0205078125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKb267RWJBGx5pPsKtqFkB57ltpRdKfp { display:block; }#gKb267RWJBGx5pPsKtqFkB57ltpRdKfp > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUIW5ApdThGsGVC1UuekG9EWhvXpMi43 { width:14.0625rem;height:8.375rem;top:12.68359375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83G6XmLdd7srMy3IdqGzE7WBKQnT9WX { width:18.75rem;height:4.875rem;top:20.99609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPrwnrKTHNIrE6guxdrs1ZMGmBOT1Fzt { width:16.875rem;height:2.8125rem;top:26.863037109375rem;left:1.561350941658rem;font-size:1.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSnTrCU0VOkDnbJrhhQTRzB5591elRKu { display:block; }
 }@media only screen and (max-width: 763px) { #rBkreyhsT1dGmDonMF1ngXODHwwowNlh { width:20rem;height:12.625rem;top:0.62109375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rETFiWBOTzJRUX1EARt2JdTDP1XddSd7 { width:19.6875rem;height:12.75rem;top:16.0205078125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iwendl6G69k9XmImicHwlTWHqGoB8Grs { width:4.4375rem;height:4.4375rem;top:1.4538269042969rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #DtN8O9odGVwTrZHH2m2ABcvFkTtKr7FD { width:4.4370403125rem;height:4.4370403125rem;top:12.637878417969rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { background-color:#eefbe7;background-image:none;display:block; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { background-color: transparent; background-image: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container > .video-iframe-container { display: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container { display: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .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); }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJOwFquTfuT29C87gVFrAezqS1SaSxnu { top:1.3165893554688rem;left:0rem;width:20rem;height:10.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { width:20rem;height:20.75rem;top:34.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { width:20rem;height:auto;top:36.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { display:block; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { width:20rem;height:5.25rem;top:2.5850219726562rem;left:0rem;font-size:1.375rem;z-index:15011;text-align:center;text-align-last:center;font-family:"josefin sans";color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UsX6TVoE654noPbQfgSUwkeL81o4i80W { width:20rem;height:1.625rem;top:10.1953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEeEC4TUArWQeglqWWC89ge1svEtWqsH { width:20rem;height:1.625rem;top:11.7578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { width:20rem;height:1.625rem;top:8.6339111328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { width:20rem;height:13.375rem;top:1.3717651367188rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { display:block; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { width:16.875rem;height:12.5rem;top:1.7486572265625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { width:1.5625rem;height:1.5625rem;top:1.7486572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { display:block; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { width:16.875rem;height:7.8125rem;top:1.6842651367188rem;left:2.4977020025253rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { width:1.5625rem;height:1.5625rem;top:1.6279907226562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { display:block; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { width:18.125rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { width:16.875rem;height:9.375rem;top:1.81298828125rem;left:2.4977020025253rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { width:1.5625rem;height:1.5625rem;top:1.81298828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMTsySlEelQPyxPuxeersVVt4SZCv8d { display:block; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { width:16.875rem;height:9.375rem;top:1.6934814453125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ozmqalFW3NKttooE16BklT4ZUEQt2rzE { width:1.5625rem;height:1.5625rem;top:1.6934814453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { background-color:#fffbe6;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; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { background-color: transparent; background-image: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .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); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { border-width: 0; border-radius: 0; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { width:16.875rem;height:2.8125rem;top:1.5625rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block; }
 }@media only screen and (max-width: 763px) { #o65oTKhykGgkP5RET3LOvtpuL5BfJOe8 { width:20rem;height:15.625rem;top:11.082702636719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Snr0WJmX9BJZc8qd1gCDvOsKfv72ZpR0 { width:18.75rem;height:0;top:2.5208129882812rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lrw8lu9f3r062LdfgC6i0iTARUutJwGe { display:block; }#lrw8lu9f3r062LdfgC6i0iTARUutJwGe > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MODIbhImSefqEZGDF7woGqUrXOxf311P { width:20rem;height:1.625rem;top:5.8695068359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhUyna1VKLIxGHmmZc6caNwwfsQFIOiB { width:20rem;height:8.25rem;top:0.58135986328125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aDXwqLTBs1Tuapu9hy5R0FqA6mG26pVP { width:18.75rem;height:3.5rem;top:1.7693481445312rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC { display:block; }#xO7G5Ooll9ZER9iw9iA9n2nt4NEuwmDC > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOJzSlkb5MRSCB6cl59l2JABPQtntZPh { width:17.3747691875rem;height:13.75rem;top:5.6008911132812rem;left:2.6252297163009rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spW9cUWmgRWVUUhmVBQHnfTz9lfqf9Li { width:16.875rem;height:4.125rem;top:1.1178588867188rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo4JdEcrs1STHSvZxbExaZdk06CFZ1Ah { width:16.875rem;height:1.375rem;top:22.462097167969rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiWGPGKH4UZdgSUpVdXFmDqeK5h45fNR { width:16.875rem;height:16.5rem;top:24.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huP8AfVGQTVm1MOlyp0QeRBEI9TzXmb9 { width:1.5625rem;height:1.5625rem;top:22.407958984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemEednHdabRJ6T9sOAmui1b2BUM6eAe { width:1.5625rem;height:1.5625rem;top:1.1212768554688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U { display:block; }#gHZ0dOpy1M2DV5dgL1cMgWMWCD3gzN0U > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRLyHsQG9ffClsszc0UDMeNiZdAJSVqy { width:16.875rem;height:11rem;top:1.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fr5bHsXBRM1s8ROnpcfqi7wp4EGS4DkJ { width:16.875rem;height:13.75rem;top:14.800109863281rem;left:2.5597425699234rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ng3uVP6J4rzLaXS43innItBoMtLbscVq { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqhLdzs6baVhFNDxRIRHAsens5NNit2n { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vooXTnxo1GGptrxrsyfbrArqW1COirWJ { width:20rem;height:auto;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8he5rfRD5LfCf4vAgwiJp6lP3vUJ6Kr { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01TBiITLKTEGI5h6y3h3DLCsN043O0S { width:1.5625rem;height:1.5625rem;top:14.800109863281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEWJl9bkgNnb3ve2vEUUB63AyHkMuX19 { width:20rem;height:auto;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { background-color: transparent; background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container { display: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .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); }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izyv3gLIqBHsMTLd3RfgW25Lk85CDely { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { width:18.75rem;height:33.75rem;top:22.756195068359rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { width:20rem;height:1.75rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { top:1.2879333496094rem;left:0rem;width:20rem;height:10.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { width:18.75rem;height:5.25rem;top:15.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { width:20rem;height:auto;top:5.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #wi3EpxUxc3fzODratNTn4x0XzmFIoJql { width:20rem;height:1.75rem;top:13.554229736328rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { top:1.5464172363281rem;left:0rem;width:20rem;height:10.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { width:20rem;height:30rem;top:17.010559082031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:300;font-style:normal;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #khpwhrszs9fM72LtIdNe9OwzGgNUPQoD { width:17.4368095625rem;height:1.5rem;top:50.5rem;left:2.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sHWGiJvD7uky7evImUkluPHeEBkRC7 { width:16.77941175rem;height:2.71691175rem;top:53.125rem;left:1.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LiVMGIz5yd6WLUHrxpJIHvTs3zTxUCE0 { display:block; }
 }@media only screen and (max-width: 763px) { #or1Cc83aFGq4PqLato1wAwucbCVI6JGt { width:3.3743105rem;height:3.3743105rem;top:48.875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { background-color:#fff7c3;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; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { background-color: transparent; background-image: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .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); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { border-width: 0; border-radius: 0; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { width:20rem;height:37.2822265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { width:6.1875rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { width:19.4375rem;height:36rem;top:1.2826538085938rem;left:0.28147977590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { width:17.5rem;height:0;top:5.4739990234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { width:17.5rem;height:35.4375rem;top:1.2810363769531rem;left:1.2488510608673rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { width:20rem;height:auto;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { background-color:#fff7c3;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; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { background-color: transparent; background-image: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .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); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { border-width: 0; border-radius: 0; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { width:6.1875rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { width:19.4375rem;height:30.4375rem;top:1.33837890625rem;left:0.20335477590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { width:17.5rem;height:0;top:2.6771240234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { width:17.5rem;height:28.6875rem;top:3.2077026367188rem;left:1.2488510608673rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { width:20rem;height:auto;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");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;display:block; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.adaptive-delivery-prevent-bg, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.lazyload, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.lazyloading { background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { background-color: transparent; background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff7c3; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff7c3; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .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); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { border-width: 0; border-radius: 0; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { width:6.25rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { width:19.4375rem;height:32.375rem;top:1.33837890625rem;left:0.20335477590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { width:20rem;height:0;top:2.3216552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCBtboQM15mrcABndkt6nhIJalLB02HT { width:17.5rem;height:30.375rem;top:2.651123046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { width:20rem;height:auto;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #riNJ8UVDu882xD6qTHfM4pynymTDpFNl { display:block; }#riNJ8UVDu882xD6qTHfM4pynymTDpFNl > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6IsekLGJ9TSS801vHresWxiahtaVaTb { width:20rem;height:5.25rem;top:1.491943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo { display:block; }#wwd2vwrNoc2AP1aEFNNrN2yQLBIImMDo > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkX2w7gwqATvpwGc94KmO0w7iUyLk2gW { width:20rem;height:1.625rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsntzF28IuRQqGrUglkuB0ROrx6Sn36N { width:16.25rem;height:12.125rem;top:5.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFrsGw84FJwWSQavpI8ABx1dASSp855 { width:16.25rem;height:14rem;top:18.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBFecpxOPlzGvB2UlId1aqW6QxQtsJye { width:16.25rem;height:14.1875rem;top:34.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqXXN8LqXdvly1yirUUKl5Em75V9knV { width:16.25rem;height:16.25rem;top:49.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTDUD5tBt6lTtVN0VEpPxqmmwnB4Tur { width:13.2490806875rem;height:2.5625rem;top:7.875rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei7TfbMgKmVITVWRIoumyBLrgCLniNnb { width:14.3118105rem;height:3rem;top:12.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNuKUAxdw2UsGfwFsnwTG2hXM3qzas7y { width:12.5rem;height:2.5625rem;top:21.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE89hAT3mzGgrWuWggcwtdtXKOWn1lJh { width:15.4997701875rem;height:4.5rem;top:25.875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ9dpdVIPIPGzlf8BgfB4qlF8T9R3PeP { width:2.125rem;height:2.5625rem;top:36rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmpT2h26Q1kwbctA2dQVINgClH9T0enQ { width:15rem;height:6rem;top:40.17138671875rem;left:2.4999998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g57AZKRfmlLSgmawu3yUKCxgwG8WE6ue { width:5.5625rem;height:2.5625rem;top:35.9375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzhTOFF0iDpXdVZzRpZHDEmpr6xnwFt { width:3rem;height:2.5625rem;top:35.9375rem;left:12.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LvCT5RUJ992pvcAMdvEE9NcWK37OtlGh { width:5.4365806875rem;height:2.5625rem;top:52.125rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0vfH3QQifSad4IRZoFCQBuRnxUXSrOL { width:2.1875rem;height:2.5625rem;top:52.092041015625rem;left:10.56181037426rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpadnTmBgVJLQu7EDUrotXFVlPBCI2Ol { width:15.4997701875rem;height:7.5rem;top:56.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AioTZeCMMevExB63mrTXFf1x25o8UNl2 { display:block; }#AioTZeCMMevExB63mrTXFf1x25o8UNl2 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkQZCIETFVgFCm5BMcODxEx90Rctm4z { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqCpyNbzFp3ONbuufhhJwkSvzXc7ZwaC { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedJE1H0vZihHNS251nJ1K9u8t8WU0Hv { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbAWwlh61KPoJfixq6l3KJUwJ8TqsTIq { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNnyXyOlnKTTlxHt3Ic5IUkO6yURJLOa { width:5.125rem;height:5.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTRN1tCSKIakAgqpHdfWQTOhwtPC7Mu { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { background-color:#377815;background-image:none;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { width:20rem;height:1.5rem;top:13.264038085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { width:18.125rem;height:26.5625rem;top:14.660217285156rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { top:1.3109130859375rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { background-color:#377815;background-image:none;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { width:18.125rem;height:32.8125rem;top:13.462829589844rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { top:2.534423828125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/ff4f68fd-48e7-4d51-b9ec-25b2e2768735/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.adaptive-delivery-prevent-bg, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyload, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyloading { background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { background-color: transparent; background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .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); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { width:20rem;height:8.9993105rem;top:8.1032104492188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { width:20rem;height:0;top:4.9345092773438rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { display:block; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { width:20rem;height:7rem;top:2.5rem;left:0rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oifsFLWJXcvG25hB5t73GuSqoU00dXvc { width:20rem;height:8.9993105rem;top:1.5142822265625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { background-color:#eefbe7;background-image:none;display:block; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { background-color: transparent; background-image: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .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); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { width:20rem;height:143.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { width:19.3125rem;height:43.3125rem;top:3.4306030273438rem;left:0.37454044818878rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { width:18.125rem;height:0;top:6.3125019073488rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { width:19.375rem;height:46.9375rem;top:53.72607421875rem;left:0.27803307771683rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TX8stSiaPmNgBhMesTC0n0buBcvItXWI { width:18.125rem;height:0;top:46.515625953674rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { width:19.375rem;height:28.0625rem;top:47rem;left:-41.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { width:19.9991875rem;height:1.8125rem;top:74rem;left:-41.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { width:18.125rem;height:13.75rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SwbBub44ATSkPBZc0BcpsTId2KSucufM { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block; }
 }@media only screen and (max-width: 763px) { #HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { width:19.375rem;height:28.0625rem;top:56.260898590088rem;left:-44.573436707258rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { width:19.9991875rem;height:1.8125rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { width:18.125rem;height:13.75rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #udSRouX8UH8BHF7nLuAByAaG66WEnTVF { width:18.6991875rem;height:3.386325rem;top:93.8827727437rem;left:-36.960937470197rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block; }
 }@media only screen and (max-width: 763px) { #F52slL7hAZpBODOB4EyPSRESpFgFf3om { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { width:3.75rem;height:0.125rem;top:2.5177135467529rem;left:13.125000834465rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { width:19.375rem;height:33.9993095625rem;top:106.19714355469rem;left:0.27918195724487rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GvGPg8RmXUq41l7ygboCtDEs8wp9wqDL { width:18.125rem;height:0;top:87.575003147125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { width:6.25rem;height:6.25rem;top:0.0625rem;left:6.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { width:6.25rem;height:6.25rem;top:50.811096191406rem;left:6.8738507032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXI3cUJUDxZ9HTQTeG5Qw45wELnwSGnT { width:6.25rem;height:6.25rem;top:103.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { width:18.125rem;height:39.0625rem;top:6.3125019073488rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;line-height:1.5;color:#47545a;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { width:18.125rem;height:42.1875rem;top:57.489685058594rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { width:18.125rem;height:28.125rem;top:109.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9X3clCCvZvTmhLslL200nCb2uOa38Cd { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV { background-color:#eefbe7;background-image:none;display:block; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { background-color: transparent; background-image: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container > .video-iframe-container { display: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row > .video-iframe-container { display: none; }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .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); }#kvtx4MdnTuloIJZTIvKsgX5fpgPVZSoV > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zg0qOa39JrGnq0IWNt0Ky97pAAK8e9fl { width:19.375rem;height:30.6870403125rem;top:30.5625rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { width:18.125rem;height:0;top:32.914585113526rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdbIOP4lkp6FU1uVOgm1QZHSO0HHdOHx { width:19.375rem;height:28.0625rem;top:47rem;left:-41.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zyQl5TlC3arbC5C78rV6GQvXbTN0tBwf { width:19.9991875rem;height:1.8125rem;top:74rem;left:-41.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qdFtWLiBb5XqUdnnzOKlRigTeex2f4Gm { width:18.125rem;height:13.75rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #elEJhQVqy9bBWVlyZUXz02UonFIB4dyv { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #eP4HSaDSSrq5Db0crFzAbyM962KFgX3V { display:block; }
 }@media only screen and (max-width: 763px) { #D1eu8b4PolSt2TV0lpKiSy4CpPBmOcQ2 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RwGMBu4HVlsUlU4dyamqrgEM2ZV24PGp { width:19.375rem;height:28.0625rem;top:56.260898590088rem;left:-44.573436707258rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #O9qL46qBTbXtLpnSODpcQTBZgcmIn7xi { width:19.9991875rem;height:1.8125rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #B7USopgtTSIEJU5sRT9QTriP3t8aG5tU { width:18.125rem;height:13.75rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #HrEupAMCF69aLfRJ2axWD6EGc8EpVi1L { width:18.6991875rem;height:3.386325rem;top:93.8827727437rem;left:-36.960937470197rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #etGTAU89UxgtQoSexiccsv2i850F4O7T { display:block; }
 }@media only screen and (max-width: 763px) { #FCC7RlReP0RMFnHcTbBQSz4lITHtKbli { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yiTAnrSxUqHSnobH0iI5TRVytlZM6MDV { width:3.75rem;height:0.062109375rem;top:63.9541683197rem;left:15.377083659172rem;display:none; }
 }@media only screen and (max-width: 763px) { #mowwQ3dkJcDvfPDgEoNiIc0Js5UT9lQu { width:3.75rem;height:0.062109375rem;top:63.95312690735rem;left:1.6875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #auwRKkb4fQwyOq5rKOvThb6vcUdoETLn { width:19.375rem;height:35.0620384375rem;top:68.25rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H9p8bOqov28PhpcSV3PNFrqVZVIphN1e { width:18.125rem;height:0;top:67.01171875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { width:6.25rem;height:6.25rem;top:27.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB837G9bJHZwK246VQIVnUdTLSsTsRIw { width:6.25rem;height:6.25rem;top:65.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH42PTKePHGiVTSKnknisbl7iqSKLa3B { width:6.1875rem;height:0;top:103.212890625rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #msnPTrPfEhtezd5RHFXrS9141xDXKCxd { width:6.1875rem;height:auto;top:8.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBFeZL4hG1EaPet8v3lGPFsRLRmO9f2b { width:18.123697280884rem;height:17.1875rem;top:6.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #wuJHlEV54o9PRownM702My5aaM7FOcOm { width:18.125rem;height:26.5625rem;top:33.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #E3SuUaXnMvUAwhg9WzErGUX2DR4PlACo { width:18.125rem;height:29.6875rem;top:71.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #EI7iR2agT6AbiHX4HCllEfNBD8ID96Fl { width:19.375rem;height:21.1875rem;top:3.0595703125rem;left:0.18612134456634rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qNl253sVsIKyIaE0zNmzVzAvUgaaW1TH { width:18.1241875rem;height:0;top:6.2500009536744rem;left:0.93645834922787rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1ROVxqc0cT8C2TgG47EXeW64OJC7HVv { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9ydfgzpNrQ2VvHyn0eAFzAKhFw7FSkW { width:6.25rem;height:6.25rem;top:0.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { background-color: transparent; background-image: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .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); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { width:20rem;height:5.9375rem;background-color:#eefbe7;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { width:18.75rem;height:3.3125rem;top:1.25rem;left:0.625rem;font-size:1.0625rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block; }
 }@media only screen and (max-width: 763px) { #xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { display:block; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { width:20rem;height:6rem;top:1.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { width:15.1240806875rem;height:3.5rem;top:2.4322509765625rem;left:2.4368106126785rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { display:block; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { background-color: transparent; background-image: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .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); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { border-width: 0; border-radius: 0; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { width:20rem;height:1.25rem;background-color:#f4fdef;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { width:4.375rem;height:4.375rem;top:9.3671875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { width:18.75rem;height:12.375rem;top:15.967407226562rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikE4x13yuvzsqTqCpX6587IAPKdCtVu { width:20rem;height:11.6rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { display:block; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { background-color: transparent; background-image: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .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); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { border-width: 0; border-radius: 0; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { width:4.375rem;height:4.375rem;top:9.55859375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { width:18.125rem;height:11rem;top:15.799560546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { display:block; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { background-color: transparent; background-image: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .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); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { border-width: 0; border-radius: 0; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { width:4.375rem;height:4.375rem;top:9.517578125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { width:18.125rem;height:0;top:16.0634765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nICHV24TWb22ybpIknui9y9vli8P7BRM { width:20rem;height:11.611111111111rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { width:17.625rem;height:8.25rem;top:16.437255859375rem;left:0.84168195724488rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { display:block; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { background-color: transparent; background-image: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .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); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { border-width: 0; border-radius: 0; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a49DLV66phDNyHiX27WImurncNV6BIIN { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { width:4.375rem;height:4.375rem;top:9.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { width:18.125rem;height:12.375rem;top:15.9248046875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { display:block; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { background-color: transparent; background-image: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .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); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { border-width: 0; border-radius: 0; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { width:4.375rem;height:4.375rem;top:9.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { width:18.8125rem;height:0;top:15.8037109375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { width:18.8120403125rem;height:13.75rem;top:16.052368164062rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { display:block; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { background-color: transparent; background-image: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .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); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { border-width: 0; border-radius: 0; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { width:20rem;height:11.875rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { width:4.375rem;height:4.375rem;top:9.3955078125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IMficbqRU3eaAdTp4r895urfeyOLuy { width:18.125rem;height:6.875rem;top:16.081176757812rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { display:block; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { background-color: transparent; background-image: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .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); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { border-width: 0; border-radius: 0; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { width:4.375rem;height:4.375rem;top:9.5166015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { width:18.125rem;height:9.625rem;top:16.258666992188rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscctBWBdzNpgJG42cTLXRCCnrFqtwMv { display:block; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv { background-color: transparent; background-image: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container > .video-iframe-container { display: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row > .video-iframe-container { display: none; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .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); }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv { border-width: 0; border-radius: 0; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FscctBWBdzNpgJG42cTLXRCCnrFqtwMv > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3zTeTzbwbebpP0VICOfTqPuCcht5w1F { background-color:#f4fdef;background-image:none;display:block; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { background-color: transparent; background-image: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container > .video-iframe-container { display: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row > .video-iframe-container { display: none; }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .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); }#k3zTeTzbwbebpP0VICOfTqPuCcht5w1F > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbgLoodBA1I9rRpgB2d4Z2uUeh0BXhfW { width:20rem;height:11.8125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOxTB2IiCIrkAIZkUx7vOFNDLuDvw0mJ { width:18.125rem;height:9.625rem;top:16.374145507812rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSzDhRBN5GfUbNlnHyldU2PcLMzfFq1V { width:4.375rem;height:4.375rem;top:9.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { background-color:#f4fdef;background-image:none;display:block; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { background-color: transparent; background-image: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .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); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { width:18.9993095625rem;height:3.3743105rem;top:1.2626953125rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block; }
 }@media only screen and (max-width: 763px) { #v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { display:block; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { width:20rem;height:5.25rem;top:1.135009765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { background-color:#fff7c3;background-image:none;display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { background-color: transparent; background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .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); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { width:19.3118095625rem;height:1.25rem;top:59.457763671875rem;left:0.34237134456634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATwn2lxQulntWVPWVZXel8nIDHr1W9A { width:20rem;height:4.9368105rem;top:57.624145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { width:20rem;height:57.9375rem;top:1.375244140625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { top:2.397705078125rem;left:0.625rem;width:18.5rem;height:11.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { width:18.75rem;height:41.25rem;top:15.126342773438rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { width:18.4613956875rem;height:2.8984374375rem;top:63.871826171875rem;left:0.76861214637756rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block; }
 }@media only screen and (max-width: 763px) { #XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { background-color:#f4fdef;background-image:none;display:block; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { background-color: transparent; background-image: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .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); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { width:19.4375rem;height:27.875rem;top:2.20703125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { width:4.6875rem;height:0.75rem;top:4.3922119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #D52X24FgDVDscfREykc9T9esCiVItnAV { width:9.4990806875rem;height:1.5625rem;top:26.290649414062rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskhLsS5LUkky74zHJEG97ozdST3pKwC { width:16.5rem;height:18.75rem;top:7.765380859375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { background-color:#f4fdef;background-image:none;display:block; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { background-color: transparent; background-image: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .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); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { width:19.4375rem;height:27.875rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { width:4.6875rem;height:0.75rem;top:3.1495361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { width:11.6865806875rem;height:1.5625rem;top:25.25732421875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { width:16.9370403125rem;height:17.1875rem;top:6.557861328125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { background-color:#f4fdef;background-image:none;display:block; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { background-color: transparent; background-image: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .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); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { width:19.4375rem;height:34.9375rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { width:4.6875rem;height:0.75rem;top:2.2403564453125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { width:13.4995403125rem;height:1.5625rem;top:32.0703125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { width:17.2495403125rem;height:25rem;top:5.68359375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { display:none; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { width:20rem;height:244.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KGmt01kvHcSdz261KLRzNOc1LVSy73ya { width:17.5rem;height:10.3125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { width:19.375rem;height:88.4375rem;top:7.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { width:17.5rem;height:7.5rem;top:2.8017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { width:14.3125rem;height:4.25rem;top:87.9375rem;left:2.875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block; }
 }@media only screen and (max-width: 763px) { #cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { width:16.875rem;height:3rem;top:84.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { width:10.6875rem;height:1.625rem;top:92.4375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { width:18.75rem;height:3.75rem;top:98.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQVsweUJesFW8o6qKVna5ipWSKtibcq { width:18.75rem;height:2.5rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { width:18.9375rem;height:1.6875rem;top:33.1455078125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL9y123rNyFILwTtb7zub53lfENyFQI { width:10.625rem;height:1.625rem;top:93.9375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { width:19.1875rem;height:1.875rem;top:83.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { width:12.1875rem;height:5.5rem;top:25.625rem;left:7.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #afilAkQNVsdtxGfqA577mpMkHbxBxIIR { width:10.625rem;height:1.333333375rem;top:26.625rem;left:8.8125rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { width:10.6875rem;height:1.625rem;top:24.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MApXxksEs9PTiO143JiU492WVomE3Fgr { width:10.625rem;height:1.375rem;top:1.6875rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { width:7.5625rem;height:1.375rem;top:26.625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { width:18.75rem;height:41.8125rem;top:1.0517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { width:17.5rem;height:12.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { width:17.5rem;height:5.0625rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { width:13.75rem;height:3.25rem;top:47.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { width:16.875rem;height:3rem;top:75.162719726562rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { width:14.3125rem;height:4.25rem;top:78.75rem;left:2.84375rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block; }
 }@media only screen and (max-width: 763px) { #FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { width:18.75rem;height:39.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { width:17.5rem;height:5.0625rem;top:46.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { width:17.4375rem;height:3.25rem;top:2.8021240234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { width:17.5rem;height:30rem;top:13.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { width:14.3125rem;height:4.25rem;top:36.70703125rem;left:2.84375rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block; }
 }@media only screen and (max-width: 763px) { #H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { width:16.875rem;height:3rem;top:33.145874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { width:18.75rem;height:12.1875rem;top:103.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { width:10.6875rem;height:5.5rem;top:90.5625rem;left:8.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { width:6.25rem;height:6.25rem;top:126.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { width:19.1875rem;height:1.875rem;top:172.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { width:19.1875rem;height:1.875rem;top:163.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { width:19.1875rem;height:1.875rem;top:175.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIddOaLv14VPVTEQi5avKFgi40Pinkb { width:19.1875rem;height:1.875rem;top:178.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { width:19.1875rem;height:1.875rem;top:185.125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { width:19.1875rem;height:1.875rem;top:169.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { width:19.1875rem;height:1.875rem;top:191.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9iShkEcwtb54pICa4QX52031TP6w8m { width:13.5rem;height:0;top:207.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cVHqeV04xifnw1ozed7i0xkrhonGpxkk { width:13.5rem;height:0;top:209.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { width:15.75rem;height:8.4379925175869rem;top:212.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { width:20rem;height:0;top:225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { width:19.1875rem;height:0;top:222.0625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { display:block; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { width:19.25rem;height:0;top:2.7354736328125rem;left:0.40670955181122rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { width:20rem;height:12.25rem;top:1.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { width:20rem;height:3.25rem;top:8.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { width:19.2497691875rem;height:5.25rem;top:2.671142578125rem;left:0.37454044818878rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { display:none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { width:10.6875rem;height:5.5rem;top:90.5625rem;left:8.5rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { display:none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { width:20rem;height:256.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { width:17.5rem;height:10.3125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { width:19.375rem;height:88.4375rem;top:7.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Jivu5woCJLn886SoSChtQmKDrclTJHdX { width:17.5rem;height:7.5rem;top:2.8017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #akzVIWttm3kzcQu4ustqExBS5msVmCQB { width:14.3125rem;height:4.25rem;top:87.9375rem;left:2.875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block; }
 }@media only screen and (max-width: 763px) { #JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { width:16.875rem;height:3rem;top:84.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { width:10.6875rem;height:1.625rem;top:92.4375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nP0Re05D766HNDUDiiFWKF0EilJwetyQ { width:18.75rem;height:3.75rem;top:98.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { width:18.75rem;height:2.5rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { width:18.9375rem;height:1.6875rem;top:33.1455078125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { width:18.9375rem;height:1.6875rem;top:61rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { width:10.625rem;height:1.625rem;top:93.9375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { width:19.1875rem;height:1.875rem;top:83.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { width:12.1875rem;height:5.5rem;top:25.625rem;left:7.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { width:10.625rem;height:1.333333375rem;top:26.625rem;left:8.8125rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PKF21840FfxKabvKwrDke5R0kl2lanfZ { width:18.75rem;height:21.25rem;top:82.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iupz6RTvo3l8ufweied36OV7OCWXD0Gw { width:10.6875rem;height:1.625rem;top:24.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { width:10.625rem;height:1.375rem;top:1.6875rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { width:7.5625rem;height:1.375rem;top:26.625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { width:18.75rem;height:41.8125rem;top:1.0517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { width:17.5rem;height:16.25rem;top:63.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { width:17.5rem;height:12.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { width:17.5rem;height:5.0625rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { width:13.75rem;height:3.25rem;top:47.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { width:16.875rem;height:3rem;top:75.162719726562rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { width:14.3125rem;height:4.25rem;top:78.75rem;left:2.84375rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { width:18.75rem;height:39.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { width:17.5rem;height:5.0625rem;top:46.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA84nSPr76xGBq2neoWQG7e53420IqxT { width:17.4375rem;height:3.25rem;top:2.8021240234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { width:17.5rem;height:30rem;top:13.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { width:14.3125rem;height:4.25rem;top:36.70703125rem;left:2.84375rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block; }
 }@media only screen and (max-width: 763px) { #SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { width:16.875rem;height:3rem;top:33.145874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { width:18.75rem;height:12.1875rem;top:103.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqwqEzW7rnravTaVk7nRglknEVDRbQh { width:13.375rem;height:8rem;top:117.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { width:19.1875rem;height:1.875rem;top:172.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { width:19.1875rem;height:1.875rem;top:163.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { width:19.1875rem;height:1.875rem;top:166.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { width:19.1875rem;height:1.875rem;top:175.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { width:19.1875rem;height:1.875rem;top:178.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { width:16.875rem;height:3rem;top:134rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEzyMBOHomUMswnlmHA0HANumty0wkL7 { width:14.3125rem;height:4.25rem;top:146.75rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block; }
 }@media only screen and (max-width: 763px) { #kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { width:16.875rem;height:3rem;top:138.25rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { width:14.3125rem;height:4.25rem;top:152.25rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block; }
 }@media only screen and (max-width: 763px) { #LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { width:19.1875rem;height:1.875rem;top:169.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { width:14.3125rem;height:4.25rem;top:157.75rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block; }
 }@media only screen and (max-width: 763px) { #xky6BnJMRogPZWf58za1OSkmf4AkPdqb { width:16.875rem;height:3rem;top:142.5rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { width:19.1875rem;height:1.875rem;top:197.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { width:19.1875rem;height:1.875rem;top:200.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL15LFXcvghfVrApShINb2HbddbIWTs { width:19.1875rem;height:1.875rem;top:203.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { width:13.5rem;height:0;top:207.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { width:13.5rem;height:0;top:209.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { width:19.125rem;height:0;top:212.375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { width:19.125rem;height:0;top:220.0625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1POCirmH9V75s5bAo4CDolS2oudtD6 { width:20rem;height:0;top:215.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { width:20rem;height:0;top:223rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { width:20rem;height:0;top:227.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { width:20rem;height:0;top:237.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkm80x2TXVyx99Ta1bMww78fuxz88XHd { width:20rem;height:0;top:232.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { width:20rem;height:0;top:242.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { width:16.875rem;height:0;top:249.875rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { width:19.125rem;height:0;top:246.9375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { display:none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { width:19.9991875rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaAToP7xwAMJEAtMbenrObtaFOdIoITS { width:18.125rem;height:42.2794104375rem;top:5.1826171875rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QKaecfJE4Vy7wuz9itgzOl84oV9clWon { width:2.875rem;height:2.875rem;top:1.47412109375rem;left:8.5627297163013rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { display:none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { width:18.75rem;height:7.3529410625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { display:block; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oDVRUqIIwTauAc177cUuRozK2cTTyksW { width:18.75rem;height:74.1875rem;top:0.99951171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRt8652am4Xd5lTX3e56XhftIfuXPz6W { width:17.5rem;height:5.0625rem;top:1.5625rem;left:1.25rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { width:17.4375rem;height:3.25rem;top:2.46875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { width:17.5rem;height:20rem;top:16.0625rem;left:1.25rem;font-size:1rem;color:#f3b807;display:block; }
 }@media only screen and (max-width: 763px) { #gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { width:14.3118105rem;height:3.125rem;top:49.748291015625rem;left:2.8435200452804rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block; }
 }@media only screen and (max-width: 763px) { #MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { width:16.875rem;height:3rem;top:42.094482421875rem;left:1.5291818380356rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { width:19.1865806875rem;height:1.875rem;top:40.29296875rem;left:0.40670955181122rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { width:19.1865806875rem;height:2.8125rem;top:37.07568359375rem;left:0.40670955181122rem;font-size:1.875rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #AFd5MMeDEGdeGS6kTf1nNAg34T81DfzV { width:19.1865806875rem;height:3rem;top:46.059326171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDyimgpMw8bMOQ6I8eKu3HzLcuQt9r1 { width:19.1865806875rem;height:3rem;top:70.060791015625rem;left:0.40670955181122rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTrkWO7EP0RQy5bCoGLemQXXygL2oFy { width:16.875rem;height:3rem;top:66.570556640625rem;left:1.5291818380356rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #TwH0ydTDJT6XyqIxySKZz6KMBKhIJidn { width:14.3118105rem;height:3.125rem;top:62.2958984375rem;left:3.1985291242599rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzE4sIDvFbkTJTyeD5k9ZQDgvupvxc1l { display:block; }
 }@media only screen and (max-width: 763px) { #JKAtTdWLbqXJ4xEzrc8Jlw7FDX9O2Q1c { width:19.1865806875rem;height:1.6875rem;top:55.248046875rem;left:0.40670955181122rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { top:6.62744140625rem;left:2.3747700452804rem;width:15.2493105rem;height:9.7495403125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTETDKq4t9r1t3m35T2CK09bgn8Bxckd { width:19.1865806875rem;height:3rem;top:58.49609375rem;left:0.81341910362244rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { display:block; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { width:18.9375rem;height:1.6875rem;top:30.1875rem;left:0.53125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LRQFaLGG4OTofmHH09cesWUAbC3849Ep { width:18.75rem;height:74.125rem;top:0.755859375rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { width:17.5rem;height:5rem;top:33.099609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { width:17.5rem;height:12.5rem;top:17.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK2sVnygpzomTl2aWxNcCodqloDO9uZS { width:17.5rem;height:5.0625rem;top:1.6767578125rem;left:1.25rem;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { width:13.75rem;height:3.25rem;top:2.5830078125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { width:16.875rem;height:3rem;top:44.375rem;left:1.5rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #czppn7T40BTKL3JKPGafyoXlGm1eNhvg { width:14.3118105rem;height:3.125rem;top:51.4375rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block; }
 }@media only screen and (max-width: 763px) { #oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { width:19.1865806875rem;height:2.8125rem;top:38.86669921875rem;left:0rem;font-size:1.875rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { width:19.1865806875rem;height:1.875rem;top:42.5rem;left:0.4375rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #iEeaxyOq0DhPsKK8kvXSQAbETHCvTeuR { width:16.875rem;height:3rem;top:62.625rem;left:1.5rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #QMxTItdgQBZseSLSMvW0Tvw5wf2wiFkd { width:14.3118105rem;height:3.125rem;top:65.5rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTmKipArATqRpH4eqVQC8JAQF23ET7W { display:block; }
 }@media only screen and (max-width: 763px) { #dDCmxZyDGKDFluk4vsOqH4TDQlKAIpNb { width:19.1865806875rem;height:1.6875rem;top:56.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { width:13.375rem;height:8rem;top:8rem;left:3.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #zh26OJtDh1vvnhR3UASife9WNmDyAQ9y { width:19.1865806875rem;height:3rem;top:47.25rem;left:0.4375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #EIJa2gATLsQ2GufRKKS4srDoCexvOqS1 { width:19.1865806875rem;height:3rem;top:59.0625rem;left:0.4375rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zKIppl0yAxQA0Uv6pyO4zC58mSsQlAmt { width:19.1865806875rem;height:3rem;top:69.8125rem;left:0.4375rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { display:block; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { width:17.5rem;height:10.3125rem;top:5.3642578125rem;left:1.25rem;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { width:19.375rem;height:93.4375rem;top:4.375rem;left:0.3125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { width:17.5rem;height:7.5rem;top:6.7705078125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { width:14.3118105rem;height:3.125rem;top:71.24658203125rem;left:2.8435200452804rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block; }
 }@media only screen and (max-width: 763px) { #FVwSlfaDHeALPKDerxOycWTJERcLCrAu { width:16.875rem;height:3rem;top:63.880126953125rem;left:1.5291818380356rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { width:18.75rem;height:3.75rem;top:16.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { width:18.75rem;height:2.5rem;top:31.310791015625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { width:18.9372691875rem;height:1.6875rem;top:28.82470703125rem;left:0.49862134456634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { width:18.9375rem;height:0;top:49.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { width:19.1865806875rem;height:1.875rem;top:62.06103515625rem;left:0.40670955181122rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #ThiITJdddAns0N5hb0E92hqC0URKcGsG { width:12.1875rem;height:5.4997701875rem;top:0.56201171875rem;left:7.5rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { width:10.625rem;height:0;top:1.1875rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #QNHRaebyGSLp5quwVu0EN474ws6pVfFK { width:18.75rem;height:11.25rem;top:45.268798828125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { width:12.125rem;height:1.375rem;top:1.25rem;left:7.6344202756881rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15033;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wUIDhihTlwn155rUWHprIu8GzPG5Zziu { width:13.3743105rem;height:7.9997701875rem;top:33.754638671875rem;left:3.3122700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { width:19.1865806875rem;height:4.5rem;top:55.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.2;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #WfugWalr5X26aU4nmCU64yIVKlD1xgzs { width:19.1865806875rem;height:3rem;top:67.435546875rem;left:0.40670955181122rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuoc53EgosHF78zSPh6iFporF93zm2w { width:14.3118105rem;height:3.125rem;top:88.25rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX0xlRt9W9qGPsmET72g94FScwso84JF { display:block; }
 }@media only screen and (max-width: 763px) { #rcMW9teCuP5hQHMpy1UsuZOmGPHoUwA4 { width:16.875rem;height:3rem;top:85.375rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSvFHFUT7VoPJcUsedAHfkAaqFrTAaF2 { width:19.1865806875rem;height:1.6875rem;top:79rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpT9L8PIMJogWOReDPdKG4F0X12irMn { width:18.9372691875rem;height:1.6875rem;top:43.0205078125rem;left:0.49862134456634rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #krEVCgEVFINlgcd36V8BSRg8sFM2TozH { top:19.132568359375rem;left:2.0094207525253rem;width:15.2493105rem;height:9.7495403125rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m99FctliRzbhowgkTpkVOWps6EoVkZOh { width:19.1865806875rem;height:3rem;top:81.4375rem;left:0.4375rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #h4vtX0N5NoqebfdwSEhuKtVBqpMpJIh9 { width:19.1865806875rem;height:3rem;top:93.1875rem;left:0.8125rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { width:11.9375rem;height:1.375rem;top:2.62646484375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15034;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { width:12.1875rem;height:5.4997701875rem;top:72.403564453125rem;left:7.8124998807906rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { width:12.125rem;height:1.375rem;top:-20.554016113281rem;left:9.2598065137863rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15036;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { width:11.9375rem;height:1.375rem;top:-20.554016113281rem;left:9.4473065137863rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { width:12.1243105rem;height:1.375rem;top:74.454345703125rem;left:7.8756884336469rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15034;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FW789maZ5B0zLgz5KfTKFvlBVm24J6qQ { width:11.9370403125rem;height:1.375rem;top:75.75rem;left:8.0629595518113rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15035;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { display:block; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { width:19.9991875rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { width:18.125rem;height:42.1875rem;top:5.1826171875rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { width:2.875rem;height:2.875rem;top:1.47412109375rem;left:8.5627297163013rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QOkxishA5fbZATBvxlPsumOWszxHpOTb { display:block; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUPCXRIKemk4diQnqOXkyveA6Sce19tU { width:18.75rem;height:0;top:2.1884765625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { width:18.75rem;height:12.25rem;top:1.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { background-color:#fff7c3;background-image:url("https://images.assets-landingi.com/uc/de69e077-2a4d-4d70-b5b4-4193d2f0a302/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.adaptive-delivery-prevent-bg, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyload, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyloading { background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { background-color: transparent; background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .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); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd5MawNsV0bkGmqLBS1aCkci091O3Naf { width:20rem;height:3.5rem;top:9.947021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmftFigilkSFU5R8dIRT2sphT7HdP9U { width:20rem;height:7.75rem;top:8.66259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { width:20rem;height:1.625rem;top:14.0751953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { display:block; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { display:block; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { width:20rem;height:57.1962890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { width:18.123849875rem;height:28.5rem;top:16.18798828125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { width:20rem;height:45.75rem;top:11.446533203125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { width:18.9993095625rem;height:1.4375rem;top:13.751220703125rem;left:0.49862134456634rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { width:15.9375rem;height:9.9375rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubzLg5zui8uESllqxPM8yVv94WFWAuV { width:17.5rem;height:8.3125rem;top:47.513916015625rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { width:20rem;height:1.375rem;top:48.422607421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { width:14.7495403125rem;height:0;top:48.572021484375rem;left:2.0002297163009rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #M9rtwFSphB1Bk27zNFNED0MunOaJ9bpz { width:17.5rem;height:3.75rem;top:50.689453125rem;left:1.1874998807907rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { display:block; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { width:18.122701625rem;height:27rem;top:16.310791015625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { width:20rem;height:43rem;top:12.451904296875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { width:18.3122691875rem;height:1.4375rem;top:13.91796875rem;left:0.84329044818881rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { width:15.9375rem;height:9.9375rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnnXUc28gGxqKTa5ui5927qLUQLndxb { width:17.5rem;height:7.625rem;top:46.5166015625rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { width:20rem;height:1.375rem;top:47.400146484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { width:19.5622691875rem;height:0;top:46.695842765625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygFfPt4FFp9Jh0wP5laQ8xpyRKMWQTyE { width:19.5622691875rem;height:3.75rem;top:49.655517578125rem;left:0.21829044818878rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT { display:none; }#vBAx4bTHVeUukKnbW0lPzFNkToNFm8pT > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ig4Kui1moIUSl1vCk558ihM2TxkTBB4z { display:none; }#ig4Kui1moIUSl1vCk558ihM2TxkTBB4z > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RMUxRHRxHia1hf8lAA6XioXnHK4MmI0J { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #LqR6bnnA4fLxlW2FPDqIEqHRuQ27fTMt { width:20rem;height:11.3125rem;top:12.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVztkXtZEipuTf0GC6cXNeLLRAJV2WLF { width:20rem;height:1.39705875rem;top:14.1337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuROLQuOOTTh5CWTIQ59KEci7NVt0gaw { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGaI0zrzzHdF5NUouLViFEZo8qTSTBV7 { width:18.125rem;height:5.8823528125rem;top:15.475830078125rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQkbbiLFzuFXpoCan8z0ebgtTMo7v74n { width:15.9375rem;height:9.9368105rem;top:1.2890625rem;left:2.0312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { display:block; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { display:block; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { width:15.625rem;height:3.3125rem;top:21.708374023438rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block; }
 }@media only screen and (max-width: 763px) { #rnTGLKfu6n4JzkDpVPFwtr7bKm9O7bVq { width:15.625rem;height:3.3125rem;top:44.0625rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyurPRFV0g4T9LwSw24IWzK6bnbSZkTI { display:block; }
 }@media only screen and (max-width: 763px) { #mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { width:18.75rem;height:20.0625rem;top:6.645751953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5yHg9Hc34p7RdGVU0qyT10cya4q9Fl { width:18.75rem;height:20.0625rem;top:29.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { width:18.75rem;height:3.5rem;top:16.83203125rem;left:0.625rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oF7BPWReae8ubyCVyPyHWuuEsfBmhxWg { width:18.75rem;height:3.5rem;top:39.184936523438rem;left:0.625rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rVpeHU8mkknTZVPgOq6NmsaEao98UESc { width:17.4368095625rem;height:8.3122701875rem;top:7.203369140625rem;left:1.2821691036224rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAPpHwJwJceuQTNTpD4UKXEQ2Rzbiza { width:17.4375rem;height:7.9375rem;top:29.991943359375rem;left:1.2798712253571rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { display:block; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { width:16.4372691875rem;height:3.5rem;top:11.7412109375rem;left:3.4995402097702rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { width:12.5rem;height:0.124080875rem;top:2.019775390625rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { width:17.3747691875rem;height:11.3120403125rem;top:1.25rem;left:1.3120404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { width:6.4372701875rem;height:6.4372701875rem;top:11.730224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR42FEVLNTBop31zRVZIyuvFLvlh293E { display:block; }#pR42FEVLNTBop31zRVZIyuvFLvlh293E > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXmhhNz7dPIIg7sJ2NrbT69CC5Ib86Cb { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #v8VlarwQ2JvPHu8VW0PTH92liz1ih18n { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #spDIm4Th42uoWWVh0fSfJgWD8vcw9Nk1 { width:18.4375rem;height:9.75rem;top:0rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { width:6.25rem;height:6.25rem;top:1.25390625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { width:20rem;height:3.25rem;top:7.46240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { width:20rem;height:8.625rem;top:10.58740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 { display:block; }#eTI4r29FWSXJkqQZRAwxIWfM040GMnZ4 > .row .container { width:20rem;height:22.947265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { width:18.125rem;height:16.5rem;top:6.4479160308837rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWT8q3ROcql71PDxVfscV5vTMUcTHCHK { width:4.625rem;height:4.625rem;top:1.7624998092651rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #grObt2q7afkmMdiTvNsy8BOJq0GIyW9c { display:block; }#grObt2q7afkmMdiTvNsy8BOJq0GIyW9c > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SySo866rXdBJ9CTJZC1WvTATreVdCxKa { width:18.125rem;height:12.375rem;top:6.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JgJKVxnCCmzWAiN3l75UZdtQKn3EHX { width:4.625rem;height:4.625rem;top:1.9375rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 { display:block; }#HRVlV78gyzluXo9Fr3obAlOXcKuIo0M8 > .row .container { width:20rem;height:17.4248046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8BVEr8HlPpVariD2Uq4rorIFEqSXCv1 { width:18.125rem;height:11rem;top:6.4250011444094rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQM8SxeyurppxIKQxBclLslLsXV41EH { width:4.625rem;height:4.625rem;top:1.8000011444092rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA { display:block; }#fbb69yMMtB586hOkWTaO7UgJ8JQiBvlA > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av8JlvMT5WEqyzvKhTpSJLMmxtix8MXC { width:18.125rem;height:13.75rem;top:6.53750038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBBvfCLoawAqTToFtgo9a8VuQF8iHAz { width:4.625rem;height:4.625rem;top:1.9125003814698rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp { display:block; }#AHnbbcPg5GsUFHSc1CifJDKhDCCo44Kp > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg8xPHhTNfNrT0TT5f0LDKXqFtkHvVGd { width:18.125rem;height:13.75rem;top:6.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2D3xZFvk2XKRbA4CnfgD9uuMIzx1hSe { width:4.625rem;height:4.625rem;top:2rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwcTexgeo97AphLCwvXFn30uN4ctuqop { display:block; }#wwcTexgeo97AphLCwvXFn30uN4ctuqop > .row .container { width:20rem;height:16.3134765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJih2DODtsTQlkonIxBg96syIuZnLWis { width:18.125rem;height:9.625rem;top:6.6885414123538rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhTADciV0RXkeCE8b9DImDKmBsvoh9rt { width:4.625rem;height:4.625rem;top:2.064582824707rem;left:7.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKsfznvDur7vMzdkMfSuovPVOMzPErcu { display:block; }#mKsfznvDur7vMzdkMfSuovPVOMzPErcu > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { width:20rem;height:3.25rem;top:7.47802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { width:20rem;height:10.0625rem;top:10.62255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd { display:block; }#n4QDy1DxyQpxGryTl1qHCsvZNdTGoEWd > .row .container { width:20rem;height:17.611328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq6UWqX6w3Hugu8NgIhhndTpH6l9cPxw { width:18.125rem;height:11rem;top:6.6114578247069rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWzkBSMkt3BgoOghdfhz01HJHMCVLvVs { width:4.625rem;height:4.625rem;top:1.9875011444092rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFxPDCZ2pftxCxG0x82IxZFh980lnrr { display:block; }#GRFxPDCZ2pftxCxG0x82IxZFh980lnrr > .row .container { width:20rem;height:22.947265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhJISsR9SrQ1flTaGt4XwSUEbrEP6bAW { width:18.125rem;height:16.5rem;top:6.4479160308837rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1rc2CbXahvdC1OvkE1Czebd91rC8ux { width:4.625rem;height:4.625rem;top:1.8249988555908rem;left:7.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWZfTxnQBNHGZTIqbDvirDUtluusU9V { display:block; }#pwWZfTxnQBNHGZTIqbDvirDUtluusU9V > .row .container { width:20rem;height:17.2978515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDwx1JIMWO3ZabWuXZVLizJn5ct4sxui { width:18.125rem;height:11rem;top:6.2979164123538rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COHgHZyksHM1rzApWoGmlKarXw8sTg4t { width:4.625rem;height:4.625rem;top:1.611457824707rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz { display:block; }#VyuyX6WwpPAPmIIzS02qVAxrciNJQ8tz > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EovhECwg8qGcOFMLvtsoCEd1tMaInD3Z { width:18.125rem;height:13.75rem;top:5.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr5bKJgJcdpHPdVWbB97Hvgr2WFmKGq4 { width:4.625rem;height:4.625rem;top:1.25rem;left:7.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwA5elcesWkOzwliaO4U8pSMf1uxqzW { display:block; }#wcwA5elcesWkOzwliaO4U8pSMf1uxqzW > .row .container { width:20rem;height:18.5869140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcK6WOunIADrTz4sBkt8sg9uFlG5q6C7 { width:18.125rem;height:12.375rem;top:6.2125005722046rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW2iHb2M3BICDungupDfszX9h3KRhS6O { width:4.625rem;height:4.625rem;top:1.5875005722046rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsaHQVCxmknOhCILZmNEZ58wdog7zVZO { display:block; }#JsaHQVCxmknOhCILZmNEZ58wdog7zVZO > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { width:20rem;height:3.25rem;top:7.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { width:18.125rem;height:8.625rem;top:10.64453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { width:6.25rem;height:6.25rem;top:1.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4EldpWHNKvM04y5fELTFriXwFikxt24 { display:block; }#m4EldpWHNKvM04y5fELTFriXwFikxt24 > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlky2g80s9PuNKTrUz8DTc3bT5uzEHkT { width:18.125rem;height:9.625rem;top:6.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9bvmx9DHOdpzqfNUStUbQ61dOlQyr0F { width:4.5625rem;height:4.5625rem;top:1.5666656494141rem;left:7.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 { display:block; }#siBLl5PstOFEVMJlMBT7Du0JUowro4Z9 > .row .container { width:20rem;height:18.7724609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3wXiUykV0v95Ky0LpOWhaSEhyOiHEKL { width:18.125rem;height:12.375rem;top:6.3979167938231rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA2t1e1kk1ILg2hl4I1vx9DQbT978fK1 { width:4.625rem;height:4.625rem;top:1.7739582061768rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb { display:block; }#rL5TwwteQ5AnPBxpVHVhaTeT8dK99TTb > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkfAZho6TrZrhFkNRHo2Z0SkECWdEQgt { width:18.125rem;height:13.75rem;top:6.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DeChORW1qH1FKKKUSkNkC7J26KdWKZ { width:4.625rem;height:4.625rem;top:1.875rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe { display:block; }#awnPU5xfM2OwTDdAxLRHszXqQZUG5RFe > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNN4nJ08ZTHWFbe8fxpwUssVw5f6fdHI { width:18.125rem;height:12.375rem;top:6.6489582061769rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhf7J2C42wToD68mmC1P9KtE5ZXCNXV { width:4.625rem;height:4.625rem;top:1.9624996185302rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu { display:block; }#LfncbIbqMeQs5m4FVxQkK2KTvhJrlSxu > .row .container { width:20rem;height:17.69140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDG8UCNF2IueMSl7EFiuXGScMwphcMT { width:18.125rem;height:11rem;top:6.6916675567625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlPIeByVrTGzEID5ArccCTow8OTA7HU { width:4.625rem;height:4.625rem;top:2.0666675567627rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI { display:block; }#HTsRNalHmJqCq3cI2VlyCZL5clDTC2pI > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RidzNZ5LpwC583ARaStkV3LswogVJa50 { width:20rem;height:3.25rem;top:7.479248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { width:19.375rem;height:7.1875rem;top:10.64453125rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { width:6.25rem;height:6.25rem;top:1.229248046875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 { display:block; }#ylZPLdttQmv4p0t7ePN0cy18xfVt4oh4 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL2FQTAx3wUhQ5axVB0XSMSQCA0cbvDq { width:18.125rem;height:13.75rem;top:6.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TXA32eJkaSP3kS1miW4LUXB2dlrCUW { width:4.625rem;height:4.625rem;top:1.75rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh { display:block; }#y5VPHDnFry4cw8Z0zfDebuSTNt4biDuh > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsyxtN7Hhd6htFwBdL6A85OfAOM8ugI1 { width:18.125rem;height:9.625rem;top:5.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqAsiXx9nRyBMq7vEyinPLHT3MLRBEN { width:4.625rem;height:4.625rem;top:1.2500495910644rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 { display:block; }#NbRsqGXhIDuLbXwK0f8v2Cy875haB0G3 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzyNE1adcS3eP0nSgmPi5gdNzzsefq1P { width:18.125rem;height:9.625rem;top:5.8750009536743rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FATVKesaln4kDsvTrtot4iynKiJEnKSF { width:4.625rem;height:4.625rem;top:1.2500314712524rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33WhzmoQGeS6W26v7EbNouO6tzxXGpk { display:block; }#U33WhzmoQGeS6W26v7EbNouO6tzxXGpk > .row .container { width:20rem;height:16.3232421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf1x5x0fTLaeZcxN0hnGdRnrIatyTZNZ { width:18.125rem;height:9.625rem;top:6.6989574432375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9oStBJ297bHxkhGZQ0DQHGUVWnCQPOu { width:4.625rem;height:4.625rem;top:2.0125007629394rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChT6m8aFKoyncZz9OCa67hT9wSp6K6m { display:block; }#kChT6m8aFKoyncZz9OCa67hT9wSp6K6m > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt0ptZdT6XT5M2Rzu6ZPAvsspXdfVtoQ { width:18.125rem;height:15.125rem;top:5.8718738555908rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAzG5LQiwsJJk0rukrFsRmMJ6bLkwCL { width:4.625rem;height:4.625rem;top:1.2499256134033rem;left:7.656250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { background-color:#377815;background-image:none;display:block; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { background-color: transparent; background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container { display: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .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); }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { width:18.75rem;height:0;top:1.6654052734375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { width:18.75rem;height:10.125rem;top:13.528076171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { top:1.261474609375rem;left:0rem;width:20rem;height:10.875rem;z-index:15015;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 { background-color:#f4fdef;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; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container { background-color: transparent; background-image: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container > .video-iframe-container { display: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row > .video-iframe-container { display: none; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .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); }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container { border-width: 0; border-radius: 0; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5TdBO3TSITMtP9VLglWqsPkge1Hnvm1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block; }
 }@media only screen and (max-width: 763px) { #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { display:block; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { display:block; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { width:16.5rem;height:3.5rem;top:14.34375rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { width:17rem;height:10.0625rem;top:2.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { width:6.4372701875rem;height:6.4372701875rem;top:12.82861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { background-color:#f4fdef;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; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { background-color: transparent; background-image: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .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); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { border-width: 0; border-radius: 0; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { width:18.125rem;height:1.4375rem;top:4.89892578125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { width:16.5625rem;height:8.25rem;top:8.594970703125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { width:19.25rem;height:6.875rem;top:28.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FedTtG41tGBrw9zngBBng24dZ80NWWAG { width:18.125rem;height:2.875rem;top:22.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { width:9.6875rem;height:1.4375rem;top:3.5283203125rem;left:5.1562498807907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { width:18.4375rem;height:1.4375rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1LtDsApRfyBFIqILHr6DagRMovQAsy { width:20rem;height:5rem;top:2.3173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { width:20rem;height:6.9370403125rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 { background-color:#f4fdef;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; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container { background-color: transparent; background-image: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container > .video-iframe-container { display: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row > .video-iframe-container { display: none; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .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); }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container { border-width: 0; border-radius: 0; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2pOuQcqcp5Eo1NowM7qPK1xoVWZsWh2 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { width:15.9375rem;height:2.875rem;top:6.375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { width:19.25rem;height:8.25rem;top:11.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKJmNlg6TDHH8ViELtytf6keihG9LxE { width:18.125rem;height:2.875rem;top:25.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { width:19.4375rem;height:1.375rem;top:31.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { width:17.3747691875rem;height:1.4375rem;top:5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { width:20rem;height:1.4375rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { width:20rem;height:6.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { width:20rem;height:6.5rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC { background-color:#f4fdef;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; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container { background-color: transparent; background-image: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container > .video-iframe-container { display: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row > .video-iframe-container { display: none; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .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); }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container { border-width: 0; border-radius: 0; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPBiBktAcwqfx5KJlsDHZCdvoTKVg3BC > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { width:20rem;height:1.4375rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { width:17.2495403125rem;height:2.875rem;top:6.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { width:18.125rem;height:4.125rem;top:11.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLVEs4v5aly31gRfZUM4bnyB9MasU4ML { width:18.125rem;height:0;top:5.89453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { width:18.125rem;height:1.4375rem;top:22.1875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { width:20rem;height:1.4375rem;top:20.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { width:20rem;height:6.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { width:20rem;height:5.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o179REmKBsSyoPGT5o3maBFKT37NlfuR { width:19.3125rem;height:5.5rem;top:25.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT { background-color:#f4fdef;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; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container { background-color: transparent; background-image: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container > .video-iframe-container { display: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row > .video-iframe-container { display: none; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .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); }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container { border-width: 0; border-radius: 0; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXveNCJAi4yoRKiRGowcbd7MRgVNBrJT > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { width:20rem;height:1.4375rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { width:18.8125rem;height:2.75rem;top:10.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { width:14.375rem;height:1.4375rem;top:4.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { width:12.3115806875rem;height:1.4375rem;top:18.0625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { width:19.1875rem;height:0;top:20.954833984375rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { width:18.125rem;height:4.3125rem;top:19.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { width:20rem;height:5.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { width:20rem;height:7.875rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTdD3QxEDLtZbDobqAq8oFeIf1NvCP6 { width:19.1865806875rem;height:2.75rem;top:25.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx { background-color:#f4fdef;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; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container { background-color: transparent; background-image: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container > .video-iframe-container { display: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row > .video-iframe-container { display: none; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .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); }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container { border-width: 0; border-radius: 0; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGumMyRd390vOaWEiNk6N7ZnuKq3VZHx > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { width:20rem;height:1.4375rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { width:18.125rem;height:2.75rem;top:11rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { width:20rem;height:1.4375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { width:20rem;height:5.9375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { display:block; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe9agA45seo9HlogR0FcooRD1usN7xCp { width:20rem;height:6.4993105rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TDITIuldECUbhewXSHUE6mPSihsiAp { width:20rem;height:3.5rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW { display:none; }#X9MPWHFxld8SwDvwaH0bwxQCv5wylgOW > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr { background-color:#f4fdef;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; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container { background-color: transparent; background-image: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container > .video-iframe-container { display: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row > .video-iframe-container { display: none; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .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); }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container { border-width: 0; border-radius: 0; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDo3aQ6A3WI7mpT3owlX2Vi7HSJ41Gdr > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBWs8DELZUtAUupdFatkKwmoeTWow0ZK { width:16.875rem;height:4.125rem;top:10.31689453125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbA90qRleFDG2w0elR1RWMgC3STEQEUa { width:16.875rem;height:5.5rem;top:2.186279296875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2tF2VTPo3lDAvQHQUfMy0tD5LMMw28s { width:16.875rem;height:2.75rem;top:16.12353515625rem;left:2.5597425699234rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcRoWXChZiI3JtUlXdZu8kqiBa41qwqR { width:14.375rem;height:0;top:4.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGI5Cn2Ux0JoS0tmggHXibepfJ7N5UF1 { width:1.5625rem;height:1.5625rem;top:2.176025390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahPWT5aCA4l8vqJTlT9mZg3gew7PUzKC { width:1.5625rem;height:1.5625rem;top:10.312744140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGeMbDrU1gQ4zfJt7HS2BqQ9o1C5Tsh { width:1.5625rem;height:1.5625rem;top:16.121337890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC { background-color:#f4fdef;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; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container { background-color: transparent; background-image: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container > .video-iframe-container { display: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row > .video-iframe-container { display: none; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .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); }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container { border-width: 0; border-radius: 0; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPB2LgStP3K1TM5wF7llcxB6IZT2TAUC > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX00rlZPou98uBS68RXGpEN8yFkZ3iIK { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3Jkh3bMAXQTV2TrJahPkJkmgIaavwE { display:block; }
 }@media only screen and (max-width: 763px) { #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kEux8aseSUNHL0mr93UIKwIRBnT56f { width:20rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1TI8qabvJqInrRbITT3oJ0afCv3otr { width:20rem;height:3.5rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { display:none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { width:18.1241875rem;height:0;top:94.966875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { width:19.375rem;height:101.375rem;top:5.812255859375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIBarsMlyibVqkVoxtadz2hIN6HTacH { width:6.1875rem;height:auto;top:8.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAU06D7vTuDisEkBpmLI472SGReOxsXr { width:18.125rem;height:94.5rem;top:9.8984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { width:6.25rem;height:6.25rem;top:2.40380859375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { display:block; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDvm5STptpfdNwG7witlWomUIxMmTncp { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { width:19.375rem;height:32.1875rem;top:6.875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbC825ItenHrA804SoQTaGCBaSBnDmg { width:6.25rem;height:6.25rem;top:3.8625011444092rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { width:6.1875rem;height:auto;top:7.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { width:18.125rem;height:26.25rem;top:10.110595703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { display:block; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { width:19.375rem;height:72rem;top:5.958251953125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { width:6.1875rem;height:auto;top:8.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { width:18.125rem;height:63rem;top:10.375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { width:6.25rem;height:6.25rem;top:2.61083984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HsMSHDADWbJdnhXUokRagV7iHfmFVB { display:block; }#L0HsMSHDADWbJdnhXUokRagV7iHfmFVB > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.adaptive-delivery-prevent-bg, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyload, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyloading { background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { background-color: transparent; background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .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); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { width:20rem;height:0;top:7.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { width:20rem;height:0;top:15.666667938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { width:4.0625rem;height:4.0625rem;top:2.5625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { width:20rem;height:5.25rem;top:6.75rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;font-family:"josefin sans";color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { width:20rem;height:6.75rem;top:42.416748046875rem;left:0rem;font-size:1.125rem;z-index:15003;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { width:18.9993095625rem;height:3.3122701875rem;top:50.703857421875rem;left:0.49862134456634rem;font-size:1.0625rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block; }
 }@media only screen and (max-width: 763px) { #aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { width:18.75rem;height:28.125rem;top:13.08203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { width:20rem;height:auto;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { background-color:#377815;background-image:none;display:block; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { background-color: transparent; background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container { display: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .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); }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { width:20rem;height:1.5rem;top:13.264038085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { width:18.125rem;height:26.5625rem;top:14.660217285156rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { top:1.3109130859375rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { background-color:#377815;background-image:none;display:block; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { background-color: transparent; background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container { display: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .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); }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { width:18.125rem;height:32.8125rem;top:13.462829589844rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { top:2.534423828125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { display:none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { width:20rem;height:4rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { width:20rem;height:1.75rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { width:20rem;height:5.75rem;top:1.422119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { top:24.68408203125rem;left:1.561350941658rem;width:16.875rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block; }
 }@media only screen and (max-width: 763px) { #E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { width:12.5rem;height:14.5rem;top:8.748779296875rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb { display:block; }#PQT6Os0lWEbAT9bOqhOanqvUrucZ88Sb > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCUp6E6Cm5SBmt31rFUcTWBURBgkddSL { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5mrvhINDpxDuJ8yQs12TcLKvBzIKSB0 { width:20rem;height:3.5rem;top:2.717041015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 { display:block; }#kpaLwM8tbJ83pFQnH8Vw5LKTkAhx2NT2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxi3It1rOSabwTLJPHwW05GavZxLfnvz { width:18.125rem;height:4.3125rem;top:1.132080078125rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacndtrhyLvb4StH8GLgPhJzh9wqvzIw { width:18.75rem;height:4.3125rem;top:6.25341796875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { background-color:transparent;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyloading { background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.4); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.4); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { border-width: 0; border-radius: 0; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { width:18.9993095625rem;height:3.4375rem;top:5.08154296875rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block; }
 }@media only screen and (max-width: 763px) { #MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { display:block; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { width:20rem;height:6rem;top:1.264892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { width:18.75rem;height:3.5rem;top:2.677978515625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { display:block; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { width:16.875rem;height:4.125rem;top:1.34521484375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { width:16.875rem;height:2.75rem;top:8.30517578125rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { width:16.875rem;height:2.75rem;top:13.822265625rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { width:16.875rem;height:4.125rem;top:19.91162109375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { width:16.875rem;height:2.75rem;top:26.80615234375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { width:1.5625rem;height:1.5625rem;top:1.359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV97TpR9H9rh8AJNTWt30zolgariMSVb { width:1.5625rem;height:1.5625rem;top:8.30126953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { width:1.5625rem;height:1.5625rem;top:13.81884765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { width:1.5625rem;height:1.5625rem;top:19.91162109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { width:1.5625rem;height:1.5625rem;top:26.80615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { display:block; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMZblz7sE1cVXMxHCeZTV76TE5N223o { width:20rem;height:6.3125rem;top:1.400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { width:20rem;height:3.5rem;top:2.740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb { display:none; }#ev22Scn4zLMuyrFyVLGbmtmqTaV6Nszb > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { display:block; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { width:16.875rem;height:11rem;top:1.260498046875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
 }@media only screen and (max-width: 763px) { #cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { width:16.875rem;height:2.75rem;top:14.5302734375rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { width:16.875rem;height:2.75rem;top:20.25390625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { width:16.875rem;height:2.75rem;top:30.333251953125rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { width:16.875rem;height:1.375rem;top:25.964111328125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { width:16.875rem;height:2.75rem;top:35.767578125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCNapckoS2DPWHCUMrZ4qlROUQzkfWGi { width:16.875rem;height:1.375rem;top:41.66943359375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLd79hnm8dwwRSI4w74FbqryVFA7n1px { display:flex;width:1.5625rem;height:1.5625rem;top:1.260498046875rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { display:flex;width:1.5625rem;height:1.5625rem;top:14.47509765625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { display:flex;width:1.5625rem;height:1.5625rem;top:20.198974609375rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { display:flex;width:1.5625rem;height:1.5625rem;top:25.908935546875rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { display:flex;width:1.5625rem;height:1.5625rem;top:30.278076171875rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yNwL4C6cOz7PK2wGAg90mcQZny4DxfDk { display:flex;width:1.5625rem;height:1.5625rem;top:35.71240234375rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { display:flex;width:1.5625rem;height:1.5625rem;top:41.550048828125rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ydvACylcTTlaxte6LDxStIdSiENDWUDG { background-color:#f4fdef;background-image:none;position:relative;z-index:auto;display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { background-color: transparent; background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .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); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { width:15.3125rem;height:6rem;top:19.935791015625rem;left:2.3437498807907rem;font-size:1.25rem;z-index:15002;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { width:20rem;height:3.5rem;top:15.248291015625rem;left:0rem;font-size:1.375rem;z-index:15003;font-family:"josefin sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { top:2.338134765625rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/B1aU3mEF/OzA_g_o_wne_na_www_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.adaptive-delivery-prevent-bg, #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.lazyload, #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.lazyloading { background-image: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { width:20rem;height:3.25rem;top:21.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf0hVRe1C2kEbgG41ATai6VVi87wvccM { width:20rem;height:3.25rem;top:34.329345703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { width:20rem;height:1.625rem;top:33.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co355MkxG0fL5fiTKyVW4qM0yTswmok8 { width:20rem;height:3.25rem;top:16.6875rem;left:0.625rem;font-size:1.375rem;z-index:15002;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { width:20rem;height:3.25rem;top:21rem;left:0rem;font-size:1.25rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { width:20rem;height:3.25rem;top:29.1875rem;left:0rem;font-size:1.25rem;z-index:15003;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { width:20rem;height:3.5rem;top:1.220947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { width:13.0618105rem;height:7.8745403125rem;top:24.513671875rem;left:3.9981616735458rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF71ThGErsavay8FD7fLMPxbOamvXqce { width:14.9368105rem;height:9.4370403125rem;top:40.64111328125rem;left:5.0631889104843rem;display:none; }
 }@media only screen and (max-width: 763px) { #wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { width:10.7490806875rem;height:6.3740806875rem;top:46.8701171875rem;left:1.5590533018112rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { width:18.125rem;height:11.5625rem;top:8.01904296875rem;left:0.90418195724488rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { width:20rem;height:0;top:36.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;display:none; }
 }@media only screen and (max-width: 763px) { #kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { width:20rem;height:1.5rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#f1a41f;display:block; }
 }@media only screen and (max-width: 763px) { #bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { width:20rem;height:0;top:7.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#2fb2be;display:none; }
 }@media only screen and (max-width: 763px) { #RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { width:3.8740806875rem;height:3.8740806875rem;top:48.8623046875rem;left:11.187958598137rem;display:none; }
 }@media only screen and (max-width: 763px) { #osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { width:16.875rem;height:2.8125rem;top:19.625rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block; }
 }@media only screen and (max-width: 763px) { #BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { width:20rem;height:18rem;top:26.125rem;left:0rem;background-color:#ffeac6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { width:20rem;height:24.0625rem;top:46.4375rem;left:0rem;background-color:#faf5f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { width:20rem;height:17.75rem;top:6.12939453125rem;left:0rem;background-color:#ddfbfc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { width:5.6870403125rem;height:5.6870403125rem;top:52.125rem;left:1.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { width:18.125rem;height:11.5625rem;top:7.937744140625rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { width:13.0618105rem;height:7.8745403125rem;top:29.6875rem;left:4.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { width:14.9368105rem;height:9.4370403125rem;top:51.5rem;left:5.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { width:10.7490806875rem;height:6.3740806875rem;top:57.8125rem;left:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { width:20rem;height:1.5rem;top:7.3701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#2fb2be;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #RU25SkAEweDKSH0VfASiT56TE1KkZg0p { width:20rem;height:4.5rem;top:47.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { width:16.875rem;height:2.8125rem;top:39.74951171875rem;left:1.561350941658rem;font-size:1.0625rem;z-index:15051;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block; }
 }@media only screen and (max-width: 763px) { #gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { width:16.875rem;height:2.8125rem;top:66.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15052;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block; }
 }@media only screen and (max-width: 763px) { #GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { width:16.875rem;height:2.8125rem;top:19.473876953125rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block; }
 }@media only screen and (max-width: 763px) { #qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { display:block; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { width:20rem;height:3.5rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { width:20rem;height:1.8125rem;top:1.009033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gMblqe9ZMLHATXXz1lJtyVltheLtCg6i { width:14.625rem;height:5.4375rem;display:flex;top:5rem;left:2.2643229961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #SQXkx2xpthFJb1vT15yTwNZoXzh4BerE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #kR06v7PAPJJipVV6WHtVUG3rIAvw2XQw {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #acS2Lkq4uJyTy0TNcmwJzAsZDgVHaUQi {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #VrZLST4IoDwaqNoUUlTiM3L08lrw3Iph { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #cArQgS5V6RwPwB70AEVWRm0BuOAycm3K {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #f73uNGlxSPlASgBivmhKWhyODREydHon {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #UopT2QX68ZePnFicyf1HAkRQOx1uef5u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #XPCGuIz7BTuvIdqmurZguvhX5k0RcoKF {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #O34zqQvIuGrSh5Q1gxvk0pJEMx8odvFd {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #oKxuDHbioXZLcwl6TnvV9o3vqNVidbrt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #HH86Hm8RgIHqtf5REkveQewKlI8eRJsi {  }
 }@media only screen and (max-width: 763px) { #gMblqe9ZMLHATXXz1lJtyVltheLtCg6i #tfWpySFZPOJbyd0pOqLewDEtJbR0Qy5V {  }
 }@media only screen and (max-width: 763px) { #z7Igsk465hLE2nC3vdH44kTGohLBss2y { background-color:#f4fdef;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:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { border-width: 0; border-radius: 0; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block; }
 }@media only screen and (max-width: 763px) { #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/plYevto2/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyloading { background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { border-width: 0; border-radius: 0; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { width:5.625rem;height:2.25rem;top:6.71875rem;left:7.15625rem;display:block; }
 }