.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,240,227;--color-primary-1:141,211,172;--color-primary-2:65,181,116;--color-primary-3:17,163,81;--color-primary-4:16,157,75;--color-secondary-0:252,232,218;--color-secondary-1:246,179,132;--color-secondary-2:237,103,8;--color-secondary-3:119,52,4;--color-secondary-4:36,15,1;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:montserrat;--paragraphs-font-family:montserrat; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { position:relative;display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { background-color: transparent; background-image: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container > .video-iframe-container { display: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row > .video-iframe-container { display: none; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { border-width: 0; border-radius: 0; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HD2aJlPWPCDT2IFhUT5qS4RJAPukyTuJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.125rem;top:1.0625rem;left:2.46875rem;overflow:hidden;display:block; }
#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b5c0d0;background-image:url("https://images.assets-landingi.com/uc/0f823257-d33c-46be-ae74-db7629474b66/grafikanaLP.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.adaptive-delivery-prevent-bg, #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.lazyload, #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.lazyloading { background-image: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { background-color: transparent; background-image: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { border-width: 0; border-radius: 0; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#DrzXJcTaScXLQCNNpZDxZJ5NBF2TylLk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ligwLyTmtfx6FuT6yUKovsbkO0ghDpZ9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ralcV7h7fg73eQObcPwW2Zv18LUMAIFq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wA3D2olzzmcBl4ZA5wUJane4KMkCUMwR { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.5rem;top:24.125rem;left:26.0625rem;overflow:hidden;display:none; }
#UrnPuBB763sTVBS0AMuHEHq6h4lhPLEU { position:absolute;display:block;z-index:14994;background-color:#f7f7f7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:31.375rem;width:28.25rem;top:12rem;left:0.1875rem;display:block; }
#ZiLT8keBLDEfy70bz3wfIU5ECtDv0Mi3 { color:#213e6a;display:block;width:21.7470625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28.48046875rem;left:3.4375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1EzTe4TJHyAbVXhngIWTKo84BGLWLKB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.53125rem;left:2.1220703125rem;height:8.53125rem;font-style:normal;display:block; }
#RCzuynK9igQSZ7SbFq24GQ8nu5TGiD7S { color:rgba(var(--color-tertiary-0),1);display:block;width:9.999625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.0625rem;height:0;display:block; }
#xCQBfxOesyFNkSGUgdgfW8FT7BP8qgnF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:28.25rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa { color:#112b45;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.8125rem;left:3.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
#f8UVEOSEQZFfPSVVPn1UhJMb0bvhMoze { background-color:#213e6a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.38671875rem;left:3.53125rem;display:block; }
#SiEtI0vNPlkGXWLWBen82gDuAk3BaPtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00aa7d;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.49rem;padding-right:0.4275rem;padding-bottom:0.49rem;padding-left:0.4275rem;display:block;align-items:center;width:2.565rem;min-width:2.565rem;height:2.633125rem;position:relative;font-family:poppins;font-size:1.959375rem;font-weight:700;line-height:42.13px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.42rem;height:1.04125rem;position:relative;font-family:poppins;font-size:0.735rem;font-weight:400;line-height:16.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.6875rem;height:4.960625rem;padding-top:0.6125rem;padding-right:0.610625rem;padding-bottom:0.6125rem;padding-left:0.610625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.41796875rem;left:52.0625rem;z-index:15036; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #MKqLg3lSf7iFGKvlnTxFiDT4LbaTHq94 { display:flex;position:relative;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #aQ4Hisg6laQ8OexKVirFUySDOHpsGpEI { width:auto; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #iAsXgbXHoQUkQX04JPUNo0UxwwW7X0cO {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Aty0FWO6DcR68LtnXek6yNfgs1TBvqm4 { display:flex;position:relative;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #m6nuEk7OKeHTtOlN737wpnD5dofe2yhz {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #F8ub2yzTA1mshW9qoFuUMVEz1A6llSb5 {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #D0fTG6tZCg4WHNAsS5GZxJ3X8ak2h2HP { display:flex;position:relative;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #lf0v1zSnGbbxH6ZfCR8vTqfykCGK9eb9 {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #rsWlt422O2I1QNkyDBJcyKN0JSowRGkn {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #qZCZs7nlbZfBUT6b9wVvZmaFBXIWgJ1N { display:flex;position:relative;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Op6Z6zUbKZ7S3GSdCQt0ao2kdpA5MHTy {  }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #xgxbu74EZVVu5lvt3xCTMN7aDOGK53JC {  }
#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container { background-color: transparent; background-image: none; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container > .video-iframe-container { display: none; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row > .video-iframe-container { display: none; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container { border-width: 0; border-radius: 0; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#qDbFZ3m27VSVSh4p4BiDs0PydFbDo7T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.28125rem;height:10.15625rem;font-style:normal;display:block; }
#qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:18.09375rem;left:2.28125rem;height:8.984375rem;font-style:normal;display:block; }#qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
#M5fcgSP4TSBnRJCG4E1ksTeLZxgLTVyP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00aa7d;border-left:0.125rem solid #00aa7d;border-right:0.125rem solid #00aa7d;border-bottom:0.125rem solid #00aa7d;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:47.1875rem;width:74.75rem;top:3.1875rem;left:0rem;display:block; }
#XVvHzTvFmNtg8GSUtmCqXA6xEhSKkoZM { background-color:#213e6a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.212890625rem;left:26.71875rem;display:block; }
#QkH5vQf8vKoDiSeseGvcXAy8DVyefvUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWIvSxavPQpVxf8aFCwyMqTTa6aLyOeW { color:rgba(var(--color-tertiary-4),1);display:block;width:70.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.4375rem;left:2.28125rem;height:2.03125rem;font-style:normal;display:block; }
#S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:32.4375rem;left:2.28125rem;height:6.660125rem;font-style:normal;display:block; }#S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container { background-color: transparent; background-image: none; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container > .video-iframe-container { display: none; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row > .video-iframe-container { display: none; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container { border-width: 0; border-radius: 0; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#iBTANRP52elLBOMo1Hs9WxprEw67b553 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7427082061767rem;left:1.2822914123535rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KldGxRgxTKKhdIy7eiP120KTznBg7wTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container { background-color: transparent; background-image: none; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container > .video-iframe-container { display: none; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row > .video-iframe-container { display: none; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container { border-width: 0; border-radius: 0; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#PN4IEl0Z8LDk6JvRc022h5QMRrmWzqZg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00aa7d;border-left:0.0625rem solid #00aa7d;border-right:0.0625rem solid #00aa7d;border-bottom:0.0625rem solid #00aa7d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.9375rem;width:13.75rem;top:2.78125rem;left:0rem;display:block; }
#ERvaZl0U5xl0gHKZ85RV2qsu3KD99TJe { position:absolute;display:block;z-index:15001;background-color:#00aa7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:9.375rem;top:1.6875rem;left:3.5rem;display:block; }
#KtCKH1h4bS9lgKwx6bgzrM4XWcxbswwh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:4.78125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXhL6CPmL7z3S8JSXynCDzsETQ4XgfwH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#WvxqU67v014BTzChe23sHSnZiChUPDMB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00aa7d;border-left:0.0625rem solid #00aa7d;border-right:0.0625rem solid #00aa7d;border-bottom:0.0625rem solid #00aa7d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.9375rem;width:14.5rem;top:2.8125rem;left:14.625rem;display:block; }
#r9iAAbGcHMDyMCKXzA9DtGq6KyQmnr9y { position:absolute;display:block;z-index:15009;background-color:#00aa7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:9.375rem;top:1.6875rem;left:18.75rem;display:block; }
#RfI5PNHdPvRVrhReG92rZ9R6Oqa2FVG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:14.956249237061rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#a9AfalRn8Akm0BECQ4RR2tO61EFqUhSF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:21.28125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tStCJiykFhPgFsKfZ8sBv7d04CLeTGPZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00aa7d;border-left:0.0625rem solid #00aa7d;border-right:0.0625rem solid #00aa7d;border-bottom:0.0625rem solid #00aa7d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.875rem;width:14.5625rem;top:2.84375rem;left:29.875rem;display:block; }
#acuspKvbE3wIxw5zlKMCgNVR9Tap4BIo { position:absolute;display:block;z-index:15014;background-color:#00aa7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:9.375rem;top:1.6875rem;left:33.75rem;display:block; }
#GLlChh3PcEElZOSvgLAJEwZELBmS8xJw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.3125rem;left:30.518749237061rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#KeurysvVRwV6uP39P6t6PFf3f3Wxr60h { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:36.28125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fww5KDtCAK5UnJyi5TitV8dTCW0G72mG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:7.375rem;top:21.6875rem;left:33.53125rem;overflow:hidden;display:block; }
#Z4xadFlmAyaklB4m7hGBFVwTeVoNOS7P { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00aa7d;border-left:0.0625rem solid #00aa7d;border-right:0.0625rem solid #00aa7d;border-bottom:0.0625rem solid #00aa7d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.8125rem;width:14.3125rem;top:2.90625rem;left:45.1875rem;display:block; }
#QbnVCrVabVoGZCrLUdOzaXuTgeAEVsU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.3125rem;left:45.456249237061rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mmXQ1qWtlzCUxoc1qVAqqqVdAKevtkgl { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:51.3623046875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDZdP8ffFK6GGbB4vXvFyTTAli81aInv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:13.3125rem;top:23.65625rem;left:45.75rem;overflow:hidden;display:block; }
#pWyLPBgcyorynwS0lDQMSyGRUcNCfkeF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:7.375rem;top:21.5rem;left:3.21875rem;overflow:hidden;display:block; }
#ygve4SGuHlKVkmdUEDs3yuSu9Phrvu9J { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00aa7d;border-left:0.0625rem solid #00aa7d;border-right:0.0625rem solid #00aa7d;border-bottom:0.0625rem solid #00aa7d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.6875rem;width:14.6875rem;top:2.90625rem;left:60.212501525879rem;display:block; }
#cVZHfK4pHXv53TVVwsiyVXJKF3aEH0xn { position:absolute;display:block;z-index:15020;background-color:#00aa7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:9.375rem;top:1.6875rem;left:64.018753051756rem;display:block; }
#dFofSqVTe4261SeqtgE71gOul5vTAxrF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:66.5498046875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BKc7tobNa2v7Uvi5wqxm4yxXuLIi1kos { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.3125rem;left:60.856246948243rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Sg0qdJTzfurrMabOweHE3Hrv2yuDi7xC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:7.375rem;top:21.6875rem;left:63.9306640625rem;overflow:hidden;display:block; }
#RoSv4w3h3iZOtTQAZOzSxpOyOOD9fkUT { position:absolute;display:block;z-index:15019;background-color:#00aa7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:9.375rem;top:1.6875rem;left:48.831249237061rem;display:block; }
#v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:0.78125rem;height:12.01075rem;text-align:left;text-align-last:left;display:block; }#v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU li:before{  }
#VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:15.34375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }#VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK li:before{  }
#qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:30.53125rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }#qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW li:before{  }
#q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:46.1875rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }#q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 li:before{  }
#f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:60.8681640625rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }#f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 li:before{  }
#QwG58KnzvIWByrOJpvPCTLs6G1CTKog8 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.375rem;top:21.53125rem;left:18.25rem;overflow:hidden;display:block; }
#tl7G7EhAql7nhCFeTlsTtZahccKTdptO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#213d6a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container { background-color: transparent; background-image: none; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container > .video-iframe-container { display: none; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row > .video-iframe-container { display: none; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container { border-width: 0; border-radius: 0; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#xD0JXHmNJhTObyvkzUiAMu5FvaXGxBiD { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
#tKri42c8VeA30LBE1Wq7Dn5dVa2lHwdT { color:rgba(var(--color-tertiary-1),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3479166030884rem;left:16.25rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:14.07421875rem;left:2rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU li:before{  }
#XF9ddsbxQQFyTsc304dStIq07gFmMQOE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:29.88671875rem;left:2rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9QFQOPHKbziVKfyvrDrkRuvJx7z7Tmt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:8.19921875rem;left:2rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fSxrDRWihWa5qxNxI1GrPkE2TfalrSZU { position:absolute;z-index:15001;top:8.19921875rem;left:45.71875rem;width:23.5rem;height:24.5rem;display:block; }
#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container { background-color: transparent; background-image: none; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container > .video-iframe-container { display: none; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row > .video-iframe-container { display: none; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container { border-width: 0; border-radius: 0; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#Zwf68MyFIaHVbO0rMwnfO0TM96tTTJsp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.7495651245117rem;left:61.562503814698rem;overflow:hidden;display:block; }
#xwMC8wnPUWUCuXqcJpZJFUz5Xlb0wiss { color:rgba(var(--color-tertiary-4),1);display:block;width:11.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:23.9375rem;height:1.05625rem;display:block; }
#fhyDwwDsifMdGnqgJGtht7ooaJiWuhdb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:37.5625rem;height:1.05625rem;display:block; }
#zyevQehMo00HpwMCkKnUCGBcfdLeJ7y9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:47.75rem;height:1.05625rem;display:block; }
#EiLCaPtb5Mda7yMSCyTK4zoLB9cFep56 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.6875rem;left:64.5rem;overflow:hidden;display:block; }
#F8MfPOCBtXRx4NJl4EsTnGPoxKznkv4b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.125rem;top:1.5rem;left:0.75rem;overflow:hidden;display:block; }
#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu { position:relative;display:block; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu { background-color: transparent; background-image: none; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container > .video-iframe-container { display: none; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row > .video-iframe-container { display: none; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu { border-width: 0; border-radius: 0; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IWEfJiTB4NKfMVD9Wlt53Z0K4ZpIxZA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5505676269531rem;left:15.3125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HD2aJlPWPCDT2IFhUT5qS4RJAPukyTuJ { width:11.3125rem;height:4.4375rem;top:0.84375rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx { background-color:#b5c0d0;background-image:url("https://images.assets-landingi.com/uc/0f823257-d33c-46be-ae74-db7629474b66/grafikanaLP.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.adaptive-delivery-prevent-bg, #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.lazyload, #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx.lazyloading { background-image: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { background-color: transparent; background-image: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { width:47.75rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DrzXJcTaScXLQCNNpZDxZJ5NBF2TylLk { top:7.625rem;left:35.250002264976rem;width:12.5rem;height:2.5rem;z-index:14993;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ligwLyTmtfx6FuT6yUKovsbkO0ghDpZ9 { top:3.6250002384186rem;left:35.249291121959rem;width:12.5rem;height:2.5rem;z-index:14991;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ralcV7h7fg73eQObcPwW2Zv18LUMAIFq { top:11.812500476837rem;left:35.249291121959rem;width:12.5rem;height:2.5rem;z-index:14992;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wA3D2olzzmcBl4ZA5wUJane4KMkCUMwR { width:6.5rem;height:4.375rem;top:13.6875rem;left:15.812500357628rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UrnPuBB763sTVBS0AMuHEHq6h4lhPLEU { width:30.8125rem;height:25rem;top:8.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiLT8keBLDEfy70bz3wfIU5ECtDv0Mi3 { top:24.23828125rem;left:5.65625rem;width:18.8105625rem;height:3.0859375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H1EzTe4TJHyAbVXhngIWTKo84BGLWLKB { width:20.6855625rem;height:7.3125rem;top:4.34375rem;left:9.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RCzuynK9igQSZ7SbFq24GQ8nu5TGiD7S { width:9.9375rem;height:0;top:5.9375rem;left:21.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xCQBfxOesyFNkSGUgdgfW8FT7BP8qgnF { width:30.875rem;height:14.5625rem;top:1.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa { width:19.9375rem;height:5.40625rem;top:17.38671875rem;left:5.65625rem;font-size:1.0625rem;display:block; }#FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
 }@media only screen and (max-width: 1199px) { #f8UVEOSEQZFfPSVVPn1UhJMb0bvhMoze { width:18.125rem;height:3.375rem;top:28.76171875rem;left:10.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiEtI0vNPlkGXWLWBen82gDuAk3BaPtf { display:block; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz { display:flex;width:18rem;height:5.0625rem;top:34.875rem;left:14.2626953125rem; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #MKqLg3lSf7iFGKvlnTxFiDT4LbaTHq94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #aQ4Hisg6laQ8OexKVirFUySDOHpsGpEI {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #iAsXgbXHoQUkQX04JPUNo0UxwwW7X0cO {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Aty0FWO6DcR68LtnXek6yNfgs1TBvqm4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #m6nuEk7OKeHTtOlN737wpnD5dofe2yhz {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #F8ub2yzTA1mshW9qoFuUMVEz1A6llSb5 {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #D0fTG6tZCg4WHNAsS5GZxJ3X8ak2h2HP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #lf0v1zSnGbbxH6ZfCR8vTqfykCGK9eb9 {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #rsWlt422O2I1QNkyDBJcyKN0JSowRGkn {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #qZCZs7nlbZfBUT6b9wVvZmaFBXIWgJ1N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Op6Z6zUbKZ7S3GSdCQt0ao2kdpA5MHTy {  }
 }@media only screen and (max-width: 1199px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #xgxbu74EZVVu5lvt3xCTMN7aDOGK53JC {  }
 }@media only screen and (max-width: 1199px) { #l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN { display:block; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qDbFZ3m27VSVSh4p4BiDs0PydFbDo7T3 { width:43.9375rem;height:14.21875rem;top:3.625rem;left:1.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un { width:43.9375rem;height:7.9375rem;top:19.484375rem;left:1.90625rem;font-size:1.25rem;display:block; }#qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
 }@media only screen and (max-width: 1199px) { #M5fcgSP4TSBnRJCG4E1ksTeLZxgLTVyP { width:47.5rem;height:47.125rem;top:1.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #XVvHzTvFmNtg8GSUtmCqXA6xEhSKkoZM { width:18.125rem;height:3.375rem;top:42.9375rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkH5vQf8vKoDiSeseGvcXAy8DVyefvUw { display:block; }
 }@media only screen and (max-width: 1199px) { #SWIvSxavPQpVxf8aFCwyMqTTa6aLyOeW { width:43.9375rem;height:2.03125rem;top:29rem;left:1.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL { width:43.9375rem;height:5.875rem;top:32.5810546875rem;left:1.90625rem;font-size:1.25rem;display:block; }#S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
 }@media only screen and (max-width: 1199px) { #QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM { display:block; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iBTANRP52elLBOMo1Hs9WxprEw67b553 { width:40.0625rem;height:2.4375rem;top:2.25rem;left:3.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KldGxRgxTKKhdIy7eiP120KTznBg7wTT { display:block; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container { width:47.75rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PN4IEl0Z8LDk6JvRc022h5QMRrmWzqZg { width:43.0625rem;height:16.0625rem;top:2.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERvaZl0U5xl0gHKZ85RV2qsu3KD99TJe { width:9.375rem;height:2.8125rem;top:0.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtCKH1h4bS9lgKwx6bgzrM4XWcxbswwh { width:8.5rem;height:2.5996125rem;top:0.75rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wXhL6CPmL7z3S8JSXynCDzsETQ4XgfwH { width:10.5rem;height:1.54296875rem;top:5.0625rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WvxqU67v014BTzChe23sHSnZiChUPDMB { width:43.0625rem;height:15.5rem;top:21.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9iAAbGcHMDyMCKXzA9DtGq6KyQmnr9y { width:9.375rem;height:2.8125rem;top:20.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RfI5PNHdPvRVrhReG92rZ9R6Oqa2FVG4 { width:10.5rem;height:1.54296875rem;top:24.900390625rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #a9AfalRn8Akm0BECQ4RR2tO61EFqUhSF { width:4.3125rem;height:2.5996125rem;top:20.25rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tStCJiykFhPgFsKfZ8sBv7d04CLeTGPZ { width:43.0625rem;height:15.875rem;top:39.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acuspKvbE3wIxw5zlKMCgNVR9Tap4BIo { width:9.375rem;height:2.8125rem;top:38.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLlChh3PcEElZOSvgLAJEwZELBmS8xJw { width:10.5rem;height:1.54296875rem;top:43.509765625rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KeurysvVRwV6uP39P6t6PFf3f3Wxr60h { width:4.9375rem;height:2.5996125rem;top:38.25rem;left:5.8125rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fww5KDtCAK5UnJyi5TitV8dTCW0G72mG { width:7.375rem;height:10.6875rem;top:41.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4xadFlmAyaklB4m7hGBFVwTeVoNOS7P { width:43.0625rem;height:18.625rem;top:78.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbnVCrVabVoGZCrLUdOzaXuTgeAEVsU5 { width:10.5rem;height:1.54296875rem;top:63.125rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mmXQ1qWtlzCUxoc1qVAqqqVdAKevtkgl { width:6.3125rem;height:2.5996125rem;top:57.9814453125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDZdP8ffFK6GGbB4vXvFyTTAli81aInv { width:14rem;height:6.9375rem;top:63.125rem;left:28.725806451613rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWyLPBgcyorynwS0lDQMSyGRUcNCfkeF { width:7rem;height:10rem;top:5.0625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygve4SGuHlKVkmdUEDs3yuSu9Phrvu9J { width:43.0625rem;height:16rem;top:58.8828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVZHfK4pHXv53TVVwsiyVXJKF3aEH0xn { width:9.375rem;height:2.8125rem;top:77.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFofSqVTe4261SeqtgE71gOul5vTAxrF { width:4.3125rem;height:2.5996125rem;top:77.875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKc7tobNa2v7Uvi5wqxm4yxXuLIi1kos { width:10.5rem;height:1.54296875rem;top:83.64453125rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Sg0qdJTzfurrMabOweHE3Hrv2yuDi7xC { width:7.375rem;height:10.5625rem;top:83.64453125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoSv4w3h3iZOtTQAZOzSxpOyOOD9fkUT { width:9.375rem;height:2.8125rem;top:57.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU { width:25.375rem;height:8.027375rem;top:8rem;left:4rem;font-size:1.1875rem;display:block; }#v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU li:before{  }
 }@media only screen and (max-width: 1199px) { #VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK { width:23.3125rem;height:6.171875rem;top:28.125rem;left:3.9375rem;font-size:1.1875rem;display:block; }#VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK li:before{  }
 }@media only screen and (max-width: 1199px) { #qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW { width:25.3125rem;height:4.62890625rem;top:46.6875rem;left:3.9375rem;font-size:1.1875rem;display:block; }#qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW li:before{  }
 }@media only screen and (max-width: 1199px) { #q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 { width:25.3125rem;height:7.714875rem;top:66.125rem;left:3.9375rem;font-size:1.1875rem;display:block; }#q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 li:before{  }
 }@media only screen and (max-width: 1199px) { #f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 { width:28rem;height:6.171875rem;top:87.99609375rem;left:3.9375rem;font-size:1.1875rem;display:block; }#f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 li:before{  }
 }@media only screen and (max-width: 1199px) { #QwG58KnzvIWByrOJpvPCTLs6G1CTKog8 { width:7.375rem;height:10.5rem;top:24.900390625rem;left:32.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tl7G7EhAql7nhCFeTlsTtZahccKTdptO { display:block; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container { width:47.75rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xD0JXHmNJhTObyvkzUiAMu5FvaXGxBiD { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tKri42c8VeA30LBE1Wq7Dn5dVa2lHwdT { width:34.8125rem;height:2.4375rem;top:1.75rem;left:6.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU { width:45.6875rem;height:10.3828125rem;top:8.625rem;left:1.03125rem;font-size:1.125rem;display:block; }#dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU li:before{  }
 }@media only screen and (max-width: 1199px) { #XF9ddsbxQQFyTsc304dStIq07gFmMQOE { width:45.6855625rem;height:3.1484375rem;top:19.9375rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9QFQOPHKbziVKfyvrDrkRuvJx7z7Tmt { width:45.6875rem;height:1.75rem;top:5.75rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSxrDRWihWa5qxNxI1GrPkE2TfalrSZU { width:22.9375rem;height:29.75rem;top:27.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO { display:block; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zwf68MyFIaHVbO0rMwnfO0TM96tTTJsp { width:2.24935rem;height:2.24935rem;top:3rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xwMC8wnPUWUCuXqcJpZJFUz5Xlb0wiss { width:11.5625rem;height:1.0556625rem;top:3rem;left:19.000001072884rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhyDwwDsifMdGnqgJGtht7ooaJiWuhdb { width:7.8125rem;height:1.0556625rem;top:4.5rem;left:16.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zyevQehMo00HpwMCkKnUCGBcfdLeJ7y9 { width:8.75rem;height:1.0556625rem;top:4.5rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiLCaPtb5Mda7yMSCyTK4zoLB9cFep56 { width:2.37413125rem;height:2.37413125rem;top:2.875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8MfPOCBtXRx4NJl4EsTnGPoxKznkv4b { width:4.625rem;height:1.875rem;top:3.1552734375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu { display:block; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IWEfJiTB4NKfMVD9Wlt53Z0K4ZpIxZA0 { width:44.375rem;height:8.7715125rem;top:1.58203125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VUV5vIeBD1as2zfCSX16QERu5nLrU1sC { display:block; }#VUV5vIeBD1as2zfCSX16QERu5nLrU1sC > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD2aJlPWPCDT2IFhUT5qS4RJAPukyTuJ { width:6.4375rem;height:2.625rem;top:1.3125rem;left:1.40625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { background-color: transparent; background-image: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container { display: none; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { border-width: 0; border-radius: 0; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb3CVtu3TcuUm4SeSO4rDrpNnz8tQRBx > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrzXJcTaScXLQCNNpZDxZJ5NBF2TylLk { width:12.5rem;height:2.5rem;top:39.89701875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ligwLyTmtfx6FuT6yUKovsbkO0ghDpZ9 { width:12.5rem;height:2.5rem;top:36.14701875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ralcV7h7fg73eQObcPwW2Zv18LUMAIFq { width:12.5rem;height:2.5rem;top:43.64701875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA3D2olzzmcBl4ZA5wUJane4KMkCUMwR { width:7.0625rem;height:4.375rem;top:10.75rem;left:12.9375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #UrnPuBB763sTVBS0AMuHEHq6h4lhPLEU { width:19.8125rem;height:25.5rem;top:4.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiLT8keBLDEfy70bz3wfIU5ECtDv0Mi3 { width:19.8105625rem;height:3.75rem;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1EzTe4TJHyAbVXhngIWTKo84BGLWLKB { width:16.124rem;height:5.84765625rem;top:1.625rem;left:1.9365234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzuynK9igQSZ7SbFq24GQ8nu5TGiD7S { width:9.9375rem;height:0;top:45.375rem;left:0.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCQBfxOesyFNkSGUgdgfW8FT7BP8qgnF { width:19.5625rem;height:9.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa { width:18.8125rem;height:5.6875rem;top:11.0625rem;left:0.59375rem;font-size:1.125rem;display:block; }#FzTob5mgCxIW0QzwutN8Ma8v0OPnkeMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
 }@media only screen and (max-width: 763px) { #f8UVEOSEQZFfPSVVPn1UhJMb0bvhMoze { width:19rem;height:3.4375rem;top:24.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiEtI0vNPlkGXWLWBen82gDuAk3BaPtf { display:block; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QcAImC4AZMaudi0RBCSUVBrpPKQghpXz { display:flex;width:18rem;height:5.0625rem;top:32.375rem;left:0.3876953125rem; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #MKqLg3lSf7iFGKvlnTxFiDT4LbaTHq94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #aQ4Hisg6laQ8OexKVirFUySDOHpsGpEI {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #iAsXgbXHoQUkQX04JPUNo0UxwwW7X0cO {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Aty0FWO6DcR68LtnXek6yNfgs1TBvqm4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #m6nuEk7OKeHTtOlN737wpnD5dofe2yhz {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #F8ub2yzTA1mshW9qoFuUMVEz1A6llSb5 {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #D0fTG6tZCg4WHNAsS5GZxJ3X8ak2h2HP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #lf0v1zSnGbbxH6ZfCR8vTqfykCGK9eb9 {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #rsWlt422O2I1QNkyDBJcyKN0JSowRGkn {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #qZCZs7nlbZfBUT6b9wVvZmaFBXIWgJ1N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #Op6Z6zUbKZ7S3GSdCQt0ao2kdpA5MHTy {  }
 }@media only screen and (max-width: 763px) { #QcAImC4AZMaudi0RBCSUVBrpPKQghpXz #xgxbu74EZVVu5lvt3xCTMN7aDOGK53JC {  }
 }@media only screen and (max-width: 763px) { #l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN { display:block; }#l9Owzpdac98rvnBMP12Pc2KUbIzt2yRN > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDbFZ3m27VSVSh4p4BiDs0PydFbDo7T3 { width:18.375rem;height:26.80664375rem;top:3.3125rem;left:1.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un { width:18.625rem;height:7.9375rem;top:31.984375rem;left:1.375rem;font-size:1.25rem;display:block; }#qQyO5mbvQ9R6Txeu8ehhLKSDUNvJ14un li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
 }@media only screen and (max-width: 763px) { #M5fcgSP4TSBnRJCG4E1ksTeLZxgLTVyP { width:19.75rem;height:69.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVvHzTvFmNtg8GSUtmCqXA6xEhSKkoZM { width:17.5rem;height:4.25rem;top:65rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkH5vQf8vKoDiSeseGvcXAy8DVyefvUw { display:block; }
 }@media only screen and (max-width: 763px) { #SWIvSxavPQpVxf8aFCwyMqTTa6aLyOeW { width:18.0625rem;height:1.7871125rem;top:41.5625rem;left:1.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL { width:17.5rem;height:16.375rem;top:45.0810546875rem;left:1.375rem;font-size:1.25rem;display:block; }#S5UceHoA2CdcuTeX1ENERKvU2UDeKEtL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b282db94f052bf15c104133a1cef898b01949c6a.svg); }
 }@media only screen and (max-width: 763px) { #QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM { display:block; }#QJPhhWtJOqqrIGhH9TOff74HQ9zgrbqM > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBTANRP52elLBOMo1Hs9WxprEw67b553 { width:19.8125rem;height:4.7109375rem;top:1.4677734375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KldGxRgxTKKhdIy7eiP120KTznBg7wTT { display:block; }#KldGxRgxTKKhdIy7eiP120KTznBg7wTT > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PN4IEl0Z8LDk6JvRc022h5QMRrmWzqZg { width:18.125rem;height:18rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvaZl0U5xl0gHKZ85RV2qsu3KD99TJe { width:9.375rem;height:2.8125rem;top:-0.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCKH1h4bS9lgKwx6bgzrM4XWcxbswwh { width:8.0625rem;height:2.5996125rem;top:-0.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXhL6CPmL7z3S8JSXynCDzsETQ4XgfwH { width:16.25rem;height:1.4619125rem;top:3.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvxqU67v014BTzChe23sHSnZiChUPDMB { width:17.375rem;height:17.0625rem;top:22.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9iAAbGcHMDyMCKXzA9DtGq6KyQmnr9y { width:9.375rem;height:2.8125rem;top:21.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfI5PNHdPvRVrhReG92rZ9R6Oqa2FVG4 { width:15.4375rem;height:1.4619125rem;top:26.212890625rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AfalRn8Akm0BECQ4RR2tO61EFqUhSF { width:6.4375rem;height:2.5996125rem;top:21.6875rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tStCJiykFhPgFsKfZ8sBv7d04CLeTGPZ { width:17.3125rem;height:15.4375rem;top:42rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acuspKvbE3wIxw5zlKMCgNVR9Tap4BIo { width:9.375rem;height:2.8125rem;top:40.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLlChh3PcEElZOSvgLAJEwZELBmS8xJw { width:15.4375rem;height:1.4619125rem;top:46.259765625rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeurysvVRwV6uP39P6t6PFf3f3Wxr60h { width:4.3125rem;height:2.5996125rem;top:41rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fww5KDtCAK5UnJyi5TitV8dTCW0G72mG { width:5.3125rem;height:7.625rem;top:54.8125rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4xadFlmAyaklB4m7hGBFVwTeVoNOS7P { width:17.3125rem;height:18.875rem;top:81.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbnVCrVabVoGZCrLUdOzaXuTgeAEVsU5 { width:15.4375rem;height:1.4619125rem;top:63.6875rem;left:2.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXQ1qWtlzCUxoc1qVAqqqVdAKevtkgl { width:4.3125rem;height:2.5996125rem;top:59.125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZdP8ffFK6GGbB4vXvFyTTAli81aInv { width:9.25rem;height:4.6875rem;top:80.6171875rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWyLPBgcyorynwS0lDQMSyGRUcNCfkeF { width:7.4375rem;height:10.625rem;top:3.5625rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygve4SGuHlKVkmdUEDs3yuSu9Phrvu9J { width:17.3125rem;height:19.875rem;top:59.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVZHfK4pHXv53TVVwsiyVXJKF3aEH0xn { width:9.375rem;height:2.8125rem;top:81rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFofSqVTe4261SeqtgE71gOul5vTAxrF { width:4.3125rem;height:2.5996125rem;top:81.125rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKc7tobNa2v7Uvi5wqxm4yxXuLIi1kos { width:13.5rem;height:1.4619125rem;top:86.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0qdJTzfurrMabOweHE3Hrv2yuDi7xC { width:5.6875rem;height:8.1875rem;top:113.51953125rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoSv4w3h3iZOtTQAZOzSxpOyOOD9fkUT { width:9.375rem;height:2.8125rem;top:59rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU { width:12.3125rem;height:12.01075rem;top:6.25rem;left:3.09375rem;font-size:1rem;display:block; }#v2b5SSmBduG0zQk4l2uME1t9Z1dbUxKU li:before{  }
 }@media only screen and (max-width: 763px) { #VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK { width:13.1875rem;height:7.7988125rem;top:29.4375rem;left:3.125rem;font-size:1rem;display:block; }#VBCT1nZvg5SQIamIN5vl3C5E9SoDnWNK li:before{  }
 }@media only screen and (max-width: 763px) { #qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW { width:13.375rem;height:6.499rem;top:49.4375rem;left:3.125rem;font-size:1rem;display:block; }#qLUcBTwmM8XxFyDxZm7s04XOV6TFz8EW li:before{  }
 }@media only screen and (max-width: 763px) { #q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 { width:13.5rem;height:10.3984375rem;top:66.6875rem;left:3.125rem;font-size:1rem;display:block; }#q3xodcTdGehaIq0z3QpwGyhWFW7TRm11 li:before{  }
 }@media only screen and (max-width: 763px) { #f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 { width:14.75rem;height:7.7988125rem;top:90.48828125rem;left:3.125rem;font-size:1rem;display:block; }#f04mkAr7la5Nkdmlu9MDnsrWQmSX6oc7 li:before{  }
 }@media only screen and (max-width: 763px) { #QwG58KnzvIWByrOJpvPCTLs6G1CTKog8 { width:7.375rem;height:10.5rem;top:31.837890625rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl7G7EhAql7nhCFeTlsTtZahccKTdptO { display:block; }#tl7G7EhAql7nhCFeTlsTtZahccKTdptO > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD0JXHmNJhTObyvkzUiAMu5FvaXGxBiD { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKri42c8VeA30LBE1Wq7Dn5dVa2lHwdT { width:20rem;height:1.8681625rem;top:0.630859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU { width:20rem;height:16.3310625rem;top:8.498046875rem;left:0rem;font-size:1rem;display:block; }#dxz6uX3eyJX75LvP3T9Fs03MsOJGOkgU li:before{  }
 }@media only screen and (max-width: 763px) { #XF9ddsbxQQFyTsc304dStIq07gFmMQOE { width:20rem;height:6.9970625rem;top:27.478546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9QFQOPHKbziVKfyvrDrkRuvJx7z7Tmt { width:20rem;height:3.5rem;top:3.748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSxrDRWihWa5qxNxI1GrPkE2TfalrSZU { width:20rem;height:24.5rem;top:35.724640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO { display:block; }#d3NA2Hrx9CxdgwJH73t8oOTm4CMqiiIO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zwf68MyFIaHVbO0rMwnfO0TM96tTTJsp { width:2rem;height:2rem;top:2.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMC8wnPUWUCuXqcJpZJFUz5Xlb0wiss { width:11.5625rem;height:1.0556625rem;top:6rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhyDwwDsifMdGnqgJGtht7ooaJiWuhdb { width:7.8125rem;height:1.0556625rem;top:8.1857643127444rem;left:0.81163197755812rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyevQehMo00HpwMCkKnUCGBcfdLeJ7y9 { width:8.75rem;height:1.0556625rem;top:8.1857643127444rem;left:9.9359818100931rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiLCaPtb5Mda7yMSCyTK4zoLB9cFep56 { width:2rem;height:2rem;top:2.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MfPOCBtXRx4NJl4EsTnGPoxKznkv4b { width:4.1875rem;height:1.6875rem;top:2.25rem;left:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu { display:block; }#V1gDyQNskzVyha5wOQFpEEvUiHQcfGUu > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWEfJiTB4NKfMVD9Wlt53Z0K4ZpIxZA0 { width:20rem;height:8.9375rem;top:1.46875rem;left:0rem;font-size:0.625rem;display:block; }
 }