.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Bitter";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 { position:relative;display:none; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 { border-width: 0; border-radius: 0; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .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; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .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:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/97e84c68-1762-4719-b40d-d18d32f9ddc5/Agni1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye.adaptive-delivery-prevent-bg, #iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye.lazyload, #iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye.lazyloading { background-image: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { background-color: transparent; background-image: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container > .video-iframe-container { display: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row > .video-iframe-container { display: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { border-width: 0; border-radius: 0; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#XzHMCBOKgOodOrwakn6aTL8Nli3nmWpR { color:#f1f6fb;display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:12.25rem;left:39.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZygzU1yDCJbrVlggUvdiZ0k34ehGkD5p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#FNySK6tNiXCTbL2vQdbswDpr0aINszcl { color:#f1f6fb;display:block;width:26.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.25rem;left:48.375rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQ6pNsIWa494qGTZokTZkzqHvDa5N5U9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.375rem;width:27.625rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.5rem;left:46.435546875rem;overflow:hidden;display:block; }
#Qwks88J0myGqzkv4O4wBpapOWUPXChMu { position:absolute;display:block;z-index:15010;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:23.8125rem;left:48.6875rem;display:block; }
#R93ESSfUAfTOH7T973PFZgmJP1ky1vIr { position:absolute;display:block;z-index:15000;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.0625rem;width:64.1875rem;top:47.6875rem;left:5.40625rem;display:block; }
#nUbbG4piE7lLbpwJ6NSSrG9W6f8vUEvW { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.124998092651rem;left:49.03971862793rem;display:block; }
#U8L1kKZ5sJy5kHTEnpK9IimgowVTXquX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yz6hKLpNhOV5Nvk0AJEk5TCG2QrBy9LV { color:#f2a61e;display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:14.125rem;left:67.625rem;height:6.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#imqK7ZVv2RvKMHGgGvtJTFdFrCTs8uws { color:rgba(var(--color-tertiary-0),1);display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:49.296223640442rem;left:5.59375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container { background-color: transparent; background-image: none; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container > .video-iframe-container { display: none; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row > .video-iframe-container { display: none; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container { border-width: 0; border-radius: 0; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#qDgPewZXLsTquM75K1eXiQafCwWGvRg7 { color:#f39c12;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:15.28125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PuM7ETmBBC7BIwhXkhgU87M7OczUI6JZ { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.354167938233rem;left:18.75rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/000e4113-1200-4111-a2c7-16431b73b652/Zdjeciegownenastronezapisufale1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s.adaptive-delivery-prevent-bg, #FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s.lazyload, #FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s.lazyloading { background-image: none; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container { background-color: transparent; background-image: none; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container > .video-iframe-container { display: none; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row > .video-iframe-container { display: none; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container { border-width: 0; border-radius: 0; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#ivtlACGKoam63gtHQqaElGotvSxGVFKS { color:#107d84;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:15.28125rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT4WCQLfaUuyRfTlLkqnuWD6h2iahULT { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15005;background-color:#f39c12;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.6875rem;left:18.75rem;display:block; }
#TmQJieLVfm94WvDJGcXcc6OkKUF7RSKG { color:#4bb6cf;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.90625rem;left:15.28125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#miRtbaKctF8mkcEdhMoWIX6G8ep8BV8J { position:absolute;display:block;z-index:15018;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:5.3125rem;width:5.3125rem;top:3.75rem;left:34.84375rem;overflow:hidden;display:block; }
#ffwtf0t5CPZ7HRH2QMbNkuSJJOL4fkUa { color:#f39c12;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.46875rem;left:15.28125rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container { background-color: transparent; background-image: none; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container > .video-iframe-container { display: none; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row > .video-iframe-container { display: none; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container { border-width: 0; border-radius: 0; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#av6xAxTyKwATE1xtOLO228mT2wegxBQH { color:#107d84;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:15.25rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIWh65VLkl6SlEtdFH7ASlO9u1GAZpLE { color:#47545a;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.125rem;left:15.28125rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TD9UFNRCQTFUOV5LFinZveb7wXIolbGJ { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:18.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnTKTeRIAEWJpp2LEI3ewkAbar3Qq1LJ { position:absolute;display:block;z-index:15019;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:5.3125rem;width:5.3125rem;top:3.75rem;left:34.84375rem;overflow:hidden;display:block; }
#s7Jfb7ZhET9dR2oFh8HkSm0KOkTU4RfO { color:#107d84;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.375rem;left:15.28125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container { background-color: transparent; background-image: none; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container > .video-iframe-container { display: none; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row > .video-iframe-container { display: none; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container { border-width: 0; border-radius: 0; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#ks3eB4rHE8H2Hu2aUhAs7AaTy7M1vEpU { color:#0babc1;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.625rem;font-style:normal;display:block; }
#JKnnmfhefTcuB97B8DNsxe8a4zKCcgmC { color:#284d42;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.3125rem;display:block; }
#rv1N7ViLE43xWl1a50M7Nkfxz0vhuNK7 { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ITAhHDeiHznUIWJs8x1FCZrQDspGbRxJ { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KX0IgfuOTuGAwPXTv2eAsTUGgKLr4uUW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#kHdTRpzI4hJtF9kUkZTwoHgzlhad6UNo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#rPRNvmLkrVN3DHGiqO8HTGg6RtiLZBap { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.3125rem;display:block; }
#TTsfrON1pMDebzsiltO5vMg87Aoy5agx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#y4PoKk7tICQSz9Z9kyphDm4gIqQBXKCs { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.3125rem;display:block; }
#lJ0cX1csMdTERDaV53p5elf8p22OBcgx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container { background-color: transparent; background-image: none; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container > .video-iframe-container { display: none; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row > .video-iframe-container { display: none; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container { border-width: 0; border-radius: 0; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#wfRF8J40dn2CMQLTxnGmHGe20bDUPAIT { color:#0babc1;display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.125rem;height:3.625rem;font-style:normal;display:block; }
#Udwoet9UdPTZ6Anrirg00Ff4RxJswO18 { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KAmSe2t0xJWEgTlfzTzboIKF1Fi9ohcz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:7.5rem;left:37.5rem;overflow:hidden;display:block; }
#X157CL5wwFLwr9K17ZaXSq3tt3DtzbfU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.90625rem;left:1.125rem; }
#JskvrQQM1Z4mwrnZzHqFCwsQHhm4KdgS { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3kMU0CFmF8SN9neyO266EkW5CCR1ivx { color:#284d42;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.75rem;height:2.875rem;display:block; }
#U8T0u8uPEnEbOVROCpbXEhOdVkCDDidv { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.5rem;left:4.75rem;height:4.3125rem;display:block; }
#PAAoKaMTUEi5CBT2pxPWOgAcF8zfbNOc { color:#284d42;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.8125rem;left:4.75rem;height:2.875rem;display:block; }
#PPJMTOO9psPq0qJTnD88rpn9n8TOW524 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.5625rem;left:1.125rem; }
#buTx5OEkB3lcbUVOWf2a8AxHUJaTgSPa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:40.15625rem;left:1.75rem; }
#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container { background-color: transparent; background-image: none; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container > .video-iframe-container { display: none; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row > .video-iframe-container { display: none; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container { border-width: 0; border-radius: 0; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#aN0INVWo0RaRsJSBVVeRgTAprPFMPbLW { 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:37.5rem;width:37.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#vbmX7GwTUqGmC6NlAH8w7SkBMChVU3PE { color:#284d42;display:block;width:23.875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.71875rem;left:44.4375rem;height:4.3125rem;display:block; }
#kkwp0T4sRO1NsyQMv44hqnkXPIny4Soh { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:41.3125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nqK2bs5CHILSmp7iLZUcVDDfuX5X6u7T { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.25rem;left:41.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVofaWiPyW96Rmd1aMiTMx2hAW76krT0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.53125rem;left:41.3125rem; }
#GhoUubpcEzbnUIk12ISWu9wezo6trR7a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:37.0625rem;left:41.3125rem; }
#Xc3F0ONDUSPI7wDCURJCrHJbWqlVucwC { color:#284d42;display:block;width:22.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.1875rem;left:44.4375rem;height:4.3125rem;display:block; }
#Rs0TNSzUsLaPyi5ONWo24yVmIfldXtPr { color:#0babc1;display:block;width:26.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:41.3125rem;height:10.875rem;font-style:normal;display:block; }
#e1EfF3T75eXxQq7FHusgxVWqSeTSeqSb { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.21875rem;height:9.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#te1MTOqsnTyVdUgli5yLZRa9ySdQTEwN { color:#284d42;display:block;width:28.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48rem;left:44.4375rem;height:4.3125rem;display:block; }
#FwJS2oWQZLh03NxJWnKUTybmX0CT7EUU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:48rem;left:41.3125rem; }
#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container { background-color: transparent; background-image: none; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container > .video-iframe-container { display: none; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row > .video-iframe-container { display: none; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container { border-width: 0; border-radius: 0; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#Wlhf4SHgwm0bIU2sqqDxcG2ypTfqaHS7 { color:#0babc1;display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.125rem;height:7.25rem;font-style:normal;display:block; }
#cQIH8izNP2Rx9d1E1WmeIRfi2lFE5Ot5 { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.125rem;height:4.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GeVmloneIASscQrzfyUWF73Umxro3Orz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:7.5rem;left:37.5rem;overflow:hidden;display:block; }
#vXKJAS0zHfJgy6BzxKwCNExKwkwqPG2M { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.90625rem;left:1.125rem; }
#VVIu4PNdsb1m6Rq474V0Zd3BQepVJT7A { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xIuiC7h719kGtmPW3PaopJvgUJJTAMQR { color:#284d42;display:block;width:24.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.75rem;height:4.3125rem;display:block; }
#Xx2G29W0sIFJnRCNStuei1T9O1OZmiNA { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.21875rem;left:4.75rem;height:4.3125rem;display:block; }
#hxJtPdf1EybN5Obt9PDJe0GXpzqgXapW { color:#284d42;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.34375rem;left:4.8125rem;height:4.3125rem;display:block; }
#gPHXKRotIrl9Kb84KfF7oss9FViNbN4O { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.28125rem;left:1.125rem; }
#fv87P6481T85wI05P7qTxVMm1TIFRJEb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.875rem;left:1.125rem; }
#aiJoHivL0TOH1K0ATbtBTFTAJ4Kwz0DV { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:48.15625rem;left:18.5625rem;display:block; }
#TL8mREo4aCOcoxITrPvgMsLD9gvQDWQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container { background-color: transparent; background-image: none; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container > .video-iframe-container { display: none; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row > .video-iframe-container { display: none; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container { border-width: 0; border-radius: 0; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Gct2obLEDxZBwRBWWWtK6lQ1FafdLaK4 { color:#0babc1;display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:39.125rem;height:10.875rem;font-style:normal;display:block; }
#mmiTexAuLGXqFyXqbTU8wXQOgePRvNZr { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:39.125rem;height:4.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wvN6oVOL3cBzNCNlowFVnOncSw5wpOen { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.03125rem;left:39.125rem; }
#E8XHTLkHE5vsntnUhmnywWxBrNbGcy1O { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.0625rem;left:39.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oq7PqZSQ8gwzRZgLInuyBWgDK9Tn3eLL { color:#284d42;display:block;width:24.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.96875rem;left:42.4375rem;height:4.3125rem;display:block; }
#FQZ31IRpbxt5BHoisd5BcnAnAVptovTk { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.5rem;left:42.4375rem;height:5.75rem;display:block; }
#O21Bh63UR7Mgehy8pkFbiJ6NhqQFk05u { color:#284d42;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.8125rem;left:42.5rem;height:4.3125rem;display:block; }
#hSTzIrWbGKtVfRstmugwKTAOxl5L5i76 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.28125rem;left:39.125rem; }
#twbi7do3VkIqurWggtkJBM5t6OT0zw9b { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.875rem;left:39.125rem; }
#Daip4xOx0H346Bi3qRqL7RzLQvBHK4ue { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 > .row .container { border-width: 0; border-radius: 0; }#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:none; }#npDh1Tb8afEdgNVXzLNXuRraG0Tb2LgX { color:#0babc1;display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:1.125rem;height:10.96875rem;font-style:normal;display:block; }
#gwuJTEScV1DITEx3H7IxhAvpO7sNuR53 { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.125rem;height:4.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#G4ZLhOilPlLoQhtO7ZJJZSwho8DqAJgP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:7.5rem;left:37.5rem;overflow:hidden;display:block; }
#sOrT9k0vxVNilBAiXNMiQ58Mcv6rcv1d { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.90625rem;left:1.125rem; }
#oL68mtpV8StkE7A7MVJkEvU3TIMClcQX { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HST7Glsh02GIUcMw3buoDVI3GFD8ZObH { color:#284d42;display:block;width:24.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.75rem;height:4.3875rem;display:block; }
#Z94iF9v8v5uQSgs1nB9zQhiB1gvcxBkD { color:#284d42;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.21875rem;left:4.75rem;height:4.3875rem;display:block; }
#Q2QqgEfQh1HcnPTMNUtwbQ3iBbtFwg0T { color:#284d42;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.34375rem;left:4.8125rem;height:4.3875rem;display:block; }
#uL9EkHTvetUPDZ19nXTiItCZ8oMKQRTx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.28125rem;left:1.125rem; }
#ufkEbCKf24bA06mokMxxDANK2a8h13lU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.875rem;left:1.125rem; }
#qWxhh6QH1dzisqGinDiO55K0gfFIDEWS { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:50.729167938233rem;left:18.9375rem;display:block; }
#rWbtInGiHyx9zG2aVWTnq8GZ8HHMn9S3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.adaptive-delivery-prevent-bg, #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.lazyload, #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.lazyloading { background-image: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { background-color: transparent; background-image: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container > .video-iframe-container { display: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row > .video-iframe-container { display: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { border-width: 0; border-radius: 0; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#uRoVAeWxwdhHIwTbnvSDOdJQsJtRWd5c { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.84375rem;left:22.53125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container { background-color: transparent; background-image: none; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container > .video-iframe-container { display: none; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row > .video-iframe-container { display: none; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container { border-width: 0; border-radius: 0; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#qbNUaJ1PzUx80JgbFTRFbXDZAQQViRbt { color:#107d84;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:15.25rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuPBKEA0s2mb1e6rscHZw8z1ZO0yVVfF { color:#47545a;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.125rem;left:15.28125rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LXwwDkbnhgOLuZeBbey2IfFTriyqOCfX { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5625rem;left:18.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrTV4oq4DuCVeBu8huJOOkRWWNfsQG98 { position:absolute;display:block;z-index:15019;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:5.3125rem;width:5.3125rem;top:3.75rem;left:34.84375rem;overflow:hidden;display:block; }
#yUT4ulAJatL1a6byra0NxeNTu0FNck6r { color:#0babc1;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.75rem;left:15.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container { background-color: transparent; background-image: none; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container > .video-iframe-container { display: none; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row > .video-iframe-container { display: none; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container { border-width: 0; border-radius: 0; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#uVZQvg7cJS8loT9CE3hywvPiT51EHxzK { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.842041015625rem;left:41.681984901428rem;height:7rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXmVJSkzM6rEFSs2cXq2QNDEvxWFg8Sw { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#sZ6pCDWgKE0nx6H5boTzlVNTUpiKKO0U { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#xlAqu8uUqcioqNtyvLFHaaRRMeDCC3Se { display:block;width:25.1872691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.146240234375rem;left:41.683133125305rem;height:1.6875rem;color:#f39c12;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXCZim0lP2GZog0X3Oq1Ja7y959JyeSH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.6875rem;top:3.2812299728394rem;left:5.90625rem;overflow:hidden;display:block; }
#QmhNAsaclRVL1LBdDU9i2vltyKluLVUy { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.92343711853rem;left:41.687501907349rem;height:22.5rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#sanlxtBzrnA6K51cAWRMXgwZqsWMJn4k { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.2294921875rem;left:41.681640625rem;display:block; }
#yAAPaEdqiMnlHRXDTQ1CfcKzPtqeNBo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEh0VXhT3NNX3sl8sCHxkzxFlvF0mXNO { position:absolute;display:block;z-index:15001;background-color:#f4ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G { position:relative;display:block; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G { background-color: transparent; background-image: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container > .video-iframe-container { display: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row > .video-iframe-container { display: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G { border-width: 0; border-radius: 0; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .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; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .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:var(--paragraphs-font-family);height:31.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K { color:#47545a;display:block;width:61.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:4.8125228881836rem;left:6.96875rem;height:23.75rem;display:block; }#lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K li:before{  }
#ZXWb8JZTlHDM3DU28ZeDD4MaoEwlZ5zC { position:absolute;display:block;z-index:15001;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 #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.375rem;width:62.625rem;top:2.5rem;left:6.0625rem;display:block; }
#snIdS500lTF5frlXAz8XPQRNyn0ObxkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container { background-color: transparent; background-image: none; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container > .video-iframe-container { display: none; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row > .video-iframe-container { display: none; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container { border-width: 0; border-radius: 0; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#CGqoIEZABFKCkd0cQu26HhkokaxzlcOy { display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:3.3125rem;height:7rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4xpohZFGSVNlzRQBot2QDC8018Knv4k { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#n7FTFgMLZrJGnxigdQiA511uGeTWp5p6 { display:block;width:25.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.3125rem;height:1.6875rem;color:#f39c12;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L9T3g5215Mfh3JUuBIMEnsTbrmqMUlt8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.75rem;top:4.875rem;left:39rem;overflow:hidden;display:block; }
#tgnnWkKwkaNfHTTtVRmE8Junw61T7BQI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.75rem;top:9.6875rem;left:53.3125rem;overflow:hidden;display:block; }
#UocVXus1m8rJeGs4BZCTXC5o30dT2z93 { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:15.125rem;left:3.3125rem;display:block; }
#TevNEK3hZ8UVIr1OXtQs3ez5cEHXH0bC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrZbAvI73PnIFH7gO7GOL8xT7Df3hp6e { 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;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:21.875rem;width:37.5rem;top:2.5rem;left:37.5rem;display:block; }
#BPgaSSH2I5mOT90whHCnGLZqfGJz9Cfz { position:absolute;display:block;z-index:15001;background-color:#f4ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:37.5rem;top:2.5rem;left:0rem;display:block; }
#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I { position:relative;display:block; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I { background-color: transparent; background-image: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container > .video-iframe-container { display: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row > .video-iframe-container { display: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I { border-width: 0; border-radius: 0; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .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; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .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:var(--paragraphs-font-family);height:35.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dAIxTdN9HxooTgZUBxIm1ChZp9mNff9n { position:absolute;display:block;z-index:15005;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 #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30.5625rem;width:62.625rem;top:2.5416440963745rem;left:6.0625rem;display:block; }
#zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e { color:#47545a;display:block;width:61.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:4.9687271118164rem;left:6.9694023132325rem;height:;display:block; }#zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e li:before{  }
#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container { background-color: transparent; background-image: none; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container > .video-iframe-container { display: none; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row > .video-iframe-container { display: none; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container { border-width: 0; border-radius: 0; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#MOD6DGG3F5V1TtZhTA19uVmFQpZpT3SH { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.7174263000487rem;left:41.681640625rem;height:5.25rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OafyHrJ51ZHLzzgH0hnJUWfhPcgAw8cO { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#PPiS2QS5dXwLsdxDw21ZKgdK2SLuH6XH { 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;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:20rem;width:37.5625rem;top:2.2187309265137rem;left:0rem;display:block; }
#T100ZHRghxi0OqyS1hJvdCKI34iJ1rBq { display:block;width:25.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0976333618164rem;left:41.681640625rem;height:1.6875rem;color:#f39c12;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbCiaKGQc4m7HwO5XZiS5IEmHrdF0HGK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.6875rem;top:4.2486991882324rem;left:6rem;overflow:hidden;display:block; }
#yT5IlXAaToq6PhqUZPqvhsOsfVCK9AM1 { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3678375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.749328613281rem;left:41.681640625rem;display:block; }
#BliZHkIGcVyMf5fmxHMbAXi5XBuv0NcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caUvTT23ouULSz6ITcgXJf798qeFhKkz { position:absolute;display:block;z-index:15001;background-color:#f4ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:37.5625rem;top:2.216796875rem;left:37.4375rem;display:block; }
#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 { position:relative;display:block; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 { background-color: transparent; background-image: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container > .video-iframe-container { display: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row > .video-iframe-container { display: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 { border-width: 0; border-radius: 0; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .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; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .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:var(--paragraphs-font-family);height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QQE2TfybAQbsLGGZXSci296pMTI7Rqb6 { position:absolute;display:block;z-index:15006;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 #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.375rem;width:62.5625rem;top:2.3125rem;left:5.2568359375rem;display:block; }
#sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 { color:#47545a;display:block;width:61.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:4.5000209808349rem;left:6.9694023132325rem;height:;display:block; }#sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 li:before{  }
#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container { background-color: transparent; background-image: none; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container > .video-iframe-container { display: none; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row > .video-iframe-container { display: none; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container { border-width: 0; border-radius: 0; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#nLPl0vkAGAHLm8wqSwNaf5NWwgTGMfFq { display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.375rem;left:2.5rem;height:5.25rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObkQuitLqQlJcwZ4gFnXcdsUAK2BwagT { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#EMsZM8P76IsdNmy8WBh0ANELX7Ri21uu { display:block;width:25.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4rem;left:2.5rem;height:3.375rem;color:#f39c12;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JZFePqEZctu45db9rl8JRUFtpUAVcpG9 { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:16.5rem;left:2.5rem;display:block; }
#T8AK84MmcdSakNWaiLnQt2ALbko9RAFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRgmx5HHFsJFGzIHCDqEdnoitGINmkoy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.75rem;top:9.3262081146237rem;left:53.48112487793rem;overflow:hidden;display:block; }
#VfAoAD71XK37nDM11eDpyU6d0LXIMJ6d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.75rem;top:4.578161239624rem;left:38.607421875rem;overflow:hidden;display:block; }
#NkPW5BXFgdQ6nh3fILmHv0dGqQTiWRLW { position:absolute;display:block;z-index:14995;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;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:21.125rem;width:37.5rem;top:2.312536239624rem;left:37.5rem;display:block; }
#ugNMvVKXe8N16Wc4Q8FflHWav1qypzLQ { position:absolute;display:block;z-index:14996;background-color:#f4ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:37.5rem;top:2.3125rem;left:0rem;display:block; }
#xEJenJMTX0up7Z9DITShonDgrAwyrGFi { position:relative;display:block; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi { background-color: transparent; background-image: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container > .video-iframe-container { display: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row > .video-iframe-container { display: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi { border-width: 0; border-radius: 0; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .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; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .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:var(--paragraphs-font-family);height:39.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#snni2fqT3c3BLW80efLcT9MBTgfVDyXq { position:absolute;display:block;z-index:15002;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 #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:33.75rem;width:62.5625rem;top:2.4990234375rem;left:6.09375rem;display:block; }
#lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS { color:#47545a;display:block;width:61.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:4.8749580383301rem;left:6.9694023132325rem;height:21.625rem;display:block; }#lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS li:before{  }
#Fy4Wst7E75DlbT08qB2Q23zo27MSQVlB { display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:27.375rem;left:6.96875rem;height:1.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td { color:#47545a;display:block;width:61.060546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:30.3125rem;left:6.9697265625rem;height:;display:block; }#aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td li:before{  }
#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container { background-color: transparent; background-image: none; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container > .video-iframe-container { display: none; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row > .video-iframe-container { display: none; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container { border-width: 0; border-radius: 0; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#oaql3xw9TWzT4mIkpqLB2v71t7a6yks0 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.65625rem;left:18.75rem;display:block; }
#Ase6bAh4EymUsqvZ1XuqOJLp8CarHVKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.adaptive-delivery-prevent-bg, #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.lazyload, #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.lazyloading { background-image: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { background-color: transparent; background-image: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container > .video-iframe-container { display: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row > .video-iframe-container { display: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { border-width: 0; border-radius: 0; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#LghrQbxrHpVgQ3LpRC9q0rzWfwlNnUqZ { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.84375rem;left:22.53125rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dR8KOQR1sToI72U4s4dntem0gg0UmQFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/024c2d53-6406-4f12-8f91-754f8bfa7b9c/ODzA.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx.adaptive-delivery-prevent-bg, #dR8KOQR1sToI72U4s4dntem0gg0UmQFx.lazyload, #dR8KOQR1sToI72U4s4dntem0gg0UmQFx.lazyloading { background-image: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { background-color: transparent; background-image: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container > .video-iframe-container { display: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row > .video-iframe-container { display: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { border-width: 0; border-radius: 0; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#JpuwMO1K6H25zcny5SzMGHUdAWrARmbK { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.978515625rem;left:1.375rem;height:14.0625rem;font-style:normal;display:block; }
#Cfolb0O5Og36dR2v0PzW3Ssf5ozBt0qW { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:21.375rem;left:1.375rem;height:32.5rem;display:block; }
#olMmNucCKquTbqO8Cw4HoxFnzDuTb8W2 { position:absolute;display:block;z-index:15000;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:31.25rem;width:31.25rem;display:none; }
#hKeychZZNSO11Mh94wQTBchtOLB4JOJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT.adaptive-delivery-prevent-bg, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyload, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyloading { background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { background-color: transparent; background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { border-width: 0; border-radius: 0; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:block; }#TxW5TEr3sQyuMWtTZbvnhLiTJ3RcghSg { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yK7egACc9AVDTMlJaVoLwCuyvhXoT01U { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.75rem;left:33.0625rem;height:3.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9VRNirbH5PDgIVP8KNeVQH355UqlJAg { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tdTIVaNts7CkB58QWDoo57wuq3DdmMmp { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pQCMBMT8CNi6pzUwHxPoLEosKhe6La1n { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VdukBHJJVOx9izWP7Nlfvn742AWz1Qm2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;display:none; }
#mB8H4AV8ndzx8oT9bPTb636g7zTu00Dm { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Bw4m2OyCVxMBvcsA23qwGbdsiqpnyoNR { display:block;width:38.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.75rem;left:33.0625rem;height:21.3125rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#RhDz853GUB6MbkmJXFIebeN7ObJm869F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;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; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container { background-color: transparent; background-image: none; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container > .video-iframe-container { display: none; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row > .video-iframe-container { display: none; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container { border-width: 0; border-radius: 0; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#EFtTUxT099l3TXU2fG6RdSIbylfHZmaB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.96875rem;left:0rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container { background-color: transparent; background-image: none; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container > .video-iframe-container { display: none; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row > .video-iframe-container { display: none; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container { border-width: 0; border-radius: 0; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#nhJvUGgnvyTxthbTNMdD90LiKgLEACXD { color:#2fb2be;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrRNaTVp6UnroLRyiAvMhWxhWdiE2oE3 { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#uMcePZxLpX0VXKZpb0e3EBSzLg6dnq9w { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#2fb2be;background-image:none;top:10.5859375rem;left:19.3738489151rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#yyvwfJ11PbfaoRpnaDsC8S9mLrrCB2Gp { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ParrmI93ZcUokwq1msbUtZcC0PQyuaDq { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:#f1a41f;background-image:none;top:10.5859375rem;left:58.749997138977rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#EMH8ymmTpeXf4hnDbP1dz7y8NtlOf7Dz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#x5mTQNlaWDoLNwvGRRwTcpTBlGND9TKH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#xmw9TbpWXKqgaVWgqRaE7Q9iIMLUDa46 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#XviIk0SfyQZt2hTnMEHm13qr1FqG4rPl { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.2763671875rem;left:19.716796875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#oHNF6Hhv5L9Na0WfNi6pXBhGc203g9DM { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.0546875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#kKcTebWRA3BOusEqZOQ4hTVd28VmNG4D { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#w8s8AL69u3Mh0b879CTw65e3apPKgRxz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7493105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S4TZJtNWU9bgCM4FERFDURtOXfyChXly { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ni20IwZ1pze7JZ9JyqtO7Ek6TXbOy2Im { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:63.5595703125rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#U4HZt05Oh0B9VHIZSaNyktZiSoWFT6Bp { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.875rem;left:69.05859375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bPZ1HLsJtxrHDxHUcXI2RtFGhEhnarfX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Ep1L5ssMP4XF45PkT73DUs4aoegZwPAv { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:none; }
#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7fcff;background-image:url("https://images.assets-landingi.com/uc/4bf77c37-48d8-44b9-8335-81b7529d0359/To1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk.adaptive-delivery-prevent-bg, #hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk.lazyload, #hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk.lazyloading { background-image: none; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container { background-color: transparent; background-image: none; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container > .video-iframe-container { display: none; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row > .video-iframe-container { display: none; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container { border-width: 0; border-radius: 0; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#yMgK7zhsxggC0rlg2qzku6JpydSPRgmT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.5rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMDbrpnbuVFEG5WhFv6fUAxDLhpiTrgD { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:22.53125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEkBmL5wGh9wcd6sG1fe1GGwlpQtKqB1 { box-sizing:content-box;height:57rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:14.0625rem;display:block; }
#FqXXwt6WeCTdo1Tr3EftfXB0nHJLE3BB { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.625rem;left:22.53125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#AnnAo3hGfeyK6U5ekdSqPQRMQwxM3cme { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:62.478515625rem;left:18.46875rem;display:block; }
#FHm5HL4K7saUuPzfQsa7srk81AerfEQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOIOo0polDftkcWowlVda6qH4heMMsXp { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:62.478515625rem;left:38.9375rem;display:block; }
#UZLcEBTC28xty8tpa7SrMTWQ3TuTeuP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvT4lRB6TtGx2FaUfR2wWwkUlgkTWCLo { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:57.166015625rem;left:39rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#mbTEBpKtGJZHrVAHZpEgdGNcdH2a5WMU { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:57.853515625rem;left:18.125rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#SwHAcEsOv6kib05pLlC6t35wTIRHSi5B { position:absolute;display:block;z-index:15002;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:21.0625rem;width:21.0625rem;top:13.5rem;left:29.4375rem;overflow:hidden;display:block; }
#C0OAy9AWn4kGTpFUEVCoPTdrHrQXKMPr { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.9375rem;left:21.65625rem;display:block; }
#TTzuCHoULsSLahFTw5UP1uMrqAoMbzvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0Z2P1OEWDEdUXcqRrKMyDzEzpz7xlsA { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:21.71875rem;display:block; }
#V1hw4VqkOQCpixeAmdxAIMkxdTD1xrVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SeHT4y8ecmkpgAd4LEuZsPARFoS7VUAF { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.34375rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vQcNayJNpMuLmf5wQiA4ZdW1qH4PZhD0 { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.244140625rem;left:14.6875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZap8T3IrA6nyr4gEtxWll31G9csNEZw { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.0625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#x6ThFMAOBTnHpGsHO7qM5N14B1ZuhDdM { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#xBEaKmlE34shR8o3zv5P4B8FPz8zNpDc { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.34375rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#MvC5MNc4M5atHlz0Meq5dQRuo9fSvxAg { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.34375rem;left:20.625rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#OgFdkh4KnBAUOTmXJquEzJFMaTQBm0gn { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:block; }
#qmu7FNLXofEKqE7zpG7EPwPp29IFziKv { position:absolute;display:block;z-index:15023;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:2.6875rem;width:2.6875rem;top:41.34375rem;left:16.71875rem;overflow:hidden;display:block; }
#CcWJas96bgqkF0UFqCnIA5spqiBlgzub { position:absolute;display:block;z-index:15024;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:2.6875rem;width:2.6875rem;top:45.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#f8t5eF9ZAAbVGpTN1S74byqtQnZmd57g { position:absolute;display:block;z-index:15025;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:2.6875rem;width:2.6875rem;top:51.4375rem;left:16.71875rem;overflow:hidden;display:block; }
#OIfSiP3SnX6hwoawQS57ToawtPeSqxLM { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#evvKmRd5nnworJMd0Uou5zIcxc8cqTFo { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#lpEeIctZOKIiO2M3coXGFAZ0u8yJRt1E { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.65625rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.adaptive-delivery-prevent-bg, #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.lazyload, #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.lazyloading { background-image: none; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u > .row .container { border-width: 0; border-radius: 0; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:none; }#GcdUNfGvIPdkLBwZ5DrhAWGO5seUMR8S { color:#fffcdf;display:block;width:48.75rem;position:absolute;font-family:breathing;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.125rem;height:4.46875rem;font-style:normal;display:block; }
#l4VoqVGcRn0xGrv822OK5VNLEmT7lpya { color:#fffcdf;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:15.28125rem;height:6.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc > .row .container { border-width: 0; border-radius: 0; }#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:none; }#uvTgqERfWNwTe5BMJTgcEH1NpR7p3Rxp { 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:37.5rem;width:37.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#dv6Cao9T9IU3CZhFlevMd0a0K83d4ger { color:#284d42;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.71875rem;left:44.4375rem;height:4.38574375rem;display:block; }
#Z1REUeHUX3K8Xx9yDTr1XLybgGpzaMin { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:41.3125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mzHbNmc9cKI1XM7ZUTOWI5JPlXnNwIUN { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.75rem;left:41.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDVNm66yqrcaTSwp1qSaOzzJ8E3xVEne { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.875rem;left:41.3125rem; }
#CMtXfCoTy691Sr86dwVIXVZq9WLhGaZU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:37.0625rem;left:41.3125rem; }
#KlidNzTN8JSlKadH6rA3ogK4ao4DFsxo { color:#284d42;display:block;width:22.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:48.375rem;left:44.4375rem;height:2.923825rem;display:block; }
#QVJeiZmkLAaKIwUoFUu6T1ckTBJiRTlu { color:#0babc1;display:block;width:31.1875rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.65625rem;height:6.824225rem;font-style:normal;display:block; }
#MEDZ5203kKqgX4kieGBzHTJrcqNKqFe9 { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.21875rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dMv8fgmH2UanLW5P6QHpn8KJsALQtDug { color:#284d42;display:block;width:28.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.875rem;left:44.4375rem;height:4.3857375rem;display:block; }
#CmbrMRENFVmtzzTQdFxF94gZG4ibrPZq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:48rem;left:41.3125rem; }
#KLq3cI7nqOhesaswscSeySPu1yUUrbZ5 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:58.25rem;left:18.9375rem;display:block; }
#yaP5xwZN1SxtZLwCqSkmZEWS2b1MpX5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1OcWKoz0VAgo451Zgz0qTqhsT1nVSye { color:#f39c12;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.3125rem;left:41.21875rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#klI5mLX0thVSTZP3E142kJ2R5eylCENN { color:#f39c12;display:block;width:20.375rem;position:absolute;font-family:bitter;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.5rem;left:45.53125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ffff;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; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container { background-color: transparent; background-image: none; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container > .video-iframe-container { display: none; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row > .video-iframe-container { display: none; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container { border-width: 0; border-radius: 0; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#xSQf5nHNN6WAUAzfNnJfNcJvarKngWD3 { color:#107d84;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5gwXCp5N4psCWe0o6ZtTpMA2bX0b5y6 { color:#47545a;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:15.28125rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:#47545a;font-style:italic; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3974cb8f5a81675e6b959bfbab7832e2da6a50d6.svg");background-size:contain !important; }#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-trigger.adaptive-delivery-prevent-bg, #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-trigger.lazyload, #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-trigger.lazyloading { background-image: none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ddfbfc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:20.25rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #tOaLiboVAqSFdWT08u7PSO40SF5bhuL7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ROlmmAohTphDFaiDMPEGZVh27XN0iasy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pyksHfbQ8MsXFUJnILxHJi3NGyehzPAv { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #N0A7G1Za3BrDobsTilqxzSh6Ty0FUz1u {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #sTwiA7PXP6Tpdnz0kSpHnn0ZbJDi2I9f {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #XDwyWyUqWxOoM6TAfepcaTokiNU9goeD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #RnSFtQMf0h6G4kMxHlxF1Ev4LDXn7Wr9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #JdqurNHh7GM7Fbi9ngPLxnyuBiEe6IJn { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #HWvplFqR5Nzw8PmN7QcU6Xg3OxMfvKMS {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ShDe3Bnt21LqmI9v4fFSmkalh8lLB45r { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #eQmU0ihpT23EUWnBIrGuGbEkMCRnUSHl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #evCGJAtNmXsVKb7oryv1JLNlHxLiO7h7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #q4qGxXpd4ovWJOLd58QzaOviwIrv3FeW { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #UXTfyh0G2PxS3Gr0sW6XNDNd6BR7bQcp {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #FfQV4mxn5MRkw0xsHcg8rKKA3OCid4aa { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #dInTDAxEJDkME4nELJzwlFF5N65ISLns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #CimtZeMMGTE9aCIUxLRmEamKe75vITvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Use5bDh1IzoTtbFMV4txHO9lgQopk35T { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB { display:none; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt { display:block;position:relative; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #BHvsl02bnfX92FX8313Q2x7zGqsrqllD { display:none; }
#mHPBmfIcrCoHoTDqa18P9PvAKKTH9CdE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.75rem;width:14.1875rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3rem;left:28.59375rem;overflow:hidden;display:block; }
#CZuXTEhTcKcid1miTqyFFrX4137lLsbt { color:#f2a61e;display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.1875rem;left:39.03125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { background-color: transparent; background-image: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { border-width: 0; border-radius: 0; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#Zv46ssOh4Knxgw6wtBbL1eItscx477tr { color:#107d84;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:7.4375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nv7uhA4bQWEH04Sd5Ba04pDq2VTB8ZqD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:24.5rem;width:18.9375rem;top:28.4375rem;left:7.4375rem;display:block; }
#KQKMimE2ErPSyzIdz1JbtFN2VPon12mJ { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:37.0625rem;left:8.15625rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oORs2zreN1Ul58V13oVr8SXncr6v7c79 { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.5rem;left:11.28125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcwfqiaJLGEvZ4cBAgzgQe5TaJzpZcaT { color:#f39c12;display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.53125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9HuWLxb5S5W2DCiiRNM1TpHIpCsRPxJ { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:22.3125rem;left:10.6875rem;overflow:hidden;display:block; }
#JIVhgL4xGXGQNsB1DiDIhKmxB3CzSQlu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:24.375rem;width:18.9375rem;top:28.5rem;left:28rem;display:block; }
#UpSHptB5gobeIoJRZptrlhHbDi0bvL5H { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:38.75rem;left:28.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXtHgqiUhhiofzR8Z3sGWqmMdD8GyFeE { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.5rem;left:31.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7NBkdApV5chWtHPVotq1e4aNsCDecbP { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:24.3125rem;width:18.9375rem;top:28.5rem;left:48.625rem;display:block; }
#WV3eH9tByuqbNn5hf9PPPMCrtTSplUaI { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:37.25rem;left:49.375rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqHgt4F63TXdxPpDw9vfodL8cDS5ESvH { color:#0babc1;display:block;width:13.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:49.5rem;left:51.96875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iclIo90J5prZK86bVxXBtqVXXPlwFgGe { position:absolute;display:block;z-index:15023;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:12.5rem;width:12.5rem;top:22.312500953674rem;left:31.25rem;overflow:hidden;display:block; }
#a83Ig4k1XeL3kNekoJW35V3oOdaWCT3z { position:absolute;display:block;z-index:15024;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:12.5rem;width:12.5rem;top:22.312500953674rem;left:51.84375rem;overflow:hidden;display:block; }
#NgCTJXde2QV7heXym64gutbTlUsVlzan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { background-color: transparent; background-image: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { border-width: 0; border-radius: 0; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#tdACN5kWoZx3PUPMHSX3Q99ToX6UVBEK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:24.5rem;width:18.9375rem;top:9.625rem;left:16.84375rem;display:block; }
#cNo4vk3ooxNZonycAxSHTfngvXMi3xu8 { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.5rem;left:17.5625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8dPq6v6oK8ITLikw9EspqaRJwzneidg { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.25rem;left:20.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X2P7EkMZfyhWFpDqF3kq9b5pENFT2L7l { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:3.6875rem;left:20.0625rem;overflow:hidden;display:block; }
#SDT1bOGzBOT7Vq1gpT4vrc9OsNUr24mu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:24.375rem;width:18.9375rem;top:9.6875rem;left:39.90625rem;display:block; }
#HuSFmPgAHXGTHfiP1ZHBp51lEthslCCX { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:17.9375rem;left:40.625rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsfJ4ppgm0CBkWRAixOJyU7fO17TRfFW { color:#0babc1;display:block;width:13.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:42.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DH4nV4x44gkS4hCMKRtTSAuaftTI2rHG { position:absolute;display:block;z-index:15023;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:12.5rem;width:12.5rem;top:3.6875rem;left:43.125rem;overflow:hidden;display:block; }
#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container { background-color: transparent; background-image: none; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container > .video-iframe-container { display: none; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row > .video-iframe-container { display: none; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container { border-width: 0; border-radius: 0; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#pfMn9gZUWAEZE1IN5IhWF0xdCd1POt01 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#boVq5sFb72GwmQyyZAEhJDaDR24ipqsl { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { border-width: 0; border-radius: 0; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#tkqI78HkG1vC6tkTUfvsFEqokzpJTIXt { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:29.0625rem;width:18.9375rem;top:7rem;left:7.4375rem;display:block; }
#tfQLKP1mcP840zVofTO9vCKHRVqEizTR { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:15.8125rem;left:8.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3HgWqcDO9TJ8KS4tq5uIkxZdl9yiuzy { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.375rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#On7qz8AQeJIwOpeVkEWlxsFrH8FrfWvJ { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:8.1875rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OqqGvmZ6vG4fzRoLWB7ttve1RJQJ6Cwl { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:0.875rem;left:10.6875rem;display:block; }
#dDGq1QydfXXruP0aq4EzG7gferxVq0Lc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:29.0625rem;width:18.9375rem;top:7.0625rem;left:28rem;display:block; }
#WZrfAn6eTa0DwgzRbvEOV8NiGMNSh6gk { position:absolute;display:block;z-index:15027;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:12.5rem;width:12.5rem;top:0.9375rem;left:31.1875rem;display:block; }
#SwQbu1btTKtQ154if2c98zLpIwnpBVOH { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:15.875rem;left:28.6875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFzqzZkgTKppQ8dxagfJrvckM9iTVLHD { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:28.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wT8v4bsJvReT8RXswHUPtzqVntnyfkaF { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.625rem;left:28.6875rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zAOAhgN3xZkh4gUVXaS6N4L0ZgLav8eK { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;height:29.0625rem;width:18.9375rem;top:7.0625rem;left:48.625rem;display:block; }
#wNbmroOvoHoxBB6wfbdX45pFUcyiW6OE { position:absolute;display:block;z-index:15032;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:12.5rem;width:12.5rem;top:0.875rem;left:51.875rem;display:block; }
#sMSPWddM60QcPkDfupTChR4U9bUMuz5Z { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:15.8125rem;left:49.375rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3D47OGiuUbLhfttOxCtoSLCBpTKOHHf { color:#0babc1;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.25rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6Jc9FbHGquhFLXEZuNDZ6T6zgbOGQmm { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.375rem;left:49.375rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/97e84c68-1762-4719-b40d-d18d32f9ddc5/Agni1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB.adaptive-delivery-prevent-bg, #o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB.lazyload, #o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB.lazyloading { background-image: none; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB > .row .container { border-width: 0; border-radius: 0; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:75rem;position:relative;display:none; }#X87TsyZeI4BX3Hn6RWdLZpXNqveB9To6 { color:#f1f6fb;display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:22rem;left:39.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hw6cVBBOXtg7H2d2kFpSACtlspGO91U6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#SfEB5r8ytgwVmJaVVUIJKp3zE9gokbba { color:#f1f6fb;display:block;width:35.9375rem;position:absolute;font-family:"josefin sans";font-size:4.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.729169130326rem;left:46.5625rem;height:11.2122375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJNA3XXnPoTwUKJvBOaNM4R3o0d1Pe1h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.6875rem;width:33.625rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.205729722977rem;left:46.9375rem;overflow:hidden;display:block; }
#GXHHD4TT9cKDGAvzLCO8TDx0Te96KWz7 { position:absolute;display:block;z-index:15010;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.125rem;top:36.500001192093rem;left:48.75rem;display:block; }
#c3xJTMWby0R9MEdLadQbi0Av8rCTMAsU { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f39c12;border-left:0.125rem solid #f39c12;border-right:0.125rem solid #f39c12;border-bottom:0.125rem solid #f39c12;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:54.500001192093rem;left:47.625rem;display:block; }
#OauFEXBkPTVTk6K7xpWmJAnLeAW7MLX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVCrkXCxkhthpSSXvtXK6ygCZdIMJm4l { color:#f2a61e;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:24.509115874767rem;left:66.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KziSMVgw1pwhmM96HEt27c27vkecZxOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/89fe9586-32dd-4564-9050-0883148c32c8/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV.adaptive-delivery-prevent-bg, #KziSMVgw1pwhmM96HEt27c27vkecZxOV.lazyload, #KziSMVgw1pwhmM96HEt27c27vkecZxOV.lazyloading { background-image: none; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV > .row .container { border-width: 0; border-radius: 0; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:none; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E { position:relative;display:none; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E { border-width: 0; border-radius: 0; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E > .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; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E > .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:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kWnzQy8NqowxCCAmfBzRu422ByTtt5C5 { color:#002457;display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.53125rem;left:6.65625rem;height:19.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh > .row .container { border-width: 0; border-radius: 0; }#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:none; }#C5J0ttGas0kfm9BHJrWG584runsSqF8e { color:#0babc1;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:15.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5aRaUsdvkVhUy0IndoDEbxiOxsrDHH5 { color:#f39c12;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.25rem;left:14.65625rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mfHIESXGrar0IUadHmdrVvPX19gxCCOv { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2812538146975rem;left:18.75rem;height:22rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTazXRwsrhTvO5nEtEwaoFOlyrpt5LXN { color:#0babc1;display:block;width:44.4375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.5rem;left:15.28125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/093cdc1a-cfa1-4310-8fdb-f314b041ee6b/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe.adaptive-delivery-prevent-bg, #pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe.lazyload, #pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe.lazyloading { background-image: none; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe > .row .container { border-width: 0; border-radius: 0; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:none; }#WiK2q0MoPed78b3TEW05hibvlIlfyPNZ { color:#284d42;display:block;width:23.1875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0rem;height:8.625rem;display:block; }
#dxn7wyWdpMzu5UWNVw37FL74SDSBWWGm { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"josefin sans";font-weight:700;font-size:1.25rem;color:#0babc1; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a88c600c4e11490261196b2c5798c8fabb64d301.svg");background-size:contain !important; }#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-trigger.adaptive-delivery-prevent-bg, #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-trigger.lazyload, #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-trigger.lazyloading { background-image: none; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 { box-sizing:content-box;height:auto;width:34.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.375000953674rem;left:37.5rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #KwyDqU0UxdpCf5WxMstkzxKGVfUZetQT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #cmCAMvDns4J1ZN4hPT3k8t5BuXst7kqo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #X2OpvLMhNsJ214XB1mWJVWGlcJkzBWRc { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #RBVtbvsSFaDSAPtRVzHswNQPZA1GxZaA {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qAVhWrCCg2oEVyRMZnGmOVesLS2S6TrL {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #G0qW3du1eQZliXTT2aPR6BUeI4WXkx81 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #II1wsqeZBPy6n5XqTT54s66MlaUouk7i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vwo6mOc4HH5q3BoTXdU8bfGs9bxpxWIT { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Mxsq7zJ1LSp3QSgTU6m2ETQIiTukFw3o {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #VepFJiQ2TcadkICK7OXh8q2ub8Fwye0x { display:none; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #P5KciVerb3IR61tkcnTJHMdai0rxm73D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZSOytK2ON7XH04XZklSk4GBMFHgGw0CF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hpl7HWlwbatNFLbMdaZD4hWgcRIhdsPz { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ozGq397lSEtkXGAM1IA8w9ixN3w9WRgx {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wTkbNXuw1PvV7GuNBRxRqdC37yTiy1F1 { display:none; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vHVgTsHw39NFDrb7VJO5OZxkkDWU5OI3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #FfOHPxZusAKv7dqsgvg3ivl6O30yfVCa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZfGbktsidDMLXnlyRKT6VLNCbFW80lFn { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #shKkcCL0Gk46Xc9BXTFleWZPINB0dUr8 {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CAzwy6rIKP4HgTlUmMGmlcOgmtCqdIHI { display:none; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #M61JEJVx4niS7J4m8mRQuekLilL3AUXo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Tkn5u4X3ib2WWwK0RfFdizNIMVcw7451 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wFDOTJAtJ6STygeMTerJW3xXSU8VTra3 { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hCygJutF2TIvZwdbXSOZN8P1uppXnkui {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CNg129eqX9wX91scRKxE8aITSy8KVSQV { display:none; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Iax26dn7eQyg9hWwiH2KWOJaTsQhMrTz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #D9ecmLWpKfgIKU2RPyzNrDaTow11hEmh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qXSOEnCDsEdKhN8TIIMCWoR4yuVXeXS3 { display:block;position:relative; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #JNZSnQTc2sfsiZ89pzM3GwTNnZKRHDic {  }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #s8vo2JBb8EEUXg7s5I3krmbwt1R0WpN7 { display:none; }
#sqAA8zemTzPLCieWhuT4uP9rOi5bn6d7 { position:absolute;display:block;z-index:15020;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:5.75rem;width:5.75rem;top:3.75rem;left:13.5rem;overflow:hidden;display:block; }
#bm0E6mVFQN5eVTUEBQDUUz8l08zXcvD6 { color:#0babc1;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:10.875rem;font-style:normal;display:block; }
#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm > .row .container { border-width: 0; border-radius: 0; }#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:none; }#IBGEnkbvGM7zoCJAUPTLG6LD5MD3XEQm { color:#0babc1;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:10.875rem;font-style:normal;display:block; }
#KFVKL2DVVg4lh4yD7IBzo39Pd9OUxER0 { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.4375rem;left:1.40625rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-heading-text { display:block;position:relative;width:100%;font-family:"josefin sans";font-weight:700;font-size:1.25rem;color:#0babc1; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a88c600c4e11490261196b2c5798c8fabb64d301.svg");background-size:contain !important; }#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-trigger.adaptive-delivery-prevent-bg, #g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-trigger.lazyload, #g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-trigger.lazyloading { background-image: none; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D { box-sizing:content-box;height:auto;width:34.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#d7fcff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.375000953674rem;left:37.5rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#g4rUwapRAo7TW1f680wATaiamUcOxk0D #ENklc5xcKbwUAlZrmQcMwR2S4VmfG6hT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #mG8MbtuHXpbACuZE57RBQ8oMkeilTNAB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #TVKUi66zOJKnvZkMcL1z3neU46lnnV7y { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #yINbhCrpdbL6RSO0TlaINraQNd9ENO58 {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #vkCOxkvnamISFqeXi4HZ0DTKaIl3w86X {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #UMvAkMtf649r0mmiLqZh4sTLA7lhUa0O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #dOOJcDPJNP1Au2f5dz0fMHBXtn1aKRao { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #JrwpvWWcAfVOPUsEE1PNdMTgyzxkEmGI { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #akmoTGzmDIx7MuXin479t6PxN01wvsZr {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #XR1U4tuoUZnrRy6RcuOQwq2D93O668qk { display:none; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #OeqGfTU3Heh48K9e1PL6WLEbU0sCGAEw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #ADEmxM4V539eSFTDOZu3CQMODbk1KqZa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #uGIrNzs0MLfJplpdhd8dmX1pA3F8u6VA { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #IRE0qnmoO4bkm5gOgQUOmriZfOrhx1M6 {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #oyVF8ghcbPC2GlkhcEQnqWxpcBRXOUaI { display:none; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #k4ygTFlKVTZ2nsP9Pb0oCdh0BVh7qrwZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #RfAR4tlXaXuoZ2sfXTyMX56DAizrihcd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #SInNEkZZVi75eR5v65RSbpUw6WgSTddT { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #FKRERTdNWLPMGzCmV1658eyQ4PdSHv7E {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #OQN7hDdkIxa2d97KAGaHO6bVyWmaWJiw { display:none; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #dvyrZUNmIr79OMPqt6dDWOmWBuTXukaO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #zJH4IiqaL8WyfvvcC7Kew2SrVrhZZaGs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #agTKLnEcT7uWaAKT6lThXTBigUdRVISp { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #D34buefmwAgJLUdJF1rOf18LKFPVVCk8 {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #qqIzD63CK1NhSgOMdmPTirPxKg4k3EN3 { display:none; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #ETxQamav3drcSzP1uff2dpTRUokeOKh8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #ZThESHc4sVZrB0TovDtBKKk1fZgmZ6QD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #gVJdBfXVOOTnLV3XFzo90FfmGItVmI2t { display:block;position:relative; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #hN7UNamQVTTu3byHBE5sNUNTOOw5Mtba {  }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D #tGeHsEIFlODvr8zJgmK1bs5K4fD8JW1X { display:none; }
#v2UMUr2N8al2DCOTGN3kC3nyFWXitK5z { position:absolute;display:block;z-index:15020;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:5.75rem;width:5.75rem;top:3.75rem;left:13.5rem;overflow:hidden;display:block; }
#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { border-width: 0; border-radius: 0; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:none; }#CVWf46vFNQyTqdRiKmH3avSbo43vKG8K { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:7.46875rem;display:block; }
#Bq3ZrAUMRSDALLq4z347xVhIBf1oQmT9 { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:6.5625rem;left:8.1875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJcy0OmAfizm9n35WaAImzcnrFiMFhSn { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkODEJsTNSww1o80NtoquHGZMOIP29xX { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.9375rem;left:8.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xS1VVpyakvWGOxXOw28oBFhM6qPCQpKX { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.75rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1tR1c8cEPMIeIOO85komg34npxKTBVF { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:28.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyhhJk25u448ez5XxNRBBPfPyVNfFRwo { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:28.0625rem;display:block; }
#rp4ZZltNgtvcm7aGhwTXtRKtPIyFuFuN { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:6.5625rem;left:28.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNRRRWbnKyteraB7c8AE7151df5q7349 { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:49.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GcUEawGMCncocfviPNk2T5plsWTlm6LX { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.9375rem;left:49.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GwtQNWfUz9sOwBOqBWor3TDkHT8US58T { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:48.5625rem;display:block; }
#dT2i8k9Pal7LeHU11Rn1qZz7WvLWzIem { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:6.5625rem;left:49.25rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { border-width: 0; border-radius: 0; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:none; }#TI4JmPdhhiW8hEMTdBEvIbfHGGsqILg2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:7.5rem;display:block; }
#tLDuZhrOM3MNF5KahZvkKVl03xEvzJFQ { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:6.5625rem;left:8.1875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMGruSgMzFIMO8eDg3hGVhZzb9uLMs5G { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T61Mi6RIA27yZSVTa9QMS14cOwwwMBJB { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.9375rem;left:8.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMGU5H13b3KCcPvdGOGzrUyI6s8K1Mw1 { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.75rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#So47ffbn04iiBxWHMxMJlrfEzRdzQqba { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:28.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bs7wQthqiWmuRJo2fdot9xDidftCMSXl { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:28.0625rem;display:block; }
#Os4FksL7dDCDoSuNVGzX4x6iurWgSwSD { color:#606060;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:6.5625rem;left:28.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJGaBONCAVKAvi5DPPcKDAyL7McxsVI8 { color:#47545a;display:block;width:11.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:49.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFf1DElMBP5HkLNTFWMgkdW7WwEJnTtw { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.9375rem;left:49.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKeRso7PAEHvHf9bgJV2NUQpaHsTOQHS { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(36,85,186,0.2) ;height:12.25rem;width:18.9375rem;top:4.4375rem;left:48.5625rem;display:block; }
#UBmlKwLRqoDlhWUazAnzLtNina7N65Fq { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:6.5625rem;left:49.25rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 { background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/0d5effb2-e1f7-464d-99d7-6996333d6367/ZD2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3.adaptive-delivery-prevent-bg, #RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3.lazyload, #RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3.lazyloading { background-image: none; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 > .row .container { border-width: 0; border-radius: 0; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;overflow:visible;position:relative;display:none; }#G8EsS68WvmQVZmXy4JX3bi4aOlFrOMoK { color:#f39c12;display:block;width:43.75rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKvDECRqooNtip6XTcqtpoyLvoTntD9S { color:#0babc1;display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:21.5625rem;left:35.3125rem;height:15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLvxhEkSoTbJquBMTFgVKZxuFKxmbT3C { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.4375rem;width:7.3125rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.1875rem;left:49.46875rem;overflow:hidden;display:block; }
#oQWkmkvFlQIfGmsvavM01Zk73qkEBuT8 { position:absolute;display:block;z-index:15017;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:5.3125rem;width:5.3125rem;top:39.916667938233rem;left:51.15625rem;overflow:hidden;display:block; }
#vTx4xa4ANA16kHghsRqC2UDWEBcwcvKC { position:absolute;display:block;z-index:15000;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:15.8125rem;width:15.8125rem;top:35.8125rem;left:45.90625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4MwqNvcVcCTtxymm0cHhkAJuis5H198 { display:none; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye { display:block; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzHMCBOKgOodOrwakn6aTL8Nli3nmWpR { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZygzU1yDCJbrVlggUvdiZ0k34ehGkD5p { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNySK6tNiXCTbL2vQdbswDpr0aINszcl { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6pNsIWa494qGTZokTZkzqHvDa5N5U9 { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwks88J0myGqzkv4O4wBpapOWUPXChMu { width:16.2473965rem;height:0.1236979375rem;top:14rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93ESSfUAfTOH7T973PFZgmJP1ky1vIr { width:40.6236991875rem;height:10.6875rem;top:24.684896469116rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUbbG4piE7lLbpwJ6NSSrG9W6f8vUEvW { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8L1kKZ5sJy5kHTEnpK9IimgowVTXquX { display:block; }
 }@media only screen and (max-width: 763px) { #yz6hKLpNhOV5Nvk0AJEk5TCG2QrBy9LV { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imqK7ZVv2RvKMHGgGvtJTFdFrCTs8uws { width:40.24875rem;height:8rem;top:26.029541015625rem;left:3.749267578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ { display:block; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDgPewZXLsTquM75K1eXiQafCwWGvRg7 { width:44.4375rem;height:4.875rem;top:21.3125rem;left:1.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuM7ETmBBC7BIwhXkhgU87M7OczUI6JZ { width:37.5rem;height:8.125rem;top:11.3125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s { display:block; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivtlACGKoam63gtHQqaElGotvSxGVFKS { width:44.4375rem;height:;top:11.4375rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4WCQLfaUuyRfTlLkqnuWD6h2iahULT { width:37.5rem;height:0.125rem;top:26.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQJieLVfm94WvDJGcXcc6OkKUF7RSKG { width:44.4375rem;height:;top:15.875rem;left:1.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miRtbaKctF8mkcEdhMoWIX6G8ep8BV8J { width:5.3125rem;height:5.3125rem;top:3.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffwtf0t5CPZ7HRH2QMbNkuSJJOL4fkUa { width:44.4375rem;height:;top:23.4375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld { display:block; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av6xAxTyKwATE1xtOLO228mT2wegxBQH { width:44.4375rem;height:7.3125rem;top:11.625rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIWh65VLkl6SlEtdFH7ASlO9u1GAZpLE { width:44.4375rem;height:;top:20.125rem;left:1.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UFNRCQTFUOV5LFinZveb7wXIolbGJ { width:37.5rem;height:6.5rem;top:26.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTKTeRIAEWJpp2LEI3ewkAbar3Qq1LJ { width:5.3125rem;height:5.3125rem;top:3.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Jfb7ZhET9dR2oFh8HkSm0KOkTU4RfO { width:44.4375rem;height:1.625rem;top:34.375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 { display:block; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3eB4rHE8H2Hu2aUhAs7AaTy7M1vEpU { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKnnmfhefTcuB97B8DNsxe8a4zKCcgmC { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv1N7ViLE43xWl1a50M7Nkfxz0vhuNK7 { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAhHDeiHznUIWJs8x1FCZrQDspGbRxJ { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0IgfuOTuGAwPXTv2eAsTUGgKLr4uUW { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHdTRpzI4hJtF9kUkZTwoHgzlhad6UNo { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPRNvmLkrVN3DHGiqO8HTGg6RtiLZBap { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsfrON1pMDebzsiltO5vMg87Aoy5agx { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4PoKk7tICQSz9Z9kyphDm4gIqQBXKCs { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0cX1csMdTERDaV53p5elf8p22OBcgx { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 { display:block; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfRF8J40dn2CMQLTxnGmHGe20bDUPAIT { top:7.5rem;left:0rem;width:34.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udwoet9UdPTZ6Anrirg00Ff4RxJswO18 { width:30.0625rem;height:;top:12.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAmSe2t0xJWEgTlfzTzboIKF1Fi9ohcz { top:7.5rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X157CL5wwFLwr9K17ZaXSq3tt3DtzbfU { width:2.1875rem;height:2.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JskvrQQM1Z4mwrnZzHqFCwsQHhm4KdgS { width:29.9375rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kMU0CFmF8SN9neyO266EkW5CCR1ivx { top:30.5625rem;left:0rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8T0u8uPEnEbOVROCpbXEhOdVkCDDidv { top:34.5rem;left:0rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAAoKaMTUEi5CBT2pxPWOgAcF8zfbNOc { top:39.8125rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPJMTOO9psPq0qJTnD88rpn9n8TOW524 { width:2.1875rem;height:2.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTx5OEkB3lcbUVOWf2a8AxHUJaTgSPa { width:2.1875rem;height:2.1875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi { display:block; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN0INVWo0RaRsJSBVVeRgTAprPFMPbLW { top:7.5rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbmX7GwTUqGmC6NlAH8w7SkBMChVU3PE { top:36.6875rem;left:23.875rem;width:23.875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkwp0T4sRO1NsyQMv44hqnkXPIny4Soh { width:29.9375rem;height:;top:16.125rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqK2bs5CHILSmp7iLZUcVDDfuX5X6u7T { width:29.9375rem;height:4.875rem;top:30.25rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVofaWiPyW96Rmd1aMiTMx2hAW76krT0 { width:2.1875rem;height:2.1875rem;top:42.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhoUubpcEzbnUIk12ISWu9wezo6trR7a { width:2.1875rem;height:2.1875rem;top:37.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc3F0ONDUSPI7wDCURJCrHJbWqlVucwC { top:42.1875rem;left:24rem;width:22.5625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0TNSzUsLaPyi5ONWo24yVmIfldXtPr { top:7.5rem;left:21.5rem;width:26.25rem;height:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1EfF3T75eXxQq7FHusgxVWqSeTSeqSb { width:30.0625rem;height:;top:19.1875rem;left:17.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1MTOqsnTyVdUgli5yLZRa9ySdQTEwN { top:48rem;left:19.25rem;width:28.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwJS2oWQZLh03NxJWnKUTybmX0CT7EUU { width:2.1875rem;height:2.1875rem;top:48rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 { display:block; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlhf4SHgwm0bIU2sqqDxcG2ypTfqaHS7 { top:7.5rem;left:0rem;width:34.25rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIH8izNP2Rx9d1E1WmeIRfi2lFE5Ot5 { width:30.0625rem;height:4.875rem;top:16.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeVmloneIASscQrzfyUWF73Umxro3Orz { top:7.5rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXKJAS0zHfJgy6BzxKwCNExKwkwqPG2M { width:2.1875rem;height:2.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVIu4PNdsb1m6Rq474V0Zd3BQepVJT7A { width:29.9375rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuiC7h719kGtmPW3PaopJvgUJJTAMQR { top:30.5625rem;left:0rem;width:24.625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx2G29W0sIFJnRCNStuei1T9O1OZmiNA { top:35.1875rem;left:0rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJtPdf1EybN5Obt9PDJe0GXpzqgXapW { top:42.3125rem;left:0rem;width:24.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHXKRotIrl9Kb84KfF7oss9FViNbN4O { width:2.1875rem;height:2.1875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv87P6481T85wI05P7qTxVMm1TIFRJEb { width:2.1875rem;height:2.1875rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiJoHivL0TOH1K0ATbtBTFTAJ4Kwz0DV { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8mREo4aCOcoxITrPvgMsLD9gvQDWQQ { display:block; }
 }@media only screen and (max-width: 763px) { #KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC { display:block; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gct2obLEDxZBwRBWWWtK6lQ1FafdLaK4 { top:6.0625rem;left:13.5rem;width:34.25rem;height:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmiTexAuLGXqFyXqbTU8wXQOgePRvNZr { width:30.0625rem;height:4.875rem;top:17.5625rem;left:17.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvN6oVOL3cBzNCNlowFVnOncSw5wpOen { width:2.1875rem;height:2.1875rem;top:30rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8XHTLkHE5vsntnUhmnywWxBrNbGcy1O { width:29.9375rem;height:4.875rem;top:23.0625rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7PqZSQ8gwzRZgLInuyBWgDK9Tn3eLL { top:28.9375rem;left:23.125rem;width:24.625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZ31IRpbxt5BHoisd5BcnAnAVptovTk { top:34.5rem;left:23.875rem;width:22rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21Bh63UR7Mgehy8pkFbiJ6NhqQFk05u { top:41.8125rem;left:23.25rem;width:24.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTzIrWbGKtVfRstmugwKTAOxl5L5i76 { width:2.1875rem;height:2.1875rem;top:36.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbi7do3VkIqurWggtkJBM5t6OT0zw9b { width:2.1875rem;height:2.1875rem;top:42.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daip4xOx0H346Bi3qRqL7RzLQvBHK4ue { top:4.375rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 { display:none; }#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #npDh1Tb8afEdgNVXzLNXuRraG0Tb2LgX { top:6rem;left:0rem;width:34.25rem;height:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuJTEScV1DITEx3H7IxhAvpO7sNuR53 { width:30.0625rem;height:4.875rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ZLhOilPlLoQhtO7ZJJZSwho8DqAJgP { top:7.5rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOrT9k0vxVNilBAiXNMiQ58Mcv6rcv1d { width:2.1875rem;height:2.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL68mtpV8StkE7A7MVJkEvU3TIMClcQX { width:29.9375rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HST7Glsh02GIUcMw3buoDVI3GFD8ZObH { top:30.5625rem;left:0rem;width:24.625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94iF9v8v5uQSgs1nB9zQhiB1gvcxBkD { top:35.1875rem;left:0rem;width:22rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QqgEfQh1HcnPTMNUtwbQ3iBbtFwg0T { top:42.3125rem;left:0rem;width:24.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9EkHTvetUPDZ19nXTiItCZ8oMKQRTx { width:2.1875rem;height:2.1875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufkEbCKf24bA06mokMxxDANK2a8h13lU { width:2.1875rem;height:2.1875rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxhh6QH1dzisqGinDiO55K0gfFIDEWS { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWbtInGiHyx9zG2aVWTnq8GZ8HHMn9S3 { display:block; }
 }@media only screen and (max-width: 763px) { #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l { display:block; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRoVAeWxwdhHIwTbnvSDOdJQsJtRWd5c { width:29.9375rem;height:4.875rem;top:4.8125rem;left:8.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ { display:block; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbNUaJ1PzUx80JgbFTRFbXDZAQQViRbt { width:44.4375rem;height:;top:11.625rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPBKEA0s2mb1e6rscHZw8z1ZO0yVVfF { width:44.4375rem;height:;top:20.125rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwwDkbnhgOLuZeBbey2IfFTriyqOCfX { width:37.5rem;height:4.875rem;top:26.5625rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTV4oq4DuCVeBu8huJOOkRWWNfsQG98 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT4ulAJatL1a6byra0NxeNTu0FNck6r { width:44.4375rem;height:;top:33.75rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I { display:block; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVZQvg7cJS8loT9CE3hywvPiT51EHxzK { width:18.75rem;height:24rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXmVJSkzM6rEFSs2cXq2QNDEvxWFg8Sw { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ6pCDWgKE0nx6H5boTzlVNTUpiKKO0U { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xlAqu8uUqcioqNtyvLFHaaRRMeDCC3Se { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCZim0lP2GZog0X3Oq1Ja7y959JyeSH { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhNAsaclRVL1LBdDU9i2vltyKluLVUy { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sanlxtBzrnA6K51cAWRMXgwZqsWMJn4k { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #yAAPaEdqiMnlHRXDTQ1CfcKzPtqeNBo3 { display:block; }
 }@media only screen and (max-width: 763px) { #xEh0VXhT3NNX3sl8sCHxkzxFlvF0mXNO { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G { display:block; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K { width:43.75rem;height:22.99375rem;top:1.90625rem;left:2rem;font-size:1.0625rem;display:block; }#lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K li:before{  }
 }@media only screen and (max-width: 763px) { #ZXWb8JZTlHDM3DU28ZeDD4MaoEwlZ5zC { width:46.3125rem;height:24.8125rem;top:1.2474365234375rem;left:0.640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIdS500lTF5frlXAz8XPQRNyn0ObxkD { display:none; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container { width:47.75rem;height:23.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGqoIEZABFKCkd0cQu26HhkokaxzlcOy { width:18.75rem;height:18rem;top:8.3750009536744rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xpohZFGSVNlzRQBot2QDC8018Knv4k { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7FTFgMLZrJGnxigdQiA511uGeTWp5p6 { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9T3g5215Mfh3JUuBIMEnsTbrmqMUlt8 { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tgnnWkKwkaNfHTTtVRmE8Junw61T7BQI { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UocVXus1m8rJeGs4BZCTXC5o30dT2z93 { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TevNEK3hZ8UVIr1OXtQs3ez5cEHXH0bC { display:block; }
 }@media only screen and (max-width: 763px) { #TrZbAvI73PnIFH7gO7GOL8xT7Df3hp6e { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BPgaSSH2I5mOT90whHCnGLZqfGJz9Cfz { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I { display:block; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAIxTdN9HxooTgZUBxIm1ChZp9mNff9n { width:46.3125rem;height:30.125rem;top:1.25rem;left:0.64192712306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e { width:43.75rem;height:27.23125rem;top:2.5rem;left:1.9980466961861rem;font-size:1.0625rem;display:block; }#zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e li:before{  }
 }@media only screen and (max-width: 763px) { #ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 { display:block; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOD6DGG3F5V1TtZhTA19uVmFQpZpT3SH { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OafyHrJ51ZHLzzgH0hnJUWfhPcgAw8cO { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPiS2QS5dXwLsdxDw21ZKgdK2SLuH6XH { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #T100ZHRghxi0OqyS1hJvdCKI34iJ1rBq { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbCiaKGQc4m7HwO5XZiS5IEmHrdF0HGK { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT5IlXAaToq6PhqUZPqvhsOsfVCK9AM1 { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BliZHkIGcVyMf5fmxHMbAXi5XBuv0NcG { display:block; }
 }@media only screen and (max-width: 763px) { #caUvTT23ouULSz6ITcgXJf798qeFhKkz { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 { display:block; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQE2TfybAQbsLGGZXSci296pMTI7Rqb6 { width:46.25rem;height:20.9375rem;top:1.25rem;left:0.6728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 { width:43.75rem;height:18.75625rem;top:2.5rem;left:1.9980466961861rem;font-size:1.0625rem;display:block; }#sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 li:before{  }
 }@media only screen and (max-width: 763px) { #VI8pzInvokPi9vx1I1KMO52IhQpPtZPC { display:block; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLPl0vkAGAHLm8wqSwNaf5NWwgTGMfFq { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkQuitLqQlJcwZ4gFnXcdsUAK2BwagT { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMsZM8P76IsdNmy8WBh0ANELX7Ri21uu { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFePqEZctu45db9rl8JRUFtpUAVcpG9 { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #T8AK84MmcdSakNWaiLnQt2ALbko9RAFw { display:block; }
 }@media only screen and (max-width: 763px) { #hRgmx5HHFsJFGzIHCDqEdnoitGINmkoy { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VfAoAD71XK37nDM11eDpyU6d0LXIMJ6d { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NkPW5BXFgdQ6nh3fILmHv0dGqQTiWRLW { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ugNMvVKXe8N16Wc4Q8FflHWav1qypzLQ { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xEJenJMTX0up7Z9DITShonDgrAwyrGFi { display:block; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container { width:47.75rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snni2fqT3c3BLW80efLcT9MBTgfVDyXq { width:46.3125rem;height:28.0625rem;top:1.25rem;left:0.640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS { width:43.75rem;height:25.1125rem;top:2.6859359741211rem;left:1.9980466961861rem;font-size:1.0625rem;display:block; }#lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS li:before{  }
 }@media only screen and (max-width: 763px) { #Fy4Wst7E75DlbT08qB2Q23zo27MSQVlB { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td { width:43.75rem;height:25.1125rem;top:2.6859359741211rem;left:1.9980466961861rem;font-size:1.0625rem;display:block; }#aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td li:before{  }
 }@media only screen and (max-width: 763px) { #qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p { display:block; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaql3xw9TWzT4mIkpqLB2v71t7a6yks0 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ase6bAh4EymUsqvZ1XuqOJLp8CarHVKO { display:block; }
 }@media only screen and (max-width: 763px) { #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha { display:block; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LghrQbxrHpVgQ3LpRC9q0rzWfwlNnUqZ { width:29.9375rem;height:;top:4.8125rem;left:8.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8KOQR1sToI72U4s4dntem0gg0UmQFx { display:block; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpuwMO1K6H25zcny5SzMGHUdAWrARmbK { top:3.9375rem;left:0rem;width:35.875rem;height:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfolb0O5Og36dR2v0PzW3Ssf5ozBt0qW { top:21.375rem;left:0rem;width:32.5625rem;height:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olMmNucCKquTbqO8Cw4HoxFnzDuTb8W2 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKeychZZNSO11Mh94wQTBchtOLB4JOJT { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT.adaptive-delivery-prevent-bg, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyload, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyloading { background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { background-color: transparent; background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxW5TEr3sQyuMWtTZbvnhLiTJ3RcghSg { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK7egACc9AVDTMlJaVoLwCuyvhXoT01U { width:26.6875rem;height:2.34375rem;top:9.0000002384187rem;left:20.487499594688rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9VRNirbH5PDgIVP8KNeVQH355UqlJAg { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #tdTIVaNts7CkB58QWDoo57wuq3DdmMmp { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQCMBMT8CNi6pzUwHxPoLEosKhe6La1n { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #VdukBHJJVOx9izWP7Nlfvn742AWz1Qm2 { width:11.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB8H4AV8ndzx8oT9bPTb636g7zTu00Dm { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bw4m2OyCVxMBvcsA23qwGbdsiqpnyoNR { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDz853GUB6MbkmJXFIebeN7ObJm869F { display:block; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFtTUxT099l3TXU2fG6RdSIbylfHZmaB { width:47.75rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr { display:block; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhJvUGgnvyTxthbTNMdD90LiKgLEACXD { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRNaTVp6UnroLRyiAvMhWxhWdiE2oE3 { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMcePZxLpX0VXKZpb0e3EBSzLg6dnq9w { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvwfJ11PbfaoRpnaDsC8S9mLrrCB2Gp { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #ParrmI93ZcUokwq1msbUtZcC0PQyuaDq { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMH8ymmTpeXf4hnDbP1dz7y8NtlOf7Dz { width:13.25rem;height:5.25rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5mTQNlaWDoLNwvGRRwTcpTBlGND9TKH { width:15.5rem;height:2.9375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmw9TbpWXKqgaVWgqRaE7Q9iIMLUDa46 { width:12.5rem;height:5.25rem;top:11.875rem;left:7.62109375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XviIk0SfyQZt2hTnMEHm13qr1FqG4rPl { width:15.5rem;height:4.5rem;top:18.25rem;left:6.091796875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNF6Hhv5L9Na0WfNi6pXBhGc203g9DM { width:3.625rem;height:5.25rem;top:11.875rem;left:33.4296875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcTebWRA3BOusEqZOQ4hTVd28VmNG4D { width:15.5rem;height:5.875rem;top:17.5rem;left:25.775273323059rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8s8AL69u3Mh0b879CTw65e3apPKgRxz { width:7.6875rem;height:3.25rem;top:12.8125rem;left:26.251953125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TZJtNWU9bgCM4FERFDURtOXfyChXly { width:3.4375rem;height:3.1875rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni20IwZ1pze7JZ9JyqtO7Ek6TXbOy2Im { width:5.4375rem;height:5.25rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HZt05Oh0B9VHIZSaNyktZiSoWFT6Bp { width:2.3125rem;height:3.25rem;top:12.875rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZ1HLsJtxrHDxHUcXI2RtFGhEhnarfX { width:15.5rem;height:7.3125rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep1L5ssMP4XF45PkT73DUs4aoegZwPAv { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk { display:block; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMgK7zhsxggC0rlg2qzku6JpydSPRgmT { width:47.75rem;height:3.625rem;top:4.125rem;left:0rem;color:#000000;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDbrpnbuVFEG5WhFv6fUAxDLhpiTrgD { width:29.9375rem;height:2.8125rem;top:13.5rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkBmL5wGh9wcd6sG1fe1GGwlpQtKqB1 { width:46.875rem;height:57rem;top:11.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqXXwt6WeCTdo1Tr3EftfXB0nHJLE3BB { top:32.625rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnAo3hGfeyK6U5ekdSqPQRMQwxM3cme { width:17.5rem;height:3.4375rem;top:62.4375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm5HL4K7saUuPzfQsa7srk81AerfEQn { display:block; }
 }@media only screen and (max-width: 763px) { #LOIOo0polDftkcWowlVda6qH4heMMsXp { width:17.5rem;height:3.4375rem;top:62.4375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLcEBTC28xty8tpa7SrMTWQ3TuTeuP3 { display:block; }
 }@media only screen and (max-width: 763px) { #wvT4lRB6TtGx2FaUfR2wWwkUlgkTWCLo { top:57.125rem;left:25.375rem;width:17.375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTEBpKtGJZHrVAHZpEgdGNcdH2a5WMU { top:57.8125rem;left:4.5rem;width:18.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwHAcEsOv6kib05pLlC6t35wTIRHSi5B { width:21.0625rem;height:21.0625rem;top:13.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OAy9AWn4kGTpFUEVCoPTdrHrQXKMPr { width:31.6875rem;height:2.4375rem;top:16.9375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzuCHoULsSLahFTw5UP1uMrqAoMbzvb { display:block; }
 }@media only screen and (max-width: 763px) { #q0Z2P1OEWDEdUXcqRrKMyDzEzpz7xlsA { width:31.5625rem;height:2.4375rem;top:20.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hw4VqkOQCpixeAmdxAIMkxdTD1xrVm { display:block; }
 }@media only screen and (max-width: 763px) { #SeHT4y8ecmkpgAd4LEuZsPARFoS7VUAF { top:17.3125rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQcNayJNpMuLmf5wQiA4ZdW1qH4PZhD0 { width:45.625rem;height:5.5rem;top:24.1875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZap8T3IrA6nyr4gEtxWll31G9csNEZw { top:41.0625rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ThFMAOBTnHpGsHO7qM5N14B1ZuhDdM { top:45.625rem;left:7.1875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBEaKmlE34shR8o3zv5P4B8FPz8zNpDc { top:36.3125rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvC5MNc4M5atHlz0Meq5dQRuo9fSvxAg { top:50.3125rem;left:7rem;width:38.6875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFdkh4KnBAUOTmXJquEzJFMaTQBm0gn { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmu7FNLXofEKqE7zpG7EPwPp29IFziKv { width:2.6875rem;height:2.6875rem;top:41.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcWJas96bgqkF0UFqCnIA5spqiBlgzub { width:2.6875rem;height:2.6875rem;top:45.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t5eF9ZAAbVGpTN1S74byqtQnZmd57g { width:2.6875rem;height:2.6875rem;top:51.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIfSiP3SnX6hwoawQS57ToawtPeSqxLM { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #evvKmRd5nnworJMd0Uou5zIcxc8cqTFo { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpEeIctZOKIiO2M3coXGFAZ0u8yJRt1E { top:20.625rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u { display:none; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GcdUNfGvIPdkLBwZ5DrhAWGO5seUMR8S { top:2.625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VoqVGcRn0xGrv822OK5VNLEmT7lpya { top:8.75rem;left:1.65625rem;width:44.4375rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnKmScVtsX8TUPRrs2fWeBodekMrbwTc { display:none; }#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvTgqERfWNwTe5BMJTgcEH1NpR7p3Rxp { top:7.5rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv6Cao9T9IU3CZhFlevMd0a0K83d4ger { top:36.6875rem;left:19.3125rem;width:21.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1REUeHUX3K8Xx9yDTr1XLybgGpzaMin { width:29.9375rem;height:;top:16.125rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzHbNmc9cKI1XM7ZUTOWI5JPlXnNwIUN { width:29.9375rem;height:4.875rem;top:28.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVNm66yqrcaTSwp1qSaOzzJ8E3xVEne { width:2.1875rem;height:2.1875rem;top:42.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMtXfCoTy691Sr86dwVIXVZq9WLhGaZU { width:2.1875rem;height:2.1875rem;top:37.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlidNzTN8JSlKadH6rA3ogK4ao4DFsxo { top:48.375rem;left:24rem;width:22.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJeiZmkLAaKIwUoFUu6T1ckTBJiRTlu { top:10.25rem;left:16.5625rem;width:31.1875rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEDZ5203kKqgX4kieGBzHTJrcqNKqFe9 { width:30.0625rem;height:;top:19.1875rem;left:17.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMv8fgmH2UanLW5P6QHpn8KJsALQtDug { top:42.875rem;left:19.25rem;width:28.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbrMRENFVmtzzTQdFxF94gZG4ibrPZq { width:2.1875rem;height:2.1875rem;top:48rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLq3cI7nqOhesaswscSeySPu1yUUrbZ5 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaP5xwZN1SxtZLwCqSkmZEWS2b1MpX5N { display:block; }
 }@media only screen and (max-width: 763px) { #q1OcWKoz0VAgo451Zgz0qTqhsT1nVSye { width:30.0625rem;height:;top:49.3125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klI5mLX0thVSTZP3E142kJ2R5eylCENN { width:20.375rem;height:;top:53.5rem;left:25.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H { display:block; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSQf5nHNN6WAUAzfNnJfNcJvarKngWD3 { width:47.75rem;height:4.0625rem;top:11.125rem;left:0rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5gwXCp5N4psCWe0o6ZtTpMA2bX0b5y6 { width:44.4375rem;height:2.4375rem;top:15.1875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #tOaLiboVAqSFdWT08u7PSO40SF5bhuL7 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ROlmmAohTphDFaiDMPEGZVh27XN0iasy {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pyksHfbQ8MsXFUJnILxHJi3NGyehzPAv {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #N0A7G1Za3BrDobsTilqxzSh6Ty0FUz1u {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #sTwiA7PXP6Tpdnz0kSpHnn0ZbJDi2I9f {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #XDwyWyUqWxOoM6TAfepcaTokiNU9goeD {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #RnSFtQMf0h6G4kMxHlxF1Ev4LDXn7Wr9 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #JdqurNHh7GM7Fbi9ngPLxnyuBiEe6IJn {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #HWvplFqR5Nzw8PmN7QcU6Xg3OxMfvKMS {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ShDe3Bnt21LqmI9v4fFSmkalh8lLB45r {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #eQmU0ihpT23EUWnBIrGuGbEkMCRnUSHl {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #evCGJAtNmXsVKb7oryv1JLNlHxLiO7h7 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #q4qGxXpd4ovWJOLd58QzaOviwIrv3FeW {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #UXTfyh0G2PxS3Gr0sW6XNDNd6BR7bQcp {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #FfQV4mxn5MRkw0xsHcg8rKKA3OCid4aa {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #mHPBmfIcrCoHoTDqa18P9PvAKKTH9CdE { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZuXTEhTcKcid1miTqyFFrX4137lLsbt { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { background-color: transparent; background-image: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { border-width: 0; border-radius: 0; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv46ssOh4Knxgw6wtBbL1eItscx477tr { width:47.75rem;height:3.625rem;top:6.875rem;left:0rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv7uhA4bQWEH04Sd5Ba04pDq2VTB8ZqD { width:18.9375rem;height:24.5rem;top:28.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #KQKMimE2ErPSyzIdz1JbtFN2VPon12mJ { width:17.5rem;height:10.125rem;top:37.0625rem;left:0rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #oORs2zreN1Ul58V13oVr8SXncr6v7c79 { width:11.25rem;height:1.625rem;top:49.5rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NcwfqiaJLGEvZ4cBAgzgQe5TaJzpZcaT { width:47.75rem;height:;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HuWLxb5S5W2DCiiRNM1TpHIpCsRPxJ { width:12.5rem;height:12.5rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIVhgL4xGXGQNsB1DiDIhKmxB3CzSQlu { width:18.9375rem;height:24.375rem;top:28.5rem;left:14.375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #UpSHptB5gobeIoJRZptrlhHbDi0bvL5H { width:17.5rem;height:6.75rem;top:38.75rem;left:15.125rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #DXtHgqiUhhiofzR8Z3sGWqmMdD8GyFeE { width:11.25rem;height:1.625rem;top:49.5rem;left:18.25rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l7NBkdApV5chWtHPVotq1e4aNsCDecbP { width:18.9375rem;height:24.3125rem;top:28.5rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #WV3eH9tByuqbNn5hf9PPPMCrtTSplUaI { width:17.5rem;height:8.4375rem;top:37.25rem;left:30.25rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #HqHgt4F63TXdxPpDw9vfodL8cDS5ESvH { width:13.5625rem;height:1.625rem;top:49.5rem;left:34.1875rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iclIo90J5prZK86bVxXBtqVXXPlwFgGe { width:12.5rem;height:12.5rem;top:22.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a83Ig4k1XeL3kNekoJW35V3oOdaWCT3z { width:12.5rem;height:12.5rem;top:22.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCTJXde2QV7heXym64gutbTlUsVlzan { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { background-color: transparent; background-image: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { border-width: 0; border-radius: 0; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdACN5kWoZx3PUPMHSX3Q99ToX6UVBEK { width:18.9375rem;height:24.5rem;top:9.625rem;left:3.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #cNo4vk3ooxNZonycAxSHTfngvXMi3xu8 { width:17.5rem;height:5.0625rem;top:18.5rem;left:3.9375rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #P8dPq6v6oK8ITLikw9EspqaRJwzneidg { width:11.25rem;height:1.625rem;top:27.25rem;left:7.0625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X2P7EkMZfyhWFpDqF3kq9b5pENFT2L7l { width:12.5rem;height:12.5rem;top:3.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1bOGzBOT7Vq1gpT4vrc9OsNUr24mu { width:18.9375rem;height:24.375rem;top:9.6875rem;left:26.28125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #HuSFmPgAHXGTHfiP1ZHBp51lEthslCCX { width:17.5rem;height:11.8125rem;top:17.9375rem;left:27rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #EsfJ4ppgm0CBkWRAixOJyU7fO17TRfFW { width:13.1875rem;height:1.625rem;top:31.375rem;left:29.15625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DH4nV4x44gkS4hCMKRtTSAuaftTI2rHG { width:12.5rem;height:12.5rem;top:3.6875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx { display:block; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfMn9gZUWAEZE1IN5IhWF0xdCd1POt01 { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVq5sFb72GwmQyyZAEhJDaDR24ipqsl { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { border-width: 0; border-radius: 0; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tkqI78HkG1vC6tkTUfvsFEqokzpJTIXt { width:18.9375rem;height:29.0625rem;top:7rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tfQLKP1mcP840zVofTO9vCKHRVqEizTR { width:17.5rem;height:9rem;top:15.8125rem;left:0rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #D3HgWqcDO9TJ8KS4tq5uIkxZdl9yiuzy { width:11.25rem;height:1.625rem;top:26.375rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #On7qz8AQeJIwOpeVkEWlxsFrH8FrfWvJ { width:11.25rem;height:1.4375rem;top:28.5625rem;left:0rem;font-size:1.125rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #OqqGvmZ6vG4fzRoLWB7ttve1RJQJ6Cwl { width:12.5rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDGq1QydfXXruP0aq4EzG7gferxVq0Lc { width:18.9375rem;height:29.0625rem;top:7.0625rem;left:14.375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #WZrfAn6eTa0DwgzRbvEOV8NiGMNSh6gk { width:12.5rem;height:12.5rem;top:0.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwQbu1btTKtQ154if2c98zLpIwnpBVOH { width:17.5rem;height:9rem;top:15.875rem;left:15.0625rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #xFzqzZkgTKppQ8dxagfJrvckM9iTVLHD { width:11.25rem;height:1.625rem;top:26.4375rem;left:15.0625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wT8v4bsJvReT8RXswHUPtzqVntnyfkaF { width:11.25rem;height:1.4375rem;top:28.625rem;left:15.0625rem;font-size:1.125rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #zAOAhgN3xZkh4gUVXaS6N4L0ZgLav8eK { width:18.9375rem;height:29.0625rem;top:7.0625rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wNbmroOvoHoxBB6wfbdX45pFUcyiW6OE { width:12.5rem;height:12.5rem;top:0.875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMSPWddM60QcPkDfupTChR4U9bUMuz5Z { width:17.5rem;height:9rem;top:15.8125rem;left:30.25rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #F3D47OGiuUbLhfttOxCtoSLCBpTKOHHf { width:11.25rem;height:1.625rem;top:27.25rem;left:35.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #t6Jc9FbHGquhFLXEZuNDZ6T6zgbOGQmm { width:11.25rem;height:1.4375rem;top:29.375rem;left:35.75rem;font-size:1.125rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB { display:none; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X87TsyZeI4BX3Hn6RWdLZpXNqveB9To6 { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw6cVBBOXtg7H2d2kFpSACtlspGO91U6 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfEB5r8ytgwVmJaVVUIJKp3zE9gokbba { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJNA3XXnPoTwUKJvBOaNM4R3o0d1Pe1h { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHHD4TT9cKDGAvzLCO8TDx0Te96KWz7 { width:16.2473965rem;height:0.1236979375rem;top:14rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xJTMWby0R9MEdLadQbi0Av8rCTMAsU { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauFEXBkPTVTk6K7xpWmJAnLeAW7MLX5 { display:block; }
 }@media only screen and (max-width: 763px) { #XVCrkXCxkhthpSSXvtXK6ygCZdIMJm4l { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziSMVgw1pwhmM96HEt27c27vkecZxOV { display:none; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhBSWh7styJtM8gg5p6PNswokIxrIf0E { display:none; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWnzQy8NqowxCCAmfBzRu422ByTtt5C5 { width:47.75rem;height:19.25rem;top:6.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh { display:none; }#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5J0ttGas0kfm9BHJrWG584runsSqF8e { width:44.4375rem;height:;top:5.625rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5aRaUsdvkVhUy0IndoDEbxiOxsrDHH5 { width:44.4375rem;height:4.875rem;top:34.25rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfHIESXGrar0IUadHmdrVvPX19gxCCOv { width:37.5rem;height:22rem;top:9.25rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTazXRwsrhTvO5nEtEwaoFOlyrpt5LXN { width:44.4375rem;height:4.875rem;top:41.5rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe { display:none; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiK2q0MoPed78b3TEW05hibvlIlfyPNZ { top:31.1875rem;left:0rem;width:23.1875rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxn7wyWdpMzu5UWNVw37FL74SDSBWWGm { width:29.9375rem;height:;top:22.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #KwyDqU0UxdpCf5WxMstkzxKGVfUZetQT {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #cmCAMvDns4J1ZN4hPT3k8t5BuXst7kqo {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #X2OpvLMhNsJ214XB1mWJVWGlcJkzBWRc {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #RBVtbvsSFaDSAPtRVzHswNQPZA1GxZaA {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qAVhWrCCg2oEVyRMZnGmOVesLS2S6TrL {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #G0qW3du1eQZliXTT2aPR6BUeI4WXkx81 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #II1wsqeZBPy6n5XqTT54s66MlaUouk7i {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vwo6mOc4HH5q3BoTXdU8bfGs9bxpxWIT {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Mxsq7zJ1LSp3QSgTU6m2ETQIiTukFw3o {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #VepFJiQ2TcadkICK7OXh8q2ub8Fwye0x {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #P5KciVerb3IR61tkcnTJHMdai0rxm73D {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZSOytK2ON7XH04XZklSk4GBMFHgGw0CF {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hpl7HWlwbatNFLbMdaZD4hWgcRIhdsPz {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ozGq397lSEtkXGAM1IA8w9ixN3w9WRgx {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wTkbNXuw1PvV7GuNBRxRqdC37yTiy1F1 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vHVgTsHw39NFDrb7VJO5OZxkkDWU5OI3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #FfOHPxZusAKv7dqsgvg3ivl6O30yfVCa {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZfGbktsidDMLXnlyRKT6VLNCbFW80lFn {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #shKkcCL0Gk46Xc9BXTFleWZPINB0dUr8 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CAzwy6rIKP4HgTlUmMGmlcOgmtCqdIHI {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #M61JEJVx4niS7J4m8mRQuekLilL3AUXo {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Tkn5u4X3ib2WWwK0RfFdizNIMVcw7451 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wFDOTJAtJ6STygeMTerJW3xXSU8VTra3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hCygJutF2TIvZwdbXSOZN8P1uppXnkui {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CNg129eqX9wX91scRKxE8aITSy8KVSQV {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Iax26dn7eQyg9hWwiH2KWOJaTsQhMrTz {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #D9ecmLWpKfgIKU2RPyzNrDaTow11hEmh {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qXSOEnCDsEdKhN8TIIMCWoR4yuVXeXS3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #JNZSnQTc2sfsiZ89pzM3GwTNnZKRHDic {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #s8vo2JBb8EEUXg7s5I3krmbwt1R0WpN7 {  }
 }@media only screen and (max-width: 763px) { #sqAA8zemTzPLCieWhuT4uP9rOi5bn6d7 { width:5.75rem;height:5.75rem;top:3.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0E6mVFQN5eVTUEBQDUUz8l08zXcvD6 { top:9.5rem;left:0rem;width:29.3125rem;height:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm { display:none; }#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBGEnkbvGM7zoCJAUPTLG6LD5MD3XEQm { top:10.375rem;left:0rem;width:29.3125rem;height:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFVKL2DVVg4lh4yD7IBzo39Pd9OUxER0 { width:29.9375rem;height:7.3125rem;top:36.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ENklc5xcKbwUAlZrmQcMwR2S4VmfG6hT {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #mG8MbtuHXpbACuZE57RBQ8oMkeilTNAB {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #TVKUi66zOJKnvZkMcL1z3neU46lnnV7y {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #yINbhCrpdbL6RSO0TlaINraQNd9ENO58 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #vkCOxkvnamISFqeXi4HZ0DTKaIl3w86X {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #UMvAkMtf649r0mmiLqZh4sTLA7lhUa0O {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #dOOJcDPJNP1Au2f5dz0fMHBXtn1aKRao {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #JrwpvWWcAfVOPUsEE1PNdMTgyzxkEmGI {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #akmoTGzmDIx7MuXin479t6PxN01wvsZr {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #XR1U4tuoUZnrRy6RcuOQwq2D93O668qk {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #OeqGfTU3Heh48K9e1PL6WLEbU0sCGAEw {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ADEmxM4V539eSFTDOZu3CQMODbk1KqZa {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #uGIrNzs0MLfJplpdhd8dmX1pA3F8u6VA {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #IRE0qnmoO4bkm5gOgQUOmriZfOrhx1M6 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #oyVF8ghcbPC2GlkhcEQnqWxpcBRXOUaI {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #k4ygTFlKVTZ2nsP9Pb0oCdh0BVh7qrwZ {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #RfAR4tlXaXuoZ2sfXTyMX56DAizrihcd {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #SInNEkZZVi75eR5v65RSbpUw6WgSTddT {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #FKRERTdNWLPMGzCmV1658eyQ4PdSHv7E {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #OQN7hDdkIxa2d97KAGaHO6bVyWmaWJiw {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #dvyrZUNmIr79OMPqt6dDWOmWBuTXukaO {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #zJH4IiqaL8WyfvvcC7Kew2SrVrhZZaGs {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #agTKLnEcT7uWaAKT6lThXTBigUdRVISp {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #D34buefmwAgJLUdJF1rOf18LKFPVVCk8 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #qqIzD63CK1NhSgOMdmPTirPxKg4k3EN3 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ETxQamav3drcSzP1uff2dpTRUokeOKh8 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ZThESHc4sVZrB0TovDtBKKk1fZgmZ6QD {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #gVJdBfXVOOTnLV3XFzo90FfmGItVmI2t {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #hN7UNamQVTTu3byHBE5sNUNTOOw5Mtba {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #tGeHsEIFlODvr8zJgmK1bs5K4fD8JW1X {  }
 }@media only screen and (max-width: 763px) { #v2UMUr2N8al2DCOTGN3kC3nyFWXitK5z { width:5.75rem;height:5.75rem;top:3.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { border-width: 0; border-radius: 0; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVWf46vFNQyTqdRiKmH3avSbo43vKG8K { width:18.9375rem;height:12.25rem;top:4.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Bq3ZrAUMRSDALLq4z347xVhIBf1oQmT9 { width:17.5rem;height:8rem;top:6.5625rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #bJcy0OmAfizm9n35WaAImzcnrFiMFhSn { width:11.25rem;height:1.625rem;top:18.75rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kkODEJsTNSww1o80NtoquHGZMOIP29xX { width:11.25rem;height:1rem;top:20.9375rem;left:0rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #xS1VVpyakvWGOxXOw28oBFhM6qPCQpKX { width:11.25rem;height:1.625rem;top:18.75rem;left:15.125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l1tR1c8cEPMIeIOO85komg34npxKTBVF { width:11.25rem;height:1rem;top:20.9375rem;left:15.125rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #MyhhJk25u448ez5XxNRBBPfPyVNfFRwo { width:18.9375rem;height:12.25rem;top:4.4375rem;left:14.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rp4ZZltNgtvcm7aGhwTXtRKtPIyFuFuN { width:17.5rem;height:8rem;top:6.5625rem;left:15.125rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #gNRRRWbnKyteraB7c8AE7151df5q7349 { width:11.25rem;height:1.625rem;top:18.75rem;left:35.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GcUEawGMCncocfviPNk2T5plsWTlm6LX { width:11.25rem;height:1rem;top:20.9375rem;left:35.625rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #GwtQNWfUz9sOwBOqBWor3TDkHT8US58T { width:18.9375rem;height:12.25rem;top:4.4375rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #dT2i8k9Pal7LeHU11Rn1qZz7WvLWzIem { width:17.5rem;height:8rem;top:6.5625rem;left:30.25rem;font-size:1rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { border-width: 0; border-radius: 0; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TI4JmPdhhiW8hEMTdBEvIbfHGGsqILg2 { width:18.9375rem;height:12.25rem;top:4.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tLDuZhrOM3MNF5KahZvkKVl03xEvzJFQ { width:17.5rem;height:8rem;top:6.5625rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #kMGruSgMzFIMO8eDg3hGVhZzb9uLMs5G { width:11.25rem;height:1.625rem;top:18.75rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T61Mi6RIA27yZSVTa9QMS14cOwwwMBJB { width:11.25rem;height:1rem;top:20.9375rem;left:0rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #tMGU5H13b3KCcPvdGOGzrUyI6s8K1Mw1 { width:11.25rem;height:1.625rem;top:18.75rem;left:15.125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #So47ffbn04iiBxWHMxMJlrfEzRdzQqba { width:11.25rem;height:1rem;top:20.9375rem;left:15.125rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #Bs7wQthqiWmuRJo2fdot9xDidftCMSXl { width:18.9375rem;height:12.25rem;top:4.4375rem;left:14.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Os4FksL7dDCDoSuNVGzX4x6iurWgSwSD { width:17.5rem;height:8rem;top:6.5625rem;left:15.125rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #KJGaBONCAVKAvi5DPPcKDAyL7McxsVI8 { width:11.25rem;height:1.625rem;top:18.75rem;left:35.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wFf1DElMBP5HkLNTFWMgkdW7WwEJnTtw { width:11.25rem;height:1rem;top:20.9375rem;left:35.625rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #JKeRso7PAEHvHf9bgJV2NUQpaHsTOQHS { width:18.9375rem;height:12.25rem;top:4.4375rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #UBmlKwLRqoDlhWUazAnzLtNina7N65Fq { width:17.5rem;height:8rem;top:6.5625rem;left:30.25rem;font-size:1rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 { display:none; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8EsS68WvmQVZmXy4JX3bi4aOlFrOMoK { width:43.75rem;height:;top:14.6875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKvDECRqooNtip6XTcqtpoyLvoTntD9S { width:37rem;height:15rem;top:21.5625rem;left:10.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvxhEkSoTbJquBMTFgVKZxuFKxmbT3C { width:5.8125rem;height:7.5rem;top:2.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQWkmkvFlQIfGmsvavM01Zk73qkEBuT8 { width:5.3125rem;height:5.3125rem;top:39.875rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTx4xa4ANA16kHghsRqC2UDWEBcwcvKC { width:15.8125rem;height:15.8125rem;top:35.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4MwqNvcVcCTtxymm0cHhkAJuis5H198 { background-color:#2fb2be;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; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container { background-color: transparent; background-image: none; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container > .video-iframe-container { display: none; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row > .video-iframe-container { display: none; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container { border-width: 0; border-radius: 0; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4MwqNvcVcCTtxymm0cHhkAJuis5H198 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye { background-color:#2fb2be;background-image:none;display:block; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { background-color: transparent; background-image: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container > .video-iframe-container { display: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row > .video-iframe-container { display: none; }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyCxRXbPKBknwhxqPAOcCHTKeua9Xdye > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzHMCBOKgOodOrwakn6aTL8Nli3nmWpR { width:19.9980625rem;height:2.625rem;top:40.375002384186rem;left:0rem;font-size:1.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZygzU1yDCJbrVlggUvdiZ0k34ehGkD5p { top:0.0625rem;left:0.063802123069763rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FNySK6tNiXCTbL2vQdbswDpr0aINszcl { width:19.9980625rem;height:4.875rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6pNsIWa494qGTZokTZkzqHvDa5N5U9 { width:8.3125rem;height:4rem;top:21.3125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwks88J0myGqzkv4O4wBpapOWUPXChMu { width:10rem;height:0.0625rem;top:26.072917938233rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93ESSfUAfTOH7T973PFZgmJP1ky1vIr { width:16.875rem;height:7.375rem;top:33.197917938233rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUbbG4piE7lLbpwJ6NSSrG9W6f8vUEvW { width:16.875rem;height:3.125rem;top:42.114585876465rem;left:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U8L1kKZ5sJy5kHTEnpK9IimgowVTXquX { display:block; }
 }@media only screen and (max-width: 763px) { #yz6hKLpNhOV5Nvk0AJEk5TCG2QrBy9LV { width:4.6875rem;height:2.75rem;top:21.9375rem;left:10.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #imqK7ZVv2RvKMHGgGvtJTFdFrCTs8uws { width:20rem;height:5.0625rem;top:34.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ { display:block; }#QVSkd4xwROmwncLHWaztzd6CNuQpvGeJ > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDgPewZXLsTquM75K1eXiQafCwWGvRg7 { width:20rem;height:3rem;top:10.54296875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuM7ETmBBC7BIwhXkhgU87M7OczUI6JZ { width:17.375rem;height:7.1875rem;top:1.8125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s { display:block; }#FVBd6JGDzkHgAQ6FCqUeuOi508u4FW6s > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivtlACGKoam63gtHQqaElGotvSxGVFKS { width:20rem;height:2rem;top:6.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4WCQLfaUuyRfTlLkqnuWD6h2iahULT { width:20rem;height:0.125rem;top:17.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQJieLVfm94WvDJGcXcc6OkKUF7RSKG { width:20rem;height:3rem;top:9.26171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miRtbaKctF8mkcEdhMoWIX6G8ep8BV8J { width:2.8125rem;height:2.8125rem;top:2.3125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffwtf0t5CPZ7HRH2QMbNkuSJJOL4fkUa { width:20rem;height:2.875rem;top:13.82421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld { display:block; }#nZ4LlHRbvJITe1QaMDrH3wul2r5HKJld > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av6xAxTyKwATE1xtOLO228mT2wegxBQH { width:20rem;height:4rem;top:6.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIWh65VLkl6SlEtdFH7ASlO9u1GAZpLE { width:20rem;height:4.5rem;top:11.94921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UFNRCQTFUOV5LFinZveb7wXIolbGJ { width:20rem;height:7.1875rem;top:18.13671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTKTeRIAEWJpp2LEI3ewkAbar3Qq1LJ { width:2.8125rem;height:2.8125rem;top:2.1875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Jfb7ZhET9dR2oFh8HkSm0KOkTU4RfO { width:20rem;height:3.25rem;top:27.19921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 { display:block; }#swtawVeuD6vk2ICZpbJzEeqndCH5sSg9 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3eB4rHE8H2Hu2aUhAs7AaTy7M1vEpU { width:19.0625rem;height:2rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKnnmfhefTcuB97B8DNsxe8a4zKCcgmC { width:15.4375rem;height:7.1875rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv1N7ViLE43xWl1a50M7Nkfxz0vhuNK7 { width:18rem;height:4.5rem;top:23.812507629394rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAhHDeiHznUIWJs8x1FCZrQDspGbRxJ { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0IgfuOTuGAwPXTv2eAsTUGgKLr4uUW { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #kHdTRpzI4hJtF9kUkZTwoHgzlhad6UNo { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #rPRNvmLkrVN3DHGiqO8HTGg6RtiLZBap { width:16.625rem;height:5.75rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsfrON1pMDebzsiltO5vMg87Aoy5agx { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #y4PoKk7tICQSz9Z9kyphDm4gIqQBXKCs { width:16.0625rem;height:7.1875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0cX1csMdTERDaV53p5elf8p22OBcgx { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 { display:block; }#zElcbFaalbdNG7z2EIVlGTLK0iZ3wTF0 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfRF8J40dn2CMQLTxnGmHGe20bDUPAIT { width:19.0625rem;height:2rem;top:22.187498092651rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udwoet9UdPTZ6Anrirg00Ff4RxJswO18 { width:18.75rem;height:6rem;top:25.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAmSe2t0xJWEgTlfzTzboIKF1Fi9ohcz { width:18.75rem;height:18.75rem;top:1.3711061477661rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X157CL5wwFLwr9K17ZaXSq3tt3DtzbfU { display:flex;width:2.1875rem;height:2.1875rem;top:37.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #JskvrQQM1Z4mwrnZzHqFCwsQHhm4KdgS { width:19.4375rem;height:3.25rem;top:31.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kMU0CFmF8SN9neyO266EkW5CCR1ivx { width:15.25rem;height:4.3125rem;top:36.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8T0u8uPEnEbOVROCpbXEhOdVkCDDidv { width:15.75rem;height:5.75rem;top:48.53125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAAoKaMTUEi5CBT2pxPWOgAcF8zfbNOc { width:15.9375rem;height:4.3125rem;top:42.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPJMTOO9psPq0qJTnD88rpn9n8TOW524 { display:flex;width:2.1875rem;height:2.1875rem;top:43.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #buTx5OEkB3lcbUVOWf2a8AxHUJaTgSPa { display:flex;width:2.1875rem;height:2.1875rem;top:50.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi { display:block; }#xuDQ9KCMIhifX8oHq1BspNZSkGCveRUi > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN0INVWo0RaRsJSBVVeRgTAprPFMPbLW { width:18.75rem;height:18.75rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbmX7GwTUqGmC6NlAH8w7SkBMChVU3PE { width:15.4375rem;height:7.1875rem;top:37.6875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkwp0T4sRO1NsyQMv44hqnkXPIny4Soh { width:17.125rem;height:1.4375rem;top:26.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqK2bs5CHILSmp7iLZUcVDDfuX5X6u7T { width:17.4375rem;height:3.25rem;top:32.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVofaWiPyW96Rmd1aMiTMx2hAW76krT0 { display:flex;width:2.1875rem;height:2.1875rem;top:37.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GhoUubpcEzbnUIk12ISWu9wezo6trR7a { display:flex;width:2.1875rem;height:2.1875rem;top:47.90625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Xc3F0ONDUSPI7wDCURJCrHJbWqlVucwC { width:14.6875rem;height:5.75rem;top:46.125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0TNSzUsLaPyi5ONWo24yVmIfldXtPr { width:19.0625rem;height:4rem;top:20.64453125rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1EfF3T75eXxQq7FHusgxVWqSeTSeqSb { width:19.3125rem;height:6rem;top:25.6875rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1MTOqsnTyVdUgli5yLZRa9ySdQTEwN { width:16.375rem;height:8.625rem;top:53.0625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwJS2oWQZLh03NxJWnKUTybmX0CT7EUU { display:flex;width:2.1875rem;height:2.1875rem;top:55.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 { display:block; }#ar4Ew9H1ABxAWX2LZx4CEMriHv4mzOS1 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlhf4SHgwm0bIU2sqqDxcG2ypTfqaHS7 { width:19.0625rem;height:4rem;top:22.187498092651rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIH8izNP2Rx9d1E1WmeIRfi2lFE5Ot5 { width:18.75rem;height:3rem;top:26.9375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeVmloneIASscQrzfyUWF73Umxro3Orz { width:18.75rem;height:18.75rem;top:1.18359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXKJAS0zHfJgy6BzxKwCNExKwkwqPG2M { display:flex;width:2.1875rem;height:2.1875rem;top:38.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VVIu4PNdsb1m6Rq474V0Zd3BQepVJT7A { width:19.375rem;height:3.25rem;top:32.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuiC7h719kGtmPW3PaopJvgUJJTAMQR { width:16.75rem;height:7.1875rem;top:36.75rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx2G29W0sIFJnRCNStuei1T9O1OZmiNA { width:16.875rem;height:5.75rem;top:44.53125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJtPdf1EybN5Obt9PDJe0GXpzqgXapW { width:16.8125rem;height:7.1875rem;top:51.875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHXKRotIrl9Kb84KfF7oss9FViNbN4O { display:flex;width:2.1875rem;height:2.1875rem;top:44.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fv87P6481T85wI05P7qTxVMm1TIFRJEb { display:flex;width:2.1875rem;height:2.1875rem;top:53.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aiJoHivL0TOH1K0ATbtBTFTAJ4Kwz0DV { width:18.75rem;height:3.125rem;top:60.4361875rem;left:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TL8mREo4aCOcoxITrPvgMsLD9gvQDWQQ { display:block; }
 }@media only screen and (max-width: 763px) { #KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC { display:block; }#KlTz9Q1whFWrTUIzm5qr6l2bhrQslMlC > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gct2obLEDxZBwRBWWWtK6lQ1FafdLaK4 { width:19.375rem;height:6rem;top:22.186859130859rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmiTexAuLGXqFyXqbTU8wXQOgePRvNZr { width:18.75rem;height:3rem;top:29.3046875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvN6oVOL3cBzNCNlowFVnOncSw5wpOen { display:flex;width:2.1875rem;height:2.1875rem;top:40.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E8XHTLkHE5vsntnUhmnywWxBrNbGcy1O { width:19.375rem;height:3.25rem;top:33.541666656733rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7PqZSQ8gwzRZgLInuyBWgDK9Tn3eLL { width:16.75rem;height:7.1875rem;top:38.5625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZ31IRpbxt5BHoisd5BcnAnAVptovTk { width:16.875rem;height:7.1875rem;top:46.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21Bh63UR7Mgehy8pkFbiJ6NhqQFk05u { width:16.8125rem;height:5.75rem;top:55.562502861023rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTzIrWbGKtVfRstmugwKTAOxl5L5i76 { display:flex;width:2.1875rem;height:2.1875rem;top:46.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #twbi7do3VkIqurWggtkJBM5t6OT0zw9b { display:flex;width:2.1875rem;height:2.1875rem;top:55.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Daip4xOx0H346Bi3qRqL7RzLQvBHK4ue { width:18.75rem;height:18.75rem;top:1.3711061477661rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 { display:none; }#aFKTlZA1wHtMW3XW57UIpkRvJAm8Hfm4 > .row .container { width:20rem;height:71.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #npDh1Tb8afEdgNVXzLNXuRraG0Tb2LgX { width:19.0625rem;height:6.09375rem;top:22.187498092651rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuJTEScV1DITEx3H7IxhAvpO7sNuR53 { width:18.75rem;height:2.92448125rem;top:29.312501907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ZLhOilPlLoQhtO7ZJJZSwho8DqAJgP { width:18.75rem;height:18.75rem;top:1.3711061477661rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOrT9k0vxVNilBAiXNMiQ58Mcv6rcv1d { display:flex;width:2.1875rem;height:2.1875rem;top:40.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oL68mtpV8StkE7A7MVJkEvU3TIMClcQX { width:19.375rem;height:3.25rem;top:34.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HST7Glsh02GIUcMw3buoDVI3GFD8ZObH { width:16.75rem;height:7.3112rem;top:38.875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94iF9v8v5uQSgs1nB9zQhiB1gvcxBkD { width:16.875rem;height:7.3111875rem;top:46.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QqgEfQh1HcnPTMNUtwbQ3iBbtFwg0T { width:16.8125rem;height:5.84895625rem;top:55.875001907349rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9EkHTvetUPDZ19nXTiItCZ8oMKQRTx { display:flex;width:2.1875rem;height:2.1875rem;top:46.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ufkEbCKf24bA06mokMxxDANK2a8h13lU { display:flex;width:2.1875rem;height:2.1875rem;top:55.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qWxhh6QH1dzisqGinDiO55K0gfFIDEWS { width:18.75rem;height:4.375rem;top:63.973329544069rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWbtInGiHyx9zG2aVWTnq8GZ8HHMn9S3 { display:block; }
 }@media only screen and (max-width: 763px) { #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.adaptive-delivery-prevent-bg, #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.lazyload, #BZcyl215kG5OSAToQdeGRfvXwiOb8W5l.lazyloading { background-image: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { background-color: transparent; background-image: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container > .video-iframe-container { display: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row > .video-iframe-container { display: none; }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcyl215kG5OSAToQdeGRfvXwiOb8W5l > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRoVAeWxwdhHIwTbnvSDOdJQsJtRWd5c { width:20rem;height:3.5rem;top:2.40625rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ { display:block; }#dVmSciaGc6kgT0MZAx9U9kPs99nK2GbZ > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbNUaJ1PzUx80JgbFTRFbXDZAQQViRbt { width:20rem;height:4rem;top:6.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPBKEA0s2mb1e6rscHZw8z1ZO0yVVfF { width:20rem;height:4.3125rem;top:11.94921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwwDkbnhgOLuZeBbey2IfFTriyqOCfX { width:20rem;height:4.3125rem;top:18.13671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTV4oq4DuCVeBu8huJOOkRWWNfsQG98 { width:2.8125rem;height:2.8125rem;top:2.1875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT4ulAJatL1a6byra0NxeNTu0FNck6r { width:20rem;height:3.25rem;top:24.01171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I { display:block; }#lHew1Fsxxh64XWgpzJP8KOWTHwbE5O8I > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVZQvg7cJS8loT9CE3hywvPiT51EHxzK { width:18.124125rem;height:0;top:23.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXmVJSkzM6rEFSs2cXq2QNDEvxWFg8Sw { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #sZ6pCDWgKE0nx6H5boTzlVNTUpiKKO0U { width:20rem;height:12.8125rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xlAqu8uUqcioqNtyvLFHaaRRMeDCC3Se { width:11.4375rem;height:2.875rem;top:14.5rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCZim0lP2GZog0X3Oq1Ja7y959JyeSH { width:15.9375rem;height:9.9375rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhNAsaclRVL1LBdDU9i2vltyKluLVUy { width:18.12109375rem;height:10.9375rem;top:17.3837890625rem;left:0.939453125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #sanlxtBzrnA6K51cAWRMXgwZqsWMJn4k { width:15.625rem;height:2.8125rem;top:28.539712905884rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAPaEdqiMnlHRXDTQ1CfcKzPtqeNBo3 { display:block; }
 }@media only screen and (max-width: 763px) { #xEh0VXhT3NNX3sl8sCHxkzxFlvF0mXNO { width:20rem;height:22.5625rem;top:11.26171875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G { 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; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container { background-color: transparent; background-image: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container > .video-iframe-container { display: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row > .video-iframe-container { display: none; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container { border-width: 0; border-radius: 0; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0JpJxZ6ikQWSbFiJlScxJ4Mhx0e1r7G > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K { width:18.75rem;height:28.75rem;top:2.5rem;left:0.62226560711861rem;font-size:1.0625rem;display:block; }#lbSuZw5JGTP7ycs8eazaq2yG68lSuN6K li:before{  }
 }@media only screen and (max-width: 763px) { #ZXWb8JZTlHDM3DU28ZeDD4MaoEwlZ5zC { width:19.4375rem;height:30rem;top:1.2487182617188rem;left:0.236328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIdS500lTF5frlXAz8XPQRNyn0ObxkD { display:block; }#snIdS500lTF5frlXAz8XPQRNyn0ObxkD > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGqoIEZABFKCkd0cQu26HhkokaxzlcOy { width:18.122375rem;height:7.8125rem;top:16.58984375rem;left:0.9381511211395rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xpohZFGSVNlzRQBot2QDC8018Knv4k { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #n7FTFgMLZrJGnxigdQiA511uGeTWp5p6 { width:20rem;height:1.4375rem;top:15.12890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9T3g5215Mfh3JUuBIMEnsTbrmqMUlt8 { width:11.3125rem;height:7.0625rem;top:2.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgnnWkKwkaNfHTTtVRmE8Junw61T7BQI { width:11.4375rem;height:7.125rem;top:5.3346328735351rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UocVXus1m8rJeGs4BZCTXC5o30dT2z93 { width:15.625rem;height:2.8125rem;top:26.259746551514rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TevNEK3hZ8UVIr1OXtQs3ez5cEHXH0bC { display:block; }
 }@media only screen and (max-width: 763px) { #TrZbAvI73PnIFH7gO7GOL8xT7Df3hp6e { width:20rem;height:12.625rem;top:1.1835956573486rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BPgaSSH2I5mOT90whHCnGLZqfGJz9Cfz { width:20rem;height:21.875rem;top:9.947265625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I { 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; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container { background-color: transparent; background-image: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container > .video-iframe-container { display: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row > .video-iframe-container { display: none; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container { border-width: 0; border-radius: 0; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQfKxyWn7aeXVC6XcaoVWAFV2gcFPQ5I > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAIxTdN9HxooTgZUBxIm1ChZp9mNff9n { width:19.375rem;height:30.625rem;top:1.2487182617188rem;left:0.24934899806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e { width:18.75rem;height:27.625rem;top:2.5rem;left:0.62226560711861rem;font-size:1.0625rem;display:block; }#zZQTTMhlRSFCeRCeQRHzmAKLh5hcPK9e li:before{  }
 }@media only screen and (max-width: 763px) { #ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 { display:block; }#ayybSiKqzKbhMfDtELtSCnpAT710Tnq6 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOD6DGG3F5V1TtZhTA19uVmFQpZpT3SH { width:18.1236875rem;height:6rem;top:17.6875rem;left:0.9381511211395rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #OafyHrJ51ZHLzzgH0hnJUWfhPcgAw8cO { width:18.122396469116rem;height:0;top:29.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #PPiS2QS5dXwLsdxDw21ZKgdK2SLuH6XH { width:20rem;height:12.6875rem;top:1.3248710632324rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T100ZHRghxi0OqyS1hJvdCKI34iJ1rBq { width:18.9986875rem;height:1.4375rem;top:15.375633239746rem;left:0.50065112113953rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbCiaKGQc4m7HwO5XZiS5IEmHrdF0HGK { width:15.9375rem;height:9.9375rem;top:2.6373710632324rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT5IlXAaToq6PhqUZPqvhsOsfVCK9AM1 { width:15.625rem;height:2.8125rem;top:25.508464813233rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BliZHkIGcVyMf5fmxHMbAXi5XBuv0NcG { display:block; }
 }@media only screen and (max-width: 763px) { #caUvTT23ouULSz6ITcgXJf798qeFhKkz { width:20rem;height:17.9375rem;top:13.104167938233rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 { 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; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container { background-color: transparent; background-image: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container > .video-iframe-container { display: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row > .video-iframe-container { display: none; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container { border-width: 0; border-radius: 0; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSxHZ8J9b7GCeiyGMtkdL5kwmXH4whQ0 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQE2TfybAQbsLGGZXSci296pMTI7Rqb6 { width:19.4375rem;height:11.6875rem;top:1.203125rem;left:0.236328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 { width:18.75rem;height:9.6875rem;top:2.5rem;left:0.62226560711861rem;font-size:1.0625rem;display:block; }#sPyXQ3nrlhcJNEILX7GlKfkJE0du99M6 li:before{  }
 }@media only screen and (max-width: 763px) { #VI8pzInvokPi9vx1I1KMO52IhQpPtZPC { display:block; }#VI8pzInvokPi9vx1I1KMO52IhQpPtZPC > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLPl0vkAGAHLm8wqSwNaf5NWwgTGMfFq { width:18.12175rem;height:7.5rem;top:19.312501192093rem;left:0.93880212306975rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkQuitLqQlJcwZ4gFnXcdsUAK2BwagT { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #EMsZM8P76IsdNmy8WBh0ANELX7Ri21uu { width:18.3111875rem;height:2.875rem;top:15.380860567093rem;left:0.8444011211395rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFePqEZctu45db9rl8JRUFtpUAVcpG9 { width:15.625rem;height:2.8125rem;top:28.51371383667rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8AK84MmcdSakNWaiLnQt2ALbko9RAFw { display:block; }
 }@media only screen and (max-width: 763px) { #hRgmx5HHFsJFGzIHCDqEdnoitGINmkoy { width:11.4375rem;height:7.0625rem;top:2.6647136211395rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VfAoAD71XK37nDM11eDpyU6d0LXIMJ6d { width:11.4375rem;height:7.125rem;top:7.1425783634187rem;left:7.6647138595581rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #NkPW5BXFgdQ6nh3fILmHv0dGqQTiWRLW { width:20rem;height:21.125rem;top:1.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ugNMvVKXe8N16Wc4Q8FflHWav1qypzLQ { width:20rem;height:21.125rem;top:12.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xEJenJMTX0up7Z9DITShonDgrAwyrGFi { 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; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container { background-color: transparent; background-image: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container > .video-iframe-container { display: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row > .video-iframe-container { display: none; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container { border-width: 0; border-radius: 0; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEJenJMTX0up7Z9DITShonDgrAwyrGFi > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snni2fqT3c3BLW80efLcT9MBTgfVDyXq { width:19rem;height:37.125rem;top:1.248046875rem;left:0.236328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS { width:16.125rem;height:21.75rem;top:2.5673828125rem;left:0.90625rem;font-size:1.0625rem;display:block; }#lTweftIgoa8ZTBM1m5WGaiAhGsJEhGvS li:before{  }
 }@media only screen and (max-width: 763px) { #Fy4Wst7E75DlbT08qB2Q23zo27MSQVlB { width:20rem;height:1.5rem;top:25.498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td { width:18.1875rem;height:10.8125rem;top:28.498046875rem;left:0.90625rem;font-size:1.0625rem;display:block; }#aketyT9hMvxJvLDSHwWTFLlE1ZNtk6td li:before{  }
 }@media only screen and (max-width: 763px) { #qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p { display:block; }#qeCdygmQkuw27a6xpNpTe8X0VIvqNN0p > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaql3xw9TWzT4mIkpqLB2v71t7a6yks0 { width:18.75rem;height:4.375rem;top:1.718786239624rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ase6bAh4EymUsqvZ1XuqOJLp8CarHVKO { display:block; }
 }@media only screen and (max-width: 763px) { #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.adaptive-delivery-prevent-bg, #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.lazyload, #Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha.lazyloading { background-image: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { background-color: transparent; background-image: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container > .video-iframe-container { display: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,171,193,0.61); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row > .video-iframe-container { display: none; }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb8cgeJmTs1lJTd9dyStKx2zpiGwL3Ha > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LghrQbxrHpVgQ3LpRC9q0rzWfwlNnUqZ { width:20rem;height:3.5rem;top:2.40625rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dR8KOQR1sToI72U4s4dntem0gg0UmQFx { background-color:#2fb2be;background-image:none;display:block; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { background-color: transparent; background-image: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container > .video-iframe-container { display: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row > .video-iframe-container { display: none; }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR8KOQR1sToI72U4s4dntem0gg0UmQFx > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpuwMO1K6H25zcny5SzMGHUdAWrARmbK { width:17rem;height:9.75rem;top:22.593753814698rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfolb0O5Og36dR2v0PzW3Ssf5ozBt0qW { width:18rem;height:28.875rem;top:34.394533157349rem;left:1rem;font-size:1.125rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #olMmNucCKquTbqO8Cw4HoxFnzDuTb8W2 { top:1.23828125rem;left:0rem;width:20rem;height:20rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hKeychZZNSO11Mh94wQTBchtOLB4JOJT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT.adaptive-delivery-prevent-bg, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyload, #hKeychZZNSO11Mh94wQTBchtOLB4JOJT.lazyloading { background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { background-color: transparent; background-image: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row > .video-iframe-container { display: none; }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKeychZZNSO11Mh94wQTBchtOLB4JOJT > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxW5TEr3sQyuMWtTZbvnhLiTJ3RcghSg { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #yK7egACc9AVDTMlJaVoLwCuyvhXoT01U { width:18.125rem;height:1.875rem;top:23.603495359421rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T9VRNirbH5PDgIVP8KNeVQH355UqlJAg { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #tdTIVaNts7CkB58QWDoo57wuq3DdmMmp { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pQCMBMT8CNi6pzUwHxPoLEosKhe6La1n { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #VdukBHJJVOx9izWP7Nlfvn742AWz1Qm2 { top:2.1712036132812rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mB8H4AV8ndzx8oT9bPTb636g7zTu00Dm { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Bw4m2OyCVxMBvcsA23qwGbdsiqpnyoNR { width:18rem;height:22.3125rem;top:26.947957515716rem;left:1rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RhDz853GUB6MbkmJXFIebeN7ObJm869F { display:block; }#RhDz853GUB6MbkmJXFIebeN7ObJm869F > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFtTUxT099l3TXU2fG6RdSIbylfHZmaB { width:20rem;height:5.25rem;top:1.491943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr { display:block; }#a8oAyJK1iI4p7tKi64L3LqPz92fn0BFr > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhJvUGgnvyTxthbTNMdD90LiKgLEACXD { width:20rem;height:1.625rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRNaTVp6UnroLRyiAvMhWxhWdiE2oE3 { width:16.25rem;height:9.5625rem;top:6.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMcePZxLpX0VXKZpb0e3EBSzLg6dnq9w { width:16.25rem;height:10.375rem;top:17.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvwfJ11PbfaoRpnaDsC8S9mLrrCB2Gp { width:16.25rem;height:11.3125rem;top:28.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ParrmI93ZcUokwq1msbUtZcC0PQyuaDq { width:16.25rem;height:16.25rem;top:41.78125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMH8ymmTpeXf4hnDbP1dz7y8NtlOf7Dz { width:13.2490234375rem;height:2.5625rem;top:7.3125rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5mTQNlaWDoLNwvGRRwTcpTBlGND9TKH { width:14.3115234375rem;height:3rem;top:10.75rem;left:2.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmw9TbpWXKqgaVWgqRaE7Q9iIMLUDa46 { width:12.5rem;height:2.5625rem;top:18.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XviIk0SfyQZt2hTnMEHm13qr1FqG4rPl { width:15.4990234375rem;height:4.5rem;top:21.8125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNF6Hhv5L9Na0WfNi6pXBhGc203g9DM { width:2.125rem;height:2.5625rem;top:29.8125rem;left:10.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcTebWRA3BOusEqZOQ4hTVd28VmNG4D { width:16.0625rem;height:6rem;top:33.03125rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8s8AL69u3Mh0b879CTw65e3apPKgRxz { width:5.5625rem;height:2.5625rem;top:29.8125rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TZJtNWU9bgCM4FERFDURtOXfyChXly { width:3rem;height:2.5625rem;top:29.8125rem;left:12.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ni20IwZ1pze7JZ9JyqtO7Ek6TXbOy2Im { width:5.4365234375rem;height:2.5625rem;top:42.8125rem;left:4.8134765625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HZt05Oh0B9VHIZSaNyktZiSoWFT6Bp { width:2.1875rem;height:2.5625rem;top:42.8125rem;left:10.8740234375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPZ1HLsJtxrHDxHUcXI2RtFGhEhnarfX { width:15.4990234375rem;height:7.5rem;top:46.09375rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep1L5ssMP4XF45PkT73DUs4aoegZwPAv { width:16.25rem;height:13rem;top:42.34375rem;left:1.875rem;z-index:15010;background-color:#f39c12;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk { display:block; }#hvTLedMiSXU6rk31yyltzE5ALi6H0Xqk > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMgK7zhsxggC0rlg2qzku6JpydSPRgmT { width:20rem;height:2rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TMDbrpnbuVFEG5WhFv6fUAxDLhpiTrgD { width:20rem;height:2rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkBmL5wGh9wcd6sG1fe1GGwlpQtKqB1 { width:20rem;height:71.8125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqXXwt6WeCTdo1Tr3EftfXB0nHJLE3BB { width:20rem;height:1.4375rem;top:24.9677734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnAo3hGfeyK6U5ekdSqPQRMQwxM3cme { width:17.5rem;height:3.4375rem;top:61.6875rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #FHm5HL4K7saUuPzfQsa7srk81AerfEQn { display:block; }
 }@media only screen and (max-width: 763px) { #LOIOo0polDftkcWowlVda6qH4heMMsXp { width:17.5rem;height:3.4375rem;top:71.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLcEBTC28xty8tpa7SrMTWQ3TuTeuP3 { display:block; }
 }@media only screen and (max-width: 763px) { #wvT4lRB6TtGx2FaUfR2wWwkUlgkTWCLo { width:17.375rem;height:3.75rem;top:67.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTEBpKtGJZHrVAHZpEgdGNcdH2a5WMU { width:17.375rem;height:2.5rem;top:58.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwHAcEsOv6kib05pLlC6t35wTIRHSi5B { width:6.25rem;height:6.25rem;top:3.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OAy9AWn4kGTpFUEVCoPTdrHrQXKMPr { width:19rem;height:2.4375rem;top:8.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzuCHoULsSLahFTw5UP1uMrqAoMbzvb { display:block; }
 }@media only screen and (max-width: 763px) { #q0Z2P1OEWDEdUXcqRrKMyDzEzpz7xlsA { width:19rem;height:2.4375rem;top:11.85546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hw4VqkOQCpixeAmdxAIMkxdTD1xrVm { display:block; }
 }@media only screen and (max-width: 763px) { #SeHT4y8ecmkpgAd4LEuZsPARFoS7VUAF { width:20rem;height:1.25rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQcNayJNpMuLmf5wQiA4ZdW1qH4PZhD0 { width:20rem;height:8.25rem;top:15.38671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZap8T3IrA6nyr4gEtxWll31G9csNEZw { width:16.625rem;height:4.125rem;top:28rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ThFMAOBTnHpGsHO7qM5N14B1ZuhDdM { width:16.8125rem;height:4.125rem;top:40.9375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBEaKmlE34shR8o3zv5P4B8FPz8zNpDc { width:16.875rem;height:5.5rem;top:33.59375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvC5MNc4M5atHlz0Meq5dQRuo9fSvxAg { width:16.75rem;height:9.625rem;top:46.88671875rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFdkh4KnBAUOTmXJquEzJFMaTQBm0gn { width:1.5625rem;height:1.5625rem;top:33.593750953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmu7FNLXofEKqE7zpG7EPwPp29IFziKv { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcWJas96bgqkF0UFqCnIA5spqiBlgzub { width:1.5625rem;height:1.5625rem;top:28.000000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t5eF9ZAAbVGpTN1S74byqtQnZmd57g { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIfSiP3SnX6hwoawQS57ToawtPeSqxLM { width:1.5625rem;height:1.5625rem;top:46.886719703674rem;left:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #evvKmRd5nnworJMd0Uou5zIcxc8cqTFo { width:1.5625rem;height:1.5625rem;top:41.281250953674rem;left:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lpEeIctZOKIiO2M3coXGFAZ0u8yJRt1E { width:20rem;height:1.25rem;top:12.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b172c382-148b-442c-802f-580475c9299f/Agni7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.adaptive-delivery-prevent-bg, #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.lazyload, #tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u.lazyloading { background-image: none; }#tH5d2I3Lw4O3xsTmaDgDMSLTEnJsoC5u > .row .container { width:20rem;height:13.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GcdUNfGvIPdkLBwZ5DrhAWGO5seUMR8S { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4VoqVGcRn0xGrv822OK5VNLEmT7lpya { width:20rem;height:4.125rem;top:7.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnKmScVtsX8TUPRrs2fWeBodekMrbwTc { display:none; }#gnKmScVtsX8TUPRrs2fWeBodekMrbwTc > .row .container { width:20rem;height:68.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvTgqERfWNwTe5BMJTgcEH1NpR7p3Rxp { width:18.75rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv6Cao9T9IU3CZhFlevMd0a0K83d4ger { width:15.4375rem;height:5.75rem;top:36.75rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1REUeHUX3K8Xx9yDTr1XLybgGpzaMin { width:17.125rem;height:1.4375rem;top:26.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzHbNmc9cKI1XM7ZUTOWI5JPlXnNwIUN { width:17.4375rem;height:3.25rem;top:32.15625rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVNm66yqrcaTSwp1qSaOzzJ8E3xVEne { display:flex;width:2.1875rem;height:2.1875rem;top:38.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CMtXfCoTy691Sr86dwVIXVZq9WLhGaZU { display:flex;width:2.1875rem;height:2.1875rem;top:45.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KlidNzTN8JSlKadH6rA3ogK4ao4DFsxo { width:14.6875rem;height:4.3125rem;top:44.5625rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJeiZmkLAaKIwUoFUu6T1ckTBJiRTlu { width:19.0625rem;height:4rem;top:21.33203125rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEDZ5203kKqgX4kieGBzHTJrcqNKqFe9 { width:19.1875rem;height:4.5rem;top:26.25rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMv8fgmH2UanLW5P6QHpn8KJsALQtDug { width:16.375rem;height:7.1875rem;top:50.625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbrMRENFVmtzzTQdFxF94gZG4ibrPZq { display:flex;width:2.1875rem;height:2.1875rem;top:52.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KLq3cI7nqOhesaswscSeySPu1yUUrbZ5 { width:19rem;height:4.375rem;top:62.125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaP5xwZN1SxtZLwCqSkmZEWS2b1MpX5N { display:block; }
 }@media only screen and (max-width: 763px) { #q1OcWKoz0VAgo451Zgz0qTqhsT1nVSye { width:20rem;height:1.4375rem;top:65rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klI5mLX0thVSTZP3E142kJ2R5eylCENN { width:17.9375rem;height:1.5rem;top:59.0625rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H { display:block; }#w1k7GsXaJtOrG1qZfq9GqgXMlKTT1I5H > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSQf5nHNN6WAUAzfNnJfNcJvarKngWD3 { width:20rem;height:2rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #B5gwXCp5N4psCWe0o6ZtTpMA2bX0b5y6 { width:20rem;height:1.625rem;top:10.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-heading-text { font-weight:400;font-style:italic;font-size:1.125rem;height:auto; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw { display:flex;height:auto;width:17.5rem;top:14.06254196167rem;left:0rem; }
#ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #tOaLiboVAqSFdWT08u7PSO40SF5bhuL7 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ROlmmAohTphDFaiDMPEGZVh27XN0iasy {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pyksHfbQ8MsXFUJnILxHJi3NGyehzPAv {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #N0A7G1Za3BrDobsTilqxzSh6Ty0FUz1u {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #sTwiA7PXP6Tpdnz0kSpHnn0ZbJDi2I9f {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #XDwyWyUqWxOoM6TAfepcaTokiNU9goeD {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #RnSFtQMf0h6G4kMxHlxF1Ev4LDXn7Wr9 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #JdqurNHh7GM7Fbi9ngPLxnyuBiEe6IJn {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #HWvplFqR5Nzw8PmN7QcU6Xg3OxMfvKMS {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ShDe3Bnt21LqmI9v4fFSmkalh8lLB45r {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #eQmU0ihpT23EUWnBIrGuGbEkMCRnUSHl {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #evCGJAtNmXsVKb7oryv1JLNlHxLiO7h7 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #q4qGxXpd4ovWJOLd58QzaOviwIrv3FeW {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #UXTfyh0G2PxS3Gr0sW6XNDNd6BR7bQcp {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #FfQV4mxn5MRkw0xsHcg8rKKA3OCid4aa {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZzbzDsWtPJvRPRZFeWh2F9wymoSNgdsw #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #mHPBmfIcrCoHoTDqa18P9PvAKKTH9CdE { width:11.9375rem;height:5.625rem;top:1.625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZuXTEhTcKcid1miTqyFFrX4137lLsbt { width:3.5rem;height:2.75rem;top:3.0625rem;left:13.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM.adaptive-delivery-prevent-bg, #rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM.lazyload, #rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM.lazyloading { background-image: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { background-color: transparent; background-image: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row > .video-iframe-container { display: none; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { border-width: 0; border-radius: 0; }#rAvJJlq2vAQyf5boqzlfhrXvzDxcKiWM > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv46ssOh4Knxgw6wtBbL1eItscx477tr { width:20rem;height:2rem;top:2.2213544845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #nv7uhA4bQWEH04Sd5Ba04pDq2VTB8ZqD { width:18.9375rem;height:22.875rem;top:15.875rem;left:0.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #KQKMimE2ErPSyzIdz1JbtFN2VPon12mJ { width:17.5rem;height:10.125rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #oORs2zreN1Ul58V13oVr8SXncr6v7c79 { width:11.8125rem;height:1.625rem;top:35.66796875rem;left:4.09375rem;text-align:left;text-align-last:left;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #NcwfqiaJLGEvZ4cBAgzgQe5TaJzpZcaT { width:20rem;height:2.875rem;top:4.8151044845581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HuWLxb5S5W2DCiiRNM1TpHIpCsRPxJ { width:12.5rem;height:12.5rem;top:9.8750009536744rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIVhgL4xGXGQNsB1DiDIhKmxB3CzSQlu { width:18.9375rem;height:20.5rem;top:46.4375rem;left:0.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #UpSHptB5gobeIoJRZptrlhHbDi0bvL5H { width:17.5rem;height:6.75rem;top:54.6875rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtHgqiUhhiofzR8Z3sGWqmMdD8GyFeE { width:11.25rem;height:1.625rem;top:63.5625rem;left:4.375rem;text-align:left;text-align-last:left;color:#0babc1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7NBkdApV5chWtHPVotq1e4aNsCDecbP { width:18.9375rem;height:22.75rem;top:74.625rem;left:0.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #WV3eH9tByuqbNn5hf9PPPMCrtTSplUaI { width:17.5rem;height:8.4375rem;top:83.5625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqHgt4F63TXdxPpDw9vfodL8cDS5ESvH { width:13.375rem;height:1.625rem;top:94.125rem;left:3.3125rem;text-align:left;text-align-last:left;color:#0babc1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclIo90J5prZK86bVxXBtqVXXPlwFgGe { width:12.5rem;height:12.5rem;top:41.1865234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a83Ig4k1XeL3kNekoJW35V3oOdaWCT3z { width:12.5rem;height:12.5rem;top:69.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCTJXde2QV7heXym64gutbTlUsVlzan { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NgCTJXde2QV7heXym64gutbTlUsVlzan.adaptive-delivery-prevent-bg, #NgCTJXde2QV7heXym64gutbTlUsVlzan.lazyload, #NgCTJXde2QV7heXym64gutbTlUsVlzan.lazyloading { background-image: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { background-color: transparent; background-image: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row > .video-iframe-container { display: none; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { border-width: 0; border-radius: 0; }#NgCTJXde2QV7heXym64gutbTlUsVlzan > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdACN5kWoZx3PUPMHSX3Q99ToX6UVBEK { width:18.9375rem;height:19.875rem;top:7rem;left:0.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #cNo4vk3ooxNZonycAxSHTfngvXMi3xu8 { width:17.5rem;height:5.0625rem;top:15.90625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #P8dPq6v6oK8ITLikw9EspqaRJwzneidg { width:11.8125rem;height:1.625rem;top:23.23046875rem;left:4.09375rem;text-align:left;text-align-last:left;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #X2P7EkMZfyhWFpDqF3kq9b5pENFT2L7l { width:12.5rem;height:12.5rem;top:2.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1bOGzBOT7Vq1gpT4vrc9OsNUr24mu { width:18.9375rem;height:26.625rem;top:34.25rem;left:0.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #HuSFmPgAHXGTHfiP1ZHBp51lEthslCCX { width:17.5rem;height:11.8125rem;top:43.78125rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfJ4ppgm0CBkWRAixOJyU7fO17TRfFW { width:13.0625rem;height:1.625rem;top:57.6875rem;left:3.46875rem;text-align:left;text-align-last:left;color:#0babc1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4nV4x44gkS4hCMKRtTSAuaftTI2rHG { width:12.5rem;height:12.5rem;top:29.7490234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx { display:block; }#kITCI9sRdeZOtUsN7QrkwMBpmrVLkTAx > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfMn9gZUWAEZE1IN5IhWF0xdCd1POt01 { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVq5sFb72GwmQyyZAEhJDaDR24ipqsl { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT.adaptive-delivery-prevent-bg, #zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT.lazyload, #zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT.lazyloading { background-image: none; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { border-width: 0; border-radius: 0; }#zxhi8blt3gpKquaxPdhGSR4eBy7nmEMT > .row .container { width:20rem;height:108.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tkqI78HkG1vC6tkTUfvsFEqokzpJTIXt { width:18.9375rem;height:25.1875rem;top:8.5rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tfQLKP1mcP840zVofTO9vCKHRVqEizTR { width:17.5rem;height:9rem;top:16.25rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #D3HgWqcDO9TJ8KS4tq5uIkxZdl9yiuzy { width:13.8125rem;height:1.625rem;top:26.8125rem;left:1.8125rem;text-align:left;text-align-last:left;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #On7qz8AQeJIwOpeVkEWlxsFrH8FrfWvJ { width:13.8125rem;height:1.4622375rem;top:29.4375rem;left:1.8125rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #OqqGvmZ6vG4fzRoLWB7ttve1RJQJ6Cwl { width:12.5rem;height:12.5rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDGq1QydfXXruP0aq4EzG7gferxVq0Lc { width:18.9375rem;height:24.4375rem;top:43.1875rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #WZrfAn6eTa0DwgzRbvEOV8NiGMNSh6gk { width:12.5rem;height:12.5rem;top:36.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwQbu1btTKtQ154if2c98zLpIwnpBVOH { width:17.5rem;height:9rem;top:50.25rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFzqzZkgTKppQ8dxagfJrvckM9iTVLHD { width:11.25rem;height:1.625rem;top:60.6875rem;left:1.8125rem;text-align:left;text-align-last:left;color:#0babc1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT8v4bsJvReT8RXswHUPtzqVntnyfkaF { width:11.25rem;height:1.4622375rem;top:63.375rem;left:1.8125rem;text-align:left;text-align-last:left;color:#b9b9b9;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOAhgN3xZkh4gUVXaS6N4L0ZgLav8eK { width:18.9375rem;height:29.0625rem;top:76.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(243,156,18,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wNbmroOvoHoxBB6wfbdX45pFUcyiW6OE { width:12.5rem;height:12.5rem;top:70.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMSPWddM60QcPkDfupTChR4U9bUMuz5Z { width:17.5rem;height:9rem;top:85.1875rem;left:1.3125rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3D47OGiuUbLhfttOxCtoSLCBpTKOHHf { width:11.25rem;height:1.625rem;top:95.625rem;left:1.875rem;text-align:left;text-align-last:left;color:#0babc1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Jc9FbHGquhFLXEZuNDZ6T6zgbOGQmm { width:11.25rem;height:1.4622375rem;top:98.1875rem;left:1.875rem;text-align:left;text-align-last:left;color:#b9b9b9;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB { background-color:#2fb2be;background-image:none;display:none; }#o1MWizX5Q9iL6uZt3szgCZhm2KmBhzwB > .row .container { width:20rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X87TsyZeI4BX3Hn6RWdLZpXNqveB9To6 { width:19.9980625rem;height:2.625rem;top:40.375002384186rem;left:0rem;font-size:1.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hw6cVBBOXtg7H2d2kFpSACtlspGO91U6 { top:0.0625rem;left:0.063802123069763rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SfEB5r8ytgwVmJaVVUIJKp3zE9gokbba { width:19.9980625rem;height:4.875rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJNA3XXnPoTwUKJvBOaNM4R3o0d1Pe1h { width:8.3125rem;height:4rem;top:21.3125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHHD4TT9cKDGAvzLCO8TDx0Te96KWz7 { width:10rem;height:0.0625rem;top:25.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xJTMWby0R9MEdLadQbi0Av8rCTMAsU { width:16.875rem;height:2.8125rem;top:32.552085876465rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauFEXBkPTVTk6K7xpWmJAnLeAW7MLX5 { display:block; }
 }@media only screen and (max-width: 763px) { #XVCrkXCxkhthpSSXvtXK6ygCZdIMJm4l { width:6.4375rem;height:2.79948125rem;top:21.9375rem;left:11.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziSMVgw1pwhmM96HEt27c27vkecZxOV { background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/89fe9586-32dd-4564-9050-0883148c32c8/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV.adaptive-delivery-prevent-bg, #KziSMVgw1pwhmM96HEt27c27vkecZxOV.lazyload, #KziSMVgw1pwhmM96HEt27c27vkecZxOV.lazyloading { background-image: none; }#KziSMVgw1pwhmM96HEt27c27vkecZxOV > .row .container { width:20rem;height:10.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhBSWh7styJtM8gg5p6PNswokIxrIf0E { display:none; }#RhBSWh7styJtM8gg5p6PNswokIxrIf0E > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWnzQy8NqowxCCAmfBzRu422ByTtt5C5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh { display:none; }#VsPJt2v6bkATBpNuNgNMAJhFvtJBqNuh > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5J0ttGas0kfm9BHJrWG584runsSqF8e { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5aRaUsdvkVhUy0IndoDEbxiOxsrDHH5 { width:20rem;height:4.3125rem;top:16.79296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfHIESXGrar0IUadHmdrVvPX19gxCCOv { width:20rem;height:17.25rem;top:4.32421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTazXRwsrhTvO5nEtEwaoFOlyrpt5LXN { width:20rem;height:4.3125rem;top:23.66796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe { display:none; }#pfbMMJU53TbaH8sUV8HhfTTtdEWidIRe > .row .container { width:20rem;height:82.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiK2q0MoPed78b3TEW05hibvlIlfyPNZ { width:18.75rem;height:24.4375rem;top:12.875000327826rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxn7wyWdpMzu5UWNVw37FL74SDSBWWGm { width:18.75rem;height:4.3125rem;top:38.7500012815rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-heading-text { font-size:1.125rem;height:auto; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 { display:flex;height:auto;width:17.5rem;top:45.1835950315rem;left:0rem; }
#tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #KwyDqU0UxdpCf5WxMstkzxKGVfUZetQT {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #cmCAMvDns4J1ZN4hPT3k8t5BuXst7kqo {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #X2OpvLMhNsJ214XB1mWJVWGlcJkzBWRc {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #RBVtbvsSFaDSAPtRVzHswNQPZA1GxZaA {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qAVhWrCCg2oEVyRMZnGmOVesLS2S6TrL {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #G0qW3du1eQZliXTT2aPR6BUeI4WXkx81 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #II1wsqeZBPy6n5XqTT54s66MlaUouk7i {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vwo6mOc4HH5q3BoTXdU8bfGs9bxpxWIT {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Mxsq7zJ1LSp3QSgTU6m2ETQIiTukFw3o {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #VepFJiQ2TcadkICK7OXh8q2ub8Fwye0x {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #P5KciVerb3IR61tkcnTJHMdai0rxm73D {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZSOytK2ON7XH04XZklSk4GBMFHgGw0CF {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hpl7HWlwbatNFLbMdaZD4hWgcRIhdsPz {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ozGq397lSEtkXGAM1IA8w9ixN3w9WRgx {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wTkbNXuw1PvV7GuNBRxRqdC37yTiy1F1 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #vHVgTsHw39NFDrb7VJO5OZxkkDWU5OI3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #FfOHPxZusAKv7dqsgvg3ivl6O30yfVCa {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #ZfGbktsidDMLXnlyRKT6VLNCbFW80lFn {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #shKkcCL0Gk46Xc9BXTFleWZPINB0dUr8 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CAzwy6rIKP4HgTlUmMGmlcOgmtCqdIHI {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #M61JEJVx4niS7J4m8mRQuekLilL3AUXo {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Tkn5u4X3ib2WWwK0RfFdizNIMVcw7451 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #wFDOTJAtJ6STygeMTerJW3xXSU8VTra3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #hCygJutF2TIvZwdbXSOZN8P1uppXnkui {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #CNg129eqX9wX91scRKxE8aITSy8KVSQV {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #Iax26dn7eQyg9hWwiH2KWOJaTsQhMrTz {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #D9ecmLWpKfgIKU2RPyzNrDaTow11hEmh {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #qXSOEnCDsEdKhN8TIIMCWoR4yuVXeXS3 {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #JNZSnQTc2sfsiZ89pzM3GwTNnZKRHDic {  }
 }@media only screen and (max-width: 763px) { #tdT2uZ6elkXtR1cGTM03vDH3PLZCrlk3 #s8vo2JBb8EEUXg7s5I3krmbwt1R0WpN7 {  }
 }@media only screen and (max-width: 763px) { #sqAA8zemTzPLCieWhuT4uP9rOi5bn6d7 { width:2.8125rem;height:2.8125rem;top:2.1829428672791rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0E6mVFQN5eVTUEBQDUUz8l08zXcvD6 { width:20rem;height:0;top:70.80859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm { display:none; }#eIWuVRMlFdNzD18EGmHSv28DRDVN0fNm > .row .container { width:20rem;height:69.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBGEnkbvGM7zoCJAUPTLG6LD5MD3XEQm { width:19.0625rem;height:2rem;top:5.76953125rem;left:0.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFVKL2DVVg4lh4yD7IBzo39Pd9OUxER0 { width:18.75rem;height:4.3125rem;top:36.24609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-heading-text { font-size:1.125rem;height:auto; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D { display:flex;height:auto;width:17.5rem;top:42.6875rem;left:0rem; }
#g4rUwapRAo7TW1f680wATaiamUcOxk0D .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ENklc5xcKbwUAlZrmQcMwR2S4VmfG6hT {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #mG8MbtuHXpbACuZE57RBQ8oMkeilTNAB {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #TVKUi66zOJKnvZkMcL1z3neU46lnnV7y {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #yINbhCrpdbL6RSO0TlaINraQNd9ENO58 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #vkCOxkvnamISFqeXi4HZ0DTKaIl3w86X {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #UMvAkMtf649r0mmiLqZh4sTLA7lhUa0O {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #dOOJcDPJNP1Au2f5dz0fMHBXtn1aKRao {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #JrwpvWWcAfVOPUsEE1PNdMTgyzxkEmGI {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #akmoTGzmDIx7MuXin479t6PxN01wvsZr {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #XR1U4tuoUZnrRy6RcuOQwq2D93O668qk {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #OeqGfTU3Heh48K9e1PL6WLEbU0sCGAEw {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ADEmxM4V539eSFTDOZu3CQMODbk1KqZa {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #uGIrNzs0MLfJplpdhd8dmX1pA3F8u6VA {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #IRE0qnmoO4bkm5gOgQUOmriZfOrhx1M6 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #oyVF8ghcbPC2GlkhcEQnqWxpcBRXOUaI {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #k4ygTFlKVTZ2nsP9Pb0oCdh0BVh7qrwZ {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #RfAR4tlXaXuoZ2sfXTyMX56DAizrihcd {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #SInNEkZZVi75eR5v65RSbpUw6WgSTddT {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #FKRERTdNWLPMGzCmV1658eyQ4PdSHv7E {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #OQN7hDdkIxa2d97KAGaHO6bVyWmaWJiw {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #dvyrZUNmIr79OMPqt6dDWOmWBuTXukaO {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #zJH4IiqaL8WyfvvcC7Kew2SrVrhZZaGs {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #agTKLnEcT7uWaAKT6lThXTBigUdRVISp {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #D34buefmwAgJLUdJF1rOf18LKFPVVCk8 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #qqIzD63CK1NhSgOMdmPTirPxKg4k3EN3 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ETxQamav3drcSzP1uff2dpTRUokeOKh8 {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #ZThESHc4sVZrB0TovDtBKKk1fZgmZ6QD {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #gVJdBfXVOOTnLV3XFzo90FfmGItVmI2t {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #hN7UNamQVTTu3byHBE5sNUNTOOw5Mtba {  }
 }@media only screen and (max-width: 763px) { #g4rUwapRAo7TW1f680wATaiamUcOxk0D #tGeHsEIFlODvr8zJgmK1bs5K4fD8JW1X {  }
 }@media only screen and (max-width: 763px) { #v2UMUr2N8al2DCOTGN3kC3nyFWXitK5z { width:2.8125rem;height:2.8125rem;top:2.1829428672791rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { border-width: 0; border-radius: 0; }#bP93KT5Fm8OOCGREbqVZRx54gTIyh3rS > .row .container { width:20rem;height:59.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVWf46vFNQyTqdRiKmH3avSbo43vKG8K { width:18.9375rem;height:12.25rem;top:1.625rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Bq3ZrAUMRSDALLq4z347xVhIBf1oQmT9 { width:17.5rem;height:8rem;top:3.75rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #bJcy0OmAfizm9n35WaAImzcnrFiMFhSn { width:13.8125rem;height:1.625rem;top:14.9375rem;left:5rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #kkODEJsTNSww1o80NtoquHGZMOIP29xX { width:13.8125rem;height:1.25rem;top:17rem;left:5rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #xS1VVpyakvWGOxXOw28oBFhM6qPCQpKX { width:13.1875rem;height:1.625rem;top:36rem;left:5.6875rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #l1tR1c8cEPMIeIOO85komg34npxKTBVF { width:13.8125rem;height:1.25rem;top:37.8125rem;left:5.6875rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #MyhhJk25u448ez5XxNRBBPfPyVNfFRwo { width:18.9375rem;height:12.25rem;top:21.5rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rp4ZZltNgtvcm7aGhwTXtRKtPIyFuFuN { width:17.5rem;height:8rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #gNRRRWbnKyteraB7c8AE7151df5q7349 { width:12.75rem;height:1.625rem;top:56.1875rem;left:6.125rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #GcUEawGMCncocfviPNk2T5plsWTlm6LX { width:13.8125rem;height:1.25rem;top:58.25rem;left:6.1875rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #GwtQNWfUz9sOwBOqBWor3TDkHT8US58T { width:18.9375rem;height:12.25rem;top:42.5625rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #dT2i8k9Pal7LeHU11Rn1qZz7WvLWzIem { width:17.5rem;height:8rem;top:44.6875rem;left:1.25rem;text-align:center;text-align-last:center;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { border-width: 0; border-radius: 0; }#hwyaXZ19HTGTRD8CpzcHUTc0UOIUhNAB > .row .container { width:20rem;height:59.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TI4JmPdhhiW8hEMTdBEvIbfHGGsqILg2 { width:18.9375rem;height:12.25rem;top:1.625rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tLDuZhrOM3MNF5KahZvkKVl03xEvzJFQ { width:17.5rem;height:8rem;top:3.75rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #kMGruSgMzFIMO8eDg3hGVhZzb9uLMs5G { width:13.8125rem;height:1.625rem;top:14.9375rem;left:5rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #T61Mi6RIA27yZSVTa9QMS14cOwwwMBJB { width:13.8125rem;height:1.25rem;top:17rem;left:5rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #tMGU5H13b3KCcPvdGOGzrUyI6s8K1Mw1 { width:13.1875rem;height:1.625rem;top:36rem;left:5.6875rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #So47ffbn04iiBxWHMxMJlrfEzRdzQqba { width:13.8125rem;height:1.25rem;top:37.8125rem;left:5.6875rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #Bs7wQthqiWmuRJo2fdot9xDidftCMSXl { width:18.9375rem;height:12.25rem;top:21.5rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Os4FksL7dDCDoSuNVGzX4x6iurWgSwSD { width:17.5rem;height:8rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #KJGaBONCAVKAvi5DPPcKDAyL7McxsVI8 { width:12.75rem;height:1.625rem;top:56.1875rem;left:6.125rem;text-align:left;text-align-last:left;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #wFf1DElMBP5HkLNTFWMgkdW7WwEJnTtw { width:13.8125rem;height:1.25rem;top:58.25rem;left:6.1875rem;text-align:left;text-align-last:left;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #JKeRso7PAEHvHf9bgJV2NUQpaHsTOQHS { width:18.9375rem;height:12.25rem;top:42.5625rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #UBmlKwLRqoDlhWUazAnzLtNina7N65Fq { width:17.5rem;height:8rem;top:44.6875rem;left:1.25rem;text-align:center;text-align-last:center;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 { background-color:#fffbef;background-image:none;display:none; }#RdEaRrIQn0R7dzzdLiwm6R5evg0woFQ3 > .row .container { width:20rem;height:22.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8EsS68WvmQVZmXy4JX3bi4aOlFrOMoK { width:20rem;height:0;top:6.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKvDECRqooNtip6XTcqtpoyLvoTntD9S { width:20rem;height:6.44925rem;top:1.1875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvxhEkSoTbJquBMTFgVKZxuFKxmbT3C { width:3.75rem;height:4.8125rem;top:1.0625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQWkmkvFlQIfGmsvavM01Zk73qkEBuT8 { width:2.8125rem;height:2.8125rem;top:8.2369804382325rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTx4xa4ANA16kHghsRqC2UDWEBcwcvKC { width:6.3125rem;height:6.3125rem;top:6.9036464691163rem;left:6.84375rem;display:block; }
 }