.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:"raleway";--paragraphs-font-family:"open 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); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { position:relative;display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { background-color: transparent; background-image: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container > .video-iframe-container { display: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row > .video-iframe-container { display: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { border-width: 0; border-radius: 0; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .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; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfU54rQSKXmq6z4Eyed4w6L91JgLRN2f { 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:2.0625rem;width:12.25rem;top:2.0625rem;left:2.125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7d5c5912-35da-4c6f-b104-2c2b94eddb6d/LPubezpieczenia1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:2rem;height:2.1933625rem;font-style:normal;display:block; }
#MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:2rem;height:11.2119375rem;text-align:left;text-align-last:left;display:block; }
#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { position:relative;display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { background-color: transparent; background-image: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container > .video-iframe-container { display: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row > .video-iframe-container { display: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { border-width: 0; border-radius: 0; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .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; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .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:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.15625rem;height:4.38720625rem;display:block; }
#K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { background-color:#95241b;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-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.5625rem;left:28.75rem;display:block; }
#wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 { position:relative;display:block; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 { background-color: transparent; background-image: none; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row .container > .video-iframe-container { display: none; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row > .video-iframe-container { display: none; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 { border-width: 0; border-radius: 0; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .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; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .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:14.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hr8bHpJK1awVhhLDgmdnKQU5zhi1PKi4 { 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:11.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz { position:relative;display:block; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz { background-color: transparent; background-image: none; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container > .video-iframe-container { display: none; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row > .video-iframe-container { display: none; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz { border-width: 0; border-radius: 0; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .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; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qADfwEyMwS13TARMsIJ0KwEF2HDuoFiK { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.51220703125rem;left:2.6875rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz { position:relative;display:block; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz { background-color: transparent; background-image: none; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container > .video-iframe-container { display: none; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row > .video-iframe-container { display: none; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz { border-width: 0; border-radius: 0; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .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; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#czMXNwBmDVErHcU5oC4DntVFWxSE4L5p { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.390625rem;left:2.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp { position:relative;display:block; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp { background-color: transparent; background-image: none; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row .container > .video-iframe-container { display: none; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row > .video-iframe-container { display: none; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp { border-width: 0; border-radius: 0; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .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; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .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:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RX1r1uz84oIc9k705OfyrkgHUvSuZVAq { 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:9.375rem;width:9.375rem;top:2.875rem;left:7.8125rem;overflow:hidden;display:block; }
#XFOiBNmxzxGmRwM2FqSTAlhagKa8N6oK { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:2.875rem;left:32.8125rem;overflow:hidden;display:block; }
#Sb0T6Ssd9m6mK4T0QXpxsgxiQ0ZC1T4T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.21875rem;height:5.19921875rem;display:block; }
#hwOhH7CCLM42HnIMB42o9n6ei39XpMfl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:29.21875rem;height:5.19921875rem;display:block; }
#maEIsQvhv4NTsToBptRC6NnnzXEaJB9a { 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:9.375rem;width:9.375rem;top:2.875rem;left:57.8125rem;overflow:hidden;display:block; }
#DTcOu16gvw3btK0SMFHfCK4mBSqHbmXq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:54.21875rem;height:5.19921875rem;display:block; }
#XAEgUgoPgKkLmHKWuve3TAtgNNVTffDT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1630859375rem;left:11.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KZrgkbnlZTc9oZOPnmIOpzUJtGl3QzfE { color:rgba(var(--color-tertiary-4),1);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.16259765625rem;left:36.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#C6cwm4XZg5EZMH4O4M69SZJHIsrnOq7W { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.1875rem;left:57.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XoMLkD6HJsLXSMp27yy1La672gIyrHKA { position:relative;display:block; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA { background-color: transparent; background-image: none; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row .container > .video-iframe-container { display: none; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row > .video-iframe-container { display: none; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA { border-width: 0; border-radius: 0; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .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; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .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:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTOI7khzlGTEItEHxbBGB5nfhJTFWw9l { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.578125rem;left:2.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w0r48tDcba75NQt7RKfNB78pwZ9WELQk { position:relative;display:block; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk { background-color: transparent; background-image: none; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row .container > .video-iframe-container { display: none; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row > .video-iframe-container { display: none; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk { border-width: 0; border-radius: 0; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .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; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .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:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r77SmWabeQ2eTEtidWNxgRnOxtJO08ib { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:2.0625rem;left:16.3125rem;overflow:hidden;display:block; }
#zlrHcwEwXKCm7CELKzMcz0TmC6EUFhaL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:10.9375rem;height:5.19921875rem;display:block; }
#FSZezkQ3ZaAVU0VqQU25TuWyw4Nw4KA5 { 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:9.375rem;width:9.375rem;top:2.0625rem;left:49.5rem;overflow:hidden;display:block; }
#zphHe4lBPHXgH44GwqriJiehGq7QZaql { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15rem;left:45.90625rem;height:3.8994125rem;display:block; }
#fxzfIJFLRpHvJac7wF0zJuLsn40h84tw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.3125rem;left:14.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#sIcSAQeSlloBJS84wC6fO6NdFqDh2Zuh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:48.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm { position:relative;display:block; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm { background-color: transparent; background-image: none; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row .container > .video-iframe-container { display: none; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row > .video-iframe-container { display: none; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm { border-width: 0; border-radius: 0; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .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; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .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:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MdukK3yiOawPb5nh4TEiTg8QFQTyZcVE { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.578125rem;left:2.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp { position:relative;display:block; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp { background-color: transparent; background-image: none; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row .container > .video-iframe-container { display: none; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row > .video-iframe-container { display: none; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp { border-width: 0; border-radius: 0; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .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; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .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:21.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UcWfWSeGiWP08kyxJhJZhPMLamVhw28p { 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:9.375rem;width:9.375rem;top:2.875rem;left:16.25rem;overflow:hidden;display:block; }
#Q6qowfSJTHfvyLpDQv65lO6zAArofMM9 { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:2.875rem;left:49.375rem;overflow:hidden;display:block; }
#LfgV05XOgECkG5IIOS70vhBI7Qqsfwyk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.6875rem;height:5.19921875rem;display:block; }
#WfvJTcTkCTTkcbFAW7G3rUFEmxOAhIBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:45.8125rem;height:5.19921875rem;display:block; }
#Fbsh76PTyLnXqQt6fKflmJduOGVAQOyL { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:19.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#T47JUnZLQd1OP0BqXQKnvAdTrX1bDivW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:49rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ELWhaegKEeECny8E0E4NuW474gSmSF7C { position:relative;display:block; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C { background-color: transparent; background-image: none; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row .container > .video-iframe-container { display: none; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row > .video-iframe-container { display: none; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELWhaegKEeECny8E0E4NuW474gSmSF7C { border-width: 0; border-radius: 0; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .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; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .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:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lTqtBQC32pB1NvOhfgk4HWmrtaEhlcUx { 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:9.375rem;width:9.375rem;top:2.875rem;left:16.375rem;overflow:hidden;display:block; }
#rKNK6dEaASHiFS55MiWObkGc65fT2mXc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.8125rem;height:5.19921875rem;display:block; }
#c7hV87zkPLZWHvJFflhhTKxAHBcSlVSv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:14.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#OhcfMrsXtkVh5oWhWe8ZHpNX6kbVh15q { 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:9.375rem;width:9.375rem;top:2.875rem;left:49.25rem;overflow:hidden;display:block; }
#zyC9O4fKh9iCRQbthra49xu9IX4wCwTc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.125rem;left:48.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cZ0Vswi44y56Bk2hFnuTit5HlXd1ZyZL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:45.6875rem;height:5.19921875rem;display:block; }
#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 { position:relative;display:block; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 { background-color: transparent; background-image: none; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container > .video-iframe-container { display: none; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row > .video-iframe-container { display: none; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 { border-width: 0; border-radius: 0; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .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; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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:block; }#goZ7cFQmhtdnwPN9NEdRTkdzMcNs1SiS { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:2.4375rem;height:5.0371125rem;text-align:left;text-align-last:left;display:block; }
#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI { position:relative;display:block; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI { background-color: transparent; background-image: none; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row .container > .video-iframe-container { display: none; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row > .video-iframe-container { display: none; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI { border-width: 0; border-radius: 0; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .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; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .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:35.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; }#G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:7.5625rem;left:42.125rem;height:10.9375rem;overflow:hidden;display:block; }#G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
#SFDqKkyRvl0axhMCq8dLRwhrCaNM4G2r { position:absolute;display:block;z-index:15003;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:29rem;width:29.5rem;top:3.1875rem;left:4rem;overflow:hidden;display:block; }
#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0398f37d-3586-41d2-930b-31444a88885d/386293146.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.adaptive-delivery-prevent-bg, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyload, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyloading { background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { background-color: transparent; background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { border-width: 0; border-radius: 0; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.0625rem;left:4.5625rem;height:3.875rem;display:block; }
#LAUPf3zn7XO5JATIoJdLMMPe4lKR9KNi { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.5625rem;left:5.875rem;display:block; }
#zfHcXSI3xnsnxzp1uCCyKofeDRqhwmnz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFk3T0iAhAayrBQuOlEAwUfzawQNzBCu { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.625rem;left:30rem;display:block; }
#x9G1gs0vCEhAUdJxA1rTeHJ4Gm79ltqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAnyFNyoaBTH6qldTPmKH6kGpeTKHvHc { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.5rem;left:54.0625rem;display:block; }
#QWXo2JRhctP5AagL8NkIhFidnMz0vgue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyUanDpMoeS3oM7gU8pFJsQnT01PqTob { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.625rem;left:4.5625rem;display:block; }
#DlD0zdVJNXAec87NgmTsdMEvRVE4hIfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oREAyxJBKNI06eETkG1JVsZiucM5DiOh { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.6875rem;left:31.25rem;display:block; }
#n2pbOET1DTPE6k4Civ4vsoTmZ97pSB9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xueEstm5OJUC4Kiz7fwQ5CSFtpSmOdKt { background-color:rgba(var(--color-tertiary-3),0);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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.6875rem;left:54.0625rem;display:block; }
#C02SQ1HimWxcQUo0ruxqNcoSzhrgmSbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8k8PdydHlqlzXyGgnZQ07OOuDNK5424 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20rem;left:6.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#KMiH5Ev2OQRg7kobke4LntLyxEzgWbtn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.5rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#FZGAlKx8mWkWrk2DbNRUq5Ie80aZkuV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:56.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#tDlmDuTrn6in8f96Z0R8ZqTKoMhih0HD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.375rem;left:5.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#nTRCWqTLDPL6UF3KpZv5eH5PCToW58Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:32.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#HrRf0aUb82AqHfmOFtoo3UEtUSgkx5Ep { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:54.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Cq88st5nytumltqK1KB1WHuydtKn6LVG { position:relative;display:block; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG { background-color: transparent; background-image: none; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row .container > .video-iframe-container { display: none; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row > .video-iframe-container { display: none; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cq88st5nytumltqK1KB1WHuydtKn6LVG { border-width: 0; border-radius: 0; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .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; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .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:11.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:block; }#I3ZKnU2BLQTuQ77k5odFTR2atznVqBZv { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5625rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.57470703125rem;left:2.5rem;height:5.0371125rem;text-align:left;text-align-last:left;display:block; }
#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf { position:relative;display:block; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf { background-color: transparent; background-image: none; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row .container > .video-iframe-container { display: none; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row > .video-iframe-container { display: none; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf { border-width: 0; border-radius: 0; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .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; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .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:37.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:9.15625rem;left:2.53125rem;height:15.25rem;overflow:hidden;display:block; }#OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
#Fa6bJ9kz30A2XJAxkobaexH4m6RK0tKE { position:absolute;display:block;z-index:15003;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:29.4375rem;width:31.3125rem;top:3.84375rem;left:40.59375rem;overflow:hidden;display:block; }
#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh { 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; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container { background-color: transparent; background-image: none; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container > .video-iframe-container { display: none; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row > .video-iframe-container { display: none; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container { border-width: 0; border-radius: 0; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-element-container { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .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; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1rem;height:auto;font-style:normal;color:rgba(var(--color-tertiary-4),0.86);line-height:1.5;overflow:hidden; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .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:poppins;height:auto;color:rgba(16,16,16,0.88);line-height:1.7;overflow:hidden; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-trigger.adaptive-delivery-prevent-bg, #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-trigger.lazyload, #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-trigger.lazyloading { background-image: none; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 { box-sizing:content-box;height:auto;width:67.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:2.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #syZNl69chi2EaAVQ52QnTTS5exNoBte0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 { display:block;position:relative; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #mlmOAkDmlwlF9zf9Np2aazerx0aBJold { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T { display:block;position:relative; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #yhNuycBOLsPPm99wPNywBOizAvr0OIFU { display:none; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 { display:block;position:relative; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf { display:none; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #zZUTQmq67iUDqvn81kI3GnN0as4Lk5Ul { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #BwZSndfCQmupnu9ZRTMMomdI1T9rydpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #TytptERL45kgTQTfg9SeBAAsNUWizTd8 { display:block;position:relative; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #pnTHJmW9yWzFteNxv892Z9Ng5bG4P6Fg {  }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #k5tBH2QJ7Uc6crFnobIztPXcTx7W45mH { display:none; }
#bvLoGqb1xdWx66v4MddLk9ThuZ7dyTDK { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5625rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.89990234375rem;left:3.21875rem;height:5.0371125rem;text-align:left;text-align-last:left;display:block; }
#TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color:#fafafa;background-image:none;z-index:;position:relative;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;display:block; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { border-width: 0; border-radius: 0; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:3.35595703125rem;left:2.875rem;background-color:transparent;background-image:none;height:1.2246125rem;text-align:left;text-align-last:left;color:#333333;font-style:normal;display:block; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.25rem;left:64.6875rem; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.25rem;left:67.625rem; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.25rem;left:70.4375rem; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { 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:1.625rem;width:9.1875rem;top:3.1875rem;left:51.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfU54rQSKXmq6z4Eyed4w6L91JgLRN2f { top:2.0625rem;left:0rem;width:12.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { top:8.5rem;left:0rem;width:36.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { top:11.5rem;left:0rem;width:44.6875rem;height:11.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go61lyo4TzDJWLeAh5KhTX6Ooae6720J { display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { top:6.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { width:17.5rem;height:5rem;top:12.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block; }
 }@media only screen and (max-width: 763px) { #HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 { display:block; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr8bHpJK1awVhhLDgmdnKQU5zhi1PKi4 { top:0rem;left:0rem;width:47.75rem;height:7.40125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz { display:block; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qADfwEyMwS13TARMsIJ0KwEF2HDuoFiK { top:1.5rem;left:0rem;width:44rem;height:3.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz { display:block; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czMXNwBmDVErHcU5oC4DntVFWxSE4L5p { top:2.375rem;left:0rem;width:24.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp { display:block; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX1r1uz84oIc9k705OfyrkgHUvSuZVAq { top:2.875rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOiBNmxzxGmRwM2FqSTAlhagKa8N6oK { top:2.875rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0T6Ssd9m6mK4T0QXpxsgxiQ0ZC1T4T { top:15.8125rem;left:0rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwOhH7CCLM42HnIMB42o9n6ei39XpMfl { top:15.8125rem;left:15.1875rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maEIsQvhv4NTsToBptRC6NnnzXEaJB9a { top:2.875rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcOu16gvw3btK0SMFHfCK4mBSqHbmXq { top:15.8125rem;left:31.0625rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAEgUgoPgKkLmHKWuve3TAtgNNVTffDT { top:13.125rem;left:7rem;width:1.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZrgkbnlZTc9oZOPnmIOpzUJtGl3QzfE { top:13.125rem;left:22.875rem;width:1.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cwm4XZg5EZMH4O4M69SZJHIsrnOq7W { top:13.1875rem;left:34.5625rem;width:10.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoMLkD6HJsLXSMp27yy1La672gIyrHKA { display:block; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOI7khzlGTEItEHxbBGB5nfhJTFWw9l { top:2.5625rem;left:0rem;width:37.625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0r48tDcba75NQt7RKfNB78pwZ9WELQk { display:block; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r77SmWabeQ2eTEtidWNxgRnOxtJO08ib { top:2.0625rem;left:6.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrHcwEwXKCm7CELKzMcz0TmC6EUFhaL { top:15rem;left:0rem;width:20.125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSZezkQ3ZaAVU0VqQU25TuWyw4Nw4KA5 { top:2.0625rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphHe4lBPHXgH44GwqriJiehGq7QZaql { top:15rem;left:15.1875rem;width:16.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxzfIJFLRpHvJac7wF0zJuLsn40h84tw { top:12.3125rem;left:2.5rem;width:13.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcSAQeSlloBJS84wC6fO6NdFqDh2Zuh { top:12.375rem;left:20rem;width:11.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm { display:block; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdukK3yiOawPb5nh4TEiTg8QFQTyZcVE { top:2.5625rem;left:0rem;width:37.625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp { display:block; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcWfWSeGiWP08kyxJhJZhPMLamVhw28p { top:2.875rem;left:6.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6qowfSJTHfvyLpDQv65lO6zAArofMM9 { top:2.875rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfgV05XOgECkG5IIOS70vhBI7Qqsfwyk { top:15.8125rem;left:0rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfvJTcTkCTTkcbFAW7G3rUFEmxOAhIBJ { top:15.8125rem;left:15.1875rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbsh76PTyLnXqQt6fKflmJduOGVAQOyL { top:13.1875rem;left:13rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47JUnZLQd1OP0BqXQKnvAdTrX1bDivW { top:13.1875rem;left:21.625rem;width:10.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWhaegKEeECny8E0E4NuW474gSmSF7C { display:block; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTqtBQC32pB1NvOhfgk4HWmrtaEhlcUx { top:2.875rem;left:6.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNK6dEaASHiFS55MiWObkGc65fT2mXc { top:15.8125rem;left:0rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hV87zkPLZWHvJFflhhTKxAHBcSlVSv { top:13.1875rem;left:2.0625rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcfMrsXtkVh5oWhWe8ZHpNX6kbVh15q { top:2.875rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyC9O4fKh9iCRQbthra49xu9IX4wCwTc { top:13.125rem;left:20rem;width:11.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0Vswi44y56Bk2hFnuTit5HlXd1ZyZL { top:15.8125rem;left:15.1875rem;width:16.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 { display:block; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goZ7cFQmhtdnwPN9NEdRTkdzMcNs1SiS { top:2.125rem;left:0rem;width:47.75rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI { display:block; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq { top:7.5625rem;left:17.8125rem;width:29.9375rem;height:10.9375rem;font-size:1rem;display:block; }#G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
 }@media only screen and (max-width: 763px) { #SFDqKkyRvl0axhMCq8dLRwhrCaNM4G2r { top:3.1875rem;left:0rem;width:29.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAUPf3zn7XO5JATIoJdLMMPe4lKR9KNi { width:15.125rem;height:3.5625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfHcXSI3xnsnxzp1uCCyKofeDRqhwmnz { display:block; }
 }@media only screen and (max-width: 763px) { #kFk3T0iAhAayrBQuOlEAwUfzawQNzBCu { width:17.625rem;height:3.4375rem;top:15.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9G1gs0vCEhAUdJxA1rTeHJ4Gm79ltqe { display:block; }
 }@media only screen and (max-width: 763px) { #oAnyFNyoaBTH6qldTPmKH6kGpeTKHvHc { width:15.125rem;height:3.4375rem;top:15.5rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWXo2JRhctP5AagL8NkIhFidnMz0vgue { display:block; }
 }@media only screen and (max-width: 763px) { #nyUanDpMoeS3oM7gU8pFJsQnT01PqTob { width:17.25rem;height:3.5625rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlD0zdVJNXAec87NgmTsdMEvRVE4hIfZ { display:block; }
 }@media only screen and (max-width: 763px) { #oREAyxJBKNI06eETkG1JVsZiucM5DiOh { width:15.125rem;height:3.4375rem;top:27.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2pbOET1DTPE6k4Civ4vsoTmZ97pSB9b { display:block; }
 }@media only screen and (max-width: 763px) { #xueEstm5OJUC4Kiz7fwQ5CSFtpSmOdKt { width:15.125rem;height:3.4375rem;top:27.6875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C02SQ1HimWxcQUo0ruxqNcoSzhrgmSbz { display:block; }
 }@media only screen and (max-width: 763px) { #U8k8PdydHlqlzXyGgnZQ07OOuDNK5424 { top:20rem;left:0rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiH5Ev2OQRg7kobke4LntLyxEzgWbtn { top:20.0625rem;left:19.875rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGAlKx8mWkWrk2DbNRUq5Ie80aZkuV5 { top:20rem;left:37.0625rem;width:10.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlmDuTrn6in8f96Z0R8ZqTKoMhih0HD { top:32.375rem;left:0rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTRCWqTLDPL6UF3KpZv5eH5PCToW58Zl { top:32.375rem;left:19.25rem;width:11.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrRf0aUb82AqHfmOFtoo3UEtUSgkx5Ep { top:32.375rem;left:33.5rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq88st5nytumltqK1KB1WHuydtKn6LVG { display:block; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3ZKnU2BLQTuQ77k5odFTR2atznVqBZv { top:5.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf { display:block; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ { top:9.125rem;left:0rem;width:32.4375rem;height:15.25rem;font-size:1rem;display:block; }#OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
 }@media only screen and (max-width: 763px) { #Fa6bJ9kz30A2XJAxkobaexH4m6RK0tKE { top:3.8125rem;left:16.4375rem;width:31.3125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh { display:block; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #syZNl69chi2EaAVQ52QnTTS5exNoBte0 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #mlmOAkDmlwlF9zf9Np2aazerx0aBJold {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #yhNuycBOLsPPm99wPNywBOizAvr0OIFU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #zZUTQmq67iUDqvn81kI3GnN0as4Lk5Ul {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #BwZSndfCQmupnu9ZRTMMomdI1T9rydpz {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #TytptERL45kgTQTfg9SeBAAsNUWizTd8 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #pnTHJmW9yWzFteNxv892Z9Ng5bG4P6Fg {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #k5tBH2QJ7Uc6crFnobIztPXcTx7W45mH {  }
 }@media only screen and (max-width: 763px) { #bvLoGqb1xdWx66v4MddLk9ThuZ7dyTDK { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpXGhlHGtSTsqVRbosL7verTKDLFelpw { display:block; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { top:3.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { top:3.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { top:3.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { top:3.1875rem;left:38.0625rem;width:9.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfU54rQSKXmq6z4Eyed4w6L91JgLRN2f { width:12.625rem;height:2.125rem;top:2.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7d5c5912-35da-4c6f-b104-2c2b94eddb6d/LPubezpieczenia1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { width:20rem;height:1.29980625rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { width:20rem;height:14.21875rem;top:6.93798828125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #go61lyo4TzDJWLeAh5KhTX6Ooae6720J { display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { width:20rem;height:8.53125rem;top:3.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { width:17.5rem;height:3.9375rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block; }
 }@media only screen and (max-width: 763px) { #HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 { display:block; }#HRlD5WvUgO9MmDg7FZyeNhFWZvrCdz93 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr8bHpJK1awVhhLDgmdnKQU5zhi1PKi4 { width:20rem;height:3.1rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz { display:block; }#kx0EqxzcEoPdgWnieTWzX8I9XLkmCmrz > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qADfwEyMwS13TARMsIJ0KwEF2HDuoFiK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz { display:block; }#Iu7FaDxSwSM9UlKL8dLaz87iSRhgF5Sz > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czMXNwBmDVErHcU5oC4DntVFWxSE4L5p { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp { display:block; }#xRvgqzp1ORyFRFwN5ECTRsPs5odvTDkp > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX1r1uz84oIc9k705OfyrkgHUvSuZVAq { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOiBNmxzxGmRwM2FqSTAlhagKa8N6oK { width:9.375rem;height:9.375rem;top:20.3749984375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0T6Ssd9m6mK4T0QXpxsgxiQ0ZC1T4T { width:16.5625rem;height:4.875rem;top:14.2499984375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwOhH7CCLM42HnIMB42o9n6ei39XpMfl { width:16.5625rem;height:4.875rem;top:33.37450859375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maEIsQvhv4NTsToBptRC6NnnzXEaJB9a { width:9.375rem;height:9.375rem;top:39.49950859375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcOu16gvw3btK0SMFHfCK4mBSqHbmXq { width:16.5625rem;height:4.875rem;top:52.83642109375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAEgUgoPgKkLmHKWuve3TAtgNNVTffDT { width:1.875rem;height:1.4624rem;top:11.5380859375rem;left:9.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZrgkbnlZTc9oZOPnmIOpzUJtGl3QzfE { width:1.875rem;height:1.4624rem;top:30.66259609375rem;left:9.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6cwm4XZg5EZMH4O4M69SZJHIsrnOq7W { width:10.25rem;height:1.4624rem;top:50.12450859375rem;left:4.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoMLkD6HJsLXSMp27yy1La672gIyrHKA { display:block; }#XoMLkD6HJsLXSMp27yy1La672gIyrHKA > .row .container { width:20rem;height:9.0483125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOI7khzlGTEItEHxbBGB5nfhJTFWw9l { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0r48tDcba75NQt7RKfNB78pwZ9WELQk { display:block; }#w0r48tDcba75NQt7RKfNB78pwZ9WELQk > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r77SmWabeQ2eTEtidWNxgRnOxtJO08ib { width:9.375rem;height:9.375rem;top:4.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrHcwEwXKCm7CELKzMcz0TmC6EUFhaL { width:16.5625rem;height:4.875rem;top:18rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSZezkQ3ZaAVU0VqQU25TuWyw4Nw4KA5 { width:9.375rem;height:9.375rem;top:25.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphHe4lBPHXgH44GwqriJiehGq7QZaql { width:16.5625rem;height:3.65625rem;top:38.6875rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxzfIJFLRpHvJac7wF0zJuLsn40h84tw { width:13.375rem;height:1.4624rem;top:15.25rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcSAQeSlloBJS84wC6fO6NdFqDh2Zuh { width:11.75rem;height:1.4624rem;top:35.9375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm { display:block; }#FLtPOHEkOIKVwOVrbSremKd2X1A9HcXm > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdukK3yiOawPb5nh4TEiTg8QFQTyZcVE { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp { display:block; }#bCWdMLDa82S7eoGDdAbBveSD4bI2MQkp > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcWfWSeGiWP08kyxJhJZhPMLamVhw28p { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6qowfSJTHfvyLpDQv65lO6zAArofMM9 { width:9.375rem;height:9.375rem;top:20.374021875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfgV05XOgECkG5IIOS70vhBI7Qqsfwyk { width:16.5625rem;height:4.875rem;top:14.249021875rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfvJTcTkCTTkcbFAW7G3rUFEmxOAhIBJ { width:16.5625rem;height:4.875rem;top:33.710934375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fbsh76PTyLnXqQt6fKflmJduOGVAQOyL { width:2.875rem;height:1.4624rem;top:11.537109375rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47JUnZLQd1OP0BqXQKnvAdTrX1bDivW { width:10.125rem;height:1.4624rem;top:30.999021875rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWhaegKEeECny8E0E4NuW474gSmSF7C { display:block; }#ELWhaegKEeECny8E0E4NuW474gSmSF7C > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTqtBQC32pB1NvOhfgk4HWmrtaEhlcUx { width:9.375rem;height:9.375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNK6dEaASHiFS55MiWObkGc65fT2mXc { width:16.5625rem;height:4.875rem;top:13.3125rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7hV87zkPLZWHvJFflhhTKxAHBcSlVSv { width:13.8125rem;height:1.4624rem;top:10.625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcfMrsXtkVh5oWhWe8ZHpNX6kbVh15q { width:9.375rem;height:9.375rem;top:21.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyC9O4fKh9iCRQbthra49xu9IX4wCwTc { width:11.75rem;height:1.4624rem;top:32.1875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0Vswi44y56Bk2hFnuTit5HlXd1ZyZL { width:16.5625rem;height:4.875rem;top:34.9375rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 { display:block; }#DXXHzEswTTlrvZV3rFCTPgp9FFdNSxa8 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goZ7cFQmhtdnwPN9NEdRTkdzMcNs1SiS { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI { display:block; }#XbhwpaSq5fCfFOyhzhwT6Q2MZnFGTwZI > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq { width:20rem;height:16.9375rem;top:22.160625rem;left:0rem;font-size:1rem;display:block; }#G8U4kVFXJ2Xga4ThGy9pg0AQafOIWCgq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
 }@media only screen and (max-width: 763px) { #SFDqKkyRvl0axhMCq8dLRwhrCaNM4G2r { width:20rem;height:19.661016949153rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0398f37d-3586-41d2-930b-31444a88885d/386293146.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.adaptive-delivery-prevent-bg, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyload, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyloading { background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { background-color: transparent; background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { width:20rem;height:2rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAUPf3zn7XO5JATIoJdLMMPe4lKR9KNi { width:15.125rem;height:3.5625rem;top:9.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfHcXSI3xnsnxzp1uCCyKofeDRqhwmnz { display:block; }
 }@media only screen and (max-width: 763px) { #kFk3T0iAhAayrBQuOlEAwUfzawQNzBCu { width:15.125rem;height:3.4375rem;top:17.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9G1gs0vCEhAUdJxA1rTeHJ4Gm79ltqe { display:block; }
 }@media only screen and (max-width: 763px) { #oAnyFNyoaBTH6qldTPmKH6kGpeTKHvHc { width:15.125rem;height:3.4375rem;top:25.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWXo2JRhctP5AagL8NkIhFidnMz0vgue { display:block; }
 }@media only screen and (max-width: 763px) { #nyUanDpMoeS3oM7gU8pFJsQnT01PqTob { width:15.125rem;height:3.5625rem;top:33.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlD0zdVJNXAec87NgmTsdMEvRVE4hIfZ { display:block; }
 }@media only screen and (max-width: 763px) { #oREAyxJBKNI06eETkG1JVsZiucM5DiOh { width:15.125rem;height:3.4375rem;top:41.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2pbOET1DTPE6k4Civ4vsoTmZ97pSB9b { display:block; }
 }@media only screen and (max-width: 763px) { #xueEstm5OJUC4Kiz7fwQ5CSFtpSmOdKt { width:15.125rem;height:3.4375rem;top:49.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C02SQ1HimWxcQUo0ruxqNcoSzhrgmSbz { display:block; }
 }@media only screen and (max-width: 763px) { #U8k8PdydHlqlzXyGgnZQ07OOuDNK5424 { width:14.25rem;height:2.4375rem;top:13.75rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMiH5Ev2OQRg7kobke4LntLyxEzgWbtn { width:10.625rem;height:2.4375rem;top:21.9375rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZGAlKx8mWkWrk2DbNRUq5Ie80aZkuV5 { width:10.6875rem;height:1.21875rem;top:30rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDlmDuTrn6in8f96Z0R8ZqTKoMhih0HD { width:14.25rem;height:2.4375rem;top:37.5625rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTRCWqTLDPL6UF3KpZv5eH5PCToW58Zl { width:11.8125rem;height:2.4375rem;top:45.75rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrRf0aUb82AqHfmOFtoo3UEtUSgkx5Ep { width:14.25rem;height:1.21875rem;top:53.8125rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq88st5nytumltqK1KB1WHuydtKn6LVG { display:block; }#Cq88st5nytumltqK1KB1WHuydtKn6LVG > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3ZKnU2BLQTuQ77k5odFTR2atznVqBZv { width:20rem;height:5.19921875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf { display:block; }#TOhtxy2OZCXysAqEpfGCdnuPRvnQqubf > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ { width:20rem;height:19.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#OMwfof4BbxFT0UJvkRcSMWKvJDnXvNyQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6c70d6c-b756-4f60-b370-6cdf3269bd2f/noroot.crop_165x165_55,55); }
 }@media only screen and (max-width: 763px) { #Fa6bJ9kz30A2XJAxkobaexH4m6RK0tKE { width:20rem;height:18.802395209581rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh { display:block; }#QwxeeS8ehJLtRtS3foWmIKWqTT3KhFfh > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 { display:flex;height:41.32175rem;width:17.5rem;top:5.0996125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #syZNl69chi2EaAVQ52QnTTS5exNoBte0 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #mlmOAkDmlwlF9zf9Np2aazerx0aBJold {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #yhNuycBOLsPPm99wPNywBOizAvr0OIFU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #zZUTQmq67iUDqvn81kI3GnN0as4Lk5Ul {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #BwZSndfCQmupnu9ZRTMMomdI1T9rydpz {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #TytptERL45kgTQTfg9SeBAAsNUWizTd8 {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #pnTHJmW9yWzFteNxv892Z9Ng5bG4P6Fg {  }
 }@media only screen and (max-width: 763px) { #N4JzWX5wZg70LUvFOP05pRtkipTTTqc8 #k5tBH2QJ7Uc6crFnobIztPXcTx7W45mH {  }
 }@media only screen and (max-width: 763px) { #bvLoGqb1xdWx66v4MddLk9ThuZ7dyTDK { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color:#fafafa;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; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { border-width: 0; border-radius: 0; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { left:2.53125rem;background-color:transparent;background-image:none;top:5.4560546875rem;width:14.9375rem;height:2.2744125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:5.125rem; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:9.125rem; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:13.1875rem; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { width:9.1875rem;height:1.625rem;top:2.375rem;left:4.875rem;display:block; }
 }