.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rsxWGsCCewarfJr420cdpVishOTqOkGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(55,120,21,0.75);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container { background-color: transparent; background-image: none; }#rsxWGsCCewarfJr420cdpVishOTqOkGx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container > .video-iframe-container { display: none; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row > .video-iframe-container { display: none; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container { border-width: 0; border-radius: 0; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#hvaTdRELrrin0iEnUabrx0uEvCvo3hrk { color:#000000;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:1.25rem;display:block; }
#TpwVw5xHVvaTUDwbZ7lh3zoHbxGqOUZ9 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.3125rem;height:1.25rem;display:block; }
#hyJ7V3FZwELTV8MzDiquzxSGxOSTQJTB { color:#000000;display:block;width:3.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.270833969116rem;height:1.25rem;display:block; }
#Kz9cBWXVeozxtbsvZGBAsRMSlIKaxt63 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:19.0625rem;height:1.25rem;display:block; }
#vK4lTEWblbLg0orLU2s5xSZ6fsam8EWq { color:#000000;display:block;width:4.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:33.4375rem;height:1.25rem;display:block; }
#ZdHhZoEEaSNQxmXErcX51q24M7TZFRJz { color:#000000;display:block;width:3.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5rem;left:38.75rem;height:1.25rem;display:block; }
#RH651uZZQskJ0llcds8tcDJiCC3V2uIU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.875rem;width:2.8125rem;position:absolute;display:block;z-index:100019;top:0.40625rem;left:72.1875rem;overflow:hidden;display:block; }
#cIDAETUybvaPgWnsMEEDz8wDg7ty3GLu { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:19.0625rem;height:1.25rem;display:none; }
#EhSrCPncR3D7lsOzywQ8nCBmmOb4gDhy { color:#000000;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.3125rem;height:1.25rem;display:none; }
#BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(55,120,21,0.75);background-image:none;position:relative;z-index:auto;display:none; }#BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 > .row .container { border-width: 0; border-radius: 0; }#BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#F0VeDWh0pGJ7smQlCkcI2vnTz3edL8tr { color:#000000;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:1.25rem;display:block; }
#QCMX8a5uFReV21rcScHrE0p2InUuBIcx { color:#000000;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.3125rem;height:1.25rem;display:block; }
#skIeytv8me4RoMhZxvEI8yNTntFaGN0L { color:#000000;display:block;width:3.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.270833969116rem;height:1.25rem;display:block; }
#hKtRAMIh7NggRn2tcTPASrJ4h1LI8usc { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:19.0625rem;height:1.25rem;display:block; }
#z97G0rumswLAbt9vx514eUAaWiT95kQ7 { color:#000000;display:block;width:4.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:33.4375rem;height:1.25rem;display:block; }
#Qup9J0Zasgtp95ivQmtFEupTPO7pKGOk { color:#000000;display:block;width:3.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5rem;left:38.75rem;height:1.25rem;display:block; }
#N114wtDNKhTfUsUQLuuUOrNmMoFSWWFW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.875rem;width:2.8125rem;position:absolute;display:block;z-index:100019;top:0.40625rem;left:72.1875rem;overflow:hidden;display:block; }
#Vd6tQAbB2oKCcMxzCiNUCf29MDiRgVEo { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4778671264649rem;left:19.0625rem;height:1.25rem;display:none; }
#ityoquhsyiEydckAvSUHGwKFazgWit69 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.3125rem;height:1.25rem;display:none; }
#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/2zeQ8V1x/G_o_wne_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7.adaptive-delivery-prevent-bg { background-image: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { background-color: transparent; background-image: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container > .video-iframe-container { display: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row > .video-iframe-container { display: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { border-width: 0; border-radius: 0; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#Qhzt3lsNHUIz6aWdVGMS0B7CpLPgTTR0 { position:absolute;display:block;z-index:100000;background-color:rgba(244,253,239,0.8);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;height:17.8125rem;width:75rem;top:19.75rem;left:0rem;display:block; }
#idbASFKLOrnybXRdGoOEVnG1o2dL2OpJ { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8ECUMApsEpoIJPGZkWKfFhNGZF6gHhu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100018;top:27.875rem;left:35.09375rem;overflow:hidden;display:block; }
#CBxhTUGWgAPrfgKAwyrabfcIB4D211av { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcLbKatKq2hCPcn44Dv37eqPPwL7mNxv { position:absolute;display:block;z-index:100025;height:4.9375rem;width:8.8125rem;top:1.75rem;left:60.08749961853rem;display:block; }
#OMI3RXPzMCfIE65yXor0hquCfH1KxN3h { position:absolute;display:block;z-index:100026;height:5.25rem;width:9.375rem;top:1.75rem;left:37.52499961853rem;display:block; }
#hxsFTQuqm4tonsbloJvoq079CeEUGaQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container { background-color: transparent; background-image: none; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container > .video-iframe-container { display: none; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row > .video-iframe-container { display: none; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container { border-width: 0; border-radius: 0; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#QKOpJKTVIaaJntlDyRDe4OSUuXsh2Ar0 { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.666664123535rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKI2TdfRQHPAwE1yctk0bOwDfe6XIxZF { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#TAQtB2CC6pg6a1IDy9UM9fqRVNPhdp1o { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.666664123535rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container { background-color: transparent; background-image: none; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container > .video-iframe-container { display: none; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row > .video-iframe-container { display: none; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container { border-width: 0; border-radius: 0; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#QIZZU9xxZNSKztQp2X3TFszMnEm1mWum { color:#47545a;display:block;width:70.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8958358764649rem;left:2.40625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z { position:relative;display:block; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z { background-color: transparent; background-image: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container > .video-iframe-container { display: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row > .video-iframe-container { display: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z { border-width: 0; border-radius: 0; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .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:15.125rem;width:75rem;position:relative;display:block; }#aM25UsMxaohTBifkO2BQlRh2FPtuZlpz { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.25rem;height:1.5833333730698rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEg01kDwzEgpgvGypzQWlEdPrLfaLOHu { display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5rem;left:27.6875rem;height:3.1666667461395rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DB5KzwKTHEB8CqxqLkNqDVOdA8eMXlaQ { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:53.3125rem;height:;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6tskIudRTohHDdmXRh1GT00vZkAl8E7 { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5rem;left:53.3125rem;height:6.3333334922791rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eopInrxp9hMX9czRwqxHAGFVGLD1ZVfZ { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.25rem;height:6.3333334922791rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNpcp9OXWVu01wAAxQmKIbpKKdxqJx6E { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.25rem;height:8.0882352590562rem;color:#47545a;text-align:center;text-align-last:center;display:none; }
#nk6XhhvkDLfI5FveiCFsAVlcdVlM5tNH { display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:27.6875rem;height:9.7058821916581rem;color:#47545a;text-align:center;text-align-last:center;display:none; }
#uulT9LTwgVZnG8mIac2SZdzE7pGpdMte { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:53.3125rem;height:8.0882352590562rem;color:#47545a;text-align:center;text-align-last:center;display:none; }
#oBpisFpc4dd3KTuAmm7KrONyWl4puvka { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.0007801055908rem;left:10.9375rem;display:block; }
#FTz9e8idURmkdzKEwTacarGX15FzNHxI { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.0007801055908rem;left:35.937501907349rem;display:block; }
#rARDWGhfKis29tywUzDFBOmZwzHqiE6x { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0007801055908rem;left:60.937498092651rem;display:block; }
#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container { background-color: transparent; background-image: none; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container > .video-iframe-container { display: none; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row > .video-iframe-container { display: none; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container { border-width: 0; border-radius: 0; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#K5fUPiyhK2urFQ4ZKbksivqXJ4RUns7p { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.125rem;width:62.5rem;top:7.5rem;left:6.8125rem;display:block; }
#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container { background-color: transparent; background-image: none; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container > .video-iframe-container { display: none; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row > .video-iframe-container { display: none; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container { border-width: 0; border-radius: 0; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#HFGyZ5Msr5Nx4b2UyAz5Qb1F3VTEAGzh { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.2291698455811rem;left:6.25rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBtJ4G8D4TkIhUqwd4TBuLukrKE2Be7d { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.2291698455811rem;left:6.25rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container { background-color: transparent; background-image: none; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container > .video-iframe-container { display: none; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row > .video-iframe-container { display: none; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container { border-width: 0; border-radius: 0; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#F46H0b6FScSdsHoWwcRkEDt3HS3wAJiw { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:4.0833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGdZUiZTgMaDxWwSEGbTNoSFy3ttfiPg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.9375rem;width:4.8125rem;position:absolute;display:block;z-index:100018;top:10.0625rem;left:35.09375rem;overflow:hidden;display:block; }
#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ.adaptive-delivery-prevent-bg { background-image: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { background-color: transparent; background-image: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { border-width: 0; border-radius: 0; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container { background-color: transparent; background-image: none; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container > .video-iframe-container { display: none; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row > .video-iframe-container { display: none; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container { border-width: 0; border-radius: 0; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#zq0cI8TWUzdgiMwaHRG6E9DNxlttdRAE { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAs5otFkxbiNicI0D0BtqiVPOkPvIJR8 { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#eknnp696J28o7gS5o5TTsPMmvoynOPsO { position:relative;display:block; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO { background-color: transparent; background-image: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container > .video-iframe-container { display: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row > .video-iframe-container { display: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO { border-width: 0; border-radius: 0; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .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.625rem;width:75rem;position:relative;display:block; }#aGNnLxKeE6AhwQqK9k2Lny1FFgqsJe7G { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:5.0833435058594rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPgxKsehtR288EpTT4P86T9psTkyBB3a { color:#47545a;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;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:block; }
#ya06IMxALKUS3uqrICtfOW24kb88DooT { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.2708435058594rem;left:8rem;display:block; }
#koRv1EC67vmM5ILpy0czFK0FQdZvFAoA { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.3125rem;left:35.90625rem;display:block; }
#SZX9ddTa92FosPZhJ3NhymmxGLwT3mpV { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1.2708435058594rem;left:63.8125rem;display:block; }
#cbmR0z7G2qBaZFu0GDMFarTfL7IuMB7C { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.15625rem;left:54.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVfSxazwL8z8SMDReHWwMQ6Pz1gx02JQ { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.15625rem;left:54.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ebQ2EkmQiPZXeI5DbOSu759Qrx1Altgd { color:#47545a;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;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; }
#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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;display:block; }
#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug.adaptive-delivery-prevent-bg { background-image: none; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container { background-color: transparent; background-image: none; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container > .video-iframe-container { display: none; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row > .video-iframe-container { display: none; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container { border-width: 0; border-radius: 0; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container { background-color: transparent; background-image: none; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container > .video-iframe-container { display: none; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row > .video-iframe-container { display: none; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container { border-width: 0; border-radius: 0; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#cBQRG3aKdc0K5ofvV9v21R3i10E6983w { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.2291564941406rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvpOzdrqnv0TkwUqk3w2iW3S19AlaVWy { position:absolute;display:block;z-index:100016;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd { position:relative;display:block; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd { background-color: transparent; background-image: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container > .video-iframe-container { display: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row > .video-iframe-container { display: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd { border-width: 0; border-radius: 0; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .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.5rem;width:75rem;position:relative;display:block; }#SWvwTawcJaGkZ0VN28RTcpOIqfoXqAym { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:4.9375076293945rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utZCKoqkcwQ0q9zsOfEgiyR7JbUqihlq { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:5.0000076293945rem;left:25rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWAwBa3tEc76GCvVLcX4UF5TTU0DQtCb { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:4.8750076293945rem;left:50rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItTa4IUCaJmUEmuWFJ7l8QPTFihXLPJm { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.2917098999024rem;left:10.90625rem;display:block; }
#SqyR0a3W2Q3w7dgzGNufemvWs4WFZEFT { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.3125rem;left:35.90625rem;display:block; }
#DW7cHNxfSqsCpWngtiv7o3FxAuH4aCz5 { box-sizing:content-box;color:#ffde00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1.2708740234375rem;left:60.90625rem;display:block; }
#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;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;display:block; }
#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd.adaptive-delivery-prevent-bg { background-image: none; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container { background-color: transparent; background-image: none; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container > .video-iframe-container { display: none; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row > .video-iframe-container { display: none; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container { border-width: 0; border-radius: 0; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container { background-color: transparent; background-image: none; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container > .video-iframe-container { display: none; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row > .video-iframe-container { display: none; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container { border-width: 0; border-radius: 0; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#yNFNnM1XyvKUoNpZqbNpNSZapw3seG2m { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Un0V5IfLw6Gm2uNusXT708zz6hI1drQJ { position:absolute;display:block;z-index:100016;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd { position:relative;display:block; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd { background-color: transparent; background-image: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container > .video-iframe-container { display: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row > .video-iframe-container { display: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd { border-width: 0; border-radius: 0; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .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.125rem;width:75rem;position:relative;display:block; }#QPDsX79KIcH2xPOdBywtGE9038bTODTS { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:2.1263427734375rem;left:3.4375rem;height:12.1666875rem;display:block; }
#hbNoAMonset27STEmgTbE2V5C9bStqHt { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQTrgArmdgKNXbGNLADH0ITXKd1hr15R { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.5416870117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNm0FbSTuRelOVfNvsg6qWfOQuIhZAmC { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.5416870117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bbPMHNqS2cT2RRHFCqsbJD2D3vd7Lc8u { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH { position:relative;display:block; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH { background-color: transparent; background-image: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container > .video-iframe-container { display: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row > .video-iframe-container { display: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH { border-width: 0; border-radius: 0; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .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.3125rem;width:75rem;position:relative;display:block; }#UaLWwPdrGBI8KZdDP3P9FNmHlNllsITi { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#F2qxth7HTtT3gSwZkrtWXDLBkyXJTvnf { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4FuWdMTQn2vCSmfVXr0W1T7wcsOL6Z9 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.2942810058594rem;left:10.583335876465rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvIdph1ATXo6zxG2GFkhEkbO9c3T3VGM { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.2942810058594rem;left:10.583335876465rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg { position:relative;display:block; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg { background-color: transparent; background-image: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container > .video-iframe-container { display: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row > .video-iframe-container { display: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg { border-width: 0; border-radius: 0; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .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:20rem;width:75rem;position:relative;display:block; }#O1ugZOifiQiMNF0koflkXUswpx0aZUg6 { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#AC9stKZNT29Qr4O0yq4PsBK46NIR75Fp { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGzE8uxQ0KBftmlM1TNgLpOdTzIymVrh { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.4583740234375rem;left:10.583333969116rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNwtGEfuonL5lcc1MF3ECe6bCKz5XfTB { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#od1LKutb3VWgkIH9EIHTGM01UduT4VuI { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.4583740234375rem;left:10.583333969116rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo { position:relative;display:block; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo { background-color: transparent; background-image: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container > .video-iframe-container { display: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row > .video-iframe-container { display: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo { border-width: 0; border-radius: 0; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .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.4375rem;width:75rem;position:relative;display:block; }#C53B78oi87zspLfPD2QRUgQzfDmQVM9T { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#LsuGabvG6Vmdac6AoOEwGoVtdDTM8L8B { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbCVfSiLRd0vKLRGszDzUmFT3WRyTW12 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fc5eVIWxK3qi2yxRIaRAQ1KHBKniDBew { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov { position:relative;display:block; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov { background-color: transparent; background-image: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container > .video-iframe-container { display: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row > .video-iframe-container { display: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov { border-width: 0; border-radius: 0; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .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.25rem;width:75rem;position:relative;display:block; }#fiTEzp3xT0M14De4WRuRCDyIay1colGx { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#LexwtexV4BFfaT5akvdQHOtto2E9GVFt { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g4MKeiX86Tn7STQh8LyPNOqiPHJT1TdJ { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBOJiI6NFcOsBerIn5g3zEDupZPCBqnD { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc { position:relative;display:block; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc { background-color: transparent; background-image: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container > .video-iframe-container { display: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row > .video-iframe-container { display: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc { border-width: 0; border-radius: 0; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .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:16.125rem;width:75rem;position:relative;display:block; }#XWcvnD9oP5OhwRlCRiCaDoUd5vZVt2y5 { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#Hdzvxwg5nXptOlF890lVynqGJ1lJiyMb { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GszSObbNh7BG7S2Ad8STym3pLivvc1kv { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJLZoQ3CJMQITlZzTqbTrcN7SZaeS2rT { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5833740234375rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kkgayMI92M2tRkyHxTqRtqW856XUcLoN { position:relative;display:block; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN { background-color: transparent; background-image: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container > .video-iframe-container { display: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row > .video-iframe-container { display: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN { border-width: 0; border-radius: 0; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .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:16.125rem;width:75rem;position:relative;display:block; }#iAGH9LKZHoRsGmbLHT9JVERDGS6KnVJe { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#m4dyQ2aryQTfWkLhkmAe3SDTUqrbMur3 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeeKqWIqv6q2zHf9lD1KlhkNprTrevXT { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.3814697265625rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J { position:relative;display:block; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J { background-color: transparent; background-image: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container > .video-iframe-container { display: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row > .video-iframe-container { display: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J { border-width: 0; border-radius: 0; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .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:15.25rem;width:75rem;position:relative;display:block; }#EnPdbzop88Q2HBHB1lrywL8EeW3CJGOH { color:#ffde00;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#pAJZAZyiPpcRVLAeWgMrQnf6iJpEKNcl { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeSlAyLDuIaT6bNT1adcp64IpKU9qK4H { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.651123046875rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJLdFkslZC1GHkCF3SOChizKhH7O5DMR { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt { position:relative;display:block; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt { background-color: transparent; background-image: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container > .video-iframe-container { display: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row > .video-iframe-container { display: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt { border-width: 0; border-radius: 0; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .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.4375rem;width:75rem;position:relative;display:block; }#Bb1tTzM0BfM5A7D5MTUuL68XcaqaIrHU { color:#ffde00;display:block;width:5.5625rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.1744995117188rem;left:2.75rem;height:12.1666875rem;display:block; }
#OCqNpvW4XmE11VaNTpyyEpheCI58m39X { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvcBoCWd3hHkt43VAohWdWoeR9cZ1Ptx { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.651123046875rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xEQymQxqhIbwNagca7xaQ1c78J0EGVI5 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:7.651123046875rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA { position:relative;display:block; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA { background-color: transparent; background-image: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container > .video-iframe-container { display: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row > .video-iframe-container { display: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA { border-width: 0; border-radius: 0; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .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;position:relative;display:block; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b { position:relative;display:block; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b { background-color: transparent; background-image: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container > .video-iframe-container { display: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row > .video-iframe-container { display: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b { border-width: 0; border-radius: 0; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .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:43.125rem;width:75rem;position:relative;display:block; }#WRyneqkR4Tkck8gHHXO1wEhM580XrImT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.125rem;width:56.25rem;top:1.2292175292969rem;left:9.375rem;overflow:hidden;display:block; }
#AnPnGeTO0Ze8w183zk6WT6AvuNMlPZ1T { color:#0d94a6;display:block;width:45.4375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:37.5rem;left:17.625rem;height:4.8333334922791rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hg0cWBFx9T5OGz47MaHSWgm4s0Vvy5d1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100019;top:37.375rem;left:12rem;overflow:hidden;display:block; }
#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc { position:relative;display:block; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc { background-color: transparent; background-image: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container > .video-iframe-container { display: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row > .video-iframe-container { display: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc { border-width: 0; border-radius: 0; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .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;position:relative;display:block; }#y0TUJlEgKmNU6daJaxQ1WBs9aTFRqb0b { 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;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:ubuntu;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:100049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#DECkUPPLTAIVEMgw3zxmAL0Q2JurunrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/8SbUjhfM/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq.adaptive-delivery-prevent-bg { background-image: none; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container { background-color: transparent; background-image: none; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container > .video-iframe-container { display: none; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row > .video-iframe-container { display: none; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container { border-width: 0; border-radius: 0; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container { background-color: transparent; background-image: none; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container > .video-iframe-container { display: none; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row > .video-iframe-container { display: none; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container { border-width: 0; border-radius: 0; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#IlJN9T77IcqiwZAT8A8lshsheT3N8C27 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITNKSfRm64nanLzImwHcSZAkeJvulW6g { position:absolute;display:block;z-index:100014;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp { position:relative;display:block; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp { background-color: transparent; background-image: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container > .video-iframe-container { display: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row > .video-iframe-container { display: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp { border-width: 0; border-radius: 0; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .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:36.3125rem;width:75rem;position:relative;display:block; }#Sm0hMOxZhXWaXHXgGFsU66bR34llGMKm { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:23.9375rem;width:21.875rem;top:12.2421875rem;left:1.4931640625rem;display:block; }
#Gt3JrunwAA53RhLN5m9KruOciwOcozwA { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:23.9375rem;width:21.875rem;top:12.2412109375rem;left:26.462890625rem;display:block; }
#eMpAlfxuskXipE1aS2rOdNDku0cNNxyd { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:23.9375rem;width:21.875rem;top:12.241666793823rem;left:51.494791030884rem;display:block; }
#lKhUcISzHc6LkGqTJvcrU6XZXd1SidD6 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:2.15625rem;height:16.666666030884rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRrCyl8slD9TI0cqc2cO0nKF1WWvkxhu { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:27.156251907349rem;height:8.3333330154419rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9Q79TR41NRd9nlvSObvQ2TlaQeZhz2n { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.065185546875rem;left:52.15625rem;height:10.416666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqTUCcIBtcZaTFh0nfznULzQWNmFMGr6 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:7.8125rem;overflow:hidden;display:block; }
#LwfZwHGeuSpnOL8EdpILiH3EIBqqKfwx { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:32.8125rem;overflow:hidden;display:block; }
#KWyFVmS8wUarh4KnDqUCSK41867d1Gig { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:57.8125rem;overflow:hidden;display:block; }
#gJzder5P2Gcxs2JBNRVGgLIzWhLAWsBF { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:27.156251907349rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EaDd3CI6ZkJMPmW0VEGdEQzNNRoHMCMr { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:2.15625rem;height:16.666666030884rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CdLsTWpxvdNWyNQuq6HJniFzbUtPktgT { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.065185546875rem;left:52.15625rem;height:10.416666269302rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rFCuLFHzieoWkZMeQnFmGTIgoBA92ltn { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:2.15625rem;height:16.666666030884rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb { position:relative;display:block; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb { background-color: transparent; background-image: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container > .video-iframe-container { display: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row > .video-iframe-container { display: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb { border-width: 0; border-radius: 0; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .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:38.125rem;width:75rem;position:relative;display:block; }#yLLGDwGRXHiEPLm5GGlPP4qoIqPoCy73 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.6875rem;width:21.875rem;top:12.2421875rem;left:1.4931640625rem;display:block; }
#BxICaTkoutUJL5E6O7dyHX20HN5lLP00 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.6875rem;width:21.875rem;top:12.2412109375rem;left:26.462890625rem;display:block; }
#bSMerPCR5dPaAcUPOtfp4t3QA4rNtWPr { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:2.15625rem;height:14.583332777023rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rhGQbyqlld1PqXMTQv2yAPPzyUymRV63 { color:#486c8f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:19.1474609375rem;left:27.15625rem;height:10.416666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFGHVZc5vt2HwlpSZ8Xx4ktCdl9ePvLV { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:19.1474609375rem;left:52.1875rem;height:16.666666030884rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiHM7tElkE5LQ89NedJkzwQ0uTaT51OS { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:7.8125rem;overflow:hidden;display:block; }
#NyC5VlL4DyIrK3vrM5wSW8bkVTHPBJNf { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.6875rem;width:21.875rem;top:12.2421875rem;left:51.5rem;display:block; }
#Tt8wMi0lknhaAaG9TMaPbW5XTCVahKV2 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:32.8125rem;overflow:hidden;display:block; }
#MNJan4zo1fp4zVM7m3qKTDJbFiKNsavP { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:57.8125rem;overflow:hidden;display:block; }
#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt { position:relative;display:block; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt { background-color: transparent; background-image: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container > .video-iframe-container { display: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row > .video-iframe-container { display: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt { border-width: 0; border-radius: 0; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .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.875rem;width:75rem;position:relative;display:block; }#GtMlSJSzqiEWgkeDkDsBaC4mRc3AGbg7 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.4375rem;width:21.875rem;top:12.2421875rem;left:1.4931640625rem;display:block; }
#Jphb6tI6qerMKbEaSfyhSEDbzsmiGFoE { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.4375rem;width:21.875rem;top:12.2412109375rem;left:26.462890625rem;display:block; }
#fCygWVlxdufZFJVGT4J6Ht7WEEVWmFBU { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:27.156251907349rem;height:14.583332777023rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLDxrriutVB8qntTfZULAsrfqaPE3aay { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:19.10546875rem;left:2.15625rem;height:12.499999761581rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvCW8MsHkPWsr450eF5eVWJgfPQVfm5T { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5rem;left:32.8125rem;overflow:hidden;display:block; }
#WiBEamnO514iixl01ETtEbqHAd1QqkHQ { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(55,120,21,0.7);border-left:0.0625rem solid rgba(55,120,21,0.7);border-right:0.0625rem solid rgba(55,120,21,0.7);border-bottom:0.0625rem solid rgba(55,120,21,0.7);height:25.4375rem;width:21.9375rem;top:12.2421875rem;left:51.5rem;display:block; }
#lgRpT3qEZE48GcBQwZS1GnwxEVIrvtsi { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.4583740234375rem;left:7.78125rem;overflow:hidden;display:block; }
#QLbZsbnaBF9zNSZ1LdhFaq1sAaSwkPXz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.459716796875rem;left:57.78125rem;overflow:hidden;display:block; }
#C0KiCWCqCEeTkdiNKlOaFbfB5FgzL5tP { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.7;letter-spacing:0;top:19.10546875rem;left:52.15625rem;height:16.666666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQS7OrDBvT1WrIDZnvSAGTLnFuGm6wsV { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:19.10546875rem;left:2.15625rem;height:12.499999761581rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#D8J44LX1qyD4mUbzgE7BA2NDXEHagZZu { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:19.147918701172rem;left:27.156251907349rem;height:14.583332777023rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#akKravldGvSFVvP4qSDItvJXJv8zTk6B { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.7;letter-spacing:0;top:19.10546875rem;left:52.15625rem;height:18.749999284744rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nNAQFAmm1UtxtLpU6ceCAZg46sydZDZ3 { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:19.10546875rem;left:2.15625rem;height:12.499999761581rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa { position:relative;display:none; }#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa { border-width: 0; border-radius: 0; }#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa > .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;position:relative;display:none; }#T6wT84GvTvhorxAqJ0Oc15UEPsn5OVgW { 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;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:ubuntu;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:100049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#e40Isgll9dWmzOs3RUoV3Te4ShEDGXtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/FwhCbLJ7/Oczyszczanie_z_Ajurweda_na_www_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN.adaptive-delivery-prevent-bg { background-image: none; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container { background-color: transparent; background-image: none; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container > .video-iframe-container { display: none; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row > .video-iframe-container { display: none; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container { border-width: 0; border-radius: 0; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container { background-color: transparent; background-image: none; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container > .video-iframe-container { display: none; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row > .video-iframe-container { display: none; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container { border-width: 0; border-radius: 0; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#zMRNcmILLZ0N60HbM2weP740FhLap6du { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFKxU8yJ3EPUwnZN4nuioTlxPnu3DaSb { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX > .row .container { border-width: 0; border-radius: 0; }#AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:none; }#xVgAIuBAqinScX0T72qpJThobueHblTH { position:absolute;display:block;z-index:100000;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;height:57.3125rem;width:21.875rem;top:5.666015625rem;left:26.53125rem;display:block; }
#SkSRPQII8rtK2i2xJgVbf7fICGbfb0TT { position:absolute;display:block;z-index:100001;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;height:5.0625rem;width:20.625rem;top:6.2916870117188rem;left:27.15625rem;display:block; }
#TDgUy5LPTHblF0OZksnO16qltp3ZU3PS { position:absolute;display:block;z-index:100002;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;height:53.75rem;width:21.875rem;top:5.625rem;left:50.6875rem;display:block; }
#RIteya1dSoqBrlbXNW2uZU0FPXPPtyA1 { position:absolute;display:block;z-index:100003;background-color:#235b04;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;height:5.0625rem;width:20.625rem;top:6.25rem;left:51.3125rem;display:block; }
#y4ANcrKXOUothDZW7W6OD8aLfvmTRkIF { position:absolute;display:block;z-index:100004;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;height:48.25rem;width:21.875rem;top:5.6875rem;left:2.5625rem;display:block; }
#VGTyfg2ls44iE9qNnJ6AR3KXTQOaqKf5 { position:absolute;display:block;z-index:100005;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;height:5.0625rem;width:20.625rem;top:6.3125rem;left:3.1875rem;display:block; }
#lCeZqNnzE6O06POTLSThOWbZztQLJFhW { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naJfsNSrkEHUTATc8eIfVp9eVJTA2fnR { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:7.4271240234375rem;left:30.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOKxCCsyIpT58hEqrTkaaaKOBmtA3rsI { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:7.4896240234375rem;left:54.78125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynCT1PSUt6fvqrTTTII5t8KL9JqA58oQ { 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-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:ubuntu;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:100025;text-align:center;text-align-last:center;top:47.0205078125rem;left:6.314453125rem;display:block; }
#ixAa48Bfp5VHcTMT4iacD1wNO1mkOvZy { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#zSvsDCyvJL43HbMT0Tm7v34rFsmqH4aX { 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-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:ubuntu;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:100026;text-align:center;text-align-last:center;top:57.125rem;left:30.314453125rem;display:block; }
#G2QFyRAsOkTMX5uQyOlrXqFrIuPTtlXa { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#ugsBy72rZm2dXy1FizCK9fKw7Cdkc2SL { 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-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:ubuntu;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:100027;text-align:center;text-align-last:center;top:52.9375rem;left:54.439453125rem;display:block; }
#tZkn6RhXi5GTFxK00aAVy4cCBmhkKNRT { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#uXXuJU2pJu8xGWtHEEh85h9nlKQppAiv { color:#377815;display:block;width:16.9345703125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:40.947265625rem;left:5.0322265625rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#T3b8BGCH2KpETdTDwLlIwoIgx57rz0L4 { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:47.8955078125rem;left:27.9072265625rem;height:2.3333332538605rem;text-align:center;text-align-last:center;display:block; }
#fGDeoe0sMiwBpdbl7wMZQxWmbdlWViLl { color:#377815;display:block;width:16.9345703125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:51.2705078125rem;left:29.0322265625rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#PJD0OpksGaLnuTP76lSPBwoJxkUIhBP8 { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:4.0625rem;height:27rem;text-align:left;text-align-last:left;display:block; }
#tCUKGX8Z5AttOT45p2lGm11sAQmZUEBH { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:28.03125rem;height:16.5rem;text-align:left;text-align-last:left;display:block; }
#EoSfFQgvg824B8hGM5hBhUe20E1gf5Xp { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:52.1875rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#Jx81BPUZmx5QM4pGndrVB7Xil9E85vAy { color:#377815;display:block;width:16.9345703125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:46.8017578125rem;left:53.1572265625rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#ErkNJUi4xLT5sIzGqHMUlpBhtyQrKXCe { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.5625rem;left:52.1875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#ATE5bhTCIR14ziQJwzmr5dBcSdJBTOL3 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:31.477905273438rem;left:28.03125rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#OINIBCumWNOZBbERoGuPEB6XiKHAppZX { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:29.0625rem;left:28.03125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Vps0Ua1o0DZp1ctWqv5GUBA7U6z0vzW4 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:30.384155273438rem;left:52.1875rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#gicbDpGg96rlNW8UFrM0fes9vNdFZNBc { position:absolute;display:block;z-index:99999;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;height:7.25rem;width:13.1875rem;top:2.0625rem;left:36.770835876465rem;display:block; }
#l1UI4d4QQpWoegAaQSqRlIFh2bRBRXCC { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;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:block; }
#XKoDuLomO7Cr9QyTyIlAQqCH9TX9OLpe { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;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; }
#Bl5SvQvhamGWRig5mdNtKWyzOLVfdcEh { position:absolute;display:block;z-index:99999;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;height:7.25rem;width:13.1875rem;top:2.0625rem;left:36.770835876465rem;display:block; }
#ZiD3rVxBTnnvqsd1W93UCurFdlpBhpXJ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;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; }
#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW { position:relative;display:none; }#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW { border-width: 0; border-radius: 0; }#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW > .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:15.5rem;width:75rem;position:relative;display:none; }#QEdKzp2fpvyRfeaTAAgMUaoEPXEMowH1 { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#btT6z6vE22bFnVZ73oKJiPOgcfZ2vMr1 { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw > .row .container { border-width: 0; border-radius: 0; }#eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:none; }#rEft4pZ2RMzxylD9iTo5BmVxc3FUhbuV { position:absolute;display:block;z-index:100000;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;height:56.25rem;width:21.875rem;top:5.6654052734375rem;left:26.53125rem;display:block; }
#y4ty5RScdPs9FZODeVCwbhPPPRlvC6uG { position:absolute;display:block;z-index:100001;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;height:5.0625rem;width:20.625rem;top:6.2916870117188rem;left:27.15625rem;display:block; }
#e9nMdynkSi3iNEnlO3TdTbp2XF9yDu6D { position:absolute;display:block;z-index:100002;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;height:56.25rem;width:21.875rem;top:5.625rem;left:50.6875rem;display:block; }
#h7RK7oH6gt7qSNS5KcfBbyJ3ewxuocKS { position:absolute;display:block;z-index:100003;background-color:#235b04;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;height:5.0625rem;width:20.625rem;top:6.25rem;left:51.3125rem;display:block; }
#gkmfm8TrX8NboG1OADogkF7FFFbMwt4P { position:absolute;display:block;z-index:100004;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;height:56.25rem;width:21.875rem;top:5.6875rem;left:2.5625rem;display:block; }
#hHP6z8c6MgAAWa6RsqKfXse8J0DSbFDf { position:absolute;display:block;z-index:100005;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;height:5.0625rem;width:20.625rem;top:6.3125rem;left:3.1875rem;display:block; }
#GFT1Kmmq75NK1KqaNJ96SLT89uhS4yTI { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.625rem;height:2.84090625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EN8mwxoS2BEKChkaPZTIWrn9ngBUuUX8 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:7.4271240234375rem;left:30.625rem;height:2.84090625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoKJ6e3AoI9PnF5Cu0r6JqXBngeFbrf3 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:7.4896240234375rem;left:54.78125rem;height:2.84090625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ee28ldWJPZM122ouTzJ3am24PVQ8qDHE { 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-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:ubuntu;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:100025;text-align:center;text-align-last:center;top:42.467468261719rem;left:6.3450527191163rem;display:block; }
#MPDXzhf3I3l16xEHTpRwdpLpBvAOv89S { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#y9hygOT7AEsBqNIDQ8Gwum4Jz65leRqa { 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-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:ubuntu;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:100026;text-align:center;text-align-last:center;top:53.9375rem;left:30.313804626465rem;display:block; }
#ECV0xGAhgs6s3vV5ohObNeHeUwoJotqI { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#vJVvvaciGaDALRhT2rprfqlCHK068pT6 { 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-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:ubuntu;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:100027;text-align:center;text-align-last:center;top:48.311218261719rem;left:54.470054626465rem;display:block; }
#utyZnKh2ZqwEXCfsUd6pa7rth8fN8Uv8 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#FaAtmkAmyDAcgJt6PQTTbuMUdN5DgKHE { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:37.717468261719rem;left:5.0638027191162rem;height:4.65909375rem;text-align:center;text-align-last:center;display:block; }
#BnoGUu83idsiUcm5lbV9Db7sEeNApHuW { color:#377815;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:44.76953125rem;left:27.90625rem;height:2.32954375rem;text-align:center;text-align-last:center;display:block; }
#XUhP8y3EPy27lSEIQQNLTa7h1aTnKEt8 { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:49.270812988281rem;left:29.032554626465rem;height:4.65909375rem;text-align:center;text-align-last:center;display:block; }
#yHk2m0dg6LMb2BCDvc3hXcgGFFL6zFoa { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:4.0625rem;height:22.7272875rem;text-align:left;text-align-last:left;display:block; }
#NgEJxqXMPqZ8MQoRivb5sXaIG7pIsnkx { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:28.03125rem;height:15.6250125rem;text-align:left;text-align-last:left;display:block; }
#vzL4u8AI4SQxq7tmQFtaZJ2H6LuqmgrB { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:52.1875rem;height:14.20455625rem;text-align:left;text-align-last:left;display:block; }
#BXO4L8mCHHku16Vbzq317pVFDTXO7fdJ { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:43.561218261719rem;left:53.188804626465rem;height:4.65909375rem;text-align:center;text-align-last:center;display:block; }
#veQX1VXyDT3TNIvMFK34mb3igh62ypL6 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.5625rem;left:52.1875rem;height:1.42045625rem;text-align:center;text-align-last:center;display:block; }
#mL5vxTUrJnuKhLLBeBS0mD9bTlfA49Tv { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:31.477905273438rem;left:28.03125rem;height:12.7841rem;text-align:left;text-align-last:left;display:block; }
#oxrtIPrEV48LnC21KvBwqdQuK3q73X0N { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:29.0625rem;left:28.03125rem;height:1.42045625rem;text-align:center;text-align-last:center;display:block; }
#VVJsd9S6H9pWRfBUKdIBr1KoWU9X4bJw { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:30.384155273438rem;left:52.1875rem;height:11.3636375rem;text-align:left;text-align-last:left;display:block; }
#NzQJBv2UcaW7IIsopZegMDZ555vnZ2T5 { position:absolute;display:block;z-index:99999;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;height:7.25rem;width:13.1875rem;top:2.0625rem;left:36.770835876465rem;display:block; }
#OeymPlJNAZCn9R9V20xSQ727PUsNCfVl { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.3863625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umdL9E6kUGAuiEcSEtQS6zvG9W1ztTbV { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;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; }
#CcUdrQi14og3cFAlRvNBWKuANi8pFh0D { position:absolute;display:block;z-index:99999;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;height:7.25rem;width:13.1875rem;top:2.0625rem;left:36.770835876465rem;display:block; }
#s8oTWThAWwiRbAPifT2mLZnoIaHGKzDr { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:100023;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; }
#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container { background-color: transparent; background-image: none; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container > .video-iframe-container { display: none; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row > .video-iframe-container { display: none; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container { border-width: 0; border-radius: 0; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#SVNAEpXkTWfwbwm4TA7y0dXAPCuyg05A { position:absolute;display:block;z-index:100004;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;height:45rem;width:21.875rem;top:5.625rem;left:26.5625rem;display:block; }
#IzTw93WF4Wo1R066QUnAVqiWu6XOTl1Z { position:absolute;display:block;z-index:100005;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;height:5.0625rem;width:20.625rem;top:6.25rem;left:27.1875rem;display:block; }
#vhzbSzGUs6T692UEZmoG09Q2MHsNU6Dw { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:7.4375rem;left:30.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xA6GNAedX9xSfCkr3NFySM2yg3BQMGUU { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:7.4896240234375rem;left:54.78125rem;height:2.777775rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IrVqZ0I4LO7K1t1SmdfassfOqXS83fxu { 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-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:ubuntu;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:100025;text-align:center;text-align-last:center;top:42.4375rem;left:30.375rem;display:block; }
#Kd09HcaB6d4vz5rktbd16rD5GleIv9at { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#fc26dGZpTO8SK9pVTDdBMdMTupZfKLgy { color:#377815;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:37.6875rem;left:29.0625rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#OR9p8TOw8rkEFiAg6ke87ru2q2zESnD6 { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.5rem;left:28.0625rem;height:24rem;text-align:left;text-align-last:left;display:block; }
#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT { position:relative;display:none; }#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT { border-width: 0; border-radius: 0; }#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT > .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:12.5rem;width:75rem;position:relative;display:none; }#FsBTRhMRVIhuyRB7Xmk5JkUfpUSLxOsV { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.8409125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e70GB7aVFxboll01a9g5B2yuSUuFvScn { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/TyQFbGpw/Oczyszczanie_z_Ajurweda_na_www_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx.adaptive-delivery-prevent-bg { background-image: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { background-color: transparent; background-image: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container > .video-iframe-container { display: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row > .video-iframe-container { display: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { border-width: 0; border-radius: 0; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container { background-color: transparent; background-image: none; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container > .video-iframe-container { display: none; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row > .video-iframe-container { display: none; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container { border-width: 0; border-radius: 0; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#bkpC63xoxEZnK5vgKgqUplcnQMFdfrNr { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzuJIcsZ2WWZ2Qmn2SrZsLPWq7y48WpP { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container { background-color: transparent; background-image: none; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container > .video-iframe-container { display: none; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row > .video-iframe-container { display: none; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container { border-width: 0; border-radius: 0; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container { font-size:0.875rem;font-family:arial;height:87.125rem;width:75rem;position:relative;display:block; }#ReG1BiQxOf7IkqlfBV6wqaUX9ZAcFkLX { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.7708740234375rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uW4XczBZvWSutlzrHWNeq4HcVTnzo9eQ { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:50.246215820312rem;left:6.25rem;height:28rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnu97eJvNmWsOvMIo8hMlwdzeso3vDTA { color:#f39c12;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:83.166748046875rem;left:7.5625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3LzVlA5Xk7CSsMk0aDp38s9wHLTTXFv { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:46.75rem;top:12.266967773438rem;left:14.03125rem;overflow:hidden;display:block; }
#ewTn2r4iiW6iJcESx3peS9laptk6Ba27 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:39.614624023438rem;left:6.25rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoHel9iXOrSEWQDKDbGS8mKXv45rGKvt { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.7708740234375rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ekNDahhLslAs7c2GMwrxDOpD0qzAMfhW { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:50.246215820312rem;left:6.25rem;height:28rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container { background-color: transparent; background-image: none; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container > .video-iframe-container { display: none; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row > .video-iframe-container { display: none; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container { border-width: 0; border-radius: 0; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#Vb0ToKUtf8JHe2MoIzUrbBIqp7Flf8r6 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { background-color: transparent; background-image: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { border-width: 0; border-radius: 0; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { font-size:0.875rem;font-family:ubuntu;height:48.4375rem;width:75rem;position:relative;display:block; }#mJOOW5VsCAqnr6DcPRICuSKuNUq7Dy9i { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6W33ahrqqm4CMT5hNNO0uebB1lTKS1T { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:39.875rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#oOz21koNXuISGuJhT2u91FPeyxX1L80C { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:13.89453125rem;left:11.96875rem;height:34.499999284744rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F1xWtrT5uTryut7rebSQXWmpw67ewICI { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:13.89453125rem;left:11.96875rem;height:34.499999284744rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IOzDa44GnTG3792rTya8Zh7l79doCb9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { background-color: transparent; background-image: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { border-width: 0; border-radius: 0; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { font-size:0.875rem;font-family:ubuntu;height:31.25rem;width:75rem;position:relative;display:block; }#mG1nE10Z11sk0KvBEH6DfxB5MMTmLXqe { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prwA0goIiSgOvgtXJn416TGUnJOwLiPi { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:22.8125rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#B0nEAFNvOkzhSLX5zTvzETkkJyxNr1zJ { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:13.958374023438rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfB4Ta6dng5216nnwKEeAkxFMTCQy3bi { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:13.958374023438rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { background-color: transparent; background-image: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { border-width: 0; border-radius: 0; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { font-size:0.875rem;font-family:ubuntu;height:50.5625rem;width:75rem;position:relative;display:block; }#dNIv0WRuWWtcHnx0kCJe82Bnxz42xcMn { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZ2zTs678ilUdNXlQdtcPxhJRIqKmR4V { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:42.0625rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#yH9nkO5GEv9WEAuomTaRsi3GQCkCKVsU { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:14.084716796875rem;left:11.96875rem;height:36.416665911674rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrpDdMNw93qULAkqwLoW2G19mRSOyIDD { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:14.084716796875rem;left:11.96875rem;height:36.416665911674rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:block; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { background-color: transparent; background-image: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container > .video-iframe-container { display: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row > .video-iframe-container { display: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { border-width: 0; border-radius: 0; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#N5fNnh3EMVwIewbRaBXJUZP8hSvVXPuU { 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;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:ubuntu;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:100049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#GnrCKTIFE7agppmeiz6dn87gdH3VVtZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:none; }#FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo > .row .container { border-width: 0; border-radius: 0; }#FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:75rem;position:relative;display:none; }#m13xvSbSmeFRhmwrkrXcldfMVyprbVNr { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.7708740234375rem;left:6.25rem;height:6.3888875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEbccpeS1VXTXKeluSVamfQ23XFXEvXt { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:39.475341796875rem;left:6.25rem;height:30.2083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs6FsgUwaFTX4A8nANI0CA09uBezuUQg { color:#f39c12;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:71.727844238281rem;left:6.25rem;height:4.027775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ky7shcOlorc4nXJWqWXObPbK6qxLHclD { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:46.875rem;top:12.266967773438rem;left:14.03125rem;overflow:hidden;display:block; }
#cwixOnn331OqVtRfTRtbb1i9ODokwdN7 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:39.475341796875rem;left:6.25rem;height:30rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:none; }#k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC > .row .container { border-width: 0; border-radius: 0; }#k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#gK2tvx09hTV0pLRbPPblpZpETWilTvfC { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.82954375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZBbHkszhai054D7hvTzbWifNCCxHu2R { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#Kr862esxSV4UXgXhoWOCZiUCutlK7F4Q { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:13.208374023438rem;left:6.25rem;height:5.6818125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;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:none; }#rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ > .row .container { border-width: 0; border-radius: 0; }#rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:none; }#CJGVIhI3nEF0ZlTfrTysCwoBqApBzQGc { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:2.7481689453125rem;left:0rem;height:2.3863625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZnsTvcL5Af1U0Ixrlqwfh8NqRSBmqMa { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.6875rem;left:23.6875rem;display:block; }
#vnUtPb0pBsr3ftRBbCPDU61q2lUIJP5n { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:33rem;display:block; }
#L1cb1XsJZUtDGTsU72oD6Qi5El7duK2I { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:42.4375rem;display:block; }
#EMFJmbG7uiRfuDQ1CsaAur4nIExWKRZs { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16rem;left:23.75rem;display:block; }
#sluopwecEBUgTPBMSb3cw81XoVU9O863 { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:33rem;display:block; }
#o755iVaHiiCx84Tmc7tLuCEcGTgqeJ3o { position:absolute;display:block;z-index:100052;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:42.4375rem;display:block; }
#UMJLeFzIC55qqLS1x9qlHyB9oELksT9f { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4845XyShWqTebpnedzqbWp9JC8Vn8ME { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCRuVM45sxWG3u3Zw7Hc1xJr8U44WU00 { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:16.5rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-label { background-color:;background-image:none;color:#191919;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE { top:6.6875rem;left:23.6875rem;z-index:100026;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:;background-image:none;display:block;width:27.562040328979rem;height:10.062040328979rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #FCZqFMaV4tgRtxU9BWl1sJd7cmQN3U2y { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #o5fEOcBoAebbrD4Cl5Siy6iZ48OadibT { display:block;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #mBJG5Hnffu6TZOFO6eAn4aAO3IEM6o6W { display:block;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #NLHVEZocUV1PVPe83Cbz4pUA6ZLeeDdX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #uwdRVyB3IE2F4VmJdbpbV5lHwD481S3g { display:block;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #TeCSKVs8ZGq0iDnTA7HT69xoRNhK0E5t { display:block;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #xBk10hA9sCXgOvZWRxd3eZeKErcAl7DK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PZhDWVora8qSmWUBgqPxldJHie9WxzC4 { display:block; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PyZocIJ9GH3HrLPePPZQeyaSxOyKkLWw { display:block; }
#Tn0nBcGHIEG8Tz0xce6zlENCAoFNu93i { 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;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:ubuntu;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:100047;text-align:center;text-align-last:center;top:23.9609375rem;left:18.75rem;display:block; }
#c9xNT3xcihvVXHBNX59x9kJMXkRFlypX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:none; }#dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo > .row .container { border-width: 0; border-radius: 0; }#dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:none; }#Pf8s5em8QqP6NiQ5vmCKiaqNKzsW2ZJi { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:1.2904052734375rem;left:0rem;height:1.9886375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryBAWuLwTvUVdMk7LldaKbRE0n0R9Z7C { background-color:rgba(50,158,218,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#eff8fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.428386688232rem;height:3.3684895038605rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:6.125rem;left:18.78515625rem;display:block; }
#dJ5rbLp3ciTT7tluacX7ouO2IShfQEmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:none; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { border-width: 0; border-radius: 0; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { font-size:0.875rem;font-family:ubuntu;height:34.125rem;width:75rem;position:relative;display:none; }#ubi16ytCVSPSwp09qiQ092faGTE8Rx8a { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:18.75rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#v25J1fUE4hxAE24Zvorw3QLCgmKAb09Q { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7SvyoIxka9RkbFMJbOdvZUwpdzQJk5b { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:25.625rem;width:75.1875rem;top:8.2487182617188rem;left:0rem;display:block; }
#t7h0UBDknvL5tGQ59FoQVDd9TzP1xc7A { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:19.166666269302rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:none; }#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr > .row .container { border-width: 0; border-radius: 0; }#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr > .row .container { font-size:0.875rem;font-family:ubuntu;height:34.125rem;width:75rem;position:relative;display:none; }#GBbRk25LbxHZ34eTBFHVXiVh3Zw5RB3C { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:18.75rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oiJIv0akV9Rh57o5eGpmHk3gk8ATabmq { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh5BVuPVoKiswCgGTUC3WQZsMCcCm6Mq { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:25.625rem;width:75.1875rem;top:8.2487182617188rem;left:0rem;display:block; }
#EE92FOHqHtElsvlv4WLIC8d3AfJxsVhH { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:19.166666269302rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;display:none; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { border-width: 0; border-radius: 0; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { font-size:0.875rem;font-family:ubuntu;height:39.875rem;width:75rem;position:relative;display:none; }#AVWbsyAM6ZZE7gFOm0Beu4JruTqTc2Kp { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:18.75rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#m6As6VPk0QxGkKBFqm6mITBuVEFl4L6N { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7HxK4nOPFQ8HMVr0RLQeqoFQgOJ7eBQ { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:25.625rem;width:75.1875rem;top:8.2487182617188rem;left:0rem;display:block; }
#l6NR44gRcqWPnZUAhEHb3I20ZmhDrzxf { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:19.166666269302rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff8fd;background-image:none;position:relative;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:none; }#Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B > .row .container { border-width: 0; border-radius: 0; }#Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:none; }#s6DMd5pFcogNQWuQsXz7HVxO0DS3EOgt { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:2.7481689453125rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTpyM1iCzabT52OUSWDzdp4QBiA7PLSX { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.6875rem;left:23.6875rem;display:block; }
#atrX6u58ezJ8cci7LSTSmHBRaLUMAEH9 { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:33rem;display:block; }
#zuRnCpU4KSDgiPAyHq7l7fNXDXf7Oxyh { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:42.4375rem;display:block; }
#aHIqnnTtzl4JR2rOBUlZp3k75nHqwxLd { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16rem;left:23.75rem;display:block; }
#O0Uuy8R8X3uJsol9Qdaorf2HuTmXNLVP { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:33rem;display:block; }
#yQQEkGwmt3elswr43yHThfqMN7l68T4O { position:absolute;display:block;z-index:100052;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:42.4375rem;display:block; }
#Hh11zBPLTBIrKn4mmDvBKQGCSJ4eXBJk { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMV6XTccpsicshsPT3Kw33OJuC4PO2vd { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPMAWi70Ebk2MXuzltw3yMekux8Hp8zs { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:16.5rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-label { background-color:;background-image:none;color:#191919;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 { top:6.6875rem;left:23.6875rem;z-index:100026;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:;background-image:none;display:block;width:27.562040328979rem;height:10.062040328979rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #rhuTHbal8rdy5uFb2Kx0hognMLoRH0fX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #val3VFaWo46EHhX1RggFG0OywPoPXKfM { display:block;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #D9pTXWDavrEoXtwEBssUlwq3g7n3AZnW { display:block;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #fXqpg6fBodw2LOD5vT56pPIf2TiQwlzT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #ZCceIvRKMG6VHZ96ogRDcIN8Ty2pnmud { display:block;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #Vp2KOA8mOThtqPfQigTVr8fVvGABVEn5 { display:block;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #TuZJHVc4SdofTnvdIibgVNZL7FVA3CGG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #az8TasElHSlQEBPWbplbtGgdyvymnfGn { display:block; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #wJT6VIdypcdkETmo4M8nLgy5iemNy12w { display:block; }
#QQEWxfLmz4gsiD5vWfzGHWv3dF9wDMTF { 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;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:ubuntu;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:100047;text-align:center;text-align-last:center;top:23.9609375rem;left:18.75rem;display:block; }
#xFPJbxX7wwUcCeRNKh7myJNbwWhTM6M6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI > .row .container { border-width: 0; border-radius: 0; }#QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/RKTVFuNl/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV.adaptive-delivery-prevent-bg { background-image: none; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container { background-color: transparent; background-image: none; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container > .video-iframe-container { display: none; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row > .video-iframe-container { display: none; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container { border-width: 0; border-radius: 0; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container { background-color: transparent; background-image: none; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container > .video-iframe-container { display: none; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row > .video-iframe-container { display: none; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container { border-width: 0; border-radius: 0; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#I5wdEo2KxTT4lgiQCS1pT6WctpyX3Xxq { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y80KT4vBwvuPgeOEJFJ1dGa1Mbk4BN7h { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container { background-color: transparent; background-image: none; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container > .video-iframe-container { display: none; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row > .video-iframe-container { display: none; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container { border-width: 0; border-radius: 0; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#lX0fBvUiTmuxcnDH699hbRtOzxGBxJUQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:31.1875rem;top:3.2252197265625rem;left:2.4986991882324rem;overflow:hidden;display:block; }
#AT4iWNk8eltwB9mxpAETxlWOsk6UnlwW { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:7.1627807617188rem;left:38.561199188233rem;height:5.25rem;color:#0d94a6;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;font-style:normal;display:block; }
#JcXrRTKJmLKXknFqWoUEwqQ6lzIH8CeV { display:block;width:24.998697280884rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:14.5rem;left:41.686199188233rem;height:1.75rem;color:#f39c12;text-align:center;text-align-last:center;display:block; }
#diaLyJTy8LfBLu1dd9I1aAdIoPq73NBW { display:block;width:25.625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:2.3737182617188rem;left:41.34375rem;height:2.5833332538605rem;color:#377815;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container { background-color: transparent; background-image: none; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container > .video-iframe-container { display: none; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row > .video-iframe-container { display: none; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container { border-width: 0; border-radius: 0; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#RPoKhgXgAsUvcvyWKlefEDX7LEaHebcD { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:31.1875rem;top:3.2252197265625rem;left:2.4986991882324rem;overflow:hidden;display:block; }
#w4b1SBwQ6KxMOEoQobSMlXpZZ7X9hetk { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:7.2239990234375rem;left:38.561199188233rem;height:7rem;color:#0d94a6;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;font-style:normal;display:block; }
#quiXT9UiMr5RJ6b0dDnUSN58Uw54SRAi { display:block;width:24.998697280884rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:16.4921875rem;left:41.686199188233rem;height:1.75rem;color:#f39c12;text-align:center;text-align-last:center;display:block; }
#fSgww9DeaOAhsJCIC1PhaXALHBgisgzr { display:block;width:25.625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:2.3737182617188rem;left:41.34375rem;height:2.5833332538605rem;color:#377815;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ov4scl5UEhJN860XOpmcOe3duHIZy13C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/BjoihBTO/9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#ov4scl5UEhJN860XOpmcOe3duHIZy13C.adaptive-delivery-prevent-bg { background-image: none; }#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container { border-width: 0; border-radius: 0; }#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:none; }#ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw > .row .container { border-width: 0; border-radius: 0; }#ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:none; }#ZNBhdL8TBgAQPRplsckLCc97ndCWsy4q { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:9.6590875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXHuO9MCB6uff2iAi1xb8LQ9HpJG3uDd { position:absolute;display:block;z-index:100015;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#DDORTbfNwnwNJLsueLuDvFEoN9cy6evT { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZD6V5uhPL2upMofF7EBgm8wAO3tske1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#ZD6V5uhPL2upMofF7EBgm8wAO3tske1U > .row .container { border-width: 0; border-radius: 0; }#ZD6V5uhPL2upMofF7EBgm8wAO3tske1U > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:none; }#yKNhkOTyVxvmiIXmwt2PEmxASyXPwrmP { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.3863625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxNnINsSZneXPtLVbx77TQ4PDR6QZOPJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.3125rem;width:55.875rem;top:6.375rem;left:9.53125rem;overflow:hidden;display:block; }
#lQBXTtLUK67KI3106rL6JAPWu8p5A2fk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#lQBXTtLUK67KI3106rL6JAPWu8p5A2fk > .row .container { border-width: 0; border-radius: 0; }#lQBXTtLUK67KI3106rL6JAPWu8p5A2fk > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:none; }#eZEV19384Oh8uGyTJ1TSbybBdERTHZ2v { color:#f39c12;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:28.6363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woOWhRHA5TAJZr7Si9PwF0CHAhuPkqFc { 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;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:ubuntu;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:100048;text-align:center;text-align-last:center;top:35.3330078125rem;left:18.75rem;display:block; }
#h5F7nHTnzgFgPeEP9kRcdQVtzbSL10QE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTComPbsSAGzWv80K74H2ySNGdGP8Gsy { color:#f39c12;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:28.500000715256rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL > .row .container { border-width: 0; border-radius: 0; }#h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:none; }#vGWvT8zyl0UiSroPFESRbGxzVxkwRlkK { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7916870117188rem;left:0rem;height:8.0681875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWOSfqtxU7hXT9IqaiqKaRH5Q4qxPC6X { background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:ubuntu;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.428386688232rem;height:3.3684895038605rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:13.8125rem;left:18.25rem;display:block; }
#NxULs4Vl44dShoL3Scr2ETZngIZwLko8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rAmbJsCSilTqK6V13P7BAMkvk8MLFD1x { color:#377815;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7916870117188rem;left:0rem;height:8.1666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f { position:relative;display:none; }#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f { border-width: 0; border-radius: 0; }#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f > .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:ubuntu;height:35.9375rem;width:75rem;position:relative;display:none; }#FT4cA7rLXBfutDUorGe22oCbRuEWwHHM { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:20.625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xaZwKQ6OL9Xplro5Dv0aWJM3p67NTTGd { color:rgba(255,222,0,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8XTlnd3nR5SmnrsN16T7lWgaE6TT53c { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:27.3125rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#ARNdD15szZfqFwLO63Gzph1rIWv9tbQn { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:22.999999523163rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl { position:relative;display:none; }#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl { border-width: 0; border-radius: 0; }#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl > .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:ubuntu;height:47.1875rem;width:75rem;position:relative;display:none; }#f2ymSRUaO5VoxZkaZQQ0mVSLL6dh669W { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.557678222656rem;left:12.560891151428rem;height:31.875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#r0hqMZz1znRG3XQz3qV5WW8mZrGlZHVd { color:rgba(255,222,0,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100031;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAtEQE9DvDIb0MhIw557UlyLsL61GJxx { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:38.8125rem;width:75.125rem;top:8.140625rem;left:0rem;display:block; }
#piaOlDZmMdZeDpXTsO6SsSC8REvtS6aq { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.557678222656rem;left:12.560891151428rem;height:32.583332657814rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 { position:relative;display:none; }#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 { border-width: 0; border-radius: 0; }#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 > .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:ubuntu;height:50.875rem;width:75rem;position:relative;display:none; }#KwRfwLXWLbn9gtdzgvJclDptoM0notJu { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.343322753906rem;left:12.560891151428rem;height:35.625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JNKMKwQDirHo7NTtWt5TLnHoagT7HsTS { color:rgba(255,222,0,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLBsb47tSoqWienUNvx4nR3WBHZkWeLT { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:42.8125rem;width:75.1875rem;top:7.875rem;left:0rem;display:block; }
#zTOAKkSvDV4w3RWunM7gR3lgJMBPXHqB { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.343322753906rem;left:12.560891151428rem;height:36.416665911674rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W > .row .container { border-width: 0; border-radius: 0; }#wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W > .row .container { font-size:0.875rem;font-family:ubuntu;height:70.75rem;width:75rem;position:relative;display:none; }#noBakskttRvb86NtaWL5o9xRmi5cr4X0 { display:block;width:45.687038421631rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:15.112365722656rem;left:14.65647983551rem;height:55.583332180977rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fw4dyXioBP0KaDzui14BA2lLxIMaMqsJ { color:rgba(255,222,0,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzfOCFdQcRHwmnM61Jh0Ovm28wTxyolU { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:62.5625rem;width:75.0625rem;top:7.9375rem;left:0rem;display:block; }
#NOUtsCevAerBlRCc75LtGA3GUNhdmkK9 { position:absolute;display:block;z-index:100010;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 #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;height:19.1875rem;width:75rem;top:7.5rem;left:1.1109838485718rem;display:none; }
#b8dqMvDJSfdv31oEi5bLCl6yEIWn6FrW { display:block;width:45.687038421631rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.810668945312rem;left:14.65647983551rem;height:53.308822512627rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#GNQArXMIo522kzeQeuyhsoMRSZnTB6mT { position:relative;display:none; }#GNQArXMIo522kzeQeuyhsoMRSZnTB6mT { border-width: 0; border-radius: 0; }#GNQArXMIo522kzeQeuyhsoMRSZnTB6mT > .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:ubuntu;height:47.1875rem;width:75rem;position:relative;display:none; }#JhW6WePHoErXHBqvEE3Tn2krtwo20aio { display:block;width:45.687038421631rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.576293945312rem;left:14.65647983551rem;height:32.583332657814rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ATDXlxEpJHCF6TOr1zRvPRNsi5TIKPZn { color:rgba(255,222,0,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLSc8ZZdRk93oC0rdn4iZLJZmylCyT9O { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:39.0625rem;width:75.125rem;top:7.85546875rem;left:0rem;display:block; }
#WC6EfIK9XZUERXRVBXJGtG6UX9MXudG3 { display:block;width:45.687038421631rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.576293945312rem;left:14.65647983551rem;height:32.583332657814rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ { position:relative;display:none; }#CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ { border-width: 0; border-radius: 0; }#CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ > .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:ubuntu;height:45.3125rem;width:75rem;position:relative;display:none; }#X7TSzGfDm7Qn5qOwk38KdJdWaDbPhPCv { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.432464599609rem;left:12.560891151428rem;height:30.666666030884rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aNzLafbzuxNNt6pgbyJaTGn3270fkrq7 { color:rgba(255,222,0,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:0rem;left:5.375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hT05XPCs6uvTATMk6yddMIkq87P8Eegz { position:absolute;display:block;z-index:100001;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 #377815;border-left:0.0625rem solid #377815;border-right:0.0625rem solid #377815;border-bottom:0.0625rem solid #377815;height:37.125rem;width:75.0625rem;top:7.959716796875rem;left:0rem;display:block; }
#C2yUbxDZuX676qZhmT4y2t8NeyftFsCX { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.432464599609rem;left:12.560891151428rem;height:30.666666030884rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container { background-color: transparent; background-image: none; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container > .video-iframe-container { display: none; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row > .video-iframe-container { display: none; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container { border-width: 0; border-radius: 0; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:none; }#bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b > .row .container { border-width: 0; border-radius: 0; }#bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:none; }#EIbfa7uMX86bPsD8bSZ5UykOdkflTZrv { position:absolute;display:block;z-index:100000;background-color:#eefbe7;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;height:18.6875rem;width:23.125rem;top:5.2291870117188rem;left:26.53125rem;display:block; }
#Nh34RAFFTcw87oAw8v1JAxTvnparcCw7 { position:absolute;display:block;z-index:100002;background-color:#eefbe7;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;height:18.6875rem;width:23.125rem;top:5.2083435058594rem;left:0.9375rem;display:block; }
#ST9hnaG2LJA5TJMPMQ5EuM5i0DPst6D6 { color:#47545a;display:block;width:16.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:8.53125rem;left:5.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udvIhAacnqM9s9s5iF0vIHnrmFwHJC9U { position:absolute;display:block;z-index:100004;background-color:#eefbe7;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;height:18.6875rem;width:23.125rem;top:5.2291870117188rem;left:52.125rem;display:block; }
#JCoWBuFRVE6pTkEcJabuXXaWaEBcxCzb { color:#f3d407;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:1.6041870117188rem;left:50.427085876465rem;height:12.166666984558rem;display:block; }
#lAW7Z6vbf5MoEQM2pmOlzV8BUIckaPei { color:#000000;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.6458435058594rem;left:0rem;height:12.166666984558rem;display:block; }
#SwsOZHsxOo7cXyfH8zRznCHJQvTbGZW1 { color:rgba(0,0,0,0.25);display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:9.375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:1.5833435058594rem;left:24.645835876465rem;height:12.166666984558rem;display:block; }
#KnkWrSELqy8pO9BJTrSEwgrspyacASVG { color:#47545a;display:block;width:16.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:8.53125rem;left:31.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UADkcPUponRC4gaOgVbZdHvmm44CAy29 { color:#47545a;display:block;width:16.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:8.53125rem;left:56.9375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoIoLEK6voMZTvLBATTDbxueUSKXyf4e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:3.75rem;left:60.3125rem;height:6.25rem;display:block; }
#H3Jdzd1AVkDF5TnISaayfsawT1fghH7X { position:relative;display:none; }#H3Jdzd1AVkDF5TnISaayfsawT1fghH7X { border-width: 0; border-radius: 0; }#H3Jdzd1AVkDF5TnISaayfsawT1fghH7X > .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.875rem;width:75rem;position:relative;display:none; }#fFOWJ2RT7mWvioO2sRNewKdrNdkCeJka { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.25rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tr3f3lWVSFm4OTQeIbntl5NG6nwgcl7m { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.25rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLLc9GClaW3yfFDPuItFzL4QwIo5FyAT { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:13.25rem;left:6.25rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mA7vpR01rCFWzL634N7FvTZFfEoEsUuT { box-sizing:content-box;color:#377815;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.8021240234375rem;left:1.8125rem;display:block; }
#TidZ3LNqhhcSWwrhoABmmbcevaoThtEE { box-sizing:content-box;color:#377815;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:7.8646240234375rem;left:1.8125rem;display:block; }
#uq6prvbbd9tztkRdITQdBfGLEVtbx5qB { box-sizing:content-box;color:#377815;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:13.65625rem;left:1.8125rem;display:block; }
#PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU { position:relative;display:none; }#PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU { border-width: 0; border-radius: 0; }#PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#R8WMFK8NI6v6Q1UvfBK2lLrnnAf5oCpF { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;height:25.5625rem;width:21.875rem;top:12.4990234375rem;left:13.431640625rem;display:block; }
#V4SJW1cc3VQ45m4SFKMoZVQD4lrWxZPH { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:18.749952316284rem;left:14.154169082642rem;height:12.499999523163rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#be7hzEwwpLJcO6EM7moUVwBDyhTV9yz7 { position:absolute;display:block;z-index:100021;background-color:transparent;background-image:none;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;height:25.5625rem;width:21.875rem;top:12.5rem;left:39.3125rem;display:block; }
#A8yG8cz5OgknReQ4rgHaUkK700lsOyBC { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.56640625rem;left:19.744140625rem;overflow:hidden;display:block; }
#vcDJDqgu7p0TcfhqUct1bak3hQy0G0sh { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.5665283203125rem;left:45.614585876465rem;overflow:hidden;display:block; }
#aHlMq1iDHOfVD2M47aSFgMWDkKcnD4OZ { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:19.113403320312rem;left:39.989585876465rem;height:12.499999523163rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4EmllvByoMiEmt42PT0PqSDTPRBAESC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container { background-color: transparent; background-image: none; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container > .video-iframe-container { display: none; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row > .video-iframe-container { display: none; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container { border-width: 0; border-radius: 0; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC.adaptive-delivery-prevent-bg { background-image: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { background-color: transparent; background-image: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { border-width: 0; border-radius: 0; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container { background-color: transparent; background-image: none; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container > .video-iframe-container { display: none; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row > .video-iframe-container { display: none; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container { border-width: 0; border-radius: 0; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#RVL6yqpHzQtesm6kmM6R4gfxsx00Wq9N { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfzEIHOpVolSRyd9ZDy6hnPltJu6G5Pe { position:absolute;display:block;z-index:100017;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#Tf1RXtfsESutXy6fPsmnscdoOILg03vh { position:relative;display:block; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh { background-color: transparent; background-image: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container > .video-iframe-container { display: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row > .video-iframe-container { display: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh { border-width: 0; border-radius: 0; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .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:30.25rem;width:75rem;position:relative;display:block; }#CNtzwtRa73SyIlRhbwoZ4s7SVw3F00uS { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:6.87109375rem;left:40.625001907349rem;height:14.666666984558rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#wZcddMw31JZWsxdtdIg5vSh7tzAwD9oG { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:9.9995965957644rem;left:37.499996185302rem;height:3.225rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#anpQTnvtNOXIBk1mv2I2Dqo2GNTwc86L { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:2.5703125rem;left:37.498697280884rem;height:3.25rem;text-align:center;text-align-last:center;color:#377815;font-style:normal;display:block; }
#WbgTk2ZmM8EOTQeykDCtVu1TLZCAlNk6 { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:2.6119842529297rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:#377815;font-style:normal;display:block; }
#t6G8LOQcEIPAlU9o2MoOTv7Ee7BGTqLb { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:7.41276550293rem;left:3.125rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#p0iMpMTOT5IZAyIkc3Lb4Pw9vrIa1D6S { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:7.32942199707rem;left:40.625001907349rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#KipOS6wyCABWXkW1CxwQz0bmO9QFvAys { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:7.41276550293rem;left:3.125rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#stqsdTis4eqrtAtD9TCkNaaDVvQUoBlq { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:7.32942199707rem;left:40.625001907349rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#KuLVxO6gLWMx74tGTURRVOPB58kpCyKD { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:7.80859375rem;left:3.125rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 { 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:fixed;background-size:cover !important;position:relative;display:none; }
#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5.adaptive-delivery-prevent-bg { background-image: none; }#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 > .row .container { border-width: 0; border-radius: 0; }#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP { 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:fixed;background-size:cover !important;position:relative;display:block; }
#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP.adaptive-delivery-prevent-bg { background-image: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { background-color: transparent; background-image: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { border-width: 0; border-radius: 0; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { font-size:0.875rem;font-family:ubuntu;height:46.5625rem;width:75rem;position:relative;display:block; }#Axb3xOLTPueVpOzDgASDBaQb0XqpZLu2 { color:#ccf6b6;display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:5.7904052734375rem;left:3.5625rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ln8M1O66zGalaGo4p76egDcZ9JH8eRr5 { position:absolute;display:block;z-index:100001;background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.25rem;width:75.1875rem;top:12.3125rem;left:0rem;display:block; }
#oXBvliPWLb9Qa6x7bDCxVeFMfuNJ6OrT { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:14.8125rem;left:12.5625rem;height:29.166665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vTSqbbHuXnItXdp5O08Zbt8nKMcGn51M { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:4.0833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nng0V1BAwPTw8cqIlkH9tlzvnQZ98PER { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;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; }
#FNZm4xE3cobH9lWUK7ZEI8cqQHlvwofW { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:4.0833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEiD336ylSRggSALzifzlm5mVv2qP0xl { 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:fixed;background-size:cover !important;position:relative;display:block; }
#TEiD336ylSRggSALzifzlm5mVv2qP0xl.adaptive-delivery-prevent-bg { background-image: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { background-color: transparent; background-image: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { border-width: 0; border-radius: 0; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { font-size:0.875rem;font-family:ubuntu;height:39.125rem;width:75rem;position:relative;display:block; }#azMukFApV4ixTnHtRuSm4ckIf5k52zsf { color:rgba(155,211,125,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTZxXMCmOEIc1MX25HLFecCCyU2fl5gS { position:absolute;display:block;z-index:100001;background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:75.1875rem;top:7.875rem;left:0rem;display:block; }
#G8DPkml84PmTnTC8bTTGWw8zMx0cdq1k { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;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:block; }
#QmbTLUd2ZeG0AabX0U9G2pxKTix7100N { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;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; }
#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 { 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:fixed;background-size:cover !important;position:relative;display:block; }
#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8.adaptive-delivery-prevent-bg { background-image: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { background-color: transparent; background-image: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { border-width: 0; border-radius: 0; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { font-size:0.875rem;font-family:ubuntu;height:50rem;width:75rem;position:relative;display:block; }#QVgzNHEUkmhJW6OS18SuMVstykGm7boO { color:rgba(155,211,125,0.35);display:block;width:6.2477021217346rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWUFJUBrg1640ddsCE2foFZ4dLP3fBEZ { position:absolute;display:block;z-index:100001;background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:75.1875rem;top:7.875rem;left:0rem;display:block; }
#wTpWUSK6sM5ifNuk51il6K2iMoTviHTl { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;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:block; }
#D153wB8bguGI4oMRc31JJtJ00VI2wq0v { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;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; }
#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container { background-color: transparent; background-image: none; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container > .video-iframe-container { display: none; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row > .video-iframe-container { display: none; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container { border-width: 0; border-radius: 0; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#aFGS7FBWwrOwpuxUJCpPiOh6ogAMLDZN { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.25rem;height:8.1666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMo2hUm4ghW4geBFoHRpxoR5W9CaR1QE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4361977577209rem;width:6.2486977577209rem;position:absolute;display:block;z-index:100018;top:17.5rem;left:34.375rem;overflow:hidden;display:block; }
#uSlzekldPkmNSkxP2qXLfTy2Kn95dr87 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:8.1666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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;display:block; }
#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53.adaptive-delivery-prevent-bg { background-image: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { background-color: transparent; background-image: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { border-width: 0; border-radius: 0; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container { background-color: transparent; background-image: none; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container > .video-iframe-container { display: none; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row > .video-iframe-container { display: none; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container { border-width: 0; border-radius: 0; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#JfrCL4bm8p2VFavGgZUki7qt7EF0C8Ip { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IB1O6IZeaTH2TVS1X52T7rAeDJ9Qtuc7 { position:absolute;display:block;z-index:100014;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#ZcycK61T2Z42zd2bBrSVUz3SyUZtiOCS { background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.428386688232rem;height:3.3684895038605rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.854248046875rem;left:17.625rem;display:block; }
#tQto5qaaXrENMxUqaSFQIAFQydgLINEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 { position:relative;display:block; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 { background-color: transparent; background-image: none; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row .container > .video-iframe-container { display: none; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row > .video-iframe-container { display: none; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 { border-width: 0; border-radius: 0; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .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.5rem;width:75rem;position:relative;display:block; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv { position:relative;display:block; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv { background-color: transparent; background-image: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv { border-width: 0; border-radius: 0; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(155,211,125,0.15);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#n6bbl1wfTA0JHa7L7TxuW8uIbw84H4Ur { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh { position:relative;display:block; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh { background-color: transparent; background-image: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container > .video-iframe-container { display: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row > .video-iframe-container { display: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh { border-width: 0; border-radius: 0; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .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.5rem;width:75rem;position:relative;display:block; }#TNK1ICocElTbtM2ietU5V9UlgSEZUuQL { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqIkVk6DdH839hczPThh1XgtF9B318MG { position:absolute;display:block;z-index:100013;background-color:rgba(155,211,125,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd { position:relative;display:block; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd { background-color: transparent; background-image: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container > .video-iframe-container { display: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row > .video-iframe-container { display: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd { border-width: 0; border-radius: 0; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .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;position:relative;display:block; }#nD0Sv5lqVp5Ry6QN1E7vzo2akiMhHZHp { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb { position:relative;display:block; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb { background-color: transparent; background-image: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container > .video-iframe-container { display: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row > .video-iframe-container { display: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb { border-width: 0; border-radius: 0; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .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.5625rem;width:75rem;position:relative;display:block; }#HeKtPIqdc7LC5e65InklAdi0RO0LDCMB { position:absolute;display:block;z-index:100012;background-color:rgba(155,211,125,0.15);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;height:2.25rem;width:56.4375rem;top:0.875rem;left:9.375rem;display:block; }
#X7T0iF7dW3iOCGMWg5DDp1ZqA54PTRb0 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb { position:relative;display:block; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb { background-color: transparent; background-image: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container > .video-iframe-container { display: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row > .video-iframe-container { display: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb { border-width: 0; border-radius: 0; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .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;position:relative;display:block; }#F2mXgoHyq0kxHtxSEyTMD6E7eDdXRlaX { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn { position:relative;display:block; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn { background-color: transparent; background-image: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container > .video-iframe-container { display: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row > .video-iframe-container { display: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn { border-width: 0; border-radius: 0; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .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.4375rem;width:75rem;position:relative;display:block; }#zaP58dUcU2yUASXhIf8tFDNsL3si4PI6 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTEMlx4d92HUUexVoIy52B0e4rp3oTCT { position:absolute;display:block;z-index:100013;background-color:rgba(155,211,125,0.15);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;height:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw { position:relative;display:block; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw { background-color: transparent; background-image: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container > .video-iframe-container { display: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row > .video-iframe-container { display: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw { border-width: 0; border-radius: 0; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .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:9.375rem;width:75rem;position:relative;display:block; }#vViSNo9ah8BSFKqA00y2K2KzQMhL2GWt { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:block; }
#dI700kS1dqIGkMGawNZerkV9ypGyI4iR { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:none; }
#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW { position:relative;display:block; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW { background-color: transparent; background-image: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW { border-width: 0; border-radius: 0; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(155,211,125,0.15);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#TqegG2PNW50HT1sXPPGx1Mm8gmQTcAif { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvacmTP1ersF8FsETorBRaLEZsxN53k3 { position:relative;display:block; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 { background-color: transparent; background-image: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container > .video-iframe-container { display: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row > .video-iframe-container { display: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 { border-width: 0; border-radius: 0; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .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.5rem;width:75rem;position:relative;display:block; }#i1vPH2huir1ieL37xgfmSRlnkDi5FkXm { position:absolute;display:block;z-index:100014;background-color:rgba(155,211,125,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#WR4uHzS7HZ6ZL3rV3LB5twhHV2KBdpfS { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu { position:relative;display:block; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu { background-color: transparent; background-image: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container > .video-iframe-container { display: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row > .video-iframe-container { display: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu { border-width: 0; border-radius: 0; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .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.375rem;width:75rem;position:relative;display:block; }#fTGm6pE4FVhKR43cIImnJ8kIWwooUbgM { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.416666388512rem;color:#47545a;font-style:normal;display:block; }
#ZuEGlVeKTylqodWH2NhgvBKdxSbETDfe { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.416666388512rem;color:#47545a;font-style:normal;display:none; }
#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv { position:relative;display:block; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv { background-color: transparent; background-image: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container > .video-iframe-container { display: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row > .video-iframe-container { display: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv { border-width: 0; border-radius: 0; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .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.5rem;width:75rem;position:relative;display:block; }#eNAmmni5Wu4tfpTo53daMwvrZHQIK0Ip { position:absolute;display:block;z-index:100014;background-color:rgba(155,211,125,0.15);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;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#McHNpxK4e63ACk8NueizLgoWoKRbzbVd { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:9.375rem;height:2.0833332538605rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp { position:relative;display:block; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp { background-color: transparent; background-image: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container > .video-iframe-container { display: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row > .video-iframe-container { display: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp { border-width: 0; border-radius: 0; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .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:4.3125rem;width:75rem;position:relative;display:block; }#hvgGgmhKgzoxR3zsTwcXTI0rlbfkPUZo { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#lqcM17QDCMB9Ngrg3adLH5TGfZL83QSg { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.7333375rem;color:#47545a;font-style:normal;display:none; }
#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;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;display:block; }
#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l.adaptive-delivery-prevent-bg { background-image: none; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container { background-color: transparent; background-image: none; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container > .video-iframe-container { display: none; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row > .video-iframe-container { display: none; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container { border-width: 0; border-radius: 0; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container { background-color: transparent; background-image: none; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container > .video-iframe-container { display: none; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row > .video-iframe-container { display: none; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container { border-width: 0; border-radius: 0; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#xx82RDsww1iufnPKUnE98SwfpXUnc70G { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z08RittKaaTygP64W3omrd15XvlpDT6V { position:absolute;display:block;z-index:100014;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;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO { position:relative;display:none; }#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO { border-width: 0; border-radius: 0; }#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:none; }#AXtc6C2lX9dw3eQ7uVdxHd12m5E3A0iL { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:2.7481689453125rem;left:0rem;height:2.43055625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r82mPRZhVwxPBSUyesaKXasn7ky768z3 { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.6875rem;left:23.6875rem;display:block; }
#l46RW2VuIskwGTGpTfcyg88Kwl0BM1FG { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:33rem;display:block; }
#SeTIBW6R7QfL0KUikcvslR1BfLRQhSJl { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6868104934692rem;top:6.625rem;left:42.4375rem;display:block; }
#vbDr8ciGIzsTqR3blDwXlDqs83wV4m35 { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16rem;left:23.75rem;display:block; }
#cHTxi0kalGGBHvBbV8VU5GXbVSncexC8 { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:33rem;display:block; }
#FpopMzQ9TunHbGEgtwsH8cxuoIhNTht0 { position:absolute;display:block;z-index:100052;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:16.0625rem;left:42.4375rem;display:block; }
#IbmNPET19bqsC2KngLkiD8zrUN9FCoBW { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1Fwllorv5dD1EOToqQHp2C5OSRTAPx2 { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7BcItsgcntaflr5Z74SggaaiiTz79om { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:16.5rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-label { background-color:;background-image:none;color:#191919;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG { top:6.6875rem;left:23.6875rem;z-index:100026;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:;background-image:none;display:block;width:27.562040328979rem;height:10.062040328979rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #IMGeH5nKyfcivxTCfMmmhLt1bXTPd7uA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #PVEmCgk22FvPdtgNP7NroKxpVI7KcOEV { display:block;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZAFZqnBCF3uh0kbuSlAAAvNbpxiQ4d62 { display:block;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ufcfHWsi4vl65Rq4MVszTG6TEQgyryPd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZgVQROMpEML3vEi674cOl8ISddGPoWgO { display:block;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #bnOFkhRpXLcHSx6xEdwzcQ7o2aWKvpKA { display:block;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #f3ygUTKiyICJLJ6xlRPpQl0RvIMqKdqf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #Kn88NxHNEZsazAcTaBL6IQEg11oFB9Uq { display:block; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #FcPGUHy7sVQrCBrRaZF9z7kz1d0SZuSi { display:block; }
#IuMlSxysbFFoAdZ5lPBCiGD9Ow2gWrU6 { 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;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:ubuntu;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:100047;text-align:center;text-align-last:center;top:23.9609375rem;left:18.75rem;display:block; }
#QzhhCl1QIiJL10Bt0ubpL3pozNd4hcxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;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;display:block; }
#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws.adaptive-delivery-prevent-bg { background-image: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { background-color: transparent; background-image: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { border-width: 0; border-radius: 0; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#UXHnQuJSdtIV0FIqQ81ShB6KVBQqHATf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4361977577209rem;width:6.2486977577209rem;position:absolute;display:block;z-index:100017;top:22.884155273438rem;left:34.375rem;overflow:hidden;display:block; }
#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/ANQNNX12/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq.adaptive-delivery-prevent-bg { background-image: none; }#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container { border-width: 0; border-radius: 0; }#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/mSa1KVof/12.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi.adaptive-delivery-prevent-bg { background-image: none; }#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container { border-width: 0; border-radius: 0; }#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/X7ocGvVH/Oczyszczanie_z_Ajurweda_na_www_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K.adaptive-delivery-prevent-bg { background-image: none; }#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K > .row .container { border-width: 0; border-radius: 0; }#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/VSDTtfHp/Oczyszczanie_z_Ajurweda_na_www_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT.adaptive-delivery-prevent-bg { background-image: none; }#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT > .row .container { border-width: 0; border-radius: 0; }#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #rsxWGsCCewarfJr420cdpVishOTqOkGx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hvaTdRELrrin0iEnUabrx0uEvCvo3hrk { width:3.75rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpwVw5xHVvaTUDwbZ7lh3zoHbxGqOUZ9 { width:7.5rem;height:1.3rem;top:1.25rem;left:8.4583339691163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyJ7V3FZwELTV8MzDiquzxSGxOSTQJTB { width:3.125rem;height:1.3rem;top:1.25rem;left:4.7083334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kz9cBWXVeozxtbsvZGBAsRMSlIKaxt63 { width:12.8125rem;height:1.3rem;top:1.25rem;left:16.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vK4lTEWblbLg0orLU2s5xSZ6fsam8EWq { width:4.125rem;height:1.3rem;top:1.25rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdHhZoEEaSNQxmXErcX51q24M7TZFRJz { width:3.125rem;height:1.3rem;top:1.25rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH651uZZQskJ0llcds8tcDJiCC3V2uIU { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cIDAETUybvaPgWnsMEEDz8wDg7ty3GLu { width:12.8125rem;height:1.25rem;top:1.25rem;left:16.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EhSrCPncR3D7lsOzywQ8nCBmmOb4gDhy { width:7.5rem;height:1.25rem;top:1.25rem;left:8.4583339691163rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F0VeDWh0pGJ7smQlCkcI2vnTz3edL8tr { width:3.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCMX8a5uFReV21rcScHrE0p2InUuBIcx { width:7.5rem;height:1.25rem;top:1.25rem;left:8.4583339691163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skIeytv8me4RoMhZxvEI8yNTntFaGN0L { width:3.125rem;height:1.25rem;top:1.25rem;left:4.7083334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKtRAMIh7NggRn2tcTPASrJ4h1LI8usc { width:12.8125rem;height:1.25rem;top:1.25rem;left:16.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z97G0rumswLAbt9vx514eUAaWiT95kQ7 { width:4.125rem;height:1.25rem;top:1.25rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qup9J0Zasgtp95ivQmtFEupTPO7pKGOk { width:3.125rem;height:1.25rem;top:1.25rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N114wtDNKhTfUsUQLuuUOrNmMoFSWWFW { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vd6tQAbB2oKCcMxzCiNUCf29MDiRgVEo { width:12.8125rem;height:1.25rem;top:1.25rem;left:16.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ityoquhsyiEydckAvSUHGwKFazgWit69 { width:7.5rem;height:1.25rem;top:1.25rem;left:8.4583339691163rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 { display:block; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qhzt3lsNHUIz6aWdVGMS0B7CpLPgTTR0 { width:45rem;height:16.1875rem;top:14.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idbASFKLOrnybXRdGoOEVnG1o2dL2OpJ { width:47.75rem;height:3.65rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8ECUMApsEpoIJPGZkWKfFhNGZF6gHhu { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBxhTUGWgAPrfgKAwyrabfcIB4D211av { width:47.75rem;height:2.4rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcLbKatKq2hCPcn44Dv37eqPPwL7mNxv { width:8.8125rem;height:4.9375rem;top:1.65625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMI3RXPzMCfIE65yXor0hquCfH1KxN3h { width:9.375rem;height:5.25rem;top:1.75rem;left:23.89999961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxsFTQuqm4tonsbloJvoq079CeEUGaQT { display:block; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QKOpJKTVIaaJntlDyRDe4OSUuXsh2Ar0 { width:47.75rem;height:2.4rem;top:3.6653633117676rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKI2TdfRQHPAwE1yctk0bOwDfe6XIxZF { width:18.75rem;height:0.0625rem;top:2.5208320617676rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAQtB2CC6pg6a1IDy9UM9fqRVNPhdp1o { width:47.75rem;height:2.4166667461395rem;top:3.6653633117676rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 { display:block; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container { width:47.75rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QIZZU9xxZNSKztQp2X3TFszMnEm1mWum { width:47.75rem;height:1.6rem;top:1.2890625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z { display:block; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container { width:47.75rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aM25UsMxaohTBifkO2BQlRh2FPtuZlpz { width:14.4375rem;height:1.35rem;top:1rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEg01kDwzEgpgvGypzQWlEdPrLfaLOHu { width:14.934375rem;height:4.05rem;top:4.875rem;left:16.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DB5KzwKTHEB8CqxqLkNqDVOdA8eMXlaQ { width:15.9375rem;height:;top:1.0625rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6tskIudRTohHDdmXRh1GT00vZkAl8E7 { width:15.623698234558rem;height:5.4rem;top:4.8333339691162rem;left:31.833335876465rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eopInrxp9hMX9czRwqxHAGFVGLD1ZVfZ { width:14.93359375rem;height:5.4rem;top:4.8333339691162rem;left:0.49088543653488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNpcp9OXWVu01wAAxQmKIbpKKdxqJx6E { width:14.934375rem;height:6.6176468133925rem;top:8.3125009536744rem;left:0.49062502384186rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nk6XhhvkDLfI5FveiCFsAVlcdVlM5tNH { width:14.934375rem;height:7.9411762952806rem;top:7.9000005722044rem;left:16.407812476158rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uulT9LTwgVZnG8mIac2SZdzE7pGpdMte { width:15.62425rem;height:6.6176468133925rem;top:8.24765586853rem;left:31.832811713219rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oBpisFpc4dd3KTuAmm7KrONyWl4puvka { width:3.125rem;height:3.125rem;top:1.6237030029297rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTz9e8idURmkdzKEwTacarGX15FzNHxI { width:3.125rem;height:3.125rem;top:1.8125rem;left:38.228906989098rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rARDWGhfKis29tywUzDFBOmZwzHqiE6x { width:3.125rem;height:3.125rem;top:1.8125rem;left:22.312500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 { display:block; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K5fUPiyhK2urFQ4ZKbksivqXJ4RUns7p { width:43.75rem;height:24.5625rem;top:2.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc { display:block; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container { width:47.75rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HFGyZ5Msr5Nx4b2UyAz5Qb1F3VTEAGzh { width:43.75rem;height:14.4rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBtJ4G8D4TkIhUqwd4TBuLukrKE2Be7d { width:43.75rem;height:12.666666984558rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt { display:block; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container { width:47.75rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F46H0b6FScSdsHoWwcRkEDt3HS3wAJiw { width:47.75rem;height:2.4rem;top:1.1354217529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGdZUiZTgMaDxWwSEGbTNoSFy3ttfiPg { width:3.75rem;height:3.75rem;top:4.3437728881836rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rV5aTT1np43XnTKoOG0istD9nSOwwaqJ { display:block; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ { background-color: transparent; background-image: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #pOVxmGhGZziev9FLusVreiPk6EofXIKl { display:block; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zq0cI8TWUzdgiMwaHRG6E9DNxlttdRAE { width:47.75rem;height:2.4rem;top:3.6653633117676rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAs5otFkxbiNicI0D0BtqiVPOkPvIJR8 { width:18.75rem;height:0.0625rem;top:2.5208320617676rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eknnp696J28o7gS5o5TTsPMmvoynOPsO { display:block; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container { width:47.75rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGNnLxKeE6AhwQqK9k2Lny1FFgqsJe7G { width:14.375rem;height:6.4rem;top:4.4987030029297rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPgxKsehtR288EpTT4P86T9psTkyBB3a { width:14.375rem;height:0;top:4.5403747558594rem;left:16.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ya06IMxALKUS3uqrICtfOW24kb88DooT { width:3.125rem;height:3.125rem;top:1.39453125rem;left:6.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koRv1EC67vmM5ILpy0czFK0FQdZvFAoA { width:3.125rem;height:3.125rem;top:1.3528747558594rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZX9ddTa92FosPZhJ3NhymmxGLwT3mpV { width:3.125rem;height:3.125rem;top:1.39453125rem;left:37.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbmR0z7G2qBaZFu0GDMFarTfL7IuMB7C { width:14.375rem;height:4.8rem;top:4.4987030029297rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVfSxazwL8z8SMDReHWwMQ6Pz1gx02JQ { width:43.75rem;height:3.1666667461395rem;top:21.808597564698rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ebQ2EkmQiPZXeI5DbOSu759Qrx1Altgd { width:14.375rem;height:8rem;top:4.45703125rem;left:16.65625rem;font-size:1.25rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug { display:block; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd { display:block; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cBQRG3aKdc0K5ofvV9v21R3i10E6983w { width:47.75rem;height:2.4rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvpOzdrqnv0TkwUqk3w2iW3S19AlaVWy { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd { display:block; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SWvwTawcJaGkZ0VN28RTcpOIqfoXqAym { width:43.75rem;height:3.2rem;top:4.5833358764649rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utZCKoqkcwQ0q9zsOfEgiyR7JbUqihlq { width:43.75rem;height:6.4rem;top:22.22917175293rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWAwBa3tEc76GCvVLcX4UF5TTU0DQtCb { width:43.75rem;height:3.2rem;top:13.333343505859rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItTa4IUCaJmUEmuWFJ7l8QPTFihXLPJm { width:3.125rem;height:3.125rem;top:1.4375rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqyR0a3W2Q3w7dgzGNufemvWs4WFZEFT { width:3.125rem;height:3.125rem;top:10.1875rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DW7cHNxfSqsCpWngtiv7o3FxAuH4aCz5 { width:3.125rem;height:3.125rem;top:19.083343505859rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd { display:block; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W01gMyUFQJn8QeosIUGSITXfngbwfmgm { display:block; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yNFNnM1XyvKUoNpZqbNpNSZapw3seG2m { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Un0V5IfLw6Gm2uNusXT708zz6hI1drQJ { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd { display:block; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QPDsX79KIcH2xPOdBywtGE9038bTODTS { width:3.9375rem;height:8.1rem;top:2.5612182617188rem;left:3.8125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbNoAMonset27STEmgTbE2V5C9bStqHt { width:31.25rem;height:4.8rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQTrgArmdgKNXbGNLADH0ITXKd1hr15R { width:31.25rem;height:4.8rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNm0FbSTuRelOVfNvsg6qWfOQuIhZAmC { width:31.25rem;height:4.7500001192093rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bbPMHNqS2cT2RRHFCqsbJD2D3vd7Lc8u { width:31.25rem;height:6.3333334922791rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH { display:block; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container { width:47.75rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UaLWwPdrGBI8KZdDP3P9FNmHlNllsITi { width:3.9375rem;height:8.1rem;top:2.5625rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2qxth7HTtT3gSwZkrtWXDLBkyXJTvnf { width:31.25rem;height:3.2rem;top:3.4375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4FuWdMTQn2vCSmfVXr0W1T7wcsOL6Z9 { width:31.25rem;height:4.8rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvIdph1ATXo6zxG2GFkhEkbO9c3T3VGM { width:31.25rem;height:4.7500001192093rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg { display:block; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O1ugZOifiQiMNF0koflkXUswpx0aZUg6 { width:3.9375rem;height:8.1rem;top:2.5625rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AC9stKZNT29Qr4O0yq4PsBK46NIR75Fp { width:31.25rem;height:1.6rem;top:2.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGzE8uxQ0KBftmlM1TNgLpOdTzIymVrh { width:31.25rem;height:9.6rem;top:5.375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNwtGEfuonL5lcc1MF3ECe6bCKz5XfTB { width:31.25rem;height:1.5833333730698rem;top:2.5625rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #od1LKutb3VWgkIH9EIHTGM01UduT4VuI { width:31.25rem;height:9.5000002384186rem;top:5.375rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo { display:block; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C53B78oi87zspLfPD2QRUgQzfDmQVM9T { width:3.9375rem;height:8.1rem;top:2.3111877441406rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LsuGabvG6Vmdac6AoOEwGoVtdDTM8L8B { width:31.25rem;height:1.6rem;top:2.2682189941406rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbCVfSiLRd0vKLRGszDzUmFT3WRyTW12 { width:31.25rem;height:1.6rem;top:4.8125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fc5eVIWxK3qi2yxRIaRAQ1KHBKniDBew { width:31.25rem;height:1.5833333730698rem;top:4.8125rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov { display:block; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fiTEzp3xT0M14De4WRuRCDyIay1colGx { width:3.9375rem;height:8.1rem;top:2.6666870117188rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LexwtexV4BFfaT5akvdQHOtto2E9GVFt { width:31.25rem;height:1.6rem;top:2.6875152587891rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4MKeiX86Tn7STQh8LyPNOqiPHJT1TdJ { width:35rem;height:3.2rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBOJiI6NFcOsBerIn5g3zEDupZPCBqnD { width:35rem;height:3.1666667461395rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc { display:block; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XWcvnD9oP5OhwRlCRiCaDoUd5vZVt2y5 { width:3.9375rem;height:8.1rem;top:2.5rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hdzvxwg5nXptOlF890lVynqGJ1lJiyMb { width:31.25rem;height:1.6rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GszSObbNh7BG7S2Ad8STym3pLivvc1kv { width:35.75rem;height:4.8rem;top:5.08203125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJLZoQ3CJMQITlZzTqbTrcN7SZaeS2rT { width:35.75rem;height:4.7500001192093rem;top:5.08203125rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kkgayMI92M2tRkyHxTqRtqW856XUcLoN { display:block; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container { width:47.75rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iAGH9LKZHoRsGmbLHT9JVERDGS6KnVJe { width:3.9375rem;height:8.1rem;top:2.7916870117188rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4dyQ2aryQTfWkLhkmAe3SDTUqrbMur3 { width:31.25rem;height:1.6rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeeKqWIqv6q2zHf9lD1KlhkNprTrevXT { width:31.25rem;height:3.2rem;top:4.9895935058594rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAG3D8SrSTWQt2sHCvDQxFAOatNo527J { display:block; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EnPdbzop88Q2HBHB1lrywL8EeW3CJGOH { width:3.9375rem;height:8.1rem;top:2.8125rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAJZAZyiPpcRVLAeWgMrQnf6iJpEKNcl { width:31.25rem;height:3.2rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeSlAyLDuIaT6bNT1adcp64IpKU9qK4H { width:31.25rem;height:3.2rem;top:6.6028442382812rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJLdFkslZC1GHkCF3SOChizKhH7O5DMR { width:31.25rem;height:3.1666667461395rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt { display:block; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container { width:47.75rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bb1tTzM0BfM5A7D5MTUuL68XcaqaIrHU { width:5.5625rem;height:8.1rem;top:2.8125rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCqNpvW4XmE11VaNTpyyEpheCI58m39X { width:31.25rem;height:1.6rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvcBoCWd3hHkt43VAohWdWoeR9cZ1Ptx { width:38.9375rem;height:3.2rem;top:5.3841552734375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEQymQxqhIbwNagca7xaQ1c78J0EGVI5 { width:38.9375rem;height:3.1666667461395rem;top:5.3841552734375rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA { display:block; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s3OGJOlMM3PyMUAbrdISGerDZMcloS7b { display:block; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container { width:47.75rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WRyneqkR4Tkck8gHHXO1wEhM580XrImT { width:37.5rem;height:22.6875rem;top:1.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnPnGeTO0Ze8w183zk6WT6AvuNMlPZ1T { width:23.6875rem;height:2.4rem;top:27.5625rem;left:14.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Hg0cWBFx9T5OGz47MaHSWgm4s0Vvy5d1 { width:3.75rem;height:3.75rem;top:26.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc { display:block; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y0TUJlEgKmNU6daJaxQ1WBs9aTFRqb0b { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DECkUPPLTAIVEMgw3zxmAL0Q2JurunrS { display:block; }
 }@media only screen and (max-width: 1199px) { #xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq { display:block; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT { display:block; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IlJN9T77IcqiwZAT8A8lshsheT3N8C27 { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITNKSfRm64nanLzImwHcSZAkeJvulW6g { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp { display:block; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sm0hMOxZhXWaXHXgGFsU66bR34llGMKm { width:14.375rem;height:21.5625rem;top:8rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gt3JrunwAA53RhLN5m9KruOciwOcozwA { width:14.4375rem;height:21.5625rem;top:8rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMpAlfxuskXipE1aS2rOdNDku0cNNxyd { width:14.4375rem;height:21.5625rem;top:8rem;left:31.9375rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #lKhUcISzHc6LkGqTJvcrU6XZXd1SidD6 { width:13.75rem;height:0;top:12.9375rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KRrCyl8slD9TI0cqc2cO0nKF1WWvkxhu { width:13.75rem;height:10.2rem;top:12.9375rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9Q79TR41NRd9nlvSObvQ2TlaQeZhz2n { width:13.75rem;height:8.5rem;top:12.9375rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqTUCcIBtcZaTFh0nfznULzQWNmFMGr6 { width:9.375rem;height:9.375rem;top:2.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwfZwHGeuSpnOL8EdpILiH3EIBqqKfwx { width:9.375rem;height:9.375rem;top:2.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWyFVmS8wUarh4KnDqUCSK41867d1Gig { width:9.375rem;height:9.375rem;top:2.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJzder5P2Gcxs2JBNRVGgLIzWhLAWsBF { width:13.75rem;height:8.4375rem;top:17.560546159744rem;left:16.998045742512rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EaDd3CI6ZkJMPmW0VEGdEQzNNRoHMCMr { width:13.75rem;height:16.5rem;top:17.560546159744rem;left:1.6359373927116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CdLsTWpxvdNWyNQuq6HJniFzbUtPktgT { width:13.75rem;height:11.55rem;top:17.560441017151rem;left:32.369792163372rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rFCuLFHzieoWkZMeQnFmGTIgoBA92ltn { width:13.75rem;height:17rem;top:13.3125rem;left:1.5833334922791rem;font-size:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #pV4KczNoKGqrrn7stzTTSp3z0LybRkKb { display:block; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yLLGDwGRXHiEPLm5GGlPP4qoIqPoCy73 { width:14.375rem;height:20rem;top:8.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxICaTkoutUJL5E6O7dyHX20HN5lLP00 { width:14.4375rem;height:20rem;top:8.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSMerPCR5dPaAcUPOtfp4t3QA4rNtWPr { width:13.75rem;height:11.9rem;top:13.0625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rhGQbyqlld1PqXMTQv2yAPPzyUymRV63 { width:13.75rem;height:10.2rem;top:13.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFGHVZc5vt2HwlpSZ8Xx4ktCdl9ePvLV { width:13.75rem;height:13.6rem;top:13.0625rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiHM7tElkE5LQ89NedJkzwQ0uTaT51OS { width:9.375rem;height:9.375rem;top:3rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyC5VlL4DyIrK3vrM5wSW8bkVTHPBJNf { width:14.4375rem;height:20rem;top:8.125rem;left:32rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt8wMi0lknhaAaG9TMaPbW5XTCVahKV2 { width:9.375rem;height:9.375rem;top:3rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNJan4zo1fp4zVM7m3qKTDJbFiKNsavP { width:9.375rem;height:9.375rem;top:3rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt { display:block; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GtMlSJSzqiEWgkeDkDsBaC4mRc3AGbg7 { width:14.375rem;height:22.125rem;top:7.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jphb6tI6qerMKbEaSfyhSEDbzsmiGFoE { width:14.4375rem;height:22.125rem;top:7.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCygWVlxdufZFJVGT4J6Ht7WEEVWmFBU { width:13.75rem;height:11.9rem;top:13.3125rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLDxrriutVB8qntTfZULAsrfqaPE3aay { width:13.75rem;height:0;top:13.1875rem;left:1.5833334922791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vvCW8MsHkPWsr450eF5eVWJgfPQVfm5T { width:9.375rem;height:9.375rem;top:2.75rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WiBEamnO514iixl01ETtEbqHAd1QqkHQ { width:14.4375rem;height:22.125rem;top:7.875rem;left:31.875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #lgRpT3qEZE48GcBQwZS1GnwxEVIrvtsi { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLbZsbnaBF9zNSZ1LdhFaq1sAaSwkPXz { width:9.375rem;height:9.375rem;top:2.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0KiCWCqCEeTkdiNKlOaFbfB5FgzL5tP { width:13.75rem;height:0;top:13.375rem;left:32.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uQS7OrDBvT1WrIDZnvSAGTLnFuGm6wsV { width:13.75rem;height:9.9rem;top:17.560441017151rem;left:32.369792163372rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D8J44LX1qyD4mUbzgE7BA2NDXEHagZZu { width:13.75rem;height:11.55rem;top:17.560546159744rem;left:16.998045742512rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #akKravldGvSFVvP4qSDItvJXJv8zTk6B { width:13.75rem;height:17rem;top:13.3125rem;left:32.302085876465rem;font-size:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #nNAQFAmm1UtxtLpU6ceCAZg46sydZDZ3 { width:13.75rem;height:10.2rem;top:14.020874023438rem;left:1.5833334922791rem;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa { display:none; }#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa > .row .container { width:47.75rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #T6wT84GvTvhorxAqJ0Oc15UEPsn5OVgW { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e40Isgll9dWmzOs3RUoV3Te4ShEDGXtw { display:block; }
 }@media only screen and (max-width: 1199px) { #PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN { display:block; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp { display:block; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zMRNcmILLZ0N60HbM2weP740FhLap6du { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFKxU8yJ3EPUwnZN4nuioTlxPnu3DaSb { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX { display:none; }#AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX > .row .container { width:47.75rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xVgAIuBAqinScX0T72qpJThobueHblTH { width:13.75rem;height:53.1875rem;top:0.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkSRPQII8rtK2i2xJgVbf7fICGbfb0TT { width:12.5rem;height:5.0625rem;top:1.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDgUy5LPTHblF0OZksnO16qltp3ZU3PS { width:13.75rem;height:53.1875rem;top:0.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RIteya1dSoqBrlbXNW2uZU0FPXPPtyA1 { width:12.5rem;height:5.0625rem;top:1.1666870117188rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4ANcrKXOUothDZW7W6OD8aLfvmTRkIF { width:13.75rem;height:53.1875rem;top:0.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGTyfg2ls44iE9qNnJ6AR3KXTQOaqKf5 { width:12.5rem;height:5.0625rem;top:1.1666870117188rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lCeZqNnzE6O06POTLSThOWbZztQLJFhW { width:12.5rem;height:2rem;top:2.90625rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naJfsNSrkEHUTATc8eIfVp9eVJTA2fnR { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOKxCCsyIpT58hEqrTkaaaKOBmtA3rsI { width:12.5rem;height:2rem;top:2.875rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynCT1PSUt6fvqrTTTII5t8KL9JqA58oQ { width:12.5rem;height:4.1861977577209rem;top:31.48046875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixAa48Bfp5VHcTMT4iacD1wNO1mkOvZy { display:block; }
 }@media only screen and (max-width: 1199px) { #zSvsDCyvJL43HbMT0Tm7v34rFsmqH4aX { width:12.5rem;height:4.1861977577209rem;top:47.653656005859rem;left:18.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2QFyRAsOkTMX5uQyOlrXqFrIuPTtlXa { display:block; }
 }@media only screen and (max-width: 1199px) { #ugsBy72rZm2dXy1FizCK9fKw7Cdkc2SL { width:12.5rem;height:4.1861977577209rem;top:37.884124755859rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZkn6RhXi5GTFxK00aAVy4cCBmhkKNRT { display:block; }
 }@media only screen and (max-width: 1199px) { #uXXuJU2pJu8xGWtHEEh85h9nlKQppAiv { width:12.5rem;height:2.3333332538605rem;top:28.0625rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3b8BGCH2KpETdTDwLlIwoIgx57rz0L4 { width:12.5rem;height:1.75rem;top:34.975280761719rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGDeoe0sMiwBpdbl7wMZQxWmbdlWViLl { width:12.5rem;height:2.3333332538605rem;top:43.75rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJD0OpksGaLnuTP76lSPBwoJxkUIhBP8 { width:12.5rem;height:21.666667222977rem;top:6.25rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCUKGX8Z5AttOT45p2lGm11sAQmZUEBH { width:12.5rem;height:13.000000357628rem;top:6.25rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoSfFQgvg824B8hGM5hBhUe20E1gf5Xp { width:12.5rem;height:11.916666984558rem;top:6.25rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jx81BPUZmx5QM4pGndrVB7Xil9E85vAy { width:12.5rem;height:2.3333332538605rem;top:34.641937255859rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErkNJUi4xLT5sIzGqHMUlpBhtyQrKXCe { width:12.5rem;height:1.0833333730698rem;top:19.208343505859rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATE5bhTCIR14ziQJwzmr5dBcSdJBTOL3 { width:12.5rem;height:13.000000357628rem;top:20.93359375rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OINIBCumWNOZBbERoGuPEB6XiKHAppZX { width:10.623698234558rem;height:1.0833333730698rem;top:19.25rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vps0Ua1o0DZp1ctWqv5GUBA7U6z0vzW4 { width:12.5rem;height:11.916666865349rem;top:21.5625rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gicbDpGg96rlNW8UFrM0fes9vNdFZNBc { width:12.5rem;height:5.0625rem;top:1.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1UI4d4QQpWoegAaQSqRlIFh2bRBRXCC { width:12.5rem;height:1.5rem;top:40.528656005859rem;left:18.3125rem;font-size:1.125rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 1199px) { #XKoDuLomO7Cr9QyTyIlAQqCH9TX9OLpe { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bl5SvQvhamGWRig5mdNtKWyzOLVfdcEh { width:12.5rem;height:4.75rem;top:37.778656005859rem;left:18.3125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiD3rVxBTnnvqsd1W93UCurFdlpBhpXJ { width:12.5rem;height:1.5rem;top:38.6953125rem;left:18.3125rem;font-size:1.125rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 1199px) { #x0CoPJdHxw9wgo09TWNHrXntbwWhOagW { display:none; }#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW > .row .container { width:47.75rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QEdKzp2fpvyRfeaTAAgMUaoEPXEMowH1 { width:45.0625rem;height:9rem;top:1.0625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btT6z6vE22bFnVZ73oKJiPOgcfZ2vMr1 { width:43.25rem;height:9rem;top:1.0625rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw { display:none; }#eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw > .row .container { width:47.75rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rEft4pZ2RMzxylD9iTo5BmVxc3FUhbuV { width:13.75rem;height:51.3125rem;top:0.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4ty5RScdPs9FZODeVCwbhPPPRlvC6uG { width:12.5rem;height:5.0625rem;top:1.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9nMdynkSi3iNEnlO3TdTbp2XF9yDu6D { width:13.75rem;height:51.3125rem;top:0.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7RK7oH6gt7qSNS5KcfBbyJ3ewxuocKS { width:12.5rem;height:5.0625rem;top:1.1666870117188rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkmfm8TrX8NboG1OADogkF7FFFbMwt4P { width:13.75rem;height:51.3125rem;top:0.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hHP6z8c6MgAAWa6RsqKfXse8J0DSbFDf { width:12.5rem;height:5.0625rem;top:1.1666870117188rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFT1Kmmq75NK1KqaNJ96SLT89uhS4yTI { width:12.5rem;height:2.0138875rem;top:2.90625rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EN8mwxoS2BEKChkaPZTIWrn9ngBUuUX8 { width:12.5rem;height:2.0138875rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoKJ6e3AoI9PnF5Cu0r6JqXBngeFbrf3 { width:12.5rem;height:2.0138875rem;top:2.875rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ee28ldWJPZM122ouTzJ3am24PVQ8qDHE { width:12.5rem;height:4.1861977577209rem;top:30.126342773438rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPDXzhf3I3l16xEHTpRwdpLpBvAOv89S { display:block; }
 }@media only screen and (max-width: 1199px) { #y9hygOT7AEsBqNIDQ8Gwum4Jz65leRqa { width:12.5rem;height:4.1861977577209rem;top:45.570373535156rem;left:18.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECV0xGAhgs6s3vV5ohObNeHeUwoJotqI { display:block; }
 }@media only screen and (max-width: 1199px) { #vJVvvaciGaDALRhT2rprfqlCHK068pT6 { width:12.5rem;height:4.1861977577209rem;top:37.418029785156rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utyZnKh2ZqwEXCfsUd6pa7rth8fN8Uv8 { display:block; }
 }@media only screen and (max-width: 1199px) { #FaAtmkAmyDAcgJt6PQTTbuMUdN5DgKHE { width:12.5rem;height:2.29166875rem;top:25.968811035156rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnoGUu83idsiUcm5lbV9Db7sEeNApHuW { width:12.5rem;height:1.66666875rem;top:32.437561035156rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUhP8y3EPy27lSEIQQNLTa7h1aTnKEt8 { width:12.5rem;height:2.29166875rem;top:41.479187011719rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yHk2m0dg6LMb2BCDvc3hXcgGFFL6zFoa { width:12.5rem;height:18.750025rem;top:6.25rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgEJxqXMPqZ8MQoRivb5sXaIG7pIsnkx { width:12.5rem;height:12.50001875rem;top:6.25rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzL4u8AI4SQxq7tmQFtaZJ2H6LuqmgrB { width:12.5rem;height:11.45835rem;top:6.25rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXO4L8mCHHku16Vbzq317pVFDTXO7fdJ { width:12.5rem;height:2.29166875rem;top:32.891967773438rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veQX1VXyDT3TNIvMFK34mb3igh62ypL6 { width:12.5rem;height:1.04166875rem;top:19.208343505859rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mL5vxTUrJnuKhLLBeBS0mD9bTlfA49Tv { width:12.5rem;height:11.45834375rem;top:20.93359375rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxrtIPrEV48LnC21KvBwqdQuK3q73X0N { width:10.623698234558rem;height:1.04166875rem;top:19.25rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVJsd9S6H9pWRfBUKdIBr1KoWU9X4bJw { width:12.5rem;height:10.416675rem;top:21.5625rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzQJBv2UcaW7IIsopZegMDZ555vnZ2T5 { width:12.5rem;height:5.0625rem;top:1.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeymPlJNAZCn9R9V20xSQ727PUsNCfVl { width:12.5rem;height:1.45833125rem;top:37.925842285156rem;left:18.3125rem;font-size:1.125rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 1199px) { #umdL9E6kUGAuiEcSEtQS6zvG9W1ztTbV { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CcUdrQi14og3cFAlRvNBWKuANi8pFh0D { width:12.5rem;height:4.75rem;top:35.570373535156rem;left:18.3125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 1199px) { #s8oTWThAWwiRbAPifT2mLZnoIaHGKzDr { width:12.5rem;height:1.45833125rem;top:36.509155273438rem;left:18.3125rem;font-size:1.125rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 1199px) { #Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG { display:block; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container { width:47.75rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SVNAEpXkTWfwbwm4TA7y0dXAPCuyg05A { width:13.75rem;height:35.875rem;top:0.56206512451172rem;left:2.624783039093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzTw93WF4Wo1R066QUnAVqiWu6XOTl1Z { width:12.5rem;height:5.0625rem;top:1.1666870117188rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhzbSzGUs6T692UEZmoG09Q2MHsNU6Dw { width:12.5rem;height:2rem;top:2.90625rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xA6GNAedX9xSfCkr3NFySM2yg3BQMGUU { width:12.5rem;height:2rem;top:2.875rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrVqZ0I4LO7K1t1SmdfassfOqXS83fxu { width:12.5rem;height:4.1861977577209rem;top:30.126342773438rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kd09HcaB6d4vz5rktbd16rD5GleIv9at { display:block; }
 }@media only screen and (max-width: 1199px) { #fc26dGZpTO8SK9pVTDdBMdMTupZfKLgy { width:12.5rem;height:2.3rem;top:25.968811035156rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OR9p8TOw8rkEFiAg6ke87ru2q2zESnD6 { width:12.5rem;height:18.9rem;top:6.25rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqdzPsww99wptJ58c2ZsxBLMxxigUFWT { display:none; }#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT > .row .container { width:47.75rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FsBTRhMRVIhuyRB7Xmk5JkUfpUSLxOsV { width:45.0625rem;height:4.375rem;top:1.0625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e70GB7aVFxboll01a9g5B2yuSUuFvScn { width:43.25rem;height:9rem;top:1.0625rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx { display:block; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 { display:block; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bkpC63xoxEZnK5vgKgqUplcnQMFdfrNr { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzuJIcsZ2WWZ2Qmn2SrZsLPWq7y48WpP { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS { display:block; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container { width:47.75rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ReG1BiQxOf7IkqlfBV6wqaUX9ZAcFkLX { width:43.75rem;height:4.8rem;top:1.75rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uW4XczBZvWSutlzrHWNeq4HcVTnzo9eQ { width:43.75rem;height:22.4rem;top:36.458374023438rem;left:2.7708334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnu97eJvNmWsOvMIo8hMlwdzeso3vDTA { width:43.75rem;height:3.2rem;top:61.291687011719rem;left:2.7708334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3LzVlA5Xk7CSsMk0aDp38s9wHLTTXFv { width:31.25rem;height:16.75rem;top:8.6666564941406rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewTn2r4iiW6iJcESx3peS9laptk6Ba27 { width:43.75rem;height:6.4rem;top:27.604187011719rem;left:2.7708334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoHel9iXOrSEWQDKDbGS8mKXv45rGKvt { width:43.75rem;height:4.8333334922791rem;top:1.75rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ekNDahhLslAs7c2GMwrxDOpD0qzAMfhW { width:43.75rem;height:22.166667222977rem;top:36.458374023438rem;left:2.7708334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 { display:block; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vb0ToKUtf8JHe2MoIzUrbBIqp7Flf8r6 { width:43.75rem;height:2.4rem;top:1.75rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { background-color: transparent; background-image: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { border-width: 0; border-radius: 0; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { width:47.75rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mJOOW5VsCAqnr6DcPRICuSKuNUq7Dy9i { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6W33ahrqqm4CMT5hNNO0uebB1lTKS1T { width:46.1875rem;height:42.0625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOz21koNXuISGuJhT2u91FPeyxX1L80C { width:37.5rem;height:37.8rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1xWtrT5uTryut7rebSQXWmpw67ewICI { width:37.5rem;height:38.500000715256rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IOzDa44GnTG3792rTya8Zh7l79doCb9X { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { background-color: transparent; background-image: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { border-width: 0; border-radius: 0; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { width:47.75rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mG1nE10Z11sk0KvBEH6DfxB5MMTmLXqe { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prwA0goIiSgOvgtXJn416TGUnJOwLiPi { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0nEAFNvOkzhSLX5zTvzETkkJyxNr1zJ { width:37.5rem;height:18rem;top:8.1458740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfB4Ta6dng5216nnwKEeAkxFMTCQy3bi { width:37.5rem;height:18.333333730698rem;top:8.1458740234375rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { background-color: transparent; background-image: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { border-width: 0; border-radius: 0; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { width:47.75rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dNIv0WRuWWtcHnx0kCJe82Bnxz42xcMn { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ2zTs678ilUdNXlQdtcPxhJRIqKmR4V { width:46.1875rem;height:38.8125rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yH9nkO5GEv9WEAuomTaRsi3GQCkCKVsU { width:47.75rem;height:34.3rem;top:8.6341552734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrpDdMNw93qULAkqwLoW2G19mRSOyIDD { width:47.75rem;height:34.916667342186rem;top:8.6341552734375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ { display:block; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N5fNnh3EMVwIewbRaBXJUZP8hSvVXPuU { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnrCKTIFE7agppmeiz6dn87gdH3VVtZw { display:block; }
 }@media only screen and (max-width: 1199px) { #FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo { display:none; }#FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo > .row .container { width:47.75rem;height:58.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #m13xvSbSmeFRhmwrkrXcldfMVyprbVNr { width:43.75rem;height:4.8333334922791rem;top:1.75rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEbccpeS1VXTXKeluSVamfQ23XFXEvXt { width:43.75rem;height:23.750000596046rem;top:27.875rem;left:2.7708334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hs6FsgUwaFTX4A8nANI0CA09uBezuUQg { width:43.75rem;height:3.1666667461395rem;top:54.166687011719rem;left:2.7708334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ky7shcOlorc4nXJWqWXObPbK6qxLHclD { width:31.25rem;height:16.75rem;top:8.6666564941406rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwixOnn331OqVtRfTRtbb1i9ODokwdN7 { width:43.75rem;height:23.750000596046rem;top:27.875rem;left:2.7708334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC { display:none; }#k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gK2tvx09hTV0pLRbPPblpZpETWilTvfC { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZBbHkszhai054D7hvTzbWifNCCxHu2R { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kr862esxSV4UXgXhoWOCZiUCutlK7F4Q { width:43.75rem;height:3.1666667461395rem;top:7.8125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ { display:none; }#rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CJGVIhI3nEF0ZlTfrTysCwoBqApBzQGc { width:47.747394561768rem;height:1.8333333730698rem;top:8.0559997558594rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZnsTvcL5Af1U0Ixrlqwfh8NqRSBmqMa { width:8.687125rem;height:8.124625rem;top:13.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnUtPb0pBsr3ftRBbCPDU61q2lUIJP5n { width:8.6875rem;height:8.125rem;top:13.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1cb1XsJZUtDGTsU72oD6Qi5El7duK2I { width:8.6875rem;height:8.125rem;top:13.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMFJmbG7uiRfuDQ1CsaAur4nIExWKRZs { width:8.6875rem;height:2.3125rem;top:23.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sluopwecEBUgTPBMSb3cw81XoVU9O863 { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o755iVaHiiCx84Tmc7tLuCEcGTgqeJ3o { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMJLeFzIC55qqLS1x9qlHyB9oELksT9f { width:8.75rem;height:1.25rem;top:24.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4845XyShWqTebpnedzqbWp9JC8Vn8ME { width:8.75rem;height:1.25rem;top:24.375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCRuVM45sxWG3u3Zw7Hc1xJr8U44WU00 { width:8.75rem;height:1.25rem;top:24.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-label { background-color:;background-image:none;color:#72686c;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE { top:13.75rem;left:10.125rem;width:27.5625rem;height:10.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #FCZqFMaV4tgRtxU9BWl1sJd7cmQN3U2y { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #o5fEOcBoAebbrD4Cl5Siy6iZ48OadibT { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #mBJG5Hnffu6TZOFO6eAn4aAO3IEM6o6W { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #NLHVEZocUV1PVPe83Cbz4pUA6ZLeeDdX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #uwdRVyB3IE2F4VmJdbpbV5lHwD481S3g { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #TeCSKVs8ZGq0iDnTA7HT69xoRNhK0E5t { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #xBk10hA9sCXgOvZWRxd3eZeKErcAl7DK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PZhDWVora8qSmWUBgqPxldJHie9WxzC4 {  }
 }@media only screen and (max-width: 1199px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PyZocIJ9GH3HrLPePPZQeyaSxOyKkLWw {  }
 }@media only screen and (max-width: 1199px) { #Tn0nBcGHIEG8Tz0xce6zlENCAoFNu93i { width:25rem;height:3.375rem;top:2.4895629882812rem;left:11.552083969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9xNT3xcihvVXHBNX59x9kJMXkRFlypX { display:block; }
 }@media only screen and (max-width: 1199px) { #dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo { display:none; }#dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Pf8s5em8QqP6NiQ5vmCKiaqNKzsW2ZJi { width:47.747394561768rem;height:1.5833333730698rem;top:1.4779052734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ryBAWuLwTvUVdMk7LldaKbRE0n0R9Z7C { width:18.723958969116rem;height:3.3229167461395rem;top:9.1041870117188rem;left:14.513021469116rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #dJ5rbLp3ciTT7tluacX7ouO2IShfQEmQ { display:block; }
 }@media only screen and (max-width: 1199px) { #bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { border-width: 0; border-radius: 0; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ubi16ytCVSPSwp09qiQ092faGTE8Rx8a { width:47.749309539795rem;height:15rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v25J1fUE4hxAE24Zvorw3QLCgmKAb09Q { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7SvyoIxka9RkbFMJbOdvZUwpdzQJk5b { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7h0UBDknvL5tGQ59FoQVDd9TzP1xc7A { width:47.749309539795rem;height:16.5rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NKOsiBklzxRz6qlVctimoSIUKmuUTDsr { display:none; }#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr > .row .container { width:47.75rem;background-color:#eff8fd;background-image:none;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GBbRk25LbxHZ34eTBFHVXiVh3Zw5RB3C { width:47.749309539795rem;height:15rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oiJIv0akV9Rh57o5eGpmHk3gk8ATabmq { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fh5BVuPVoKiswCgGTUC3WQZsMCcCm6Mq { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EE92FOHqHtElsvlv4WLIC8d3AfJxsVhH { width:47.749309539795rem;height:16.5rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { border-width: 0; border-radius: 0; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AVWbsyAM6ZZE7gFOm0Beu4JruTqTc2Kp { width:47.749309539795rem;height:15rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6As6VPk0QxGkKBFqm6mITBuVEFl4L6N { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7HxK4nOPFQ8HMVr0RLQeqoFQgOJ7eBQ { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6NR44gRcqWPnZUAhEHb3I20ZmhDrzxf { width:47.749309539795rem;height:16.5rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B { display:none; }#Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B > .row .container { width:47.75rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #s6DMd5pFcogNQWuQsXz7HVxO0DS3EOgt { width:47.747394561768rem;height:1.8333333730698rem;top:8.0559997558594rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTpyM1iCzabT52OUSWDzdp4QBiA7PLSX { width:8.687125rem;height:8.124625rem;top:13.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atrX6u58ezJ8cci7LSTSmHBRaLUMAEH9 { width:8.6875rem;height:8.125rem;top:13.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuRnCpU4KSDgiPAyHq7l7fNXDXf7Oxyh { width:8.6875rem;height:8.125rem;top:13.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHIqnnTtzl4JR2rOBUlZp3k75nHqwxLd { width:8.6875rem;height:2.3125rem;top:23.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0Uuy8R8X3uJsol9Qdaorf2HuTmXNLVP { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQQEkGwmt3elswr43yHThfqMN7l68T4O { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hh11zBPLTBIrKn4mmDvBKQGCSJ4eXBJk { width:8.75rem;height:1.25rem;top:24.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMV6XTccpsicshsPT3Kw33OJuC4PO2vd { width:8.75rem;height:1.25rem;top:24.375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPMAWi70Ebk2MXuzltw3yMekux8Hp8zs { width:8.75rem;height:1.25rem;top:24.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-label { background-color:;background-image:none;color:#72686c;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 { top:13.75rem;left:10.125rem;width:27.5625rem;height:10.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #rhuTHbal8rdy5uFb2Kx0hognMLoRH0fX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #val3VFaWo46EHhX1RggFG0OywPoPXKfM { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #D9pTXWDavrEoXtwEBssUlwq3g7n3AZnW { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #fXqpg6fBodw2LOD5vT56pPIf2TiQwlzT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #ZCceIvRKMG6VHZ96ogRDcIN8Ty2pnmud { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #Vp2KOA8mOThtqPfQigTVr8fVvGABVEn5 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #TuZJHVc4SdofTnvdIibgVNZL7FVA3CGG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #az8TasElHSlQEBPWbplbtGgdyvymnfGn {  }
 }@media only screen and (max-width: 1199px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #wJT6VIdypcdkETmo4M8nLgy5iemNy12w {  }
 }@media only screen and (max-width: 1199px) { #QQEWxfLmz4gsiD5vWfzGHWv3dF9wDMTF { width:25rem;height:3.375rem;top:2.4895629882812rem;left:11.552083969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFPJbxX7wwUcCeRNKh7myJNbwWhTM6M6 { display:block; }
 }@media only screen and (max-width: 1199px) { #QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI { display:none; }#QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV { display:block; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw { display:block; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I5wdEo2KxTT4lgiQCS1pT6WctpyX3Xxq { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y80KT4vBwvuPgeOEJFJ1dGa1Mbk4BN7h { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 { display:block; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lX0fBvUiTmuxcnDH699hbRtOzxGBxJUQ { width:21.8125rem;height:11.6875rem;top:4.6393432617188rem;left:0.99739587306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AT4iWNk8eltwB9mxpAETxlWOsk6UnlwW { width:23.75rem;height:4.95rem;top:7.8580932617188rem;left:23.93359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcXrRTKJmLKXknFqWoUEwqQ6lzIH8CeV { width:14.373698234558rem;height:1.65rem;top:14.638031005859rem;left:28.62109375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diaLyJTy8LfBLu1dd9I1aAdIoPq73NBW { width:23.75rem;height:5.2rem;top:1.8710632324219rem;left:22.809896469116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8JiHuSVshqbXvw75nDdGi3xAlrc7czM { display:block; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RPoKhgXgAsUvcvyWKlefEDX7LEaHebcD { width:21.8125rem;height:11.6875rem;top:4.6617202758789rem;left:0.99843746423719rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4b1SBwQ6KxMOEoQobSMlXpZZ7X9hetk { width:25rem;height:6.6rem;top:5.2591552734375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quiXT9UiMr5RJ6b0dDnUSN58Uw54SRAi { width:14.373698234558rem;height:1.65rem;top:13.203125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSgww9DeaOAhsJCIC1PhaXALHBgisgzr { width:23.75rem;height:2.6rem;top:1.8715610504151rem;left:23.873436748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ov4scl5UEhJN860XOpmcOe3duHIZy13C { display:none; }#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container { width:47.75rem;height:19.125rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/BjoihBTO/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw { display:none; }#ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw > .row .container { width:47.75rem;height:11.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZNBhdL8TBgAQPRplsckLCc97ndCWsy4q { width:47.75rem;height:5.5rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXHuO9MCB6uff2iAi1xb8LQ9HpJG3uDd { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDORTbfNwnwNJLsueLuDvFEoN9cy6evT { width:47.75rem;height:5.5rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZD6V5uhPL2upMofF7EBgm8wAO3tske1U { display:none; }#ZD6V5uhPL2upMofF7EBgm8wAO3tske1U > .row .container { width:47.75rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yKNhkOTyVxvmiIXmwt2PEmxASyXPwrmP { width:47.747394561768rem;height:1.8333333730698rem;top:2.41015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxNnINsSZneXPtLVbx77TQ4PDR6QZOPJ { width:31.25rem;height:20.25rem;top:4.22265625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQBXTtLUK67KI3106rL6JAPWu8p5A2fk { display:none; }#lQBXTtLUK67KI3106rL6JAPWu8p5A2fk > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eZEV19384Oh8uGyTJ1TSbybBdERTHZ2v { width:43.75rem;height:30rem;top:7.4727172851562rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woOWhRHA5TAJZr7Si9PwF0CHAhuPkqFc { width:25rem;height:3.375rem;top:1.78125rem;left:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5F7nHTnzgFgPeEP9kRcdQVtzbSL10QE { display:block; }
 }@media only screen and (max-width: 1199px) { #NTComPbsSAGzWv80K74H2ySNGdGP8Gsy { width:43.75rem;height:61.5rem;top:9.5560302734375rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL { display:none; }#h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL > .row .container { width:47.75rem;height:16rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vGWvT8zyl0UiSroPFESRbGxzVxkwRlkK { width:47.75rem;height:4.8333334922791rem;top:1.1354217529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWOSfqtxU7hXT9IqaiqKaRH5Q4qxPC6X { width:18.725rem;height:3.32395625rem;top:8.6875rem;left:14.512500941753rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #NxULs4Vl44dShoL3Scr2ETZngIZwLko8 { display:block; }
 }@media only screen and (max-width: 1199px) { #rAmbJsCSilTqK6V13P7BAMkvk8MLFD1x { width:47.75rem;height:2.4166667461395rem;top:1.1354217529297rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f { display:none; }#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f > .row .container { width:47.75rem;background-color:#f4fdef;background-image:none;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FT4cA7rLXBfutDUorGe22oCbRuEWwHHM { width:47.749309539795rem;height:16.5rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xaZwKQ6OL9Xplro5Dv0aWJM3p67NTTGd { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8XTlnd3nR5SmnrsN16T7lWgaE6TT53c { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARNdD15szZfqFwLO63Gzph1rIWv9tbQn { width:47.749309539795rem;height:21.029411673546rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bByOQ71k0LcMRylkwwULV2IuLIlR2xFl { display:none; }#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl > .row .container { width:47.75rem;background-color:#f4fdef;background-image:none;height:34rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #f2ymSRUaO5VoxZkaZQQ0mVSLL6dh669W { width:43.75rem;height:25.5rem;top:8.2886962890625rem;left:1.9967830777168rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0hqMZz1znRG3XQz3qV5WW8mZrGlZHVd { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAtEQE9DvDIb0MhIw557UlyLsL61GJxx { width:46.1875rem;height:29.0625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piaOlDZmMdZeDpXTsO6SsSC8REvtS6aq { width:43.75rem;height:27.499999880791rem;top:8.2886962890625rem;left:1.9967830777168rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 { display:none; }#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 > .row .container { width:47.75rem;background-color:#f4fdef;background-image:none;height:37.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KwRfwLXWLbn9gtdzgvJclDptoM0notJu { width:43.75rem;height:28.5rem;top:8.5558471679688rem;left:1.9967830777168rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNKMKwQDirHo7NTtWt5TLnHoagT7HsTS { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLBsb47tSoqWienUNvx4nR3WBHZkWeLT { width:46.1875rem;height:32.0625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTOAKkSvDV4w3RWunM7gR3lgJMBPXHqB { width:43.75rem;height:35.588235139847rem;top:8.5558471679688rem;left:1.9967830777168rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W { display:none; }#wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W > .row .container { width:47.75rem;height:51.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #noBakskttRvb86NtaWL5o9xRmi5cr4X0 { width:45.687038421631rem;height:44.95rem;top:8.2490844726562rem;left:2.0622702240944rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fw4dyXioBP0KaDzui14BA2lLxIMaMqsJ { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UzfOCFdQcRHwmnM61Jh0Ovm28wTxyolU { width:46.1875rem;height:46.9375rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOUtsCevAerBlRCc75LtGA3GUNhdmkK9 { width:46.0625rem;height:14.6875rem;top:4.6495819091797rem;left:0.76631432771681rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b8dqMvDJSfdv31oEi5bLCl6yEIWn6FrW { width:45.687038421631rem;height:46.911764502525rem;top:8.2490844726562rem;left:2.0622702240944rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GNQArXMIo522kzeQeuyhsoMRSZnTB6mT { display:none; }#GNQArXMIo522kzeQeuyhsoMRSZnTB6mT > .row .container { width:47.75rem;height:34.0625rem;background-color:#f4fdef;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JhW6WePHoErXHBqvEE3Tn2krtwo20aio { width:45.687038421631rem;height:26.35rem;top:8.1968994140625rem;left:1.0294117331505rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATDXlxEpJHCF6TOr1zRvPRNsi5TIKPZn { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLSc8ZZdRk93oC0rdn4iZLJZmylCyT9O { width:46.1875rem;height:28.9375rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WC6EfIK9XZUERXRVBXJGtG6UX9MXudG3 { width:45.687038421631rem;height:30.735293984413rem;top:8.1968994140625rem;left:1.0294117331505rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ { display:none; }#CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ > .row .container { width:47.75rem;background-color:#f4fdef;background-image:none;height:32.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #X7TSzGfDm7Qn5qOwk38KdJdWaDbPhPCv { width:43.75rem;height:24.8rem;top:8.2927551269531rem;left:1.9967830777168rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNzLafbzuxNNt6pgbyJaTGn3270fkrq7 { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hT05XPCs6uvTATMk6yddMIkq87P8Eegz { width:46.1875rem;height:27.4375rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2yUbxDZuX676qZhmT4y2t8NeyftFsCX { width:43.75rem;height:30.735293984413rem;top:8.2927551269531rem;left:1.9967830777168rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LTD0MIBLTcTgyR5xe3gNCMtsTssu642G { display:block; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b { display:none; }#bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EIbfa7uMX86bPsD8bSZ5UykOdkflTZrv { width:23.125rem;height:18.6875rem;top:5.1875rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nh34RAFFTcw87oAw8v1JAxTvnparcCw7 { width:23.125rem;height:18.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ST9hnaG2LJA5TJMPMQ5EuM5i0DPst6D6 { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udvIhAacnqM9s9s5iF0vIHnrmFwHJC9U { width:23.125rem;height:18.6875rem;top:5.1875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCoWBuFRVE6pTkEcJabuXXaWaEBcxCzb { width:3.9375rem;height:12.166666984558rem;top:1.5625rem;left:36.802085876465rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAW7Z6vbf5MoEQM2pmOlzV8BUIckaPei { width:3.9375rem;height:12.166666984558rem;top:1.625rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwsOZHsxOo7cXyfH8zRznCHJQvTbGZW1 { width:3.9375rem;height:12.166666984558rem;top:1.5625rem;left:11.020835876465rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KnkWrSELqy8pO9BJTrSEwgrspyacASVG { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UADkcPUponRC4gaOgVbZdHvmm44CAy29 { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoIoLEK6voMZTvLBATTDbxueUSKXyf4e { width:12.5rem;height:7.5rem;top:3.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3Jdzd1AVkDF5TnISaayfsawT1fghH7X { display:none; }#H3Jdzd1AVkDF5TnISaayfsawT1fghH7X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fFOWJ2RT7mWvioO2sRNewKdrNdkCeJka { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr3f3lWVSFm4OTQeIbntl5NG6nwgcl7m { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLLc9GClaW3yfFDPuItFzL4QwIo5FyAT { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mA7vpR01rCFWzL634N7FvTZFfEoEsUuT { width:3.125rem;height:3.125rem;top:1.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TidZ3LNqhhcSWwrhoABmmbcevaoThtEE { width:3.125rem;height:3.125rem;top:7.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uq6prvbbd9tztkRdITQdBfGLEVtbx5qB { width:3.125rem;height:3.125rem;top:13.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU { display:none; }#PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU > .row .container { width:47.75rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #R8WMFK8NI6v6Q1UvfBK2lLrnnAf5oCpF { width:14.375rem;height:22.8125rem;top:12.261457443238rem;left:6.7489587664606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4SJW1cc3VQ45m4SFKMoZVQD4lrWxZPH { width:13.75rem;height:9.9rem;top:18.058332443238rem;left:7.1593753695487rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #be7hzEwwpLJcO6EM7moUVwBDyhTV9yz7 { width:14.375rem;height:22.8125rem;top:12.25937461853rem;left:26.686459720135rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8yG8cz5OgknReQ4rgHaUkK700lsOyBC { width:9.375rem;height:9.375rem;top:7.5rem;left:9.310546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcDJDqgu7p0TcfhqUct1bak3hQy0G0sh { width:9.375rem;height:9.375rem;top:7.5625rem;left:25.177085876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHlMq1iDHOfVD2M47aSFgMWDkKcnD4OZ { width:13.75rem;height:13.2rem;top:17.560546159744rem;left:1.6359373927116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4EmllvByoMiEmt42PT0PqSDTPRBAESC { display:block; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC { display:block; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC { background-color: transparent; background-image: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as { display:block; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RVL6yqpHzQtesm6kmM6R4gfxsx00Wq9N { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfzEIHOpVolSRyd9ZDy6hnPltJu6G5Pe { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf1RXtfsESutXy6fPsmnscdoOILg03vh { display:block; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CNtzwtRa73SyIlRhbwoZ4s7SVw3F00uS { width:22.125rem;height:0;top:4.9544372558594rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wZcddMw31JZWsxdtdIg5vSh7tzAwD9oG { width:19.6241875rem;height:2.325rem;top:7.6687507629394rem;left:26.123436748981rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #anpQTnvtNOXIBk1mv2I2Dqo2GNTwc86L { width:19.622396469116rem;height:2.3rem;top:1.6666717529297rem;left:26.001302719116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbgTk2ZmM8EOTQeykDCtVu1TLZCAlNk6 { width:21.872396469116rem;height:2.3rem;top:1.7083435058594rem;left:2.0638022422791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6G8LOQcEIPAlU9o2MoOTv7Ee7BGTqLb { width:22.125rem;height:12.4rem;top:4.6002655029297rem;left:24.71875rem;font-size:1.0625rem;z-index:100005;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #p0iMpMTOT5IZAyIkc3Lb4Pw9vrIa1D6S { width:21.1875rem;height:12.4rem;top:4.6419372558594rem;left:2.75rem;font-size:1.0625rem;z-index:100004;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #KipOS6wyCABWXkW1CxwQz0bmO9QFvAys { width:22.125rem;height:0;top:4.9544372558594rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #stqsdTis4eqrtAtD9TCkNaaDVvQUoBlq { width:21.1875rem;height:0;top:4.9127655029297rem;left:25.21875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KuLVxO6gLWMx74tGTURRVOPB58kpCyKD { width:21.1875rem;height:0;top:4.9127655029297rem;left:25.21875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 { display:none; }#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 > .row .container { width:47.75rem;height:6.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP { display:block; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP { background-color: transparent; background-image: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .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); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .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; }
#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #Axb3xOLTPueVpOzDgASDBaQb0XqpZLu2 { width:6.1861977577209rem;height:9.75rem;top:3.3333740234375rem;left:2.6796875rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln8M1O66zGalaGo4p76egDcZ9JH8eRr5 { width:46.1875rem;height:24.9375rem;top:7.25rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXBvliPWLb9Qa6x7bDCxVeFMfuNJ6OrT { width:37.5rem;height:21.7rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTSqbbHuXnItXdp5O08Zbt8nKMcGn51M { width:47.75rem;height:2.4rem;top:2.625rem;left:0rem;font-size:1.875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #nng0V1BAwPTw8cqIlkH9tlzvnQZ98PER { width:37.5rem;height:21rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FNZm4xE3cobH9lWUK7ZEI8cqQHlvwofW { width:47.75rem;height:2.4rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEiD336ylSRggSALzifzlm5mVv2qP0xl { display:block; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl { background-color: transparent; background-image: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .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); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .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; }
#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #azMukFApV4ixTnHtRuSm4ckIf5k52zsf { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTZxXMCmOEIc1MX25HLFecCCyU2fl5gS { width:46.1875rem;height:24.6875rem;top:2.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8DPkml84PmTnTC8bTTGWw8zMx0cdq1k { width:37.5rem;height:20.15rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmbTLUd2ZeG0AabX0U9G2pxKTix7100N { width:37.5rem;height:19.5rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 { display:block; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 { background-color: transparent; background-image: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .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); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .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; }
#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #QVgzNHEUkmhJW6OS18SuMVstykGm7boO { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWUFJUBrg1640ddsCE2foFZ4dLP3fBEZ { width:46.1875rem;height:26.25rem;top:2.5625rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTpWUSK6sM5ifNuk51il6K2iMoTviHTl { width:37.5rem;height:21.7rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D153wB8bguGI4oMRc31JJtJ00VI2wq0v { width:37.5rem;height:21rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv { display:block; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aFGS7FBWwrOwpuxUJCpPiOh6ogAMLDZN { width:47.75rem;height:4.8rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMo2hUm4ghW4geBFoHRpxoR5W9CaR1QE { width:3.75rem;height:3.75rem;top:8.1250610351562rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSlzekldPkmNSkxP2qXLfTy2Kn95dr87 { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 { display:block; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 { background-color: transparent; background-image: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .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; }
#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm { display:block; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JfrCL4bm8p2VFavGgZUki7qt7EF0C8Ip { width:47.75rem;height:2.8rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IB1O6IZeaTH2TVS1X52T7rAeDJ9Qtuc7 { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcycK61T2Z42zd2bBrSVUz3SyUZtiOCS { width:18.725rem;height:3.32395625rem;top:8.6875rem;left:14.512500941753rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #tQto5qaaXrENMxUqaSFQIAFQydgLINEO { display:block; }
 }@media only screen and (max-width: 1199px) { #KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 { display:block; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row .container { width:47.75rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv { background-color:rgba(155,211,125,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { background-color: transparent; background-image: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { border-width: 0; border-radius: 0; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n6bbl1wfTA0JHa7L7TxuW8uIbw84H4Ur { width:37.875rem;height:4.45rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgytICAWer6ozMDvA1xVTJAaVTd5JQSh { display:block; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TNK1ICocElTbtM2ietU5V9UlgSEZUuQL { width:31.3125rem;height:2.1rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqIkVk6DdH839hczPThh1XgtF9B318MG { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2TvWGRFHi60IDB7NEGUvekAbO0DScCd { display:block; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nD0Sv5lqVp5Ry6QN1E7vzo2akiMhHZHp { width:45.3125rem;height:3.8rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb { display:block; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HeKtPIqdc7LC5e65InklAdi0RO0LDCMB { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7T0iF7dW3iOCGMWg5DDp1ZqA54PTRb0 { width:31.3125rem;height:2.1rem;top:0.71875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb { display:block; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F2mXgoHyq0kxHtxSEyTMD6E7eDdXRlaX { width:45.3125rem;height:3.8rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn { display:block; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zaP58dUcU2yUASXhIf8tFDNsL3si4PI6 { width:31.3125rem;height:2.1rem;top:0.65625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTEMlx4d92HUUexVoIy52B0e4rp3oTCT { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw { display:block; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vViSNo9ah8BSFKqA00y2K2KzQMhL2GWt { width:37.3125rem;height:11.4rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dI700kS1dqIGkMGawNZerkV9ypGyI4iR { width:37.3125rem;height:11.499999761581rem;top:0rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW { background-color:rgba(155,211,125,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { background-color: transparent; background-image: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { border-width: 0; border-radius: 0; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TqegG2PNW50HT1sXPPGx1Mm8gmQTcAif { width:37.875rem;height:4.45rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvacmTP1ersF8FsETorBRaLEZsxN53k3 { display:block; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i1vPH2huir1ieL37xgfmSRlnkDi5FkXm { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WR4uHzS7HZ6ZL3rV3LB5twhHV2KBdpfS { width:31.3125rem;height:2.1rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu { display:block; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fTGm6pE4FVhKR43cIImnJ8kIWwooUbgM { width:41.25rem;height:13.3rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuEGlVeKTylqodWH2NhgvBKdxSbETDfe { width:41.25rem;height:13.416666388512rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv { display:block; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eNAmmni5Wu4tfpTo53daMwvrZHQIK0Ip { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McHNpxK4e63ACk8NueizLgoWoKRbzbVd { width:31.3125rem;height:2.1rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp { display:block; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hvgGgmhKgzoxR3zsTwcXTI0rlbfkPUZo { width:45.3125rem;height:3.8rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqcM17QDCMB9Ngrg3adLH5TGfZL83QSg { width:45.3125rem;height:1.86666875rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l { display:block; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW { display:block; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container { width:47.75rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xx82RDsww1iufnPKUnE98SwfpXUnc70G { width:47.75rem;height:5.6rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z08RittKaaTygP64W3omrd15XvlpDT6V { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO { display:none; }#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AXtc6C2lX9dw3eQ7uVdxHd12m5E3A0iL { width:47.747394561768rem;height:1.8333333730698rem;top:8.5560302734375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r82mPRZhVwxPBSUyesaKXasn7ky768z3 { width:8.687125rem;height:8.124625rem;top:13.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l46RW2VuIskwGTGpTfcyg88Kwl0BM1FG { width:8.6875rem;height:8.125rem;top:13.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeTIBW6R7QfL0KUikcvslR1BfLRQhSJl { width:8.6875rem;height:8.125rem;top:13.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDr8ciGIzsTqR3blDwXlDqs83wV4m35 { width:8.6875rem;height:2.3125rem;top:23.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHTxi0kalGGBHvBbV8VU5GXbVSncexC8 { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpopMzQ9TunHbGEgtwsH8cxuoIhNTht0 { width:8.6875rem;height:2.3125rem;top:23.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbmNPET19bqsC2KngLkiD8zrUN9FCoBW { width:8.75rem;height:1.25rem;top:24.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1Fwllorv5dD1EOToqQHp2C5OSRTAPx2 { width:8.75rem;height:1.25rem;top:24.375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7BcItsgcntaflr5Z74SggaaiiTz79om { width:8.75rem;height:1.25rem;top:24.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .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;background-color:;background-image:none;margin-top:0;margin-right:0.690625rem;margin-bottom:0;margin-left:0.690625rem;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; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#377815;padding-top:1.023125rem;padding-right:0.1725rem;padding-bottom:0;padding-left:0.1725rem;display:block;width:7.425rem;height:4.94625rem;position:relative;font-family:ubuntu;font-size:5.543125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-label { background-color:;background-image:none;color:#72686c;padding-top:0;padding-right:0.1725rem;padding-bottom:0.6825rem;padding-left:0.1725rem;display:block;width:7.08rem;height:1.279375rem;position:relative;font-family:ubuntu;font-size:1.364375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG { top:13.75rem;left:10.125rem;width:27.5625rem;height:10.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #IMGeH5nKyfcivxTCfMmmhLt1bXTPd7uA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #PVEmCgk22FvPdtgNP7NroKxpVI7KcOEV { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZAFZqnBCF3uh0kbuSlAAAvNbpxiQ4d62 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ufcfHWsi4vl65Rq4MVszTG6TEQgyryPd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZgVQROMpEML3vEi674cOl8ISddGPoWgO { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #bnOFkhRpXLcHSx6xEdwzcQ7o2aWKvpKA { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #f3ygUTKiyICJLJ6xlRPpQl0RvIMqKdqf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #Kn88NxHNEZsazAcTaBL6IQEg11oFB9Uq {  }
 }@media only screen and (max-width: 1199px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #FcPGUHy7sVQrCBrRaZF9z7kz1d0SZuSi {  }
 }@media only screen and (max-width: 1199px) { #IuMlSxysbFFoAdZ5lPBCiGD9Ow2gWrU6 { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzhhCl1QIiJL10Bt0ubpL3pozNd4hcxv { display:block; }
 }@media only screen and (max-width: 1199px) { #C6En5DbttVBMPOD81rnT8OyHVoqC05Ws { display:block; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws { background-color: transparent; background-image: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .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; }
#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #UXHnQuJSdtIV0FIqQ81ShB6KVBQqHATf { width:4.6875rem;height:4.75rem;top:12.03125rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuTrHKThBokOBFp1d28I5K2fZTEEd3fq { display:none; }#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/ANQNNX12/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi { display:none; }#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/mSa1KVof/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 1199px) { #BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K { display:none; }#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K > .row .container { width:47.75rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT { display:none; }#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT > .row .container { width:47.75rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;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;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#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); } }@media only screen and (max-width: 763px) { #rsxWGsCCewarfJr420cdpVishOTqOkGx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#rsxWGsCCewarfJr420cdpVishOTqOkGx > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvaTdRELrrin0iEnUabrx0uEvCvo3hrk { width:6.25rem;height:1.25rem;top:0.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwVw5xHVvaTUDwbZ7lh3zoHbxGqOUZ9 { width:7.5rem;height:0;top:0.5625rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hyJ7V3FZwELTV8MzDiquzxSGxOSTQJTB { width:3.125rem;height:1.25rem;top:0.5625rem;left:15.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Kz9cBWXVeozxtbsvZGBAsRMSlIKaxt63 { width:12.5rem;height:0;top:2.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vK4lTEWblbLg0orLU2s5xSZ6fsam8EWq { width:3.125rem;height:1.25rem;top:2.4375rem;left:9.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHhZoEEaSNQxmXErcX51q24M7TZFRJz { width:3.125rem;height:1.25rem;top:2.4375rem;left:15.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RH651uZZQskJ0llcds8tcDJiCC3V2uIU { width:2.8125rem;height:2.875rem;top:1.59375rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIDAETUybvaPgWnsMEEDz8wDg7ty3GLu { width:6.25rem;height:1.25rem;top:2.5208334922791rem;left:0.9375rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #EhSrCPncR3D7lsOzywQ8nCBmmOb4gDhy { width:7.5rem;height:1.25rem;top:0.5625rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BsEtrED8PsE4CXDu1l7gbZrcTlTuz831 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0VeDWh0pGJ7smQlCkcI2vnTz3edL8tr { width:6.25rem;height:1.3rem;top:0.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMX8a5uFReV21rcScHrE0p2InUuBIcx { width:7.5rem;height:0;top:0.5625rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #skIeytv8me4RoMhZxvEI8yNTntFaGN0L { width:3.125rem;height:1.3rem;top:0.5625rem;left:15.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hKtRAMIh7NggRn2tcTPASrJ4h1LI8usc { width:12.5rem;height:0;top:2.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z97G0rumswLAbt9vx514eUAaWiT95kQ7 { width:3.125rem;height:1.3rem;top:2.4375rem;left:9.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qup9J0Zasgtp95ivQmtFEupTPO7pKGOk { width:3.125rem;height:1.3rem;top:2.4375rem;left:15.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N114wtDNKhTfUsUQLuuUOrNmMoFSWWFW { width:2.8125rem;height:2.875rem;top:1.59375rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd6tQAbB2oKCcMxzCiNUCf29MDiRgVEo { width:6.25rem;height:1.3rem;top:2.5208334922791rem;left:0.9375rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #ityoquhsyiEydckAvSUHGwKFazgWit69 { width:7.5rem;height:1.3rem;top:0.5625rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/2zeQ8V1x/G_o_wne_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }
#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7.adaptive-delivery-prevent-bg { background-image: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { background-color: transparent; background-image: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container > .video-iframe-container { display: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row > .video-iframe-container { display: none; }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qeNyWvLlbWDNF7gTfDDoQbm9ETs0TQW7 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qhzt3lsNHUIz6aWdVGMS0B7CpLPgTTR0 { width:20rem;height:11.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idbASFKLOrnybXRdGoOEVnG1o2dL2OpJ { width:20rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ECUMApsEpoIJPGZkWKfFhNGZF6gHhu { width:3.4375rem;height:3.5625rem;top:24.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBxhTUGWgAPrfgKAwyrabfcIB4D211av { width:20rem;height:3.2rem;top:27.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLbKatKq2hCPcn44Dv37eqPPwL7mNxv { width:4.25rem;height:2.375rem;top:3.625rem;left:12.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMI3RXPzMCfIE65yXor0hquCfH1KxN3h { width:9.375rem;height:5.25rem;top:5.4375rem;left:1.1867187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxsFTQuqm4tonsbloJvoq079CeEUGaQT { display:block; }#hxsFTQuqm4tonsbloJvoq079CeEUGaQT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKOpJKTVIaaJntlDyRDe4OSUuXsh2Ar0 { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKI2TdfRQHPAwE1yctk0bOwDfe6XIxZF { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAQtB2CC6pg6a1IDy9UM9fqRVNPhdp1o { width:20rem;height:3.5rem;top:2.5625rem;left:0rem;font-size:1.375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 { display:block; }#nS7ABIlKEJhBHKiMiCHLn7TJz5RXLpx0 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIZZU9xxZNSKztQp2X3TFszMnEm1mWum { width:20rem;height:2.9rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container { background-color: transparent; background-image: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container > .video-iframe-container { display: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row > .video-iframe-container { display: none; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container { border-width: 0; border-radius: 0; }#ELpCC6TiCqARJBscanDvwsLPX4FcIC5Z > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM25UsMxaohTBifkO2BQlRh2FPtuZlpz { width:18.5625rem;height:1.35rem;top:3.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEg01kDwzEgpgvGypzQWlEdPrLfaLOHu { width:18.5625rem;height:0;top:18.3125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB5KzwKTHEB8CqxqLkNqDVOdA8eMXlaQ { width:18.375rem;height:0;top:22.125rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6tskIudRTohHDdmXRh1GT00vZkAl8E7 { width:18.5625rem;height:0;top:31.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eopInrxp9hMX9czRwqxHAGFVGLD1ZVfZ { width:18.5625rem;height:0;top:6.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNpcp9OXWVu01wAAxQmKIbpKKdxqJx6E { width:18.125rem;height:5.4rem;top:2.9362010955811rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100004;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nk6XhhvkDLfI5FveiCFsAVlcdVlM5tNH { width:18.125rem;height:4.05rem;top:11rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100003;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uulT9LTwgVZnG8mIac2SZdzE7pGpdMte { width:18.125rem;height:6.75rem;top:17.75rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100004;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oBpisFpc4dd3KTuAmm7KrONyWl4puvka { width:3.0625rem;height:3.0625rem;top:1.1236991882324rem;left:8.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTz9e8idURmkdzKEwTacarGX15FzNHxI { width:3.0625rem;height:3.0625rem;top:16.125rem;left:8.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rARDWGhfKis29tywUzDFBOmZwzHqiE6x { width:3.0625rem;height:3.0625rem;top:9.25rem;left:8.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 { display:block; }#FRJC23RR3d5Z5PQM6a7IEvL2tKiALQw0 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5fUPiyhK2urFQ4ZKbksivqXJ4RUns7p { height:10.5rem;width:18.75rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc { display:block; }#XDv7TXBJuvWvurp5EA3ep4NkiJ9J02Nc > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFGyZ5Msr5Nx4b2UyAz5Qb1F3VTEAGzh { width:18.125rem;height:0;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBtJ4G8D4TkIhUqwd4TBuLukrKE2Be7d { width:18.125rem;height:21.75rem;top:1.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt { display:block; }#FUbIJiOoTAzc2BQRbqXmnwANgkS3MRwt > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F46H0b6FScSdsHoWwcRkEDt3HS3wAJiw { width:20rem;height:1.75rem;top:1.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGdZUiZTgMaDxWwSEGbTNoSFy3ttfiPg { width:3.125rem;height:3.1875rem;top:6rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5aTT1np43XnTKoOG0istD9nSOwwaqJ { background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");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;display:block; }
#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ.adaptive-delivery-prevent-bg { background-image: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { background-color: transparent; background-image: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row > .video-iframe-container { display: none; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { border-width: 0; border-radius: 0; }#rV5aTT1np43XnTKoOG0istD9nSOwwaqJ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOVxmGhGZziev9FLusVreiPk6EofXIKl { display:block; }#pOVxmGhGZziev9FLusVreiPk6EofXIKl > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq0cI8TWUzdgiMwaHRG6E9DNxlttdRAE { width:20rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAs5otFkxbiNicI0D0BtqiVPOkPvIJR8 { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eknnp696J28o7gS5o5TTsPMmvoynOPsO { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container { background-color: transparent; background-image: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container > .video-iframe-container { display: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row > .video-iframe-container { display: none; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container { border-width: 0; border-radius: 0; }#eknnp696J28o7gS5o5TTsPMmvoynOPsO > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGNnLxKeE6AhwQqK9k2Lny1FFgqsJe7G { width:19.1875rem;height:5.8rem;top:4.3958435058594rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPgxKsehtR288EpTT4P86T9psTkyBB3a { width:20rem;height:7.25rem;top:14.083343505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya06IMxALKUS3uqrICtfOW24kb88DooT { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koRv1EC67vmM5ILpy0czFK0FQdZvFAoA { width:3.125rem;height:3.125rem;top:10.9375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZX9ddTa92FosPZhJ3NhymmxGLwT3mpV { width:3.125rem;height:3.125rem;top:23.875rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmR0z7G2qBaZFu0GDMFarTfL7IuMB7C { width:19.1875rem;height:0;top:27.020843505859rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVfSxazwL8z8SMDReHWwMQ6Pz1gx02JQ { width:19.1875rem;height:2.9rem;top:27.020843505859rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ebQ2EkmQiPZXeI5DbOSu759Qrx1Altgd { 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) { #TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug { display:block; }#TqtGpe8ZXQ3dGs8bSI64r3bZ7VUHTIug > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd { display:block; }#LlZXWLFTfiIqwIczLGnbM3Uu7H0Iu3Hd > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBQRG3aKdc0K5ofvV9v21R3i10E6983w { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpOzdrqnv0TkwUqk3w2iW3S19AlaVWy { width:12.5rem;height:0.125rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container { background-color: transparent; background-image: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container > .video-iframe-container { display: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row > .video-iframe-container { display: none; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container { border-width: 0; border-radius: 0; }#PTzDoDgFBPz4RwnG2dLUAxM6RGBA4BMd > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWvwTawcJaGkZ0VN28RTcpOIqfoXqAym { width:18.125rem;height:2.9rem;top:4.3958358764649rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZCKoqkcwQ0q9zsOfEgiyR7JbUqihlq { width:18.125rem;height:5.8rem;top:12.79167175293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAwBa3tEc76GCvVLcX4UF5TTU0DQtCb { width:18.125rem;height:2.9rem;top:24.31120300293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTa4IUCaJmUEmuWFJ7l8QPTFihXLPJm { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqyR0a3W2Q3w7dgzGNufemvWs4WFZEFT { width:3.125rem;height:3.125rem;top:21.165367126465rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW7cHNxfSqsCpWngtiv7o3FxAuH4aCz5 { width:3.125rem;height:3.125rem;top:9.645835876465rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd { display:block; }#dUKX593Qfm9dCNDHQUIDADNlUnDHDqwd > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W01gMyUFQJn8QeosIUGSITXfngbwfmgm { display:block; }#W01gMyUFQJn8QeosIUGSITXfngbwfmgm > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNFNnM1XyvKUoNpZqbNpNSZapw3seG2m { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un0V5IfLw6Gm2uNusXT708zz6hI1drQJ { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container { background-color: transparent; background-image: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container > .video-iframe-container { display: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row > .video-iframe-container { display: none; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container { border-width: 0; border-radius: 0; }#yMlZsMrWQeRviHAFKAJb8z7H4GBUHrcd > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPDsX79KIcH2xPOdBywtGE9038bTODTS { width:3.9375rem;height:2.6rem;top:1.5833435058594rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;color:#377815;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hbNoAMonset27STEmgTbE2V5C9bStqHt { width:18.125rem;height:0;top:4.1458435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQTrgArmdgKNXbGNLADH0ITXKd1hr15R { width:18.125rem;height:0;top:12.40625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNm0FbSTuRelOVfNvsg6qWfOQuIhZAmC { width:18.125rem;height:10.15rem;top:11.645843505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #bbPMHNqS2cT2RRHFCqsbJD2D3vd7Lc8u { width:18.125rem;height:7.25rem;top:4.1666717529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container { background-color: transparent; background-image: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container > .video-iframe-container { display: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row > .video-iframe-container { display: none; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container { border-width: 0; border-radius: 0; }#A7QO9W0vIl4MecZhZil5ZCIxoQe8F8VH > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaLWwPdrGBI8KZdDP3P9FNmHlNllsITi { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F2qxth7HTtT3gSwZkrtWXDLBkyXJTvnf { width:18.125rem;height:4.35rem;top:3.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4FuWdMTQn2vCSmfVXr0W1T7wcsOL6Z9 { width:18.125rem;height:0;top:7.64453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvIdph1ATXo6zxG2GFkhEkbO9c3T3VGM { width:18.125rem;height:7.25rem;top:8.3125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container { background-color: transparent; background-image: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container > .video-iframe-container { display: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row > .video-iframe-container { display: none; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container { border-width: 0; border-radius: 0; }#xFrTJa41IStRsIuC1Cvg6WgMXqfunOFg > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1ugZOifiQiMNF0koflkXUswpx0aZUg6 { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AC9stKZNT29Qr4O0yq4PsBK46NIR75Fp { width:18.125rem;height:0;top:3.7708587646484rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGzE8uxQ0KBftmlM1TNgLpOdTzIymVrh { width:18.125rem;height:0;top:7.70703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNwtGEfuonL5lcc1MF3ECe6bCKz5XfTB { width:18.125rem;height:2.9rem;top:3.8333435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #od1LKutb3VWgkIH9EIHTGM01UduT4VuI { width:18.125rem;height:15.95rem;top:6.7916564941406rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container { background-color: transparent; background-image: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container > .video-iframe-container { display: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row > .video-iframe-container { display: none; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container { border-width: 0; border-radius: 0; }#hBtFTTWIWTIMIXPPaIKoQGQ0iVhXQGxo > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C53B78oi87zspLfPD2QRUgQzfDmQVM9T { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LsuGabvG6Vmdac6AoOEwGoVtdDTM8L8B { width:18.125rem;height:2.9rem;top:3.8333435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCVfSiLRd0vKLRGszDzUmFT3WRyTW12 { width:18.125rem;height:0;top:7.76953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc5eVIWxK3qi2yxRIaRAQ1KHBKniDBew { width:18.125rem;height:4.35rem;top:6.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container { background-color: transparent; background-image: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container > .video-iframe-container { display: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row > .video-iframe-container { display: none; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container { border-width: 0; border-radius: 0; }#lnvfBmfImgXOKCJAeABFy4fIm5DcT5Ov > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTEzp3xT0M14De4WRuRCDyIay1colGx { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LexwtexV4BFfaT5akvdQHOtto2E9GVFt { width:20rem;height:2.9rem;top:3.7916717529297rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4MKeiX86Tn7STQh8LyPNOqiPHJT1TdJ { width:18.125rem;height:0;top:7.58203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBOJiI6NFcOsBerIn5g3zEDupZPCBqnD { width:18.125rem;height:5.8rem;top:6.7916870117188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container { background-color: transparent; background-image: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container > .video-iframe-container { display: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row > .video-iframe-container { display: none; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container { border-width: 0; border-radius: 0; }#TB7Tmzo3KJ8h1zPn0h5b0WSdOqoPR3kc > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWcvnD9oP5OhwRlCRiCaDoUd5vZVt2y5 { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hdzvxwg5nXptOlF890lVynqGJ1lJiyMb { width:18.125rem;height:1.45rem;top:3.8333435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GszSObbNh7BG7S2Ad8STym3pLivvc1kv { 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) { #pJLZoQ3CJMQITlZzTqbTrcN7SZaeS2rT { width:18.125rem;height:10.15rem;top:5.2278442382812rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #kkgayMI92M2tRkyHxTqRtqW856XUcLoN { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container { background-color: transparent; background-image: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container > .video-iframe-container { display: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row > .video-iframe-container { display: none; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container { border-width: 0; border-radius: 0; }#kkgayMI92M2tRkyHxTqRtqW856XUcLoN > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAGH9LKZHoRsGmbLHT9JVERDGS6KnVJe { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m4dyQ2aryQTfWkLhkmAe3SDTUqrbMur3 { width:20rem;height:1.45rem;top:3.7916717529297rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeeKqWIqv6q2zHf9lD1KlhkNprTrevXT { width:20rem;height:2.9rem;top:6.33203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAG3D8SrSTWQt2sHCvDQxFAOatNo527J { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container { background-color: transparent; background-image: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container > .video-iframe-container { display: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row > .video-iframe-container { display: none; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container { border-width: 0; border-radius: 0; }#KAG3D8SrSTWQt2sHCvDQxFAOatNo527J > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnPdbzop88Q2HBHB1lrywL8EeW3CJGOH { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pAJZAZyiPpcRVLAeWgMrQnf6iJpEKNcl { width:18.125rem;height:0;top:3.7903747558594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeSlAyLDuIaT6bNT1adcp64IpKU9qK4H { width:18.125rem;height:4.35rem;top:9.8333435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJLdFkslZC1GHkCF3SOChizKhH7O5DMR { width:18.125rem;height:5.8rem;top:3.8333435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container { background-color: transparent; background-image: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container > .video-iframe-container { display: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row > .video-iframe-container { display: none; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container { border-width: 0; border-radius: 0; }#P4v7m2J7t7q6QpTsk8k9pKCwvEBgITPt > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb1tTzM0BfM5A7D5MTUuL68XcaqaIrHU { width:3.9375rem;height:2.6rem;top:1.25rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OCqNpvW4XmE11VaNTpyyEpheCI58m39X { width:20rem;height:1.45rem;top:3.7916870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvcBoCWd3hHkt43VAohWdWoeR9cZ1Ptx { width:18.125rem;height:0;top:6.01953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEQymQxqhIbwNagca7xaQ1c78J0EGVI5 { width:18.125rem;height:7.25rem;top:5.2708435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container { background-color: transparent; background-image: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container > .video-iframe-container { display: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row > .video-iframe-container { display: none; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container { border-width: 0; border-radius: 0; }#TegPuaLW5T0mhfoCqfZFQ37FTNslv1oA > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3OGJOlMM3PyMUAbrdISGerDZMcloS7b { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container { background-color: transparent; background-image: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container > .video-iframe-container { display: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row > .video-iframe-container { display: none; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container { border-width: 0; border-radius: 0; }#s3OGJOlMM3PyMUAbrdISGerDZMcloS7b > .row .container { width:20rem;height:20.103912353516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRyneqkR4Tkck8gHHXO1wEhM580XrImT { width:18.75rem;height:11.3125rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnPnGeTO0Ze8w183zk6WT6AvuNMlPZ1T { width:20rem;height:1.6rem;top:14.3828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hg0cWBFx9T5OGz47MaHSWgm4s0Vvy5d1 { width:3.125rem;height:3.1875rem;top:16.916687011719rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container { background-color: transparent; background-image: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container > .video-iframe-container { display: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row > .video-iframe-container { display: none; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container { border-width: 0; border-radius: 0; }#Tkt7CWBt2bipEEED3TBLPRM2EKooAWFc > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0TUJlEgKmNU6daJaxQ1WBs9aTFRqb0b { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DECkUPPLTAIVEMgw3zxmAL0Q2JurunrS { display:block; }
 }@media only screen and (max-width: 763px) { #xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq { display:block; }#xcThkxvI4DGrTy8qBtIynRLOeS0Lg2nq > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT { display:block; }#WJ89vb1XwAhD76Qt4GaKg6zTLIe9GvKT > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlJN9T77IcqiwZAT8A8lshsheT3N8C27 { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITNKSfRm64nanLzImwHcSZAkeJvulW6g { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container { background-color: transparent; background-image: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container > .video-iframe-container { display: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row > .video-iframe-container { display: none; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container { border-width: 0; border-radius: 0; }#fBOdLBRDiPIqMqPpSrEUae6ZM9MQRATp > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm0hMOxZhXWaXHXgGFsU66bR34llGMKm { width:18.875rem;height:18.5625rem;top:5.08203125rem;left:0.5546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3JrunwAA53RhLN5m9KruOciwOcozwA { width:18.75rem;height:13.25rem;top:28.15234375rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMpAlfxuskXipE1aS2rOdNDku0cNNxyd { width:18.875rem;height:11.625rem;top:46.149780273438rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKhUcISzHc6LkGqTJvcrU6XZXd1SidD6 { width:18.125rem;height:0;top:9.4833335876462rem;left:0.9375rem;font-size:1.0625rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #KRrCyl8slD9TI0cqc2cO0nKF1WWvkxhu { width:18.125rem;height:0;top:29.87291765213rem;left:0.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9Q79TR41NRd9nlvSObvQ2TlaQeZhz2n { width:18.125rem;height:0;top:50.44140625rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqTUCcIBtcZaTFh0nfznULzQWNmFMGr6 { width:6.25rem;height:6.25rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfZwHGeuSpnOL8EdpILiH3EIBqqKfwx { width:6.25rem;height:6.25rem;top:25.15234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWyFVmS8wUarh4KnDqUCSK41867d1Gig { width:6.25rem;height:6.25rem;top:42.983154296875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJzder5P2Gcxs2JBNRVGgLIzWhLAWsBF { width:18.125rem;height:9rem;top:32.401000976562rem;left:0.90625rem;font-size:1.0625rem;z-index:100017;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #EaDd3CI6ZkJMPmW0VEGdEQzNNRoHMCMr { width:18.125rem;height:14.4rem;top:9.170654296875rem;left:0.90625rem;font-size:1.0625rem;line-height:1.7;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #CdLsTWpxvdNWyNQuq6HJniFzbUtPktgT { width:18.125rem;height:7.2rem;top:50.583374023438rem;left:0.90625rem;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #rFCuLFHzieoWkZMeQnFmGTIgoBA92ltn { width:13.75rem;height:auto;top:13.3125rem;left:3.125rem;font-size:1.0625rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #pV4KczNoKGqrrn7stzTTSp3z0LybRkKb { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container { background-color: transparent; background-image: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container > .video-iframe-container { display: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row > .video-iframe-container { display: none; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container { border-width: 0; border-radius: 0; }#pV4KczNoKGqrrn7stzTTSp3z0LybRkKb > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLLGDwGRXHiEPLm5GGlPP4qoIqPoCy73 { width:18.875rem;height:15.5625rem;top:3.20703125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxICaTkoutUJL5E6O7dyHX20HN5lLP00 { width:18.75rem;height:15rem;top:23.19140625rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSMerPCR5dPaAcUPOtfp4t3QA4rNtWPr { width:18.125rem;height:12.6rem;top:7.9349365234375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhGQbyqlld1PqXMTQv2yAPPzyUymRV63 { width:18.125rem;height:9rem;top:27.56640625rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGHVZc5vt2HwlpSZ8Xx4ktCdl9ePvLV { width:18.125rem;height:14.4rem;top:47.18359375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiHM7tElkE5LQ89NedJkzwQ0uTaT51OS { width:6.25rem;height:6.25rem;top:0.0208740234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyC5VlL4DyIrK3vrM5wSW8bkVTHPBJNf { width:18.8125rem;height:18.1875rem;top:42.729125976562rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8wMi0lknhaAaG9TMaPbW5XTCVahKV2 { width:6.25rem;height:6.25rem;top:20.24609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJan4zo1fp4zVM7m3qKTDJbFiKNsavP { width:6.25rem;height:6.25rem;top:39.766967773438rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container { background-color: transparent; background-image: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container > .video-iframe-container { display: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row > .video-iframe-container { display: none; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container { border-width: 0; border-radius: 0; }#xT8QDoQFoxVUM4xHtTPuxfDOmbaszWkt > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtMlSJSzqiEWgkeDkDsBaC4mRc3AGbg7 { width:18.9375rem;height:18.5625rem;top:22.875rem;left:0.44661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jphb6tI6qerMKbEaSfyhSEDbzsmiGFoE { width:18.8125rem;height:20.625rem;top:45.895874023438rem;left:0.50911462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCygWVlxdufZFJVGT4J6Ht7WEEVWmFBU { width:18.125rem;height:0;top:27.25rem;left:0.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLDxrriutVB8qntTfZULAsrfqaPE3aay { width:18.125rem;height:0;top:7.412841796875rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvCW8MsHkPWsr450eF5eVWJgfPQVfm5T { width:6.25rem;height:6.25rem;top:19.604125976562rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiBEamnO514iixl01ETtEbqHAd1QqkHQ { width:18.8125rem;height:15.0625rem;top:3.25390625rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgRpT3qEZE48GcBQwZS1GnwxEVIrvtsi { width:6.25rem;height:6.25rem;top:0.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLbZsbnaBF9zNSZ1LdhFaq1sAaSwkPXz { width:6.25rem;height:6.25rem;top:42.958374023438rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KiCWCqCEeTkdiNKlOaFbfB5FgzL5tP { width:18.125rem;height:16.2rem;top:50.25rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQS7OrDBvT1WrIDZnvSAGTLnFuGm6wsV { width:18.125rem;height:10.8rem;top:7.5247802734375rem;left:0.90625rem;font-size:1.0625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #D8J44LX1qyD4mUbzgE7BA2NDXEHagZZu { width:18.125rem;height:12.6rem;top:27rem;left:0.90625rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #akKravldGvSFVvP4qSDItvJXJv8zTk6B { width:13.75rem;height:auto;top:13.3125rem;left:3.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNAQFAmm1UtxtLpU6ceCAZg46sydZDZ3 { width:13.75rem;height:auto;top:14rem;left:3.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa > .row .container { border-width: 0; border-radius: 0; }#IWNwT2ufaaF9vNyh57AWfkOkvSCIrFMa > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T6wT84GvTvhorxAqJ0Oc15UEPsn5OVgW { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40Isgll9dWmzOs3RUoV3Te4ShEDGXtw { display:block; }
 }@media only screen and (max-width: 763px) { #PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN { display:block; }#PUco0kpqQTlIm6Ua3cmbJ3dZOTxo7XyN > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp { display:block; }#HOlW9Dm5u8AWDTrzP23zlf41c04PnOtp > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMRNcmILLZ0N60HbM2weP740FhLap6du { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKxU8yJ3EPUwnZN4nuioTlxPnu3DaSb { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX { display:none; }#AyvXrmxNz3JPMWq3ayubzA4F0O3IyPIX > .row .container { width:20rem;height:143.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xVgAIuBAqinScX0T72qpJThobueHblTH { width:18.75rem;height:38.4375rem;top:1.3828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkSRPQII8rtK2i2xJgVbf7fICGbfb0TT { width:17.5rem;height:5.0625rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDgUy5LPTHblF0OZksnO16qltp3ZU3PS { width:18.75rem;height:43.6875rem;top:97.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIteya1dSoqBrlbXNW2uZU0FPXPPtyA1 { width:17.5rem;height:5.0625rem;top:98rem;left:1.25rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #y4ANcrKXOUothDZW7W6OD8aLfvmTRkIF { width:18.75rem;height:53.0625rem;top:42.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGTyfg2ls44iE9qNnJ6AR3KXTQOaqKf5 { width:17.5rem;height:5.0625rem;top:42.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCeZqNnzE6O06POTLSThOWbZztQLJFhW { width:13.75rem;height:2.5833332538605rem;top:3.09375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJfsNSrkEHUTATc8eIfVp9eVJTA2fnR { width:13.75rem;height:2.5833332538605rem;top:43.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOKxCCsyIpT58hEqrTkaaaKOBmtA3rsI { width:13.75rem;height:2.5833332538605rem;top:99.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #ynCT1PSUt6fvqrTTTII5t8KL9JqA58oQ { width:14.3125rem;height:4.25rem;top:33.25rem;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) { #ixAa48Bfp5VHcTMT4iacD1wNO1mkOvZy { display:block; }
 }@media only screen and (max-width: 763px) { #zSvsDCyvJL43HbMT0Tm7v34rFsmqH4aX { width:14.3125rem;height:4.25rem;top:88.437530517575rem;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) { #G2QFyRAsOkTMX5uQyOlrXqFrIuPTtlXa { display:block; }
 }@media only screen and (max-width: 763px) { #ugsBy72rZm2dXy1FizCK9fKw7Cdkc2SL { width:14.3125rem;height:4.25rem;top:134.67578125rem;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) { #tZkn6RhXi5GTFxK00aAVy4cCBmhkKNRT { display:block; }
 }@media only screen and (max-width: 763px) { #uXXuJU2pJu8xGWtHEEh85h9nlKQppAiv { width:16.875rem;height:3rem;top:29.4375rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3b8BGCH2KpETdTDwLlIwoIgx57rz0L4 { width:16.875rem;height:1.8333333730698rem;top:77.166687011719rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDeoe0sMiwBpdbl7wMZQxWmbdlWViLl { width:16.875rem;height:3rem;top:84.75rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJD0OpksGaLnuTP76lSPBwoJxkUIhBP8 { width:17.5rem;height:22.5rem;top:6.9583435058594rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCUKGX8Z5AttOT45p2lGm11sAQmZUEBH { width:17.5rem;height:13.75rem;top:47.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSfFQgvg824B8hGM5hBhUe20E1gf5Xp { width:17.5rem;height:12.5rem;top:103rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx81BPUZmx5QM4pGndrVB7Xil9E85vAy { width:16.875rem;height:3rem;top:131.02084350586rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkNJUi4xLT5sIzGqHMUlpBhtyQrKXCe { width:18.9375rem;height:1.25rem;top:61.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATE5bhTCIR14ziQJwzmr5dBcSdJBTOL3 { width:17.5rem;height:12.5rem;top:63.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OINIBCumWNOZBbERoGuPEB6XiKHAppZX { width:18.9375rem;height:1.25rem;top:116.5rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vps0Ua1o0DZp1ctWqv5GUBA7U6z0vzW4 { width:17.5rem;height:11.25rem;top:118.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gicbDpGg96rlNW8UFrM0fes9vNdFZNBc { width:17.5rem;height:3.9375rem;top:79.583343505863rem;left:1.25rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #l1UI4d4QQpWoegAaQSqRlIFh2bRBRXCC { width:8.4375rem;height:1.5833333730698rem;top:80.739593505863rem;left:8.8020839691163rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #XKoDuLomO7Cr9QyTyIlAQqCH9TX9OLpe { width:6.25rem;height:1.5833333730698rem;top:80.739593505863rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5SvQvhamGWRig5mdNtKWyzOLVfdcEh { width:17.5rem;height:3.9375rem;top:145.375rem;left:1.25rem;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #ZiD3rVxBTnnvqsd1W93UCurFdlpBhpXJ { width:12.5rem;height:0;top:146.29165649414rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #x0CoPJdHxw9wgo09TWNHrXntbwWhOagW { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW > .row .container { border-width: 0; border-radius: 0; }#x0CoPJdHxw9wgo09TWNHrXntbwWhOagW > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QEdKzp2fpvyRfeaTAAgMUaoEPXEMowH1 { width:18.75rem;height:0;top:1.7916870117188rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #btT6z6vE22bFnVZ73oKJiPOgcfZ2vMr1 { width:18.75rem;height:12.5rem;top:1.7916870117188rem;left:0.625rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw { display:none; }#eKvN6Or5XcpwyrBTcBAqMqKRw2Ovwwbw > .row .container { width:20rem;height:134.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rEft4pZ2RMzxylD9iTo5BmVxc3FUhbuV { width:18.75rem;height:35.3125rem;top:1.3828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ty5RScdPs9FZODeVCwbhPPPRlvC6uG { width:17.5rem;height:5.0625rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMdynkSi3iNEnlO3TdTbp2XF9yDu6D { width:18.75rem;height:43.6875rem;top:90.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7RK7oH6gt7qSNS5KcfBbyJ3ewxuocKS { width:17.5rem;height:5.0625rem;top:90.375rem;left:1.25rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #gkmfm8TrX8NboG1OADogkF7FFFbMwt4P { width:18.75rem;height:49.3125rem;top:38.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHP6z8c6MgAAWa6RsqKfXse8J0DSbFDf { width:17.5rem;height:5.0625rem;top:39.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFT1Kmmq75NK1KqaNJ96SLT89uhS4yTI { width:13.75rem;height:2.5833332538605rem;top:3.09375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8mwxoS2BEKChkaPZTIWrn9ngBUuUX8 { width:13.75rem;height:2.5833332538605rem;top:40.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoKJ6e3AoI9PnF5Cu0r6JqXBngeFbrf3 { width:13.75rem;height:2.5833332538605rem;top:91.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #ee28ldWJPZM122ouTzJ3am24PVQ8qDHE { width:14.3125rem;height:4.25rem;top:29.854187011719rem;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) { #MPDXzhf3I3l16xEHTpRwdpLpBvAOv89S { display:block; }
 }@media only screen and (max-width: 763px) { #y9hygOT7AEsBqNIDQ8Gwum4Jz65leRqa { width:14.3125rem;height:4.25rem;top:81.354187011719rem;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) { #ECV0xGAhgs6s3vV5ohObNeHeUwoJotqI { display:block; }
 }@media only screen and (max-width: 763px) { #vJVvvaciGaDALRhT2rprfqlCHK068pT6 { width:14.3125rem;height:4.25rem;top:127.0625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #utyZnKh2ZqwEXCfsUd6pa7rth8fN8Uv8 { display:block; }
 }@media only screen and (max-width: 763px) { #FaAtmkAmyDAcgJt6PQTTbuMUdN5DgKHE { width:16.875rem;height:3rem;top:26.895874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnoGUu83idsiUcm5lbV9Db7sEeNApHuW { width:16.875rem;height:1.8333333730698rem;top:70.90625rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUhP8y3EPy27lSEIQQNLTa7h1aTnKEt8 { width:16.875rem;height:3rem;top:78.375rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHk2m0dg6LMb2BCDvc3hXcgGFFL6zFoa { width:17.5rem;height:20rem;top:6.9583435058594rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEJxqXMPqZ8MQoRivb5sXaIG7pIsnkx { width:17.5rem;height:13.75rem;top:44.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzL4u8AI4SQxq7tmQFtaZJ2H6LuqmgrB { width:17.5rem;height:12.5rem;top:95.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXO4L8mCHHku16Vbzq317pVFDTXO7fdJ { width:16.875rem;height:3rem;top:123.4375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQX1VXyDT3TNIvMFK34mb3igh62ypL6 { width:18.9375rem;height:1.25rem;top:57.8125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL5vxTUrJnuKhLLBeBS0mD9bTlfA49Tv { width:17.5rem;height:11.25rem;top:60.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxrtIPrEV48LnC21KvBwqdQuK3q73X0N { width:18.9375rem;height:1.25rem;top:108.875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJsd9S6H9pWRfBUKdIBr1KoWU9X4bJw { width:17.5rem;height:10rem;top:110.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzQJBv2UcaW7IIsopZegMDZ555vnZ2T5 { width:17.5rem;height:3.9375rem;top:73.270874023438rem;left:1.25rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #OeymPlJNAZCn9R9V20xSQ727PUsNCfVl { width:8.4375rem;height:1.5833333730698rem;top:74.427124023438rem;left:8.8020839691163rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #umdL9E6kUGAuiEcSEtQS6zvG9W1ztTbV { width:6.25rem;height:1.5833333730698rem;top:74.427124023438rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #CcUdrQi14og3cFAlRvNBWKuANi8pFh0D { width:17.5rem;height:3.9375rem;top:145.375rem;left:1.25rem;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #s8oTWThAWwiRbAPifT2mLZnoIaHGKzDr { width:12.5rem;height:0;top:146.29165649414rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG { display:block; }#Hvlg77DT0SdIP1fvXoi09RWEUz8wofwG > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVNAEpXkTWfwbwm4TA7y0dXAPCuyg05A { width:18.75rem;height:35.875rem;top:1.1241593360901rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTw93WF4Wo1R066QUnAVqiWu6XOTl1Z { width:17.5rem;height:5.06185rem;top:2.5rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhzbSzGUs6T692UEZmoG09Q2MHsNU6Dw { width:13.75rem;height:2.6rem;top:3.09375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6GNAedX9xSfCkr3NFySM2yg3BQMGUU { width:13.75rem;height:2.56944375rem;top:48.685984611511rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #IrVqZ0I4LO7K1t1SmdfassfOqXS83fxu { width:14.3125rem;height:4.25rem;top:29.854187011719rem;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) { #Kd09HcaB6d4vz5rktbd16rD5GleIv9at { display:block; }
 }@media only screen and (max-width: 763px) { #fc26dGZpTO8SK9pVTDdBMdMTupZfKLgy { width:16.875rem;height:3rem;top:26.895874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9p8TOw8rkEFiAg6ke87ru2q2zESnD6 { width:17.5rem;height:20.8rem;top:6.9583435058594rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqdzPsww99wptJ58c2ZsxBLMxxigUFWT { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT > .row .container { border-width: 0; border-radius: 0; }#kqdzPsww99wptJ58c2ZsxBLMxxigUFWT > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FsBTRhMRVIhuyRB7Xmk5JkUfpUSLxOsV { width:18.75rem;height:0;top:1.7916870117188rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e70GB7aVFxboll01a9g5B2yuSUuFvScn { width:18.75rem;height:12.5rem;top:1.7916870117188rem;left:0.625rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/TyQFbGpw/Oczyszczanie_z_Ajurweda_na_www_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx.adaptive-delivery-prevent-bg { background-image: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { background-color: transparent; background-image: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container > .video-iframe-container { display: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row > .video-iframe-container { display: none; }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CmHdfxbTRG1XT3BZMJxU4eVQOAmDovwx > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 { display:block; }#f59l0J5oiDLv83l7fKUUmwHZx63Tlhi7 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkpC63xoxEZnK5vgKgqUplcnQMFdfrNr { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuJIcsZ2WWZ2Qmn2SrZsLPWq7y48WpP { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS { display:block; }#wGfwTJXyV6K3Ul8iKmN4wJopqalDrTqS > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReG1BiQxOf7IkqlfBV6wqaUX9ZAcFkLX { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uW4XczBZvWSutlzrHWNeq4HcVTnzo9eQ { width:17.5rem;height:0;top:19.666687011719rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnu97eJvNmWsOvMIo8hMlwdzeso3vDTA { width:20rem;height:2.9rem;top:64.333374023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LzVlA5Xk7CSsMk0aDp38s9wHLTTXFv { width:19.875rem;height:10.6875rem;top:7.7916870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTn2r4iiW6iJcESx3peS9laptk6Ba27 { width:20rem;height:5.8rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoHel9iXOrSEWQDKDbGS8mKXv45rGKvt { width:20rem;height:5.25rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ekNDahhLslAs7c2GMwrxDOpD0qzAMfhW { width:17.5rem;height:34.8rem;top:26.979187011719rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 { display:block; }#TOlXnz9RX9GOGBUZbqLIAOWaKUo0RhJ6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb0ToKUtf8JHe2MoIzUrbBIqp7Flf8r6 { width:20rem;height:3.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { background-color: transparent; background-image: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row > .video-iframe-container { display: none; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { border-width: 0; border-radius: 0; }#rc9hKiUTAswTH6SIs6erdHvfRg9CTCLI > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJOOW5VsCAqnr6DcPRICuSKuNUq7Dy9i { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6W33ahrqqm4CMT5hNNO0uebB1lTKS1T { width:19.4375rem;height:46.5625rem;top:1.252685546875rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOz21koNXuISGuJhT2u91FPeyxX1L80C { width:18.125rem;height:0;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1xWtrT5uTryut7rebSQXWmpw67ewICI { width:18.125rem;height:44.95rem;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #IOzDa44GnTG3792rTya8Zh7l79doCb9X { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { background-color: transparent; background-image: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row > .video-iframe-container { display: none; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { border-width: 0; border-radius: 0; }#IOzDa44GnTG3792rTya8Zh7l79doCb9X > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG1nE10Z11sk0KvBEH6DfxB5MMTmLXqe { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #prwA0goIiSgOvgtXJn416TGUnJOwLiPi { width:19.4375rem;height:22.375rem;top:1.5234375rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0nEAFNvOkzhSLX5zTvzETkkJyxNr1zJ { width:20rem;height:0;top:6.377685546875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfB4Ta6dng5216nnwKEeAkxFMTCQy3bi { width:18.125rem;height:21.75rem;top:1.48046875rem;left:0.90625rem;font-size:0.875rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { background-color: transparent; background-image: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row > .video-iframe-container { display: none; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { border-width: 0; border-radius: 0; }#tvG0N3leWpoNuHeAWsuiUiiKT7cNkViQ > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNIv0WRuWWtcHnx0kCJe82Bnxz42xcMn { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ2zTs678ilUdNXlQdtcPxhJRIqKmR4V { width:19.4375rem;height:47.875rem;top:1.3984375rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9nkO5GEv9WEAuomTaRsi3GQCkCKVsU { width:20rem;height:0;top:7.752685546875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrpDdMNw93qULAkqwLoW2G19mRSOyIDD { width:18.125rem;height:46.4rem;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { background-color: transparent; background-image: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container > .video-iframe-container { display: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row > .video-iframe-container { display: none; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { border-width: 0; border-radius: 0; }#WUEN0F7taUonxr5A1o9SMqeJUdWBQKJJ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5fNnh3EMVwIewbRaBXJUZP8hSvVXPuU { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrCKTIFE7agppmeiz6dn87gdH3VVtZw { display:block; }
 }@media only screen and (max-width: 763px) { #FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo { display:none; }#FTEmwKdz5TgoDw6Hm6okrUanX463Hlqo > .row .container { width:20rem;height:53.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m13xvSbSmeFRhmwrkrXcldfMVyprbVNr { width:20rem;height:3.6666667461395rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbccpeS1VXTXKeluSVamfQ23XFXEvXt { width:17.5rem;height:0;top:5.979248046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hs6FsgUwaFTX4A8nANI0CA09uBezuUQg { width:20rem;height:3rem;top:50.812561035156rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky7shcOlorc4nXJWqWXObPbK6qxLHclD { width:20rem;height:10.71875rem;top:6.0716552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwixOnn331OqVtRfTRtbb1i9ODokwdN7 { width:17.5rem;height:31.5rem;top:18.104187011719rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC { display:none; }#k97e6PtkZNZ9hVgtUPUAXwoqb6T7kffC > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gK2tvx09hTV0pLRbPPblpZpETWilTvfC { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBbHkszhai054D7hvTzbWifNCCxHu2R { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr862esxSV4UXgXhoWOCZiUCutlK7F4Q { width:20rem;height:3.1666667461395rem;top:5.8541870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ { display:none; }#rv7lkJJLaZoCOQqCd1DtEzExnJ7m6xWJ > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CJGVIhI3nEF0ZlTfrTysCwoBqApBzQGc { width:20rem;height:1.5833333730698rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZnsTvcL5Af1U0Ixrlqwfh8NqRSBmqMa { width:8.625rem;height:8.125rem;top:6.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnUtPb0pBsr3ftRBbCPDU61q2lUIJP5n { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1cb1XsJZUtDGTsU72oD6Qi5El7duK2I { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMFJmbG7uiRfuDQ1CsaAur4nIExWKRZs { width:8.625rem;height:2.25rem;top:16rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sluopwecEBUgTPBMSb3cw81XoVU9O863 { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o755iVaHiiCx84Tmc7tLuCEcGTgqeJ3o { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMJLeFzIC55qqLS1x9qlHyB9oELksT9f { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4845XyShWqTebpnedzqbWp9JC8Vn8ME { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCRuVM45sxWG3u3Zw7Hc1xJr8U44WU00 { width:8.75rem;height:auto;top:16.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#0d94a6; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE { top:2.7218017578125rem;left:3.3754595518112rem;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:;background-image:none;display:block;width:13.249080657959rem;height:4.8747701644897rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #FCZqFMaV4tgRtxU9BWl1sJd7cmQN3U2y { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #o5fEOcBoAebbrD4Cl5Siy6iZ48OadibT { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #mBJG5Hnffu6TZOFO6eAn4aAO3IEM6o6W { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #NLHVEZocUV1PVPe83Cbz4pUA6ZLeeDdX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #uwdRVyB3IE2F4VmJdbpbV5lHwD481S3g { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #TeCSKVs8ZGq0iDnTA7HT69xoRNhK0E5t { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #xBk10hA9sCXgOvZWRxd3eZeKErcAl7DK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PZhDWVora8qSmWUBgqPxldJHie9WxzC4 {  }
 }@media only screen and (max-width: 763px) { #SAbOFwvOTLvKsu27LDTA8FgOxNiAIyPE #PyZocIJ9GH3HrLPePPZQeyaSxOyKkLWw {  }
 }@media only screen and (max-width: 763px) { #Tn0nBcGHIEG8Tz0xce6zlENCAoFNu93i { width:18.75rem;height:3.3743104934692rem;top:6.472900390625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9xNT3xcihvVXHBNX59x9kJMXkRFlypX { display:block; }
 }@media only screen and (max-width: 763px) { #dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo { display:none; }#dkpUDVsEAZvGpc2UV9pXofcC8t0IaODo > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pf8s5em8QqP6NiQ5vmCKiaqNKzsW2ZJi { width:17.5rem;height:3rem;top:1.2708129882812rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBAWuLwTvUVdMk7LldaKbRE0n0R9Z7C { width:19rem;height:3.3125rem;top:12rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ5rbLp3ciTT7tluacX7ouO2IShfQEmQ { display:block; }
 }@media only screen and (max-width: 763px) { #bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { border-width: 0; border-radius: 0; }#bEt8QuWzw3IkPq2vQW5SphkwUzmq5AIQ > .row .container { width:20rem;height:17.876342773438rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ubi16ytCVSPSwp09qiQ092faGTE8Rx8a { width:18.125rem;height:0;top:1.3809814453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v25J1fUE4hxAE24Zvorw3QLCgmKAb09Q { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7SvyoIxka9RkbFMJbOdvZUwpdzQJk5b { width:19.4375rem;height:16.3125rem;top:1.3984375rem;left:0.4140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7h0UBDknvL5tGQ59FoQVDd9TzP1xc7A { width:18.125rem;height:16.5rem;top:1.3763427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #NKOsiBklzxRz6qlVctimoSIUKmuUTDsr { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr > .row .container { border-width: 0; border-radius: 0; }#NKOsiBklzxRz6qlVctimoSIUKmuUTDsr > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBbRk25LbxHZ34eTBFHVXiVh3Zw5RB3C { width:18.125rem;height:0;top:1.3809814453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiJIv0akV9Rh57o5eGpmHk3gk8ATabmq { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh5BVuPVoKiswCgGTUC3WQZsMCcCm6Mq { width:19.4375rem;height:20.8125rem;top:1.3984375rem;left:0.4140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE92FOHqHtElsvlv4WLIC8d3AfJxsVhH { width:18.125rem;height:21rem;top:1.3776245117188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe { background-color:#eff8fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { border-width: 0; border-radius: 0; }#yQvl12EKpZM1H1WfBuy70Lrk3i23lTbe > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AVWbsyAM6ZZE7gFOm0Beu4JruTqTc2Kp { width:18.125rem;height:0;top:1.3809814453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6As6VPk0QxGkKBFqm6mITBuVEFl4L6N { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7HxK4nOPFQ8HMVr0RLQeqoFQgOJ7eBQ { width:19.4375rem;height:19.3125rem;top:1.3984375rem;left:0.4140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6NR44gRcqWPnZUAhEHb3I20ZmhDrzxf { width:18.125rem;height:19.5rem;top:1.3776245117188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B { display:none; }#Dw2aEzCQ9lFWyOPOvXyFV2BHhG7yBy3B > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6DMd5pFcogNQWuQsXz7HVxO0DS3EOgt { width:20rem;height:1.5833333730698rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpyM1iCzabT52OUSWDzdp4QBiA7PLSX { width:8.625rem;height:8.125rem;top:6.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #atrX6u58ezJ8cci7LSTSmHBRaLUMAEH9 { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuRnCpU4KSDgiPAyHq7l7fNXDXf7Oxyh { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHIqnnTtzl4JR2rOBUlZp3k75nHqwxLd { width:8.625rem;height:2.25rem;top:16rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0Uuy8R8X3uJsol9Qdaorf2HuTmXNLVP { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQQEkGwmt3elswr43yHThfqMN7l68T4O { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh11zBPLTBIrKn4mmDvBKQGCSJ4eXBJk { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMV6XTccpsicshsPT3Kw33OJuC4PO2vd { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPMAWi70Ebk2MXuzltw3yMekux8Hp8zs { width:8.75rem;height:auto;top:16.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#0d94a6; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#XTMDeVDyhoPSFpQPglif5siEXweZVUu7 { top:2.7218017578125rem;left:3.3754595518112rem;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:;background-image:none;display:block;width:13.249080657959rem;height:4.8747701644897rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #rhuTHbal8rdy5uFb2Kx0hognMLoRH0fX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #val3VFaWo46EHhX1RggFG0OywPoPXKfM { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #D9pTXWDavrEoXtwEBssUlwq3g7n3AZnW { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #fXqpg6fBodw2LOD5vT56pPIf2TiQwlzT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #ZCceIvRKMG6VHZ96ogRDcIN8Ty2pnmud { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #Vp2KOA8mOThtqPfQigTVr8fVvGABVEn5 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #TuZJHVc4SdofTnvdIibgVNZL7FVA3CGG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #az8TasElHSlQEBPWbplbtGgdyvymnfGn {  }
 }@media only screen and (max-width: 763px) { #XTMDeVDyhoPSFpQPglif5siEXweZVUu7 #wJT6VIdypcdkETmo4M8nLgy5iemNy12w {  }
 }@media only screen and (max-width: 763px) { #QQEWxfLmz4gsiD5vWfzGHWv3dF9wDMTF { width:18.75rem;height:3.3743104934692rem;top:6.472900390625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFPJbxX7wwUcCeRNKh7myJNbwWhTM6M6 { display:block; }
 }@media only screen and (max-width: 763px) { #QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI { display:none; }#QR3eXeRqyA5c4LwqAvd9Rw4mUMGoCCCI > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV { display:block; }#yctdhnrw4PzrOrHgR0Fg5im7pLsUmgfV > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw { display:block; }#Ar7POfqFZWt1TmxSIcZsCTfUyFRsQ0hw > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5wdEo2KxTT4lgiQCS1pT6WctpyX3Xxq { width:20rem;height:2.6rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y80KT4vBwvuPgeOEJFJ1dGa1Mbk4BN7h { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 { display:block; }#tpFMcwmVdXyCSPVcZoVlBUR9ry0DpSw0 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lX0fBvUiTmuxcnDH699hbRtOzxGBxJUQ { width:20rem;height:10.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4iWNk8eltwB9mxpAETxlWOsk6UnlwW { width:17.5rem;height:6.6rem;top:18.685938119888rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXrRTKJmLKXknFqWoUEwqQ6lzIH8CeV { width:18.1234375rem;height:1.65rem;top:26.357812166214rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diaLyJTy8LfBLu1dd9I1aAdIoPq73NBW { width:18.125rem;height:3.7rem;top:14.184875488281rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8JiHuSVshqbXvw75nDdGi3xAlrc7czM { display:block; }#v8JiHuSVshqbXvw75nDdGi3xAlrc7czM > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPoKhgXgAsUvcvyWKlefEDX7LEaHebcD { width:20rem;height:10.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4b1SBwQ6KxMOEoQobSMlXpZZ7X9hetk { width:20rem;height:6.6rem;top:16.873718261719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quiXT9UiMr5RJ6b0dDnUSN58Uw54SRAi { width:20rem;height:1.65rem;top:26.915405273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSgww9DeaOAhsJCIC1PhaXALHBgisgzr { width:18.125rem;height:1.85rem;top:14.2265625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4scl5UEhJN860XOpmcOe3duHIZy13C { background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/BjoihBTO/9.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;display:none; }
#ov4scl5UEhJN860XOpmcOe3duHIZy13C.adaptive-delivery-prevent-bg { background-image: none; }#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container { border-width: 0; border-radius: 0; }#ov4scl5UEhJN860XOpmcOe3duHIZy13C > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw { display:none; }#ZFxWvUFEl5l2dQU9g5CAhNCM47bKGQhw > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZNBhdL8TBgAQPRplsckLCc97ndCWsy4q { width:17.5rem;height:0;top:2.9375rem;left:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXHuO9MCB6uff2iAi1xb8LQ9HpJG3uDd { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDORTbfNwnwNJLsueLuDvFEoN9cy6evT { width:17.5rem;height:5.5000001192093rem;top:2.875rem;left:1.25rem;font-size:1.375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6V5uhPL2upMofF7EBgm8wAO3tske1U { display:none; }#ZD6V5uhPL2upMofF7EBgm8wAO3tske1U > .row .container { width:20rem;height:18.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yKNhkOTyVxvmiIXmwt2PEmxASyXPwrmP { width:20rem;height:3.1666667461395rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxNnINsSZneXPtLVbx77TQ4PDR6QZOPJ { width:20rem;height:12.997395515442rem;top:5.2916870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQBXTtLUK67KI3106rL6JAPWu8p5A2fk { display:none; }#lQBXTtLUK67KI3106rL6JAPWu8p5A2fk > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZEV19384Oh8uGyTJ1TSbybBdERTHZ2v { width:17.5rem;height:0;top:5.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #woOWhRHA5TAJZr7Si9PwF0CHAhuPkqFc { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5F7nHTnzgFgPeEP9kRcdQVtzbSL10QE { display:block; }
 }@media only screen and (max-width: 763px) { #NTComPbsSAGzWv80K74H2ySNGdGP8Gsy { width:18.125rem;height:38.75rem;top:5.8333740234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL { display:none; }#h5JKiJUmAEBJ0ceRkldXKcUic6bMXDrL > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGWvT8zyl0UiSroPFESRbGxzVxkwRlkK { width:20rem;height:0;top:1.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWOSfqtxU7hXT9IqaiqKaRH5Q4qxPC6X { width:18.75rem;height:3.3125rem;top:7.7708740234375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxULs4Vl44dShoL3Scr2ETZngIZwLko8 { display:block; }
 }@media only screen and (max-width: 763px) { #rAmbJsCSilTqK6V13P7BAMkvk8MLFD1x { width:20rem;height:4.7500001192093rem;top:1.6875rem;left:0rem;font-size:1.25rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f > .row .container { border-width: 0; border-radius: 0; }#UulPGPAzvFlf7AvGW1qyuWSzI3MHA73f > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FT4cA7rLXBfutDUorGe22oCbRuEWwHHM { width:18.125rem;height:0;top:1.3809814453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaZwKQ6OL9Xplro5Dv0aWJM3p67NTTGd { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8XTlnd3nR5SmnrsN16T7lWgaE6TT53c { width:19.4375rem;height:22.375rem;top:1.3984375rem;left:0.4140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARNdD15szZfqFwLO63Gzph1rIWv9tbQn { width:18.125rem;height:22.5rem;top:1.4427490234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bByOQ71k0LcMRylkwwULV2IuLIlR2xFl { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl > .row .container { border-width: 0; border-radius: 0; }#bByOQ71k0LcMRylkwwULV2IuLIlR2xFl > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2ymSRUaO5VoxZkaZQQ0mVSLL6dh669W { width:18.125rem;height:0;top:1.3660888671875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0hqMZz1znRG3XQz3qV5WW8mZrGlZHVd { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAtEQE9DvDIb0MhIw557UlyLsL61GJxx { width:19.4375rem;height:32.5625rem;top:1.3659057617188rem;left:0.20442712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #piaOlDZmMdZeDpXTsO6SsSC8REvtS6aq { width:18.125rem;height:33rem;top:1.32421875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 > .row .container { border-width: 0; border-radius: 0; }#DGfDHuRTS8fLDLgiMo7IGPmsqliuBZU1 > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KwRfwLXWLbn9gtdzgvJclDptoM0notJu { width:18.125rem;height:0;top:1.3235473632812rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNKMKwQDirHo7NTtWt5TLnHoagT7HsTS { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLBsb47tSoqWienUNvx4nR3WBHZkWeLT { width:19.4375rem;height:43.3125rem;top:1.3385620117188rem;left:0.20442712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTOAKkSvDV4w3RWunM7gR3lgJMBPXHqB { width:18.125rem;height:43.5rem;top:1.28125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W { display:none; }#wo3LcUXBbO8VsBQhWVB7sxZgpotdRp9W > .row .container { width:20rem;height:55.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #noBakskttRvb86NtaWL5o9xRmi5cr4X0 { width:18.75rem;height:0;top:1.2821807861328rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw4dyXioBP0KaDzui14BA2lLxIMaMqsJ { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzfOCFdQcRHwmnM61Jh0Ovm28wTxyolU { width:19.874769210815rem;height:1.875rem;top:0.65531921386719rem;left:-0.43658083677292rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOUtsCevAerBlRCc75LtGA3GUNhdmkK9 { width:19.4375rem;height:53.8125rem;top:1.2877807617188rem;left:0.20442712306976rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #b8dqMvDJSfdv31oEi5bLCl6yEIWn6FrW { width:18.75rem;height:50.75rem;top:1.2798767089844rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #GNQArXMIo522kzeQeuyhsoMRSZnTB6mT { display:none; }#GNQArXMIo522kzeQeuyhsoMRSZnTB6mT > .row .container { width:20rem;height:38.75rem;background-color:#f4fdef;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JhW6WePHoErXHBqvEE3Tn2krtwo20aio { width:18.125rem;height:0;top:1.4694519042969rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATDXlxEpJHCF6TOr1zRvPRNsi5TIKPZn { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLSc8ZZdRk93oC0rdn4iZLJZmylCyT9O { width:19.4375rem;height:37.125rem;top:1.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6EfIK9XZUERXRVBXJGtG6UX9MXudG3 { width:18.125rem;height:36.25rem;top:1.46875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ { display:none; }#CSNPZkUHwtvvxoA34RDki6ucukVlL0zZ > .row .container { width:20rem;height:37.5rem;background-color:#f4fdef;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7TSzGfDm7Qn5qOwk38KdJdWaDbPhPCv { width:18.125rem;height:0;top:1.3764038085938rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNzLafbzuxNNt6pgbyJaTGn3270fkrq7 { width:6.1875rem;height:auto;top:0rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT05XPCs6uvTATMk6yddMIkq87P8Eegz { width:19.4375rem;height:35.875rem;top:1.40625rem;left:0.20442712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2yUbxDZuX676qZhmT4y2t8NeyftFsCX { width:18.125rem;height:34.8rem;top:1.3958740234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #LTD0MIBLTcTgyR5xe3gNCMtsTssu642G { display:block; }#LTD0MIBLTcTgyR5xe3gNCMtsTssu642G > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b { display:none; }#bouNzTl6VGQviOJzaKrLuQWlPqeaSQ8b > .row .container { width:20rem;height:62.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EIbfa7uMX86bPsD8bSZ5UykOdkflTZrv { width:20rem;height:6.25rem;top:38.083374023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh34RAFFTcw87oAw8v1JAxTvnparcCw7 { width:20rem;height:7.0625rem;top:29.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9hnaG2LJA5TJMPMQ5EuM5i0DPst6D6 { width:20rem;height:6rem;top:5.0833740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udvIhAacnqM9s9s5iF0vIHnrmFwHJC9U { width:20rem;height:6.25rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCoWBuFRVE6pTkEcJabuXXaWaEBcxCzb { width:3.9375rem;height:2.5833332538605rem;top:20.354248046875rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAW7Z6vbf5MoEQM2pmOlzV8BUIckaPei { width:3.9375rem;height:2.5833332538605rem;top:1.25rem;left:8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwsOZHsxOo7cXyfH8zRznCHJQvTbGZW1 { width:3.9375rem;height:2.5833332538605rem;top:11.125122070312rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnkWrSELqy8pO9BJTrSEwgrspyacASVG { width:20rem;height:6rem;top:13.708374023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UADkcPUponRC4gaOgVbZdHvmm44CAy29 { width:20rem;height:6rem;top:22.166625976562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoIoLEK6voMZTvLBATTDbxueUSKXyf4e { width:12.5rem;height:0;top:53.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Jdzd1AVkDF5TnISaayfsawT1fghH7X { display:none; }#H3Jdzd1AVkDF5TnISaayfsawT1fghH7X > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fFOWJ2RT7mWvioO2sRNewKdrNdkCeJka { width:20rem;height:6rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3f3lWVSFm4OTQeIbntl5NG6nwgcl7m { width:20rem;height:6rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLLc9GClaW3yfFDPuItFzL4QwIo5FyAT { width:20rem;height:6rem;top:32.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA7vpR01rCFWzL634N7FvTZFfEoEsUuT { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TidZ3LNqhhcSWwrhoABmmbcevaoThtEE { width:3.125rem;height:3.125rem;top:14.145812988281rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq6prvbbd9tztkRdITQdBfGLEVtbx5qB { width:3.125rem;height:3.125rem;top:27.3125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU { display:none; }#PqeHOtl4TTZCCMAdDgTnPmr3yJwez9xU > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8WMFK8NI6v6Q1UvfBK2lLrnnAf5oCpF { width:18.75rem;height:14.6875rem;top:5.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4SJW1cc3VQ45m4SFKMoZVQD4lrWxZPH { width:18.125rem;height:10.8rem;top:9.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7hzEwwpLJcO6EM7moUVwBDyhTV9yz7 { width:18.75rem;height:20rem;top:25.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yG8cz5OgknReQ4rgHaUkK700lsOyBC { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcDJDqgu7p0TcfhqUct1bak3hQy0G0sh { width:6.25rem;height:6.25rem;top:1.8798828125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlMq1iDHOfVD2M47aSFgMWDkKcnD4OZ { width:18.125rem;height:10.8rem;top:9.4833335876462rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4EmllvByoMiEmt42PT0PqSDTPRBAESC { display:none; }#U4EmllvByoMiEmt42PT0PqSDTPRBAESC > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC { background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");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;display:block; }
#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC.adaptive-delivery-prevent-bg { background-image: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { background-color: transparent; background-image: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row > .video-iframe-container { display: none; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { border-width: 0; border-radius: 0; }#Q0HoVAKmzulb5OSx1BFTyM8FUaVILxxC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as { display:block; }#uDImzrALc5J28Ahg2xR6TZbb9L2Bb2as > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVL6yqpHzQtesm6kmM6R4gfxsx00Wq9N { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfzEIHOpVolSRyd9ZDy6hnPltJu6G5Pe { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1RXtfsESutXy6fPsmnscdoOILg03vh { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container { background-color: transparent; background-image: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container > .video-iframe-container { display: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row > .video-iframe-container { display: none; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container { border-width: 0; border-radius: 0; }#Tf1RXtfsESutXy6fPsmnscdoOILg03vh > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNtzwtRa73SyIlRhbwoZ4s7SVw3F00uS { width:17.5rem;height:0;top:4.33203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #wZcddMw31JZWsxdtdIg5vSh7tzAwD9oG { width:19.997396469116rem;height:2.05rem;top:18.26042175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#377815;z-index:100004;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #anpQTnvtNOXIBk1mv2I2Dqo2GNTwc86L { width:19.9991875rem;height:0;top:8.9355549812319rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #WbgTk2ZmM8EOTQeykDCtVu1TLZCAlNk6 { width:19.998697280884rem;height:2.05rem;top:1.4765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #t6G8LOQcEIPAlU9o2MoOTv7Ee7BGTqLb { width:20rem;height:auto;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #p0iMpMTOT5IZAyIkc3Lb4Pw9vrIa1D6S { width:20rem;height:auto;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #KipOS6wyCABWXkW1CxwQz0bmO9QFvAys { width:18.125rem;height:13.5rem;top:20.302093505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;z-index:100005;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #stqsdTis4eqrtAtD9TCkNaaDVvQUoBlq { width:18.125rem;height:13.5rem;top:3.5182342529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;z-index:100004;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KuLVxO6gLWMx74tGTURRVOPB58kpCyKD { width:18.125rem;height:0;top:22.89323425293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 { background-color:rgba(255,255,255,0.6);background-image:none;display:none; }#GTEmzwqnmss6Qpx1MOmd4PscOE1kBBd5 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP.adaptive-delivery-prevent-bg { background-image: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { background-color: transparent; background-image: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row > .video-iframe-container { display: none; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { border-width: 0; border-radius: 0; }#QzGn1rB0y2p5VMXdGvnBFZoF55QlxvpP > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axb3xOLTPueVpOzDgASDBaQb0XqpZLu2 { width:6.1875rem;height:auto;top:5.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ln8M1O66zGalaGo4p76egDcZ9JH8eRr5 { width:19.4375rem;height:31.25rem;top:4.401123046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXBvliPWLb9Qa6x7bDCxVeFMfuNJ6OrT { 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) { #vTSqbbHuXnItXdp5O08Zbt8nKMcGn51M { width:20rem;height:1.8333333730698rem;top:2.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nng0V1BAwPTw8cqIlkH9tlzvnQZ98PER { width:17.5rem;height:30.45rem;top:4.401123046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #FNZm4xE3cobH9lWUK7ZEI8cqQHlvwofW { width:20rem;height:1.75rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiD336ylSRggSALzifzlm5mVv2qP0xl { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TEiD336ylSRggSALzifzlm5mVv2qP0xl.adaptive-delivery-prevent-bg { background-image: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { background-color: transparent; background-image: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row > .video-iframe-container { display: none; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { border-width: 0; border-radius: 0; }#TEiD336ylSRggSALzifzlm5mVv2qP0xl > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azMukFApV4ixTnHtRuSm4ckIf5k52zsf { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTZxXMCmOEIc1MX25HLFecCCyU2fl5gS { width:19.4375rem;height:26.75rem;top:1.338623046875rem;left:0.20442712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DPkml84PmTnTC8bTTGWw8zMx0cdq1k { 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) { #QmbTLUd2ZeG0AabX0U9G2pxKTix7100N { width:17.5rem;height:24.65rem;top:2.7083740234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 { 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;display:block; }
#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8.adaptive-delivery-prevent-bg { background-image: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { background-color: transparent; background-image: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row > .video-iframe-container { display: none; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { border-width: 0; border-radius: 0; }#LHI1QkkJuTftx6SpQkyoJQFdcUKKvoV8 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVgzNHEUkmhJW6OS18SuMVstykGm7boO { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWUFJUBrg1640ddsCE2foFZ4dLP3fBEZ { width:19.4375rem;height:28.1875rem;top:1.338623046875rem;left:0.20442712306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpWUSK6sM5ifNuk51il6K2iMoTviHTl { 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) { #D153wB8bguGI4oMRc31JJtJ00VI2wq0v { width:17.5rem;height:26.1rem;top:2.651123046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv { display:block; }#ROKqHIdn1Z2QQfqc9J06rQEpmasDxDsv > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFGS7FBWwrOwpuxUJCpPiOh6ogAMLDZN { width:20rem;height:0;top:2.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMo2hUm4ghW4geBFoHRpxoR5W9CaR1QE { width:3.125rem;height:3.1875rem;top:8.9375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSlzekldPkmNSkxP2qXLfTy2Kn95dr87 { width:20rem;height:5.25rem;top:2.4375rem;left:0rem;font-size:1.375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53.adaptive-delivery-prevent-bg { background-image: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { background-color: transparent; background-image: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row > .video-iframe-container { display: none; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { border-width: 0; border-radius: 0; }#yKeLWw6cr9gDOk65X5Of0iIq0biJKA53 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm { display:block; }#S2ANpCOUOtGwfk1cDeob5z0Tnpn9xsUm > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfrCL4bm8p2VFavGgZUki7qt7EF0C8Ip { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB1O6IZeaTH2TVS1X52T7rAeDJ9Qtuc7 { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcycK61T2Z42zd2bBrSVUz3SyUZtiOCS { width:18.75rem;height:3.3125rem;top:5.7708333730697rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQto5qaaXrENMxUqaSFQIAFQydgLINEO { display:block; }
 }@media only screen and (max-width: 763px) { #KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 { display:none; }#KEKk3wDnTF219WoztTrgTCEr0UNIZgw9 > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv { background-color:rgba(155,211,125,0.3);background-image:none;display:block; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { background-color: transparent; background-image: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row > .video-iframe-container { display: none; }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRnFJkw2IS3xPBBGZqTqrRywucaHAsvv > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6bbl1wfTA0JHa7L7TxuW8uIbw84H4Ur { width:18.125rem;height:2.1rem;top:1.15625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DgytICAWer6ozMDvA1xVTJAaVTd5JQSh { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container { background-color: transparent; background-image: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container > .video-iframe-container { display: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row > .video-iframe-container { display: none; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container { border-width: 0; border-radius: 0; }#DgytICAWer6ozMDvA1xVTJAaVTd5JQSh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNK1ICocElTbtM2ietU5V9UlgSEZUuQL { width:20rem;height:1.9rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIkVk6DdH839hczPThh1XgtF9B318MG { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TvWGRFHi60IDB7NEGUvekAbO0DScCd { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container { background-color: transparent; background-image: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container > .video-iframe-container { display: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row > .video-iframe-container { display: none; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container { border-width: 0; border-radius: 0; }#z2TvWGRFHi60IDB7NEGUvekAbO0DScCd > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nD0Sv5lqVp5Ry6QN1E7vzo2akiMhHZHp { width:20rem;height:3.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container { background-color: transparent; background-image: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container > .video-iframe-container { display: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row > .video-iframe-container { display: none; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container { border-width: 0; border-radius: 0; }#Qr1o90kHvEyzT75iBDqZqK6bZFT3OUTb > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeKtPIqdc7LC5e65InklAdi0RO0LDCMB { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7T0iF7dW3iOCGMWg5DDp1ZqA54PTRb0 { width:20rem;height:1.9rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container { background-color: transparent; background-image: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container > .video-iframe-container { display: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row > .video-iframe-container { display: none; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container { border-width: 0; border-radius: 0; }#XwTc06K2PTtmlTUWWqrLeDf7iuvqgCxb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2mXgoHyq0kxHtxSEyTMD6E7eDdXRlaX { width:20rem;height:3.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container { background-color: transparent; background-image: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container > .video-iframe-container { display: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row > .video-iframe-container { display: none; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container { border-width: 0; border-radius: 0; }#LNFvpIiX7H5TFKhgMiXPAiT3cmtFbpcn > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaP58dUcU2yUASXhIf8tFDNsL3si4PI6 { width:20rem;height:1.9rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEMlx4d92HUUexVoIy52B0e4rp3oTCT { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container { background-color: transparent; background-image: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container > .video-iframe-container { display: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row > .video-iframe-container { display: none; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container { border-width: 0; border-radius: 0; }#JT01rKGT4iI5Lnqx5zq7fTdRIQFNSvlw > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vViSNo9ah8BSFKqA00y2K2KzQMhL2GWt { width:19.3125rem;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) { #dI700kS1dqIGkMGawNZerkV9ypGyI4iR { width:19.3125rem;height:17.1rem;top:1.20703125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW { background-color:rgba(155,211,125,0.3);background-image:none;display:block; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { background-color: transparent; background-image: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row > .video-iframe-container { display: none; }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0NAgL3PUV7wU4O0JcbRqPsgDeXi1wW > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqegG2PNW50HT1sXPPGx1Mm8gmQTcAif { width:14.6875rem;height:2.4rem;top:1.153564453125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lvacmTP1ersF8FsETorBRaLEZsxN53k3 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container { background-color: transparent; background-image: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container > .video-iframe-container { display: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row > .video-iframe-container { display: none; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container { border-width: 0; border-radius: 0; }#lvacmTP1ersF8FsETorBRaLEZsxN53k3 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1vPH2huir1ieL37xgfmSRlnkDi5FkXm { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4uHzS7HZ6ZL3rV3LB5twhHV2KBdpfS { width:20rem;height:3.8rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container { background-color: transparent; background-image: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container > .video-iframe-container { display: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row > .video-iframe-container { display: none; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container { border-width: 0; border-radius: 0; }#ULLKxJanFnAXmvOtZhtT2ZfCNTlivUbu > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTGm6pE4FVhKR43cIImnJ8kIWwooUbgM { 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) { #ZuEGlVeKTylqodWH2NhgvBKdxSbETDfe { width:20rem;height:22.8rem;top:1.2279052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container { background-color: transparent; background-image: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container > .video-iframe-container { display: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row > .video-iframe-container { display: none; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container { border-width: 0; border-radius: 0; }#y5VbQfsTqol45SUvgbSiD9KPNVTZ0Uvv > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNAmmni5Wu4tfpTo53daMwvrZHQIK0Ip { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McHNpxK4e63ACk8NueizLgoWoKRbzbVd { width:20rem;height:1.9rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container { background-color: transparent; background-image: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container > .video-iframe-container { display: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row > .video-iframe-container { display: none; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container { border-width: 0; border-radius: 0; }#QJTQnBcSFTwzQIU5k65q4z2Th8wSy0Tp > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvgGgmhKgzoxR3zsTwcXTI0rlbfkPUZo { 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) { #lqcM17QDCMB9Ngrg3adLH5TGfZL83QSg { width:20rem;height:7.6rem;top:1.3958740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l { display:block; }#mPsmbUvUDWHQfnmA0sN8UxOtfvvsfT9l > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW { display:block; }#XrHqZ3LxiyE6fTazkFwg90mR8xNgR1HW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx82RDsww1iufnPKUnE98SwfpXUnc70G { width:20rem;height:3.5rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z08RittKaaTygP64W3omrd15XvlpDT6V { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO { background-color:#f4fdef;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;display:none; }#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO > .row .container { border-width: 0; border-radius: 0; }#WfzDTTeOpLOVylLyo3vJfTKFVPGm4rHO > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXtc6C2lX9dw3eQ7uVdxHd12m5E3A0iL { width:20rem;height:1.5833333730698rem;top:1.177001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r82mPRZhVwxPBSUyesaKXasn7ky768z3 { width:8.625rem;height:8.125rem;top:6.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l46RW2VuIskwGTGpTfcyg88Kwl0BM1FG { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeTIBW6R7QfL0KUikcvslR1BfLRQhSJl { width:8.625rem;height:8.125rem;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbDr8ciGIzsTqR3blDwXlDqs83wV4m35 { width:8.625rem;height:2.25rem;top:16rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHTxi0kalGGBHvBbV8VU5GXbVSncexC8 { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpopMzQ9TunHbGEgtwsH8cxuoIhNTht0 { width:8.625rem;height:2.25rem;top:16.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbmNPET19bqsC2KngLkiD8zrUN9FCoBW { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1Fwllorv5dD1EOToqQHp2C5OSRTAPx2 { width:8.75rem;height:auto;top:16.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7BcItsgcntaflr5Z74SggaaiiTz79om { width:8.75rem;height:auto;top:16.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#377815;font-family:ubuntu; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-family:ubuntu; }
#WTPk0C2xetFkgcItKcsw40rGSTJiLUPG { top:3.86328125rem;left:3.375rem;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:;background-image:none;display:block;width:13.248698234558rem;height:4.8736977577209rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #IMGeH5nKyfcivxTCfMmmhLt1bXTPd7uA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #PVEmCgk22FvPdtgNP7NroKxpVI7KcOEV { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZAFZqnBCF3uh0kbuSlAAAvNbpxiQ4d62 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ufcfHWsi4vl65Rq4MVszTG6TEQgyryPd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #ZgVQROMpEML3vEi674cOl8ISddGPoWgO { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #bnOFkhRpXLcHSx6xEdwzcQ7o2aWKvpKA { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #f3ygUTKiyICJLJ6xlRPpQl0RvIMqKdqf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #Kn88NxHNEZsazAcTaBL6IQEg11oFB9Uq {  }
 }@media only screen and (max-width: 763px) { #WTPk0C2xetFkgcItKcsw40rGSTJiLUPG #FcPGUHy7sVQrCBrRaZF9z7kz1d0SZuSi {  }
 }@media only screen and (max-width: 763px) { #IuMlSxysbFFoAdZ5lPBCiGD9Ow2gWrU6 { width:18.75rem;height:3.3736979961395rem;top:8.01171875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzhhCl1QIiJL10Bt0ubpL3pozNd4hcxv { display:block; }
 }@media only screen and (max-width: 763px) { #C6En5DbttVBMPOD81rnT8OyHVoqC05Ws { 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;display:block; }
#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws.adaptive-delivery-prevent-bg { background-image: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { background-color: transparent; background-image: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row > .video-iframe-container { display: none; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { border-width: 0; border-radius: 0; }#C6En5DbttVBMPOD81rnT8OyHVoqC05Ws > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXHnQuJSdtIV0FIqQ81ShB6KVBQqHATf { width:3.4375rem;height:3.5rem;top:4.2291259765625rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuTrHKThBokOBFp1d28I5K2fZTEEd3fq { display:none; }#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container { width:20rem;height:9.375rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/ANQNNX12/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#fuTrHKThBokOBFp1d28I5K2fZTEEd3fq > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi { display:none; }#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container { width:20rem;height:9.375rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/mSa1KVof/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }
#sPFDetAPvbf3emtpvwVxWUGxOgo4FRqi > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K { display:none; }#BDVX2AkyIVtFL8dR912IsFf0XFvG6R1K > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT { display:none; }#fQzOqV0IKkOkr0FQ2k5JL4wgAgkooGWT > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }