.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;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; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container { background-color: transparent; background-image: none; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container > .video-iframe-container { display: none; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row > .video-iframe-container { display: none; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container { border-width: 0; border-radius: 0; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#pOKfz1uShvH3JuEdpaCyylobJ7rVMM0D { background-color:#13b6f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.74848377704619rem;left:43.5608959198rem;display:block; }
#LiRxJKLcsqwCW08Q9nD5HT1qNiUFBmkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTsEJ9VTbpSGAcG5H4E2B53I5DcOSu6H { background-color:#13b6f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.74912625551225rem;left:45.312187194824rem;display:none; }
#Dg4wkPNewNRa5t7DyAvQkvyq6dK6HnAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFxCNayct1oPV0TdAnGFQ0TBdop1DL1i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.3125rem;top:0.87483721971512rem;left:27.811513900757rem;overflow:hidden;display:block; }
#ooCQ5pAGRxDETRU2VV1TIsdV36W69eTp { 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.875rem;width:5.6875rem;top:0.8125rem;left:36.125rem;overflow:hidden;display:block; }
#vUhTlzNoNiLbZ4IbpMZnTRc2DdcNpwAz { color:#000000;display:block;width:1.749675rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:34.8125rem;height:1.3rem;display:block; }
#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12161e;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; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container { background-color: transparent; background-image: none; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container > .video-iframe-container { display: none; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row > .video-iframe-container { display: none; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container { border-width: 0; border-radius: 0; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#QqzdF8OQwN4yTFiEwykKCkNIklkTHMHp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.875rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#yrm40fqhp43cUZswD0KCyETC2nJRLUyg { background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/4dba35cd-cc8b-4912-bb06-3c37b5b30bd6/bezreklam1.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg.adaptive-delivery-prevent-bg, #yrm40fqhp43cUZswD0KCyETC2nJRLUyg.lazyload, #yrm40fqhp43cUZswD0KCyETC2nJRLUyg.lazyloading { background-image: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { background-color: transparent; background-image: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container > .video-iframe-container { display: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row > .video-iframe-container { display: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { border-width: 0; border-radius: 0; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { font-size:0.875rem;font-family:arial;height:81.75rem;width:75rem;overflow:visible;position:relative;display:block; }#P9l40vW7tJhmL41An449dkavMTKZVx9X { 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:2.748725rem;width:8.6241875rem;top:5.8125rem;left:46.75rem;overflow:hidden;display:block; }
#FXOVdqgCkwd6QhADrkx4laylWUh2MPNF { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"noto serif";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:19.625rem;height:4.7114875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6is0ufaqBeCUOizvmAz8bJKQKCsFimV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:44.5625rem;top:35.374887466431rem;left:15.187044143677rem;overflow:hidden;display:none; }
#D2INBmkyiNgEiSi4dcTHUU61QnTT2ZzH { color:#ffffff;display:block;width:12.499375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:77.30976594925rem;left:31.059982299805rem;height:0.97441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Upam6yh9PtIBBGoPvxndBbt1c0sc4GT2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49910625rem;width:1.49910625rem;top:78.6227542305rem;left:36.561904907226rem;overflow:hidden;display:block; }
#KeASTaJ44s7Nhh6y6ksJRyKPdf6mCBaA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7485rem;height:4.561575rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:76.309842243194rem;left:32.436050415039rem;display:block; }
#Fg3rb3wVG8J2OynhKdW3kGDwMzHFovGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJIqDxegGtmTJUW6K3g7ux68fkCqdawd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:71.997861042025rem;left:57.748794555664rem;display:block; }
#KvNkmH5Fr52lUfaA0I2OsKCHPuCq7ntz { background-color:#13b6f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.793750762939rem;left:14.875rem;display:none; }
#fN0tdSECNUeMc0vJcG8zAul1RBTb6sC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGd5DfNIh6X8kzAF3AXKa8QCvIBOmLEU { position:absolute;display:block;z-index:15013;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.4375rem;width:5.25rem;top:13.561290740967rem;left:3.1858978271484rem;overflow:hidden;display:block; }
#oGXIdchhCB32yCnWTwEGGCuD8vprM6kI { box-sizing:content-box;height:1.25rem;width:14.25rem;position:absolute;display:block;z-index:15014;background-color:#ffc222;background-image:none;top:13.747413635254rem;left:8.7485656738281rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T4EUE3rXfZxuZkgpEruFEeslSD32dBGE { color:#000000;display:block;width:14.624875rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.935094833374rem;left:8.4978065490725rem;height:0.8932375rem;text-align:center;text-align-last:center;display:block; }
#bNTBNPwJJDKdVBriSPn7Zyln7Qm5RIXQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.25rem;top:13.248790740967rem;left:39.186317443847rem;overflow:hidden;display:block; }
#Mk6CKZKBgysyoGmAGJALSfPoRqgIV3UQ { box-sizing:content-box;height:1.25rem;width:14.25rem;position:absolute;display:block;z-index:15024;background-color:#ffc222;background-image:none;top:13.435691833496rem;left:44.873588562012rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ATT420hZH9T7Bd5pOohbTwK56ymgv6ez { color:#000000;display:block;width:14.1243125rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.643621444702rem;left:44.985733032226rem;height:0.8932375rem;text-align:center;text-align-last:center;display:block; }
#yLKzVXUPsUXMC9nK26Mdi9Ma2EyIDN1C { background-color:#00bcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9995625rem;height:3.49935rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.311626434326rem;left:3.1245708465576rem;display:block; }
#brcy89hWrg1gXSfpXDoLU314pfk8R2IO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itZlWaCF9QKgbQ0UFOc9mT195V187K0q { color:#ffffff;display:block;width:31.437375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:19.499597549439rem;left:3.1866760253906rem;height:10.18325rem;overflow:hidden;display:block; }#itZlWaCF9QKgbQ0UFOc9mT195V187K0q li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#itZlWaCF9QKgbQ0UFOc9mT195V187K0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
#x5ki8tm0tWmTPiU1aNcFcCS2TQvoe4vz { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.248820781708rem;left:21.498390197754rem;height:2.59988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5Az7ziG4znKaJurTgaTUKOFnzaHCS3M { color:#ffffff;display:block;width:17.124125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.811084270477rem;left:4.2496833801269rem;height:1.6244875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMTBXfll12nuXg0COacU5s1Z8t6Ube3H { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.684926509857rem;left:27.248741149903rem;height:1.9499125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oyyyRIoQmgzZw1JibccbTQRnQblHFdXu { color:#ffffff;display:block;width:6.624875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.759686946869rem;left:29.986076354981rem;height:1.9499125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9hnl7IG4K0MAWSg2EIxcWg6u1XZpbX3 { box-sizing:content-box;height:1.875rem;width:0.0621059375rem;position:absolute;display:block;z-index:15008;background-color:#e0e3e6;background-image:none;top:15.498801708221rem;left:29.185508728028rem;display:block; }
#ZdBAkKZCbHIaTyw4DNgbE8qrunziuHV5 { box-sizing:content-box;height:1.62439375rem;width:0.498989375rem;position:absolute;display:block;z-index:15002;background-color:#00bcff;background-image:none;top:15.873385906219rem;left:3.1851196289062rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ToDAFEfFEBqnoieBBSKcOM4y4xd2LH4t { background-color:#00bcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9995625rem;height:3.49935rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.311626434326rem;left:39.186712265014rem;display:block; }
#L2Q1E5mBIHS51oA90sQmdctVVmlxDxSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 { color:#ffffff;display:block;width:31.437375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:21.061882019043rem;left:39.249883651733rem;height:;overflow:hidden;display:block; }#VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
#HMdUdPJqcJayvJhAlf9TFh7hcJgxqCel { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.248820781708rem;left:58.186454772949rem;height:2.59988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAKsrt3mLKnWAssk0sFiZhhyCRCGWTMO { color:#ffffff;display:block;width:17.124125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.811084270477rem;left:40.310844421387rem;height:1.6244875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zChTLc6nGnTtiA8dAQK0DVP9FHOmqAmn { color:#ffffff;display:block;width:4.49946875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.685704708099rem;left:62.997619628906rem;height:1.9499125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZ5w6MMhk7QdgvbAEcPS4kghkJGRFMif { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.749562740326rem;left:66.124336242675rem;height:1.9499125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ItHepUfGSOHnZVJn47TTTLZT4SULJI31 { box-sizing:content-box;height:1.875rem;width:0.0621059375rem;position:absolute;display:block;z-index:15008;background-color:#e0e3e6;background-image:none;top:15.498801708221rem;left:65.373611450194rem;display:block; }
#gzNHnLKX6QAd1cvpBi2bnuDbnyVFtDUw { box-sizing:content-box;height:1.62439375rem;width:0.498989375rem;position:absolute;display:block;z-index:15002;background-color:#00bcff;background-image:none;top:15.873385906219rem;left:39.24861907959rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kGB2IHoTDTkD3aNEE3TQ2S0Cb6scbThp { box-sizing:content-box;height:27.625rem;width:33.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:11.123389720917rem;left:2.1865577697754rem;border-top:0.0625rem solid #bdbdbf;border-left:0.0625rem solid #bdbdbf;border-right:0.0625rem solid #bdbdbf;border-bottom:0.0625rem solid #bdbdbf;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AmJFEagHarszEqW0xIz4TfNN4dhARlC4 { box-sizing:content-box;height:27.625rem;width:33.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:11.124460220337rem;left:38.249769210816rem;border-top:0.0625rem solid #bdbdbf;border-left:0.0625rem solid #bdbdbf;border-right:0.0625rem solid #bdbdbf;border-bottom:0.0625rem solid #bdbdbf;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r3hIQCRB2r2T1iR4r5480SwGaEet5wDG { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:18.999536514283rem;left:39.561491012573rem;display:block; }
#rs7dM6vF62q2Q2oBn7W2AzKX4zUBttyr { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:18.999536514283rem;left:3.4993476867676rem;display:block; }
#xqdWVdcRep9vT3afLyGIFFyPe6eRQTCi { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:"noto serif";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.0625rem;height:2.84295625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ydLQRR8QXkmQLgUvChqoLakT8TNCzx0q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37rem;width:48.0625rem;top:43.936875rem;left:13.277046203613rem;overflow:hidden;display:block; }
#yCi8ShDtKWMNoBBNeuFxE5tZfOHnkuSg { color:#ffffff;display:block;width:32.56175rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:36.562665462494rem;left:3.1843414306641rem;height:1.6254625rem;text-align:center;text-align-last:center;display:block; }
#BeaViTVDdXzAbBCOUhuqDLyqp4P0S0Vs { color:#ffffff;display:block;width:32.56175rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:36.562665462494rem;left:38.904411315918rem;height:1.6254625rem;text-align:center;text-align-last:center;display:block; }
#svWfBF7VITLLoTtxLc44w4rQiTATeuBF { color:#ffffff;display:block;width:12.4998125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.353099346161rem;left:20.495353698731rem;height:1.1377625rem;display:block; }
#d0Rrl1GXBV0AH1UOlgrTxBVSvXbU7Rxq { color:#ffffff;display:block;width:12.4990625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.38347196579rem;left:57.748016357422rem;height:1.1377625rem;display:block; }
#eheFRmCGqGRJ4MgZCxkJvuuVPLpEDOKy { color:#ffffff;display:block;width:49.187125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:41.618381023407rem;left:12.905578613281rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tt5Wh3QyOtoeTnuCnhGU48DFqh165JA7 { color:#ffffff;display:block;width:29.3116875rem;position:absolute;font-family:"noto serif";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.77366781234744rem;left:22.843307495118rem;height:4.7114875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur { position:relative;display:block; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur { background-color: transparent; background-image: none; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container > .video-iframe-container { display: none; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row > .video-iframe-container { display: none; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur { border-width: 0; border-radius: 0; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .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; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#GkNqyUaikWhhfZyUe4FuXK6ySv5cvXl3 { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:28.25rem;height:2.925rem;font-style:normal;display:block; }
#ykn5a20cT1m1sskFbnfyg15AJzDqi8om { 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.875rem;width:8.125rem;top:4.5625rem;left:38.625rem;overflow:hidden;display:block; }
#zOvUTTz8GJ4vgUpx02hxr1d9PBTlIzpo { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:18.375rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc { 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; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container { background-color: transparent; background-image: none; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container > .video-iframe-container { display: none; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row > .video-iframe-container { display: none; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container { border-width: 0; border-radius: 0; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#qxWNQ1C4VJ7dnDH2p65bdP6mSSemhc97 { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#PnWM4KfaasLoggRihgUTsnTP9uQVIN3F { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:none;top:8.9375rem;left:0rem;border-top:0.0625rem solid #e0e0e0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#VlLOgTseLo8CawAN8k1TMr29nO9ErPIa { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvvDAKDhT8gO8Di4QaC9a0VKDkPiD3tx { color:#757575;display:block;width:7.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:45.6875rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IDDlUbJqsgB86RkX5wIIppJUViAv091E { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:4.3125rem;top:1rem;left:53.4375rem;overflow:hidden;display:block; }
#lNTVTXfIRFZktScRIrb1qtbFHEM0oqXl { color:#757575;display:block;width:13.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:44.8125rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8H4VPV9Un4M2WRzms87tzCJbD5OTTtT { color:#757575;display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4874992370606rem;left:62.125rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcAb3hzBd7mlNbct1Z1RD9OGmc0oglfg { box-sizing:content-box;height:35.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:#e0e0e0;background-image:none;top:0rem;left:59.3125rem;display:block; }
#q6m3tT6bxJoCAfgnTssnT0duJTgomotA { box-sizing:content-box;height:35.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#e0e0e0;background-image:none;top:0rem;left:43.625rem;display:block; }
#FEx8GSAGS1lpDxN41VtKb3dHR3aSNcwh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.9812507629394rem;left:50.875rem;overflow:hidden;display:block; }
#U9Wq3Tvm3o5x1A1aGnJAB78G46zK5V4Z { position:absolute;display:block;z-index:15008;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.25rem;width:1.25rem;top:5.9812507629394rem;left:66.40625rem;overflow:hidden;display:block; }
#qyMtX9azTGKHEl8z1ksww8VtF8AEiOTD { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:none;top:17.9375rem;left:0rem;border-top:0.0625rem solid #e0e0e0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#Z8G8539R6VXaHAAIls3ZsgoITmZfs5KT { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.456250190735rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E7JUTAguTxyQveJE7QsaU6Zm2doZFTKN { position:absolute;display:block;z-index:15008;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.25rem;width:1.25rem;top:10.5625rem;left:50.875rem;overflow:hidden;display:block; }
#q4hrOg1FGTn8h0tTTaxA4SRol08EN43J { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:10.5625rem;left:66.40625rem;overflow:hidden;display:block; }
#ADG4eKCZ9SS2nxZqOlHK1PL3SyBFy4L4 { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S8s8tcVuzgrv67TALmPWm371UDt7Jeli { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:14.9375rem;left:50.875rem;overflow:hidden;display:block; }
#T27pSsvcO3H64fAP3obhs69gK8WveNGv { position:absolute;display:block;z-index:15010;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.25rem;width:1.25rem;top:14.9375rem;left:66.40625rem;overflow:hidden;display:block; }
#ZzD8KW8kOIym4zcOyP7OQBPRZREC4wMR { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.456249237061rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QVvlTz5KAP1UQIne2Pmm4HpT7eZEPFlJ { position:absolute;display:block;z-index:15010;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.25rem;width:1.25rem;top:19.5625rem;left:50.875rem;overflow:hidden;display:block; }
#JWC7HCWQP5CDqRmAZC7HpBJwmlgBzhKM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:19.5625rem;left:66.40625rem;overflow:hidden;display:block; }
#lospiJypET2GVNdTpIA6omwrKXhJRTne { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:none;top:26.9375rem;left:0rem;border-top:0.0625rem solid #e0e0e0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#Zl7DSgML5xxvcT5IdwRTDs6QDmcJgU84 { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.893750190735rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#viW0Bdv3GAvmu6Nrg1HZEwHm8hLJrp5D { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:24rem;left:50.875rem;overflow:hidden;display:block; }
#kUot86HiW1tB1KwM4HVWxPTRrtGHDyTU { position:absolute;display:block;z-index:15012;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.25rem;width:1.25rem;top:24rem;left:66.40625rem;overflow:hidden;display:block; }
#gQqbkO3yuDh5QXzbMvAaghtQFv0XtbFv { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.456249237061rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S0H6f2pyMErfSNucKaLKCpBB2oRR3ERu { position:absolute;display:block;z-index:15012;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.25rem;width:1.25rem;top:28.5625rem;left:50.875rem;overflow:hidden;display:block; }
#UcG5xWI1Z5VQKJ7dJdJ8CP9Pz9hDyqom { position:absolute;display:block;z-index:15013;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.25rem;width:1.25rem;top:28.5625rem;left:66.40625rem;overflow:hidden;display:block; }
#nrJIBF1uAQBKcOUKHFTaQvB6S5bazirA { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.956249237061rem;left:1.8125rem;height:1.4627rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iCJih4J7AZEq7f1907WgW1JSDIqylSAz { position:absolute;display:block;z-index:15013;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.25rem;width:1.25rem;top:33.0625rem;left:50.875rem;overflow:hidden;display:block; }
#FuE9gBfQFNLzuWvS9cIGdTwMyVg84DyM { position:absolute;display:block;z-index:15014;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.25rem;width:1.25rem;top:33.0625rem;left:66.40625rem;overflow:hidden;display:block; }
#AhN37K9WV9N4PeoyaAQrBXGpJuXRMmEr { color:#757575;display:block;width:13.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:44.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/fc114dc5-9e9d-4dbf-8c21-e87979e7ccfe/bg12.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.adaptive-delivery-prevent-bg, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.lazyload, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.lazyloading { background-image: none; } #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection *:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="text"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="email"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="tel"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection textarea:focus-visible { outline: none; } #vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { background-color: transparent; background-image: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container > .video-iframe-container { display: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row > .video-iframe-container { display: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { border-width: 0; border-radius: 0; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/1dc0c556-be01-4fc8-89f8-63cc764d5e93/bg22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection.adaptive-delivery-prevent-bg, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection.lazyload, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection.lazyloading { background-image: none; } #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection *:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="text"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="email"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="tel"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection textarea:focus-visible { outline: none; } #ArAvXchE6nXiCRJSByq1cGWuTKRwQi6Q > .row .container { border-width: 0; border-radius: 0; }#ArAvXchE6nXiCRJSByq1cGWuTKRwQi6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArAvXchE6nXiCRJSByq1cGWuTKRwQi6Q > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:none; }#Wb90698e25e67e2d5047b758e3896815.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/1dc0c556-be01-4fc8-89f8-63cc764d5e93/bg22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#Wb90698e25e67e2d5047b758e3896815.widget-smartsection.adaptive-delivery-prevent-bg, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection.lazyload, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection.lazyloading { background-image: none; } #Wb90698e25e67e2d5047b758e3896815.widget-smartsection *:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="text"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="email"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="tel"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection textarea:focus-visible { outline: none; } #oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container { background-color: transparent; background-image: none; }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container > .video-iframe-container { display: none; }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row > .video-iframe-container { display: none; }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container { border-width: 0; border-radius: 0; }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#e81122fb64ea526de51f75de17ba409b.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/1dc0c556-be01-4fc8-89f8-63cc764d5e93/bg22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#e81122fb64ea526de51f75de17ba409b.widget-smartsection.adaptive-delivery-prevent-bg, #e81122fb64ea526de51f75de17ba409b.widget-smartsection.lazyload, #e81122fb64ea526de51f75de17ba409b.widget-smartsection.lazyloading { background-image: none; } #e81122fb64ea526de51f75de17ba409b.widget-smartsection *:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="text"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="email"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="tel"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection textarea:focus-visible { outline: none; } #tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container { background-color: transparent; background-image: none; }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container > .video-iframe-container { display: none; }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row > .video-iframe-container { display: none; }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container { border-width: 0; border-radius: 0; }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; } #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection *:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="text"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="email"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="tel"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection textarea:focus-visible { outline: none; } #EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container { background-color: transparent; background-image: none; }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container > .video-iframe-container { display: none; }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row > .video-iframe-container { display: none; }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container { border-width: 0; border-radius: 0; }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#T0c573897748b603bb13adb0e497b8eb.widget-smartsection { position:relative;display:block; } #T0c573897748b603bb13adb0e497b8eb.widget-smartsection *:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="text"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="email"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="tel"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection textarea:focus-visible { outline: none; } #RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN { background-color: transparent; background-image: none; }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container > .video-iframe-container { display: none; }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row > .video-iframe-container { display: none; }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN { border-width: 0; border-radius: 0; }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .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; }#RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.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; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/00b56766-4151-4677-a81a-3d564b9c17d4/sekcjamateriayv1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii.adaptive-delivery-prevent-bg, #rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii.lazyload, #rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii.lazyloading { background-image: none; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii > .row .container { border-width: 0; border-radius: 0; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:none; }#GF7WnvtTllTBZRUbtAdKHlUvHM36dPFc { color:#ffffff;display:block;width:64rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.8125rem;left:5.5rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIvNUDKL9Jx584kJAJqacU9fboJz90z0 { position:absolute;display:block;z-index:15001;height:23.6875rem;width:75rem;top:9.59375rem;left:-1.125rem;display:block; }
#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI { position:relative;display:block; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI { background-color: transparent; background-image: none; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container > .video-iframe-container { display: none; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row > .video-iframe-container { display: none; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI { border-width: 0; border-radius: 0; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .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; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.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; }#gtiVz4n7GU3rZTc0f029afaPNQ8WQ5qh { position:absolute;display:block;z-index:15000;height:54.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#voNazFNOb2CTnQVk3BLu1sS9OHEB2uQ9 { position:absolute;display:block;z-index:15000;height:54.625rem;width:75rem;top:0rem;left:0rem;display:none; }
#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { background-color: transparent; background-image: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container > .video-iframe-container { display: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row > .video-iframe-container { display: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { border-width: 0; border-radius: 0; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#nVxS1qqHlOktxTLVP8Ppk9hEiPT8l8vT { color:#ffffff;display:block;width:64rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:5.625rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTIhhbFuMOq7PN6I6SvTLgaavohiPAgJ { box-sizing:content-box;height:0.375rem;width:0.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ff0000;background-image:none;top:5.2000007629394rem;left:27.8125rem;display:block; }
#JH5MxM5799TKs1FeDCnRsHr6VQife6vH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:17rem;top:10.8125rem;left:23.5rem;overflow:hidden;display:block; }
#PZNBKDbuWH8rx44psFdGa4mCoXFNwa6p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:16.875rem;top:10.875rem;left:34.625rem;overflow:hidden;display:block; }
#g4kkoRFf9QRpWlLmw8b1T96047wbzlyD { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:33.125rem;left:22.3125rem;height:4.72628125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CltDEnaGBamwWILh9bk5Q63QHR5y67Bp { color:#ffffff;display:block;width:44rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.4375rem;left:16.125rem;height:3.150275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbq8gg2eTq0mTgNaW6LL30J0cUtENTxe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 2rem rgba(0,0,0,0.5) ;height:9.9375rem;width:17.75rem;top:40.0625rem;left:0rem;overflow:hidden;display:block; }
#GVy5KICctaq0NzDDAgguNTaf438JRFip { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 2rem rgba(0,0,0,0.5) ;height:9.9375rem;width:17.75rem;top:40.0625rem;left:19.125rem;overflow:hidden;display:block; }
#xDHvWAA6gWxdTIc1eGV7zBt45zxrk3RT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 2rem rgba(0,0,0,0.5) ;height:9.9375rem;width:17.75rem;top:40.0625rem;left:38.1875rem;overflow:hidden;display:block; }
#b2TbJmpXQc1dXvwkeOsmJG5dblGUplsF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 2rem rgba(0,0,0,0.5) ;height:9.9375rem;width:17.75rem;top:40.0625rem;left:57.25rem;overflow:hidden;display:block; }
#ipK20wfemNzx5eTeMVGuVepmev88wb7v { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.75rem;top:40.3125rem;left:32.625rem;overflow:hidden;display:block; }
#CLTSReUcn6Kt3AIAw3DXvDZccnBHsEHt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.75rem;top:40.3125rem;left:13.4375rem;overflow:hidden;display:block; }
#AxTfPIZO6JcAUHekc1sBQDzckKT5aE5D { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.75rem;top:40.3125rem;left:51.5rem;overflow:hidden;display:block; }
#iN4gpan9tFVgrRZdPypba6AX2IqwuTWu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.75rem;top:40.3125rem;left:70.6875rem;overflow:hidden;display:block; }
#smBdLFyzpTdgfAmibcMecuT86rJW3DO8 { color:rgba(255,255,255,0.76);display:block;width:38.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:51.5625rem;left:36.75rem;height:1.21941875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly > .row .container { border-width: 0; border-radius: 0; }#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:none; }#JB7oXGokz6mi3Tk9uwDypwyXGpgcszPZ { color:#222222;display:block;width:52.375rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.8125rem;left:11.3125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4mu4yO8eThxeVM6NVpP18fS3UXPEd5e { color:#222222;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:18.375rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI > .row .container { border-width: 0; border-radius: 0; }#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:none; }#uOzNMOCorMVWfAsPEPnNG46zpTTTTNBO { box-sizing:content-box;height:30rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:19.874328613281rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.125rem solid #e0e3e6;border-left:0.125rem solid #e0e3e6;border-right:0.125rem solid #e0e3e6;border-bottom:0.125rem solid #e0e3e6;display:block; }
#xBDhddz1kJuqv7dSKC0Absqzmg6ude7S { box-sizing:content-box;height:0.0625rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:#e0e3e6;background-image:none;top:6.875rem;left:20rem;display:block; }
#LfvrhZNbJdzAoZtxfZl0bhOFoz9P8GpC { box-sizing:content-box;height:1.625rem;width:0.5rem;position:absolute;display:block;z-index:15002;background-color:#00bcff;background-image:none;top:2.6875rem;left:21.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BQtDl7BNFwIQ1JF9ngmw9nBJ6vcCHNnT { color:#111e23;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZIBa0fQzCzGzIgv8yT9QMT5WR90VRgJ { color:#111e23;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2749996185302rem;left:41.875rem;height:1.78736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcOtJwk8KPyCZcJJox7QHmIQDGsEHr9Z { color:#111e23;display:block;width:4.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:41.875rem;height:2.59988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q7xVMXdkgT2dPZVXnQV9ht47NNmdTTKp { color:#111e23;display:block;width:4.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:46.0625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f9ixTuv61TQoInSdgqHdIWVtlmMMwgGk { color:#111e23;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:48.625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPX7wuGEBzisVu51cegdM9CAvkMJ2alA { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#e0e3e6;background-image:none;top:3.0625rem;left:47.96875rem;display:block; }
#HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe { color:#646d70;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.3125rem;left:21.5625rem;height:;overflow:hidden;display:block; }#HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
#IrIGNDSSS14y1f17nsNL9zTPa6PX1Tag { background-color:#00bcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.8125rem;left:21.5rem;display:block; }
#Cf9hQ2Ind9DTtNChm1LNRRRqJNrpNnA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0Tgbbg2KVOLMuCrZzeNXEEtKeA70FkK { color:#222222;display:block;width:32.499rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26.558647155762rem;left:21.249229431153rem;height:2.43819375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMA7pUdaQuw8iLAq5DBmd25To8wvitwT { color:#111e23;display:block;width:2.625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSw8op53LNfb0uOD83msSqbsS7FPkXF4 { box-sizing:content-box;height:0.0625rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:#e0e3e6;background-image:none;top:6.875rem;left:20rem;display:none; }
#gJEGt6ZcAFrnTVv2xaZ5a2xtCfOSmq8a { background-color:#00bcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.8125rem;left:21.5rem;display:none; }
#vvgKBJcFWTzOnXrL64dxmVvSkogI9uEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 { 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; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container { background-color: transparent; background-image: none; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container > .video-iframe-container { display: none; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row > .video-iframe-container { display: none; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container { border-width: 0; border-radius: 0; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#ztLN2z61DJEff3y4bTRkGT4zwKZAlwJk { color:#222222;display:block;width:52.375rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.8125rem;left:11.3125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ { 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; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container { background-color: transparent; background-image: none; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container > .video-iframe-container { display: none; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row > .video-iframe-container { display: none; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container { border-width: 0; border-radius: 0; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e0; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .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; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.125rem;height:auto;font-family:inter;font-style:normal;line-height:2.3;overflow:hidden;color:#222222; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .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:inter;font-weight:300;font-style:normal;height:auto;line-height:1.5;overflow:hidden;color:#222222; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .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_ce706017f90f4af0bba7366553076381a32c728b.svg");background-size:contain !important; }#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-trigger.adaptive-delivery-prevent-bg, #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-trigger.lazyload, #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-trigger.lazyloading { background-image: none; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #iyzsifOcInD5MGAw3bFXcwDTticAXg5o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #wggkmz0MGQwB2GAKTu1WNOTVfMeckPrO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #OBWKhzvd2UWFOUgzTdsQPviDz8pOt09I { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #gzp4gGTSGu8DTwpgekTbSbGvMga33uwQ {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #leKEtueuW0VyRJKXBuURF2tlTaoWPfeW {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #LUmGRzdtNGOZmt74T4lMlzcQGz2dpkIJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #DxdOmT4iEBZ3cKuG2sHLTkK2pbalT7T8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #VTi29rlw5zlzJMngWpT6da9diD1KpJFT { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #Ofyl7nCATwwlSATc0XbH5qZzufuriTTs {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WBTWxwrIDq68eKBPR5sH70Ea9EalP8gE { display:none; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #RGuGsRaToFTpl2h4pbrJlFkRWayDbA0T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #hFrCOBq5QTPw7GuF1SbF2WASz03Nd1Fu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JH9hJLv8PTkcLklkW3gL0umCMzkG8cmB { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WcHfHOJqkdRx0Xom7npeF2fOKvoX7FrD {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #t3gUmA2IRH4toRlcrXsCQmQHfGwuPbK5 { display:none; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #AtbSswQv69P6xHgRUEGfd5D8tKgQTs5r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JkNry5WC6B11UutcapwgDcx0Tpeq0OBG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #N8338kH8sTche37UQXaF8G95yLEQkek0 { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #FARn4rChfCgShO93TJnNKb2FyhI8liTD {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #KwotCmMv4Nk2aCTTyFrDnDC9G3cJJ5Vx { display:none; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ECgwb3XBIo6V9ZgkoNinIyvBTEDDqtsW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #uCpkmKs75QQ1FTtAqxHuq3pIE7gg1hGH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #edMviL2tuc4IOzsUpVqB4B9lrexF3dXA { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tZO4IP0Kk2oSF1VgZtzmP3nLaqmfLQ0A {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ikT0uHIPZr6klGvAPN1OMTnaWhcJRXio { display:none; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tnpfpbbyrBeccKMTFnvCLaedilSuvlq7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #v9yVh5TrwVo9gWIkTNzRyFVK2HlCTchN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ImGSv5TF37M545dAPGlVT2L8JfzcMct1 { display:block;position:relative; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #TRvHKyP0q5S0Z0UwJ6KX8PPPgvS0L3xh {  }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WXgbyahsb3Ib3KcqwbkgE2hJwRub9uv0 { display:none; }
#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p { 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; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container { background-color: transparent; background-image: none; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container > .video-iframe-container { display: none; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row > .video-iframe-container { display: none; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container { border-width: 0; border-radius: 0; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#UK51iA7vlBTLAeTFIiLIzmlDPT2lNhC3 { color:#222222;display:block;width:42.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:1.1377625rem;font-style:normal;display:block; }
#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4dba35cd-cc8b-4912-bb06-3c37b5b30bd6/bezreklam1.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.adaptive-delivery-prevent-bg, #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.lazyload, #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.lazyloading { background-image: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { background-color: transparent; background-image: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container > .video-iframe-container { display: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row > .video-iframe-container { display: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { border-width: 0; border-radius: 0; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#ZllwpBo3ySs0QpxgztSxevdypvLd86Ho { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:4.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.5625rem;left:32.625rem;display:block; }
#WqU0ExRPqKCzH02CNAOI3MRmQLXxUmuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8u74avur4hp8PcIRxL2ixHAfawIuJJ8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:31.25rem;height:0.97441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soDtIzDZaTbHJvWcG7KPJ83WMZ5mwNBn { position:absolute;display:block;z-index:15014;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.5rem;width:1.5rem;top:1.25rem;left:36.75rem;overflow:hidden;display:block; }
#T6rcDayVcXVN2oH55RNGwdGyngiQGABx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.25rem;top:12.8125rem;left:30.875rem;overflow:hidden;display:block; }
#VcklTnU0oAQOHG8MTKKs1BIln5IofEhO { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"noto serif";font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:21.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inHAbkPTBm9WhW4k1CyqvuFSRHVPZT5B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:30.0625rem;left:73.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH { display:block; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKfz1uShvH3JuEdpaCyylobJ7rVMM0D { width:7.5rem;height:2rem;top:0.6875rem;left:29.9358959198rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiRxJKLcsqwCW08Q9nD5HT1qNiUFBmkD { display:block; }
 }@media only screen and (max-width: 763px) { #yTsEJ9VTbpSGAcG5H4E2B53I5DcOSu6H { width:6.25rem;height:2rem;top:0.6875rem;left:31.687187194824rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg4wkPNewNRa5t7DyAvQkvyq6dK6HnAw { display:block; }
 }@media only screen and (max-width: 763px) { #xFxCNayct1oPV0TdAnGFQ0TBdop1DL1i { width:6.3125rem;height:1.6875rem;top:0.8125rem;left:14.186513900757rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooCQ5pAGRxDETRU2VV1TIsdV36W69eTp { width:5.6875rem;height:1.875rem;top:0.8125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUhTlzNoNiLbZ4IbpMZnTRc2DdcNpwAz { width:1.6875rem;height:1.25rem;top:1.1875rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR { display:block; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqzdF8OQwN4yTFiEwykKCkNIklkTHMHp { width:5.875rem;height:2rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrm40fqhp43cUZswD0KCyETC2nJRLUyg { display:block; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9l40vW7tJhmL41An449dkavMTKZVx9X { width:8.5625rem;height:2.7291297029129rem;top:5.8125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXOVdqgCkwd6QhADrkx4laylWUh2MPNF { width:29.25rem;height:4.6875rem;top:3.8125rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6is0ufaqBeCUOizvmAz8bJKQKCsFimV { width:44.5rem;height:34.264649863322rem;top:35.3125rem;left:1.5620441436768rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2INBmkyiNgEiSi4dcTHUU61QnTT2ZzH { width:12.4375rem;height:0.9375rem;top:77.25rem;left:17.434982299805rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upam6yh9PtIBBGoPvxndBbt1c0sc4GT2 { width:1.4375rem;height:1.4375rem;top:78.5625rem;left:22.936904907226rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeASTaJ44s7Nhh6y6ksJRyKPdf6mCBaA { width:9.6875rem;height:4.5rem;top:76.25rem;left:18.811050415039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg3rb3wVG8J2OynhKdW3kGDwMzHFovGm { display:block; }
 }@media only screen and (max-width: 763px) { #iJIqDxegGtmTJUW6K3g7ux68fkCqdawd { width:1.4375rem;height:1.3770426011118rem;top:71.9375rem;left:44.123794555664rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvNkmH5Fr52lUfaA0I2OsKCHPuCq7ntz { width:9.0625rem;height:2.4375rem;top:32.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fN0tdSECNUeMc0vJcG8zAul1RBTb6sC3 { display:block; }
 }@media only screen and (max-width: 763px) { #IGd5DfNIh6X8kzAF3AXKa8QCvIBOmLEU { width:5.1875rem;height:1.4198078992829rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGXIdchhCB32yCnWTwEGGCuD8vprM6kI { width:14.1875rem;height:1.1875rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EUE3rXfZxuZkgpEruFEeslSD32dBGE { width:14.5625rem;height:0.875rem;top:13.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTBNPwJJDKdVBriSPn7Zyln7Qm5RIXQ { width:5.1875rem;height:1.4198078992829rem;top:13.1875rem;left:25.561317443847rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6CKZKBgysyoGmAGJALSfPoRqgIV3UQ { width:14.1875rem;height:1.1875rem;top:13.375rem;left:31.248588562012rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATT420hZH9T7Bd5pOohbTwK56ymgv6ez { width:14.0625rem;height:0.875rem;top:13.625rem;left:31.360733032226rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKzVXUPsUXMC9nK26Mdi9Ma2EyIDN1C { width:31.9375rem;height:3.4375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brcy89hWrg1gXSfpXDoLU314pfk8R2IO { display:block; }
 }@media only screen and (max-width: 763px) { #itZlWaCF9QKgbQ0UFOc9mT195V187K0q { width:31.375rem;height:;top:19.4375rem;left:0rem;font-size:0.9375rem;display:block; }#itZlWaCF9QKgbQ0UFOc9mT195V187K0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #x5ki8tm0tWmTPiU1aNcFcCS2TQvoe4vz { width:7.3125rem;height:2.5625rem;top:15.1875rem;left:7.8733901977537rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Az7ziG4znKaJurTgaTUKOFnzaHCS3M { width:17.0625rem;height:1.5625rem;top:15.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTBXfll12nuXg0COacU5s1Z8t6Ube3H { width:2.0625rem;height:1.9375rem;top:15.625rem;left:13.623741149903rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyyRIoQmgzZw1JibccbTQRnQblHFdXu { width:6.5625rem;height:1.9375rem;top:15.75rem;left:16.361076354981rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hnl7IG4K0MAWSg2EIxcWg6u1XZpbX3 { width:0;height:1.8125rem;top:15.4375rem;left:15.560508728028rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBAkKZCbHIaTyw4DNgbE8qrunziuHV5 { width:0.4375rem;height:1.5625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDAFEfFEBqnoieBBSKcOM4y4xd2LH4t { width:31.9375rem;height:3.4375rem;top:32.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Q1E5mBIHS51oA90sQmdctVVmlxDxSo { display:block; }
 }@media only screen and (max-width: 763px) { #VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 { width:31.375rem;height:;top:21rem;left:16.375rem;font-size:0.9375rem;display:block; }#VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #HMdUdPJqcJayvJhAlf9TFh7hcJgxqCel { width:6.5625rem;height:2.5625rem;top:15.1875rem;left:41.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAKsrt3mLKnWAssk0sFiZhhyCRCGWTMO { width:17.0625rem;height:1.5625rem;top:15.75rem;left:26.685844421387rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChTLc6nGnTtiA8dAQK0DVP9FHOmqAmn { width:4.4375rem;height:1.9375rem;top:15.625rem;left:43.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5w6MMhk7QdgvbAEcPS4kghkJGRFMif { width:6.5625rem;height:1.9375rem;top:15.6875rem;left:41.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItHepUfGSOHnZVJn47TTTLZT4SULJI31 { width:0;height:1.8125rem;top:15.4375rem;left:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNHnLKX6QAd1cvpBi2bnuDbnyVFtDUw { width:0.4375rem;height:1.5625rem;top:15.8125rem;left:25.62361907959rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGB2IHoTDTkD3aNEE3TQ2S0Cb6scbThp { width:33.875rem;height:27.625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmJFEagHarszEqW0xIz4TfNN4dhARlC4 { width:33.875rem;height:27.625rem;top:11.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hIQCRB2r2T1iR4r5480SwGaEet5wDG { width:31.25rem;height:0;top:18.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs7dM6vF62q2Q2oBn7W2AzKX4zUBttyr { width:31.25rem;height:0;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdWVdcRep9vT3afLyGIFFyPe6eRQTCi { width:19.9375rem;height:3.875rem;top:2rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydLQRR8QXkmQLgUvChqoLakT8TNCzx0q { width:47.75rem;height:36.759427828349rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCi8ShDtKWMNoBBNeuFxE5tZfOHnkuSg { width:32.5rem;height:1.5625rem;top:36.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeaViTVDdXzAbBCOUhuqDLyqp4P0S0Vs { width:32.5rem;height:1.5625rem;top:36.5625rem;left:15.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWfBF7VITLLoTtxLc44w4rQiTATeuBF { width:12.4375rem;height:1.125rem;top:16.3125rem;left:6.8703536987306rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Rrl1GXBV0AH1UOlgrTxBVSvXbU7Rxq { width:12.4375rem;height:1.125rem;top:16.375rem;left:35.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eheFRmCGqGRJ4MgZCxkJvuuVPLpEDOKy { width:47.75rem;height:1.4375rem;top:41.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5Wh3QyOtoeTnuCnhGU48DFqh165JA7 { width:29.25rem;height:4.6875rem;top:0.75rem;left:9.2183074951175rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur { display:block; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkNqyUaikWhhfZyUe4FuXK6ySv5cvXl3 { width:12.5rem;height:0;top:4.0625rem;left:14.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykn5a20cT1m1sskFbnfyg15AJzDqi8om { width:8.125rem;height:1.875rem;top:4.5625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvUTTz8GJ4vgUpx02hxr1d9PBTlIzpo { width:38.25rem;height:1.4375rem;top:8.0625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc { display:block; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxWNQ1C4VJ7dnDH2p65bdP6mSSemhc97 { width:47.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnWM4KfaasLoggRihgUTsnTP9uQVIN3F { width:47.75rem;height:4.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLOgTseLo8CawAN8k1TMr29nO9ErPIa { width:38.1875rem;height:1.4375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvDAKDhT8gO8Di4QaC9a0VKDkPiD3tx { width:7.875rem;height:1.4375rem;top:0.8125rem;left:32.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDDlUbJqsgB86RkX5wIIppJUViAv091E { width:4.3125rem;height:0.9375rem;top:1rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTVTXfIRFZktScRIrb1qtbFHEM0oqXl { width:13.375rem;height:1.4375rem;top:2.1875rem;left:31.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8H4VPV9Un4M2WRzms87tzCJbD5OTTtT { width:9.8125rem;height:1.4375rem;top:1.4375rem;left:37.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcAb3hzBd7mlNbct1Z1RD9OGmc0oglfg { width:0.0625rem;height:35.9375rem;top:0rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6m3tT6bxJoCAfgnTssnT0duJTgomotA { width:0.0625rem;height:35.9375rem;top:0rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEx8GSAGS1lpDxN41VtKb3dHR3aSNcwh { width:1.25rem;height:1.25rem;top:5.9375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Wq3Tvm3o5x1A1aGnJAB78G46zK5V4Z { width:1.25rem;height:1.25rem;top:5.9375rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMtX9azTGKHEl8z1ksww8VtF8AEiOTD { width:47.75rem;height:4.375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8G8539R6VXaHAAIls3ZsgoITmZfs5KT { width:38.25rem;height:1.4375rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JUTAguTxyQveJE7QsaU6Zm2doZFTKN { width:1.25rem;height:1.25rem;top:10.5625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4hrOg1FGTn8h0tTTaxA4SRol08EN43J { width:1.25rem;height:1.25rem;top:10.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADG4eKCZ9SS2nxZqOlHK1PL3SyBFy4L4 { width:38.1875rem;height:1.4375rem;top:14.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8s8tcVuzgrv67TALmPWm371UDt7Jeli { width:1.25rem;height:1.25rem;top:14.9375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27pSsvcO3H64fAP3obhs69gK8WveNGv { width:1.25rem;height:1.25rem;top:14.9375rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzD8KW8kOIym4zcOyP7OQBPRZREC4wMR { width:38.25rem;height:1.4375rem;top:19.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVvlTz5KAP1UQIne2Pmm4HpT7eZEPFlJ { width:1.25rem;height:1.25rem;top:19.5625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWC7HCWQP5CDqRmAZC7HpBJwmlgBzhKM { width:1.25rem;height:1.25rem;top:19.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lospiJypET2GVNdTpIA6omwrKXhJRTne { width:47.75rem;height:4.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7DSgML5xxvcT5IdwRTDs6QDmcJgU84 { width:38.1875rem;height:1.4375rem;top:23.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viW0Bdv3GAvmu6Nrg1HZEwHm8hLJrp5D { width:1.25rem;height:1.25rem;top:24rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUot86HiW1tB1KwM4HVWxPTRrtGHDyTU { width:1.25rem;height:1.25rem;top:24rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQqbkO3yuDh5QXzbMvAaghtQFv0XtbFv { width:38.25rem;height:1.4375rem;top:28.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0H6f2pyMErfSNucKaLKCpBB2oRR3ERu { width:1.25rem;height:1.25rem;top:28.5625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG5xWI1Z5VQKJ7dJdJ8CP9Pz9hDyqom { width:1.25rem;height:1.25rem;top:28.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrJIBF1uAQBKcOUKHFTaQvB6S5bazirA { width:38.25rem;height:1.4375rem;top:32.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCJih4J7AZEq7f1907WgW1JSDIqylSAz { width:1.25rem;height:1.25rem;top:33.0625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuE9gBfQFNLzuWvS9cIGdTwMyVg84DyM { width:1.25rem;height:1.25rem;top:33.0625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhN37K9WV9N4PeoyaAQrBXGpJuXRMmEr { width:5.5625rem;height:1rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection { display:block; } #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection *:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="text"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="email"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="tel"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection textarea:focus-visible { outline: none; } #vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection { display:none; } #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection *:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="text"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="email"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="tel"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection textarea:focus-visible { outline: none; } #ArAvXchE6nXiCRJSByq1cGWuTKRwQi6Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wb90698e25e67e2d5047b758e3896815.widget-smartsection { display:block; } #Wb90698e25e67e2d5047b758e3896815.widget-smartsection *:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="text"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="email"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="tel"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection textarea:focus-visible { outline: none; } #oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e81122fb64ea526de51f75de17ba409b.widget-smartsection { display:block; } #e81122fb64ea526de51f75de17ba409b.widget-smartsection *:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="text"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="email"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="tel"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection textarea:focus-visible { outline: none; } #tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection { display:block; } #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection *:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="text"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="email"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="tel"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection textarea:focus-visible { outline: none; } #EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0c573897748b603bb13adb0e497b8eb.widget-smartsection { display:block; } #T0c573897748b603bb13adb0e497b8eb.widget-smartsection *:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="text"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="email"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="tel"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection textarea:focus-visible { outline: none; } #RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii { display:block; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF7WnvtTllTBZRUbtAdKHlUvHM36dPFc { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIvNUDKL9Jx584kJAJqacU9fboJz90z0 { top:9.5625rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI { display:block; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtiVz4n7GU3rZTc0f029afaPNQ8WQ5qh { width:47.75rem;height:54.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNazFNOb2CTnQVk3BLu1sS9OHEB2uQ9 { width:47.75rem;height:54.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA { display:block; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVxS1qqHlOktxTLVP8Ppk9hEiPT8l8vT { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIhhbFuMOq7PN6I6SvTLgaavohiPAgJ { width:0.375rem;height:0.375rem;top:5.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5MxM5799TKs1FeDCnRsHr6VQife6vH { width:17rem;height:8.5rem;top:10.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNBKDbuWH8rx44psFdGa4mCoXFNwa6p { width:16.875rem;height:8.4375rem;top:10.875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kkoRFf9QRpWlLmw8b1T96047wbzlyD { width:30.375rem;height:4.6875rem;top:33.125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltDEnaGBamwWILh9bk5Q63QHR5y67Bp { width:44rem;height:3.125rem;top:22.4375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbq8gg2eTq0mTgNaW6LL30J0cUtENTxe { width:17.75rem;height:9.9375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVy5KICctaq0NzDDAgguNTaf438JRFip { width:17.75rem;height:9.9375rem;top:40.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDHvWAA6gWxdTIc1eGV7zBt45zxrk3RT { width:17.75rem;height:9.9375rem;top:40.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TbJmpXQc1dXvwkeOsmJG5dblGUplsF { width:17.75rem;height:9.9375rem;top:40.0625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipK20wfemNzx5eTeMVGuVepmev88wb7v { width:3.75rem;height:3.125rem;top:40.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTSReUcn6Kt3AIAw3DXvDZccnBHsEHt { width:3.75rem;height:3.125rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTfPIZO6JcAUHekc1sBQDzckKT5aE5D { width:3.75rem;height:3.125rem;top:40.3125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4gpan9tFVgrRZdPypba6AX2IqwuTWu { width:3.75rem;height:3.125rem;top:40.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smBdLFyzpTdgfAmibcMecuT86rJW3DO8 { width:38.25rem;height:1.1875rem;top:51.5625rem;left:9.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly { display:none; }#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JB7oXGokz6mi3Tk9uwDypwyXGpgcszPZ { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4mu4yO8eThxeVM6NVpP18fS3UXPEd5e { width:38.25rem;height:1.4375rem;top:7.9375rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI { display:none; }#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uOzNMOCorMVWfAsPEPnNG46zpTTTTNBO { width:35.0625rem;height:30rem;top:0rem;left:6.2493286132812rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDhddz1kJuqv7dSKC0Absqzmg6ude7S { width:35rem;height:0.0625rem;top:6.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvrhZNbJdzAoZtxfZl0bhOFoz9P8GpC { width:0.5rem;height:1.625rem;top:2.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQtDl7BNFwIQ1JF9ngmw9nBJ6vcCHNnT { width:17.125rem;height:1.625rem;top:2.625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIBa0fQzCzGzIgv8yT9QMT5WR90VRgJ { width:12.5rem;height:1.75rem;top:1.25rem;left:28.248970031738rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOtJwk8KPyCZcJJox7QHmIQDGsEHr9Z { width:4.5rem;height:1.625rem;top:2.9375rem;left:28.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xVMXdkgT2dPZVXnQV9ht47NNmdTTKp { width:4.5rem;height:1.9375rem;top:3.375rem;left:32.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ixTuv61TQoInSdgqHdIWVtlmMMwgGk { width:6.625rem;height:1.9375rem;top:3.375rem;left:35rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPX7wuGEBzisVu51cegdM9CAvkMJ2alA { width:0.0625rem;height:2.5rem;top:3.0625rem;left:34.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe { width:31.375rem;height:;top:8.25rem;left:7.9364700317381rem;font-size:0.9375rem;display:block; }#HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #IrIGNDSSS14y1f17nsNL9zTPa6PX1Tag { width:32rem;height:3.5rem;top:21.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf9hQ2Ind9DTtNChm1LNRRRqJNrpNnA2 { display:block; }
 }@media only screen and (max-width: 763px) { #u0Tgbbg2KVOLMuCrZzeNXEEtKeA70FkK { width:32.4375rem;height:2.375rem;top:26.5rem;left:7.6242294311525rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMA7pUdaQuw8iLAq5DBmd25To8wvitwT { width:2.625rem;height:1.9375rem;top:3.375rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSw8op53LNfb0uOD83msSqbsS7FPkXF4 { width:35rem;height:0.0625rem;top:6.875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJEGt6ZcAFrnTVv2xaZ5a2xtCfOSmq8a { width:32rem;height:3.5rem;top:21.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvgKBJcFWTzOnXrL64dxmVvSkogI9uEi { display:block; }
 }@media only screen and (max-width: 763px) { #oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 { display:block; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztLN2z61DJEff3y4bTRkGT4zwKZAlwJk { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrsAiCCDTqH491h2JOH5qlImi8g62wZ { display:block; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE { display:flex;height:auto;width:27.8125rem;top:5.4375rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #iyzsifOcInD5MGAw3bFXcwDTticAXg5o {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #wggkmz0MGQwB2GAKTu1WNOTVfMeckPrO {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #OBWKhzvd2UWFOUgzTdsQPviDz8pOt09I {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #gzp4gGTSGu8DTwpgekTbSbGvMga33uwQ {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #leKEtueuW0VyRJKXBuURF2tlTaoWPfeW {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #LUmGRzdtNGOZmt74T4lMlzcQGz2dpkIJ {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #DxdOmT4iEBZ3cKuG2sHLTkK2pbalT7T8 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #VTi29rlw5zlzJMngWpT6da9diD1KpJFT {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #Ofyl7nCATwwlSATc0XbH5qZzufuriTTs {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WBTWxwrIDq68eKBPR5sH70Ea9EalP8gE {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #RGuGsRaToFTpl2h4pbrJlFkRWayDbA0T {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #hFrCOBq5QTPw7GuF1SbF2WASz03Nd1Fu {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JH9hJLv8PTkcLklkW3gL0umCMzkG8cmB {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WcHfHOJqkdRx0Xom7npeF2fOKvoX7FrD {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #t3gUmA2IRH4toRlcrXsCQmQHfGwuPbK5 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #AtbSswQv69P6xHgRUEGfd5D8tKgQTs5r {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JkNry5WC6B11UutcapwgDcx0Tpeq0OBG {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #N8338kH8sTche37UQXaF8G95yLEQkek0 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #FARn4rChfCgShO93TJnNKb2FyhI8liTD {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #KwotCmMv4Nk2aCTTyFrDnDC9G3cJJ5Vx {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ECgwb3XBIo6V9ZgkoNinIyvBTEDDqtsW {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #uCpkmKs75QQ1FTtAqxHuq3pIE7gg1hGH {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #edMviL2tuc4IOzsUpVqB4B9lrexF3dXA {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tZO4IP0Kk2oSF1VgZtzmP3nLaqmfLQ0A {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ikT0uHIPZr6klGvAPN1OMTnaWhcJRXio {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tnpfpbbyrBeccKMTFnvCLaedilSuvlq7 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #v9yVh5TrwVo9gWIkTNzRyFVK2HlCTchN {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ImGSv5TF37M545dAPGlVT2L8JfzcMct1 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #TRvHKyP0q5S0Z0UwJ6KX8PPPgvS0L3xh {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WXgbyahsb3Ib3KcqwbkgE2hJwRub9uv0 {  }
 }@media only screen and (max-width: 763px) { #dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p { display:block; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UK51iA7vlBTLAeTFIiLIzmlDPT2lNhC3 { width:42.9375rem;height:1.125rem;top:0.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye { display:block; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZllwpBo3ySs0QpxgztSxevdypvLd86Ho { width:9.75rem;height:4.5625rem;top:0.5625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqU0ExRPqKCzH02CNAOI3MRmQLXxUmuN { display:block; }
 }@media only screen and (max-width: 763px) { #T8u74avur4hp8PcIRxL2ixHAfawIuJJ8 { width:12.5rem;height:0.9375rem;top:3.125rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soDtIzDZaTbHJvWcG7KPJ83WMZ5mwNBn { width:1.5rem;height:1.5rem;top:1.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rcDayVcXVN2oH55RNGwdGyngiQGABx { width:13.25rem;height:4.5rem;top:12.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcklTnU0oAQOHG8MTKKs1BIln5IofEhO { width:31.25rem;height:2.875rem;top:17.8125rem;left:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHAbkPTBm9WhW4k1CyqvuFSRHVPZT5B { width:1.5rem;height:1.4375rem;top:30.0625rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH { position:relative;z-index:auto;display:block; }#X4KTIaIyoTlHry9fh0VQWoGQmdik8mTH > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKfz1uShvH3JuEdpaCyylobJ7rVMM0D { width:6.625rem;height:2.1875rem;top:0.43626642227173rem;left:13.373766124249rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiRxJKLcsqwCW08Q9nD5HT1qNiUFBmkD { display:block; }
 }@media only screen and (max-width: 763px) { #yTsEJ9VTbpSGAcG5H4E2B53I5DcOSu6H { width:13.6875rem;height:2.1875rem;top:2.6229166984558rem;left:3.1864588856697rem;z-index:15002;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg4wkPNewNRa5t7DyAvQkvyq6dK6HnAw { display:block; }
 }@media only screen and (max-width: 763px) { #xFxCNayct1oPV0TdAnGFQ0TBdop1DL1i { width:6.1875rem;height:1.6875rem;top:0.43750005960464rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooCQ5pAGRxDETRU2VV1TIsdV36W69eTp { width:5.6875rem;height:1.875rem;top:0.21458333730698rem;left:11.336458981037rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUhTlzNoNiLbZ4IbpMZnTRc2DdcNpwAz { width:1.6865rem;height:1.3rem;top:0.62708336114881rem;left:9.6562507748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR { display:block; }#mUJA0kgE3iurVURxBBZd9CnhTDlV6PqR > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqzdF8OQwN4yTFiEwykKCkNIklkTHMHp { width:5.87495rem;height:1.99985rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrm40fqhp43cUZswD0KCyETC2nJRLUyg { background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/4dba35cd-cc8b-4912-bb06-3c37b5b30bd6/bezreklam1.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg.adaptive-delivery-prevent-bg, #yrm40fqhp43cUZswD0KCyETC2nJRLUyg.lazyload, #yrm40fqhp43cUZswD0KCyETC2nJRLUyg.lazyloading { background-image: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { background-color: transparent; background-image: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container > .video-iframe-container { display: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row > .video-iframe-container { display: none; }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrm40fqhp43cUZswD0KCyETC2nJRLUyg > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9l40vW7tJhmL41An449dkavMTKZVx9X { width:5.99955rem;height:1.9975125rem;top:6.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXOVdqgCkwd6QhADrkx4laylWUh2MPNF { width:19.9991875rem;height:2.9254rem;top:3.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6is0ufaqBeCUOizvmAz8bJKQKCsFimV { width:19.5rem;height:15.0625rem;top:72.5rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #D2INBmkyiNgEiSi4dcTHUU61QnTT2ZzH { width:12.5rem;height:0;top:60.1875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Upam6yh9PtIBBGoPvxndBbt1c0sc4GT2 { width:1.5rem;height:1.5rem;top:61.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeASTaJ44s7Nhh6y6ksJRyKPdf6mCBaA { width:9.75rem;height:4.5625rem;top:59.3125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fg3rb3wVG8J2OynhKdW3kGDwMzHFovGm { display:block; }
 }@media only screen and (max-width: 763px) { #iJIqDxegGtmTJUW6K3g7ux68fkCqdawd { top:84.8125rem;left:18.3125rem;width:1.49910625rem;height:1.43700625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KvNkmH5Fr52lUfaA0I2OsKCHPuCq7ntz { width:19.998125rem;height:2.62344375rem;top:29.686637878418rem;left:0rem;font-size:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #fN0tdSECNUeMc0vJcG8zAul1RBTb6sC3 { display:block; }
 }@media only screen and (max-width: 763px) { #IGd5DfNIh6X8kzAF3AXKa8QCvIBOmLEU { width:5.25rem;height:1.4375rem;top:9.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGXIdchhCB32yCnWTwEGGCuD8vprM6kI { width:13.6875rem;height:1.25rem;top:9.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EUE3rXfZxuZkgpEruFEeslSD32dBGE { width:13.1864375rem;height:0.8932375rem;top:9.375rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTBNPwJJDKdVBriSPn7Zyln7Qm5RIXQ { width:5.1875rem;height:1.375rem;top:43.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6CKZKBgysyoGmAGJALSfPoRqgIV3UQ { width:13.6875rem;height:1.25rem;top:43.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATT420hZH9T7Bd5pOohbTwK56ymgv6ez { width:13.686875rem;height:0.8932375rem;top:43.4375rem;left:6.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKzVXUPsUXMC9nK26Mdi9Ma2EyIDN1C { width:18.1240625rem;height:2.4344rem;top:33.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brcy89hWrg1gXSfpXDoLU314pfk8R2IO { display:block; }
 }@media only screen and (max-width: 763px) { #itZlWaCF9QKgbQ0UFOc9mT195V187K0q { width:17.8115625rem;height:17.5074375rem;top:14.875rem;left:0.3125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#itZlWaCF9QKgbQ0UFOc9mT195V187K0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #x5ki8tm0tWmTPiU1aNcFcCS2TQvoe4vz { width:4.49946875rem;height:1.5435rem;top:11.9375rem;left:10.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Az7ziG4znKaJurTgaTUKOFnzaHCS3M { width:17.124125rem;height:1.3807375rem;top:12rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTBXfll12nuXg0COacU5s1Z8t6Ube3H { width:1.24854375rem;height:1.1377625rem;top:12.25rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyyRIoQmgzZw1JibccbTQRnQblHFdXu { width:4.6875rem;height:1.5435rem;top:11.9375rem;left:16.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hnl7IG4K0MAWSg2EIxcWg6u1XZpbX3 { width:0.0621059375rem;height:1.62439375rem;top:11.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBAkKZCbHIaTyw4DNgbE8qrunziuHV5 { width:0.5rem;height:1.875rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDAFEfFEBqnoieBBSKcOM4y4xd2LH4t { width:18.1240625rem;height:2.4344rem;top:66.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Q1E5mBIHS51oA90sQmdctVVmlxDxSo { display:block; }
 }@media only screen and (max-width: 763px) { #VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 { width:17.8115625rem;height:15.413rem;top:49.3125rem;left:0.3125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#VO7HZFobz8U5DLcHO5bFOQVWkBA8Gl81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #HMdUdPJqcJayvJhAlf9TFh7hcJgxqCel { width:4.49946875rem;height:1.5435rem;top:46rem;left:11.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAKsrt3mLKnWAssk0sFiZhhyCRCGWTMO { width:17.124125rem;height:1.3807375rem;top:46.125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChTLc6nGnTtiA8dAQK0DVP9FHOmqAmn { width:1.2496125rem;height:1.1377625rem;top:46.3125rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5w6MMhk7QdgvbAEcPS4kghkJGRFMif { width:6.375rem;height:1.5435rem;top:46rem;left:16.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItHepUfGSOHnZVJn47TTTLZT4SULJI31 { width:0.0621059375rem;height:1.62439375rem;top:45.9375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNHnLKX6QAd1cvpBi2bnuDbnyVFtDUw { width:0.498989375rem;height:1.8738875rem;top:0.81701469421387rem;left:0.50541394948959rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGB2IHoTDTkD3aNEE3TQ2S0Cb6scbThp { width:20rem;height:29.4375rem;top:42.1875rem;left:0.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #AmJFEagHarszEqW0xIz4TfNN4dhARlC4 { width:20rem;height:30.9375rem;top:9.9375rem;left:0.0625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #r3hIQCRB2r2T1iR4r5480SwGaEet5wDG { width:20rem;height:0.0625rem;top:14.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs7dM6vF62q2Q2oBn7W2AzKX4zUBttyr { width:20rem;height:0.0625rem;top:48.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdWVdcRep9vT3afLyGIFFyPe6eRQTCi { width:19.9991875rem;height:0;top:2.6041665077209rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15003;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ydLQRR8QXkmQLgUvChqoLakT8TNCzx0q { width:19.9375rem;height:15.3125rem;top:74.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCi8ShDtKWMNoBBNeuFxE5tZfOHnkuSg { width:19.9985rem;height:2.43819375rem;top:70.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeaViTVDdXzAbBCOUhuqDLyqp4P0S0Vs { width:19.9985rem;height:2.43819375rem;top:37.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWfBF7VITLLoTtxLc44w4rQiTATeuBF { width:7.625rem;height:0.97441875rem;top:10.875rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Rrl1GXBV0AH1UOlgrTxBVSvXbU7Rxq { width:6.8125rem;height:0.97441875rem;top:45.0625rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eheFRmCGqGRJ4MgZCxkJvuuVPLpEDOKy { width:19.9993125rem;height:1.0558rem;top:88.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5Wh3QyOtoeTnuCnhGU48DFqh165JA7 { width:19.9993125rem;height:2.9254rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur { display:block; }#oZIAIZU5T76BH0sfzbvi5qGzpRQLRsur > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkNqyUaikWhhfZyUe4FuXK6ySv5cvXl3 { width:12.5rem;height:2.11276875rem;top:2rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykn5a20cT1m1sskFbnfyg15AJzDqi8om { width:6.125rem;height:1.375rem;top:2.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvUTTz8GJ4vgUpx02hxr1d9PBTlIzpo { width:19.9991875rem;height:3.186675rem;top:4.3125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc { display:block; }#BTJe0P444fZ0T8NbZOt9mkuDAuTkOddc > .row .container { width:20rem;height:41.625389099121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxWNQ1C4VJ7dnDH2p65bdP6mSSemhc97 { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnWM4KfaasLoggRihgUTsnTP9uQVIN3F { width:20rem;height:5.875rem;top:10.05rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLOgTseLo8CawAN8k1TMr29nO9ErPIa { width:7.2496875rem;height:2.2743625rem;top:6.4684438705444rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvDAKDhT8gO8Di4QaC9a0VKDkPiD3tx { width:5.4375rem;height:1.0558rem;top:1.0062503814698rem;left:9.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDDlUbJqsgB86RkX5wIIppJUViAv091E { width:3.5rem;height:0.75rem;top:2.1875rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTVTXfIRFZktScRIrb1qtbFHEM0oqXl { width:5.5625rem;height:0;top:3.0750007629394rem;left:8.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8H4VPV9Un4M2WRzms87tzCJbD5OTTtT { width:5.125rem;height:2.1116rem;top:1.5062503814698rem;left:14.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcAb3hzBd7mlNbct1Z1RD9OGmc0oglfg { width:0.0625rem;height:41.6875rem;top:0rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6m3tT6bxJoCAfgnTssnT0duJTgomotA { width:0.0625rem;height:41.75rem;top:-0.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEx8GSAGS1lpDxN41VtKb3dHR3aSNcwh { width:1.25rem;height:1.25rem;top:6.984375rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Wq3Tvm3o5x1A1aGnJAB78G46zK5V4Z { width:1.25rem;height:1.25rem;top:6.984375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMtX9azTGKHEl8z1ksww8VtF8AEiOTD { width:20rem;height:3.8125rem;top:21.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8G8539R6VXaHAAIls3ZsgoITmZfs5KT { width:8.437rem;height:4.548725rem;top:10.792300224304rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JUTAguTxyQveJE7QsaU6Zm2doZFTKN { width:1.25rem;height:1.25rem;top:12.425000190735rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4hrOg1FGTn8h0tTTaxA4SRol08EN43J { width:1.25rem;height:1.25rem;top:12.425000190735rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADG4eKCZ9SS2nxZqOlHK1PL3SyBFy4L4 { width:8.68625rem;height:2.2743625rem;top:17.578123092651rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8s8tcVuzgrv67TALmPWm371UDt7Jeli { width:1.25rem;height:1.25rem;top:18.092987060547rem;left:11.280581653118rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27pSsvcO3H64fAP3obhs69gK8WveNGv { width:1.25rem;height:1.25rem;top:18.092987060547rem;left:16.812295138836rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzD8KW8kOIym4zcOyP7OQBPRZREC4wMR { width:8.125rem;height:2.2743625rem;top:22.6748046875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVvlTz5KAP1UQIne2Pmm4HpT7eZEPFlJ { width:1.248975rem;height:1.248975rem;top:23.269170761108rem;left:11.279297053814rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWC7HCWQP5CDqRmAZC7HpBJwmlgBzhKM { width:1.248975rem;height:1.248975rem;top:23.269170761108rem;left:16.808438479901rem;display:block; }
 }@media only screen and (max-width: 763px) { #lospiJypET2GVNdTpIA6omwrKXhJRTne { width:20rem;height:6.8125rem;top:31.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7DSgML5xxvcT5IdwRTDs6QDmcJgU84 { width:8.3125rem;height:4.548725rem;top:26.4248046875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viW0Bdv3GAvmu6Nrg1HZEwHm8hLJrp5D { width:1.25rem;height:1.25rem;top:28.07470703125rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUot86HiW1tB1KwM4HVWxPTRrtGHDyTU { width:1.25rem;height:1.25rem;top:28.07470703125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQqbkO3yuDh5QXzbMvAaghtQFv0XtbFv { width:7.9375rem;height:5.68590625rem;top:32.24365234375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0H6f2pyMErfSNucKaLKCpBB2oRR3ERu { width:1.25rem;height:1.25rem;top:39.693359375rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG5xWI1Z5VQKJ7dJdJ8CP9Pz9hDyqom { width:1.25rem;height:1.25rem;top:34.443359375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrJIBF1uAQBKcOUKHFTaQvB6S5bazirA { width:8.1875rem;height:2.2743625rem;top:39.11865234375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCJih4J7AZEq7f1907WgW1JSDIqylSAz { width:1.25rem;height:1.25rem;top:39.693359375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuE9gBfQFNLzuWvS9cIGdTwMyVg84DyM { width:1.25rem;height:1.25rem;top:34.443359375rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhN37K9WV9N4PeoyaAQrBXGpJuXRMmEr { width:5.5625rem;height:1.0558rem;top:3.1875rem;left:9.1875rem;font-size:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection { background-color:#04193f;background-image:url("https://images.assets-landingi.com/uc/fc114dc5-9e9d-4dbf-8c21-e87979e7ccfe/bg12.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.adaptive-delivery-prevent-bg, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.lazyload, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection.lazyloading { background-image: none; } #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection *:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="text"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="email"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection input[type="tel"]:focus-visible, #d83a8e79f51402bccd2cacc07f1390d1.widget-smartsection textarea:focus-visible { outline: none; } #vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { background-color: transparent; background-image: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container > .video-iframe-container { display: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row > .video-iframe-container { display: none; }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2mdF4a0WsCVibIW8aUUPkTav4kcTEn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection { display:block; } #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection *:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="text"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="email"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection input[type="tel"]:focus-visible, #le54c23d7f10c8121b46aef7f6c1c86b.widget-smartsection textarea:focus-visible { outline: none; } #ArAvXchE6nXiCRJSByq1cGWuTKRwQi6Q > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb90698e25e67e2d5047b758e3896815.widget-smartsection { display:none; } #Wb90698e25e67e2d5047b758e3896815.widget-smartsection *:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="text"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="email"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection input[type="tel"]:focus-visible, #Wb90698e25e67e2d5047b758e3896815.widget-smartsection textarea:focus-visible { outline: none; } #oXwCNmMSkCITU2t0f61bPf0moWOvksUM > .row .container { width:20rem;height:32.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e81122fb64ea526de51f75de17ba409b.widget-smartsection { display:block; } #e81122fb64ea526de51f75de17ba409b.widget-smartsection *:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="text"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="email"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection input[type="tel"]:focus-visible, #e81122fb64ea526de51f75de17ba409b.widget-smartsection textarea:focus-visible { outline: none; } #tIgtXBQTxzxtWpISbUdF6gQ3pKJT2qiq > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection { display:block; } #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection *:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="text"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="email"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection input[type="tel"]:focus-visible, #md0ad34b8a54a5754bade58fae7a94bc.widget-smartsection textarea:focus-visible { outline: none; } #EJtNiivX4sIvXNQci5ZU8GEAlMXfsQoE > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0c573897748b603bb13adb0e497b8eb.widget-smartsection { display:block; } #T0c573897748b603bb13adb0e497b8eb.widget-smartsection *:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="text"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="email"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection input[type="tel"]:focus-visible, #T0c573897748b603bb13adb0e497b8eb.widget-smartsection textarea:focus-visible { outline: none; } #RLbiMNJdFTSoGZNkIU5HTI6pHLlddOmN > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii { display:none; }#rS6oCl6SOvV3kFmhKqLpvpfGnk2yr2ii > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GF7WnvtTllTBZRUbtAdKHlUvHM36dPFc { width:20rem;height:4.55rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIvNUDKL9Jx584kJAJqacU9fboJz90z0 { width:20rem;height:13.875rem;top:9.1125030517575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI { display:block; }#PDLOR50en3RI1aUPdTAVdwO0c7RqPMPI > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtiVz4n7GU3rZTc0f029afaPNQ8WQ5qh { width:20rem;height:54.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #voNazFNOb2CTnQVk3BLu1sS9OHEB2uQ9 { width:20rem;height:54.375rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA { background-color:transparent;background-image:none;display:block; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { background-color: transparent; background-image: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container > .video-iframe-container { display: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row > .video-iframe-container { display: none; }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1uNxat2i4u4nJOuWUaGtSTeLIWI37SA > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVxS1qqHlOktxTLVP8Ppk9hEiPT8l8vT { width:20rem;height:2.27543125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIhhbFuMOq7PN6I6SvTLgaavohiPAgJ { width:0.375rem;height:0.375rem;top:3.2625007629394rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5MxM5799TKs1FeDCnRsHr6VQife6vH { width:12.25rem;height:6.0625rem;top:5.4249992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNBKDbuWH8rx44psFdGa4mCoXFNwa6p { width:12.25rem;height:6.125rem;top:5.3937492370606rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kkoRFf9QRpWlLmw8b1T96047wbzlyD { width:19.25rem;height:7.875675rem;top:29.25rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltDEnaGBamwWILh9bk5Q63QHR5y67Bp { width:16.5rem;height:7.875675rem;top:12.549999237061rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbq8gg2eTq0mTgNaW6LL30J0cUtENTxe { width:9.5625rem;height:5.375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVy5KICctaq0NzDDAgguNTaf438JRFip { width:9.5625rem;height:5.375rem;top:39.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDHvWAA6gWxdTIc1eGV7zBt45zxrk3RT { width:9.5625rem;height:5.375rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TbJmpXQc1dXvwkeOsmJG5dblGUplsF { width:9.5625rem;height:5.375rem;top:45.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipK20wfemNzx5eTeMVGuVepmev88wb7v { width:1.875rem;height:1.5625rem;top:39.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTSReUcn6Kt3AIAw3DXvDZccnBHsEHt { width:1.875rem;height:1.5625rem;top:39.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTfPIZO6JcAUHekc1sBQDzckKT5aE5D { width:1.875rem;height:1.5625rem;top:45.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4gpan9tFVgrRZdPypba6AX2IqwuTWu { width:1.875rem;height:1.5625rem;top:45.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smBdLFyzpTdgfAmibcMecuT86rJW3DO8 { width:20rem;height:0.75rem;top:52.062507629394rem;left:0rem;font-size:0.625rem;line-height:1.2;color:rgba(255,255,255,0.76);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly { display:none; }#FDbaO4i3HOHOOVIFnT6OvBb7COMC79ly > .row .container { width:20rem;height:11.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JB7oXGokz6mi3Tk9uwDypwyXGpgcszPZ { width:20rem;height:4.8763875rem;top:2.625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w4mu4yO8eThxeVM6NVpP18fS3UXPEd5e { width:16.875rem;height:3.1875rem;top:8.53750038147rem;left:1.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI { display:none; }#QdNnigZVVxT9zOnPu4yQuJHiheFQ3EdI > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uOzNMOCorMVWfAsPEPnNG46zpTTTTNBO { width:19.8125rem;height:38.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDhddz1kJuqv7dSKC0Absqzmg6ude7S { width:18.125rem;height:0.0625rem;top:4rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvrhZNbJdzAoZtxfZl0bhOFoz9P8GpC { width:0.5rem;height:1.875rem;top:1.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQtDl7BNFwIQ1JF9ngmw9nBJ6vcCHNnT { width:17.125rem;height:1.21941875rem;top:1.390625rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIBa0fQzCzGzIgv8yT9QMT5WR90VRgJ { width:6.1870375rem;height:1.05615rem;top:0.087375640869138rem;left:11.872944056987rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOtJwk8KPyCZcJJox7QHmIQDGsEHr9Z { width:4.5rem;height:1.54375rem;top:1.1875rem;left:11.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xVMXdkgT2dPZVXnQV9ht47NNmdTTKp { width:1.25rem;height:1.13769375rem;top:1.4312496185302rem;left:14.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ixTuv61TQoInSdgqHdIWVtlmMMwgGk { width:2.75rem;height:1.54375rem;top:1.1656246185302rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPX7wuGEBzisVu51cegdM9CAvkMJ2alA { width:0.0625rem;height:1.625rem;top:1.1875rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe { width:17.8125rem;height:23.1355625rem;top:5.1875rem;left:0.8125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#HyR7IqhkZfTeIaSQ1hDJPzzfMyfHZzWe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fca7775a-81e7-4d21-95c1-1dc508e39f24/Check.svg); }
 }@media only screen and (max-width: 763px) { #IrIGNDSSS14y1f17nsNL9zTPa6PX1Tag { width:18.12425rem;height:2.43626875rem;top:30.936470031738rem;left:0.93544405698775rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cf9hQ2Ind9DTtNChm1LNRRRqJNrpNnA2 { display:block; }
 }@media only screen and (max-width: 763px) { #u0Tgbbg2KVOLMuCrZzeNXEEtKeA70FkK { width:19.999rem;height:2.92111875rem;top:34.372428894043rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMA7pUdaQuw8iLAq5DBmd25To8wvitwT { width:1.5625rem;height:1.13769375rem;top:1.4312496185302rem;left:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSw8op53LNfb0uOD83msSqbsS7FPkXF4 { width:19.999rem;height:0.061677625rem;top:29.935493469238rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gJEGt6ZcAFrnTVv2xaZ5a2xtCfOSmq8a { width:18.12425rem;height:2.43626875rem;top:30.890214920044rem;left:0.93544405698775rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vvgKBJcFWTzOnXrL64dxmVvSkogI9uEi { display:block; }
 }@media only screen and (max-width: 763px) { #oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 { display:block; }#oF2nTGq87eNcTowkoI2TVK4Pdu5HEav6 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztLN2z61DJEff3y4bTRkGT4zwKZAlwJk { width:19.9991875rem;height:4.8763875rem;top:1.5922679901123rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TOrsAiCCDTqH491h2JOH5qlImi8g62wZ { display:block; }#TOrsAiCCDTqH491h2JOH5qlImi8g62wZ > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-desc-text { font-size:0.9375rem;height:auto; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE { display:flex;height:auto;width:19.9976875rem;top:0rem;left:0rem; }
#K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #iyzsifOcInD5MGAw3bFXcwDTticAXg5o {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #wggkmz0MGQwB2GAKTu1WNOTVfMeckPrO {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #OBWKhzvd2UWFOUgzTdsQPviDz8pOt09I {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #gzp4gGTSGu8DTwpgekTbSbGvMga33uwQ {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #leKEtueuW0VyRJKXBuURF2tlTaoWPfeW {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #LUmGRzdtNGOZmt74T4lMlzcQGz2dpkIJ {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #DxdOmT4iEBZ3cKuG2sHLTkK2pbalT7T8 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #VTi29rlw5zlzJMngWpT6da9diD1KpJFT {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #Ofyl7nCATwwlSATc0XbH5qZzufuriTTs {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WBTWxwrIDq68eKBPR5sH70Ea9EalP8gE {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #RGuGsRaToFTpl2h4pbrJlFkRWayDbA0T {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #hFrCOBq5QTPw7GuF1SbF2WASz03Nd1Fu {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JH9hJLv8PTkcLklkW3gL0umCMzkG8cmB {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WcHfHOJqkdRx0Xom7npeF2fOKvoX7FrD {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #t3gUmA2IRH4toRlcrXsCQmQHfGwuPbK5 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #AtbSswQv69P6xHgRUEGfd5D8tKgQTs5r {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #JkNry5WC6B11UutcapwgDcx0Tpeq0OBG {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #N8338kH8sTche37UQXaF8G95yLEQkek0 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #FARn4rChfCgShO93TJnNKb2FyhI8liTD {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #KwotCmMv4Nk2aCTTyFrDnDC9G3cJJ5Vx {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ECgwb3XBIo6V9ZgkoNinIyvBTEDDqtsW {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #uCpkmKs75QQ1FTtAqxHuq3pIE7gg1hGH {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #edMviL2tuc4IOzsUpVqB4B9lrexF3dXA {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tZO4IP0Kk2oSF1VgZtzmP3nLaqmfLQ0A {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ikT0uHIPZr6klGvAPN1OMTnaWhcJRXio {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #tnpfpbbyrBeccKMTFnvCLaedilSuvlq7 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #v9yVh5TrwVo9gWIkTNzRyFVK2HlCTchN {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #ImGSv5TF37M545dAPGlVT2L8JfzcMct1 {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #TRvHKyP0q5S0Z0UwJ6KX8PPPgvS0L3xh {  }
 }@media only screen and (max-width: 763px) { #K5CZfAEPfqb2pJFpuccMeF4HbsVNGAlE #WXgbyahsb3Ib3KcqwbkgE2hJwRub9uv0 {  }
 }@media only screen and (max-width: 763px) { #dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p { display:block; }#dWDnASGhIz4Z1ymaeKwnws7B2bvaoP7p > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UK51iA7vlBTLAeTFIiLIzmlDPT2lNhC3 { width:19.9991875rem;height:2.1116rem;top:0.62427139282226rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4dba35cd-cc8b-4912-bb06-3c37b5b30bd6/bezreklam1.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.adaptive-delivery-prevent-bg, #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.lazyload, #HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye.lazyloading { background-image: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { background-color: transparent; background-image: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container > .video-iframe-container { display: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row > .video-iframe-container { display: none; }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRXtyQ4tW594Az8C9oG4KfZvyKoqwOye > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZllwpBo3ySs0QpxgztSxevdypvLd86Ho { width:9.75rem;height:4.5625rem;top:1.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqU0ExRPqKCzH02CNAOI3MRmQLXxUmuN { display:block; }
 }@media only screen and (max-width: 763px) { #T8u74avur4hp8PcIRxL2ixHAfawIuJJ8 { width:12.5rem;height:1.4627rem;top:4.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soDtIzDZaTbHJvWcG7KPJ83WMZ5mwNBn { width:2.25rem;height:2.25rem;top:1.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rcDayVcXVN2oH55RNGwdGyngiQGABx { width:13.0625rem;height:4.375rem;top:17.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcklTnU0oAQOHG8MTKKs1BIln5IofEhO { width:20rem;height:1.7875rem;top:22.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHAbkPTBm9WhW4k1CyqvuFSRHVPZT5B { top:37.25rem;left:17.5625rem;width:1.5rem;height:1.4375rem;z-index:15014;overflow:hidden;display:block; }
 }