.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;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { position:relative;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { background-color: transparent; background-image: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .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); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { border-width: 0; border-radius: 0; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5983;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V3g3qEdTqOcvghFrItL2Gg0mup090GyS { 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:2.25rem;width:15rem;top:1.21875rem;left:2.21875rem;overflow:hidden;display:block; }
#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { position:relative;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { border-width: 0; border-radius: 0; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(128deg, #f9f9f9, #dde1ee);background-image: -moz-linear-gradient(128deg, #f9f9f9, #dde1ee);background-image: -ms-linear-gradient(128deg, #f9f9f9, #dde1ee);background-image: -o-linear-gradient(128deg, #f9f9f9, #dde1ee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );";background-image: linear-gradient(128deg, #f9f9f9, #dde1ee);background-size:cover !important;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DOzt8NDuvmHFJA4gHR9BneMh1dh7TTw4 { background-color:#d9225d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.1875rem;left:0.9375rem;display:block; }
#m6BGNy0pMtHmqumAPUXaMx2TXWduKHNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evibqWmd7xI8wNk7Ue34I7DiTxGsDHGk { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:5.125rem;left:0.9375rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fk2s9fFBTDrmcyAVithQ8fRMbMPQx2Iq { color:#4a5983;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.6875rem;left:1rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a0nOT3Pm2Saripypc3xTlD6ocTHXqGXi { 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:27.4375rem;width:39.375rem;top:1.6875rem;left:35.625rem;overflow:hidden;display:block; }
#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft { position:relative;display:block; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft { background-color: transparent; background-image: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .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); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft { border-width: 0; border-radius: 0; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5983;background-image:none;font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zq6SgOwHEnoVGWUrf8QHb26y7gIfTiZh { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.5rem;left:6.25rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:11.9375rem;left:36.46875rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a li:before{  }
#gURzzguiwrOqIAMKa5wr6EzbAZUSXVeT { 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:31.1875rem;width:31.1875rem;top:8.5625rem;left:0rem;overflow:hidden;display:block; }
#QSPzkZL9F61qhkWMQcvChWtu6IxR6tRw { box-sizing:content-box;height:12.375rem;width:34rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:8.5625rem;left:34.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #7a8ec7;border-left:0.0625rem solid #7a8ec7;border-right:0.0625rem solid #7a8ec7;border-bottom:0.0625rem solid #7a8ec7;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sPMkVOt4Vb3zgpFG23Xkl4N6O2ODa2Pm { color:#7a8ec7;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:36.46875rem;height:1.625rem;font-style:normal;display:block; }
#Tddh5ZnVK0LCcpwhSxpbgoxwySUqsnDK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.0625rem;top:8.1875rem;left:22.96875rem;overflow:hidden;display:block; }
#VvAslLSvEpLq76OyrpTDhovbDTqJqHaZ { box-sizing:content-box;height:12.375rem;width:34rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:22.3125rem;left:34.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #7a8ec7;border-left:0.0625rem solid #7a8ec7;border-right:0.0625rem solid #7a8ec7;border-bottom:0.0625rem solid #7a8ec7;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.6875rem;left:36.625rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 li:before{  }
#mqLEt79qZmqo5TvMWuZnNmTK3e9Gm9bn { color:#7a8ec7;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.625rem;left:36.625rem;height:1.625rem;font-style:normal;display:block; }
#cTFxlx6tFvgneQnbIGNrx5SdEQLNKMC9 { box-sizing:content-box;height:6.1875rem;width:34rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:36rem;left:34.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #7a8ec7;border-left:0.0625rem solid #7a8ec7;border-right:0.0625rem solid #7a8ec7;border-bottom:0.0625rem solid #7a8ec7;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#x341thOp4RV6BkdagE2UrgxB2wdT5mTv { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.375rem;left:36.625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SJBzD7lAX4dbiAukFT2QK4bPOPURwnFk { color:#7a8ec7;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:37.3125rem;left:36.625rem;height:1.625rem;font-style:normal;display:block; }
#KN3mdSUAfKv3GVhEZwTmRL7Cq4KTslLZ { background-color:#d9225d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.125rem;left:27.28125rem;display:block; }
#FPWmft9VxhUTKfqoOzFDqLt9BpNQmS3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF { 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; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container { background-color: transparent; background-image: none; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container > .video-iframe-container { display: none; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row > .video-iframe-container { display: none; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .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); }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container { border-width: 0; border-radius: 0; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#DyXgmNNSlLbxtmTskh0g7Fkfl0CvgOxb { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6.3125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6Hkh3fAMwBFlnDwTL16CsVTbsTCL83I { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.125rem;left:6.3125rem;height:9.8rem;text-align:left;text-align-last:left;display:block; }
#qMV7XfcVONdlZeTF7qmCpDWEMAJBs9Rw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#y8pSKaDRnhEBqn5UytX8S0TxlmOABfRd { 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:22.25rem;width:31.375rem;top:6.375rem;left:38.75rem;overflow:hidden;display:block; }
#Eq2i98VQMum4iV0kVuR1UTrRzIGFqXHA { box-sizing:content-box;height:25.5rem;width:70.625rem;position:absolute;display:block;z-index:14999;background-color:#7a8ec7;background-image:none;top:3.125rem;left:2.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 { 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; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container { background-color: transparent; background-image: none; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container > .video-iframe-container { display: none; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row > .video-iframe-container { display: none; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .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); }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container { border-width: 0; border-radius: 0; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#CzDgxBfeKNVJeQgvf7rcls8w6FiRRkiF { color:#4a5983;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid { position:relative;display:block; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid { background-color: transparent; background-image: none; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row .container > .video-iframe-container { display: none; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row > .video-iframe-container { display: none; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .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); }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid { border-width: 0; border-radius: 0; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .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; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .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:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#acsz1MTtOQSeTAQPJAcESmNSMQW55lTq { box-sizing:content-box;height:16.1875rem;width:12.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:2.375rem;left:7.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#scO1t1LHXKGV4ZWSIT1oBeq8JJbkRJmw { 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:4rem;width:4rem;top:4.5rem;left:12rem;overflow:hidden;display:block; }
#ndDxGviBiULwP45A7WD1LMMNwgnlutQk { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:8.375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#OzQhgNvLg9lqwXudqT2raWcMHHomCbuu { box-sizing:content-box;height:6.375rem;width:10.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffe5e5;background-image:none;top:3.4375rem;left:8.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OPuvL9qpBPD3snXklizQgsIz4JoaTKTN { box-sizing:content-box;height:16.1875rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:2.375rem;left:23.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#nuOA7sb82SSSyZoZl1M1WMcD7sMEVaEe { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:24rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nqt6TKAMfBAp9f2LyyVK6QTQMGst7AWU { box-sizing:content-box;height:6.375rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#e7f1fe;background-image:none;top:3.4375rem;left:24.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mKdTXBtvUtbXHmbdixfLk8nyeI2JrE0f { 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:4rem;width:4rem;top:4.5rem;left:27.625rem;overflow:hidden;display:block; }
#izieeMGWPqbgAFQHJUWJlLDnB6IsKF0G { box-sizing:content-box;height:16.1875rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:2.375rem;left:39rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KE8lTIcFT2FWiL84Obh5BMVsKOSesAq3 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.71875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#zKbfxhImdBXLT1m3AuoK0TWJkEyEbss4 { box-sizing:content-box;height:6.375rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#f4f7f0;background-image:none;top:3.4375rem;left:40rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Lko0LhhZQnfK9pRCHRPfzQex05l3rbWg { 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:3.9375rem;width:4rem;top:4.5rem;left:43.125rem;overflow:hidden;display:block; }
#BosVO1SHNaSIXzfykteuhAyr46y9Kxd0 { box-sizing:content-box;height:16.1875rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:2.375rem;left:54.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OlfyB5zsAfCzrN59wIKzRoX0fGLZ6u9w { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.75rem;left:55.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#l1TH5TWmKZ3sMT4Ub8Ll2iuDtHe6Tm4A { box-sizing:content-box;height:6.375rem;width:10.5625rem;position:absolute;display:block;z-index:15011;background-color:#ebedf1;background-image:none;top:3.4375rem;left:55.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TTVSFFgwlOmI3XS6hdHx3AbtocVlgS5F { 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.9375rem;width:3.5625rem;top:4.5rem;left:58.75rem;overflow:hidden;display:block; }
#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O { position:relative;display:block; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O { background-color: transparent; background-image: none; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container > .video-iframe-container { display: none; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row > .video-iframe-container { display: none; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .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); }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O { border-width: 0; border-radius: 0; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6ff;background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RAqAUieH69SIhNrWrfSJirgTGMsyd8e9 { color:#4a5983;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.625rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0uQRLh6OtxpkynfbhMonNSH36nl6rWE { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.28125rem;left:4.625rem;height:16rem;overflow:hidden;display:block; }#l0uQRLh6OtxpkynfbhMonNSH36nl6rWE li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#l0uQRLh6OtxpkynfbhMonNSH36nl6rWE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b7dcc3fd-3911-488d-b925-fd0093604596/dzwonek.png); }
#mVeBG2g7xaCcGzCqCa9TOlzo7HhMZtMG { background-color:#d9225d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.044792175293rem;left:13.625rem;display:block; }
#l0mqZPN8msaHEmIfRMcaJgdn3Z6n0sT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkGWWD4GyQuMWcAN0M7iiBJfl3U0yINE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.9375rem;width:26.5rem;top:2.8125rem;left:43.455211639404rem;overflow:hidden;display:block; }
#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c { position:relative;display:block; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c { background-color: transparent; background-image: none; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container > .video-iframe-container { display: none; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row > .video-iframe-container { display: none; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .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); }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c { border-width: 0; border-radius: 0; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5983;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WBFbkVrK32QJWIfCUhvucTRBwRKD2Pcf { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uToPlUNoeOf33MMT6fTeezUEHigFc4ob { position:relative;display:block; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob { background-color: transparent; background-image: none; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row .container > .video-iframe-container { display: none; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row > .video-iframe-container { display: none; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .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); }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob { border-width: 0; border-radius: 0; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .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; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .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:33.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; }#ZeOCtbyvTEhIdpzE0bT4ik6JnvMqsCOo { box-sizing:content-box;height:25.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:4.5625rem;left:0rem;border-top:0.0625rem solid #7a8ec7;border-left:0.0625rem solid #7a8ec7;border-right:0.0625rem solid #7a8ec7;border-bottom:0.0625rem solid #7a8ec7;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#esxXrbFN8TIW8559XEKTSrXT6Tsw6JcW { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#90b267;background-image:none;top:3.25rem;left:9.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ib1dzxpEJulahWozdogiWpkmqFmxd7Gk { 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:9.25rem;width:13.875rem;top:10.0625rem;left:0.6875rem;overflow:hidden;display:block; }
#SC3BlJ4TnENpbHa2G1cvJU7hwm6yOJ6E { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:13.625rem;left:14.875rem;overflow:hidden;display:block; }
#TtXrEsCU4Xl5AQMNS8IHC9xtHV7ERXz7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:15.625rem;top:8.5625rem;left:15.75rem;overflow:hidden;display:block; }
#Jhi8NQ4P0D1WZ9lKSfZZ7exmz6nBBOPd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#asUkwAVTntPmR0IkZ73b0nGFohRlKiGy { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15006;background-color:#90b267;background-image:none;top:20.25rem;left:0.4375rem;display:block; }
#zDvWDxgW6Uiw2pi77RUP8FL1hVUc1lxg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:1.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#MZomyMg7gtnSEQUUNXgD3KqTXPxppgGo { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15008;background-color:#90b267;background-image:none;top:20.25rem;left:16.375rem;display:block; }
#lEqxzAMSuWWSO0HdTfgM9Zsb44tLmTEq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:17.3125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#bfboPuMTI5gGyx1M50eQTqQmvmw48v13 { box-sizing:content-box;height:25.1875rem;width:41.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.5rem;left:33.625rem;border-top:0.0625rem solid #7a8ec7;border-left:0.0625rem solid #7a8ec7;border-right:0.0625rem solid #7a8ec7;border-bottom:0.0625rem solid #7a8ec7;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#c03lqdQtuG92JLrhmIDQOMpv46VcasIa { color:#000000;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.9375rem;left:49.749996185302rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#c02wDsrGO8gG9zHJPUQTXFlFvLKg5Wr2 { box-sizing:content-box;height:0.0625rem;width:10.4375rem;position:absolute;display:block;z-index:15018;background-color:#d9225d;background-image:none;top:20.1875rem;left:50.75rem;display:block; }
#Veaggw85iq82SiDyR5GTiiXfZSA7bCA5 { 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:9rem;width:6.25rem;top:10.187500953674rem;left:53.062501907349rem;overflow:hidden;display:block; }
#CC7w4DDONfUSpb9pDHHLDCncZv5Xn1Sk { 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:9.25rem;width:13.875rem;top:10rem;left:35.0625rem;overflow:hidden;display:block; }
#DnCDuB8fTa0ms8c2bd0VoezpJRkMTlTb { 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.5rem;width:1.5rem;top:13.9375rem;left:49.3125rem;overflow:hidden;display:block; }
#oFGB0VbmQ0iaAJ3JqVLiKE3TXIm5ILh8 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#d9225d;background-image:none;top:20.1875rem;left:34.8125rem;display:block; }
#Mgh4Fe0FaDuwCiutFRsqzOOgdq0IgJO1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.875rem;left:35.75rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Tf3eTRM8Z957X6XkdXITPUx8pzqr7wW9 { box-sizing:content-box;height:2.75rem;width:27.8125rem;position:absolute;display:block;z-index:15011;background-color:#d9225d;background-image:none;top:3.25rem;left:40.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kEi7VLqtP32w4GuBDXuHicf6FI4dKG4a { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.8125rem;left:42.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#paTtptmAtVDUfWKm53ZUSXMvXE3N7RlT { 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:13.9375rem;left:60.8125rem;overflow:hidden;display:block; }
#fr4ogXWrKha1EEr89G1bVtrF1MrevQEV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:9.375rem;top:9.1250009536744rem;left:63.78125190735rem;overflow:hidden;display:block; }
#yKpLxAEJpR1VDRHKJgoZvm1JfC6na0Xs { box-sizing:content-box;height:0.0625rem;width:10.4375rem;position:absolute;display:block;z-index:15021;background-color:#d9225d;background-image:none;top:20.25rem;left:63.25rem;display:block; }
#xJahpbVTq2f4cqrIS45DS4IMtkbRXo48 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.9375rem;left:62.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container { background-color: transparent; background-image: none; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container > .video-iframe-container { display: none; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row > .video-iframe-container { display: none; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .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); }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container { border-width: 0; border-radius: 0; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#lPez6v1RL04ZPf8CsMBR5nrIvUa4qR4z { color:#4a5983;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz { position:relative;display:block; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz { background-color: transparent; background-image: none; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container > .video-iframe-container { display: none; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row > .video-iframe-container { display: none; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .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); }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz { border-width: 0; border-radius: 0; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:27rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QhEhw79gGfT3lSsCuZvazgqHM4qmUKpE { 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:14.9375rem;width:16.5625rem;top:2.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#VhULNIQo9Fhul8Cwa8g3K5RdUMTPvRxK { 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:14.1875rem;width:16.5625rem;top:2.9375rem;left:20.125rem;overflow:hidden;display:block; }
#T7vqwWVkn0mAkULNndMpoUS0S1Dr2em5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:16.5625rem;top:2.9375rem;left:56.625rem;overflow:hidden;display:block; }
#F9TZHH3s3C7TB6IoXV0JGnn79hoNbop0 { 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:14.5625rem;width:16.5625rem;top:2.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#nzWI9K2uM8kiB1kNOoTrF5U65m4MMbFX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.212890625rem;left:5.1875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#Hue8mOTQKKPDmEP58klE2dZ6OiySeyGF { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.712890625rem;left:24.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#pvIxsfMLCpuJdasgFyVGWzvQlSA5zeNM { color:#000000;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8999938964844rem;left:43.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#hxd3F2TZ26MMetQt9GpAlCwaB5SnTB0g { color:#000000;display:block;width:9.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.712890625rem;left:62.125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#TegXIX82GLguOZkMxsEeQqIIFKy6SAER { background-color:#d9225d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.375rem;left:27.28125rem;display:block; }
#fNbpx0eT0PkUAkJ6cnrRcV5lLV8F9Xxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V { 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; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container { background-color: transparent; background-image: none; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container > .video-iframe-container { display: none; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row > .video-iframe-container { display: none; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .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); }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container { border-width: 0; border-radius: 0; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#QLTG0gZVTueJkOTsVSTK3OsoHzLaTSKd { color:#1c1b1b;display:block;width:34.874rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:20.0615234375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container { background-color: transparent; background-image: none; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container > .video-iframe-container { display: none; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row > .video-iframe-container { display: none; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .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); }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container { border-width: 0; border-radius: 0; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#zmUw7PGxShKVSsDtTy7u2K01EVsqph8c { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#wqMX3Uza984RNDTXAwXz4Mc2BwfXkBNT { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:40.0625rem;width:36.875rem;top:45rem;left:0rem;display:block; }
#nck81ge3ia8l6NdFLyBTKzEntRwofPgT { color:#000000;display:block;width:31.436625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:70.4375rem;left:3.5625rem;height:6.5625rem;font-style:normal;display:block; }
#y3pMeODxC8OnyNOot2wMhNx602RnvlbD { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:82.125rem;left:5.5rem;height:1.29980625rem;display:block; }
#L6THXT8zte5WXIWeRRPFoQrSn1UxJQnh { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:82.125rem;left:15.9375rem;height:1.29980625rem;display:block; }
#sSow6viuTzuTsEI8CZ7gntvCrvp7vzGd { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:48.3125rem;left:1.5625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WQ5rQLrSau3VOFVTKmpP4Aa53CTuWEXa { position:absolute;display:block;z-index:15028;background-color:#7a8ec7;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.4375rem;width:30.375rem;top:43.3125rem;left:0rem;display:block; }
#ULBsvqm3qe93ZnH2fPzfIm9VIrTTfgtz { position:absolute;display:block;z-index:15037;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.81163125rem;width:0.99935rem;top:82.3125rem;left:14.0625rem;overflow:hidden;display:block; }
#z5ytX2uloCqTusM9vuPP1twhfmulZ8px { position:absolute;display:block;z-index:15036;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.99935rem;width:0.99935rem;top:82.25rem;left:3.5625rem;overflow:hidden;display:block; }
#NWySs2aWANtQM9qwnJV6N5burONaPbTT { position:absolute;display:block;z-index:15034;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.5625rem;width:1.5625rem;top:70.4375rem;left:1.5rem;overflow:hidden;display:block; }
#JKyQGteGBEMkkteJaJXabLLSzn1zXyhu { color:#ffffff;display:block;width:28.1865rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.3125rem;left:1.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQKz2JcP7Z03vvAaiB9SNusUPgLJcTQ7 { position:absolute;display:block;z-index:15042;background-color:#90b267;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.4375rem;width:26.125rem;top:1.625rem;left:0rem;display:block; }
#GDQzsBb9OSaK8exvGLkikIVMuE1PyXv4 { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:37.8125rem;width:36.875rem;top:3.25rem;left:0.0625rem;display:block; }
#capckDpldbQDgtsS6LFxaThHbWVTxdn3 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.9375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gr36oTq41rt0lbLSxFDn9MhT03mAfTrL { color:#000000;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:6.662109375rem;left:1.4990234375rem;height:9.1875rem;font-style:normal;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-form-header {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:15.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:8.125rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem; }#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.adaptive-delivery-prevent-bg, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyload, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyloading { background-image: none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 [class*="-text"]:-moz-placeholder {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 [class*="-text"]::-moz-placeholder {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 [class*="-text"]:-ms-input-placeholder {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 [class*="-text"]::-webkit-input-placeholder {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:first-of-type{padding-top:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:last-of-type{padding-bottom:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:2.9989624023438rem;left:49.918748855591rem;position:absolute;z-index:15001;height:auto; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 {display:block;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:2.9989624023438rem;left:49.918748855591rem;position:absolute;z-index:15001;height:auto; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 .container-column{width:50%;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HqOFTs54n2pe53weLk1eZWE6DNB5JygS { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XbmXS0vDCrkG71rvKHUVFrmgFtwfCSRV { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #zTnGFTPzmvKQha0m5DkVLzrCik4aWnq9 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HgvId3sxuIs1b0VvGmLLDtCE5HlmkXQB { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #NDaN4acq5KWnfcBxbP6ooKcUZq8gqfgg { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdktKfeDJJEh8yGCJLUqJGAEzTy3LdIg { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KMbTIRBmNeMaFAPlETtCG78PDozSLd8W { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kxqP6Gdb3MiT2DGGqWEREnyMI51kG5hV { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #V0MrnZA7kUTPXNFSRDcGG4elq9fBX52S { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mAO0Kxmk7sxJKVFZRvGs6TbVfJ3bHDP1 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bKgxPWdfoqpmw0dzESR9fcPWTKBTgWKH { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Vw4vSeca6QRDfbRGHdusTWbpowhE3Xu1 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Ilba4xRZpeSem571ZgUMlfWaIcyPfrbN { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #IOmssXzLfKo7R1Ay7BW3SBVaNdX2pwrp { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #iRPST9geGrFiukpiPPbiyGCn5sZvLxHG { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #fDlk0i4PHhOt3GRxsH3Qle1J7cikkZPa { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cZd7pVJD39lkEliSADob1JTXmViC6vOs { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KreJXEtJPdT5bA3UznaqQJCmgsCSTPPv { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #momDzO5CRgmIt1xBKIHEeWGByrw2KoRF { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JSOyxNWv3qUocgtUfaiqBvvl5pb5N3tQ { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JQuwvcKchLMqox2K7vSptR7shxp00r4u { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #rXvd2EPHCBq9gppiGCka8IvbKqRGWOF4 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dylSGcKTAkxB8zphTbsrXBlHwxkK4wiN { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #VBTHLGNgIuIuUAXSmTGHJQZX3RniQBnP { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hWEVc9ph9xmxsLUXrUCtOT4NOA1AaPCH { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bm4k2UdLNTKTy9zZQHcGEQSSixDzLuMZ { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #lB3DWUzBLN4bA27HImvaonsqxgyptD6T { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #B9dxtsLArC3xsIDTBzL7p39zGpJ1HlHP { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JTp3hTLip3ptmJdneHwqDLpTy4d2rwEl { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kOqpM48VPIbJG6hBXQlTqWVt1FXNofzT { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #osJOhQEnV6RLH66so3qzwxwrvWGnwIT5 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #pr6McZRUZ3tz8wyqkpc9Rsh3XJ1lO3rT { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #T38LtQFPLBSTEW5162M5p2LfnAxFnW5L { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #az9xDFrRHXblwQl8mUv1liKXLiRlogEg { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cDCK1eXwEycCT7HUTr0wgmP5zpiHDxMJ { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #DtqDy33plFyCcQsNO4DSGobDt2r9wfmK { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #eomMcTLoUHO6yhO1mebx2gQszolgIsq4 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #l0zzNOsMEab8CzRW0Jt6RdoJoPAXPKiV { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kFW83tdwS6JVLvv6X0atJIV3NepqgA7E { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FFT3e4CmkFmL0Mp22ZsLoTKyoxLHhtXS { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #OHA5Z6ral6g125Tqv8pk01UZvQgyy93b { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #v1Na65UP0XrRcG5fPM98ayygUHUIrGti { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdSmrmRAMoikZv2enT7BAndBGwCZVRXJ { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #AiuWQ3EsOberek7HIsH0GyHkwlVC5aaJ { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #vVdeuFye9oW8IfRRt9z2IR2Hk59wVqd7 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HLXTdzK9HZiKMQyZyAqqRw9dPPefMqM0 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XV6yCNpJ6tZ4xIswPJRpTZ4bAWohhnf6 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #y9Z9xZTp0Kw2dnQUcBzsARLPJpeP6Fu3 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FDVQT9liunxS5EUKOzNR54nTbWDCT7pT { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #LdR33Ipv8OUupmXJ4WdIqGTzFXhhiRTS { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HU9TeZbD4WlkqDTt3PnAZ7ad3yFU586q { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kT6el5RmdS2OgkAMTpSQ8HfWCE4WabMB { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #P9Gt1TFfpGO4UTzdZgAKboF25yMgGaos { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Elp0U82TExsgx4x5RTTTOcATkm6JL9CO { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #unzeVszaTgTJlT44EDL8esyVUQVTKEo7 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bstBTeaSTyhcR36Ncyvg0W8vtCTehAdn { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Bp9VWRm2cORcmhn0pczGS6wcf7ftvJ79 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mFt1EvbaIrFR8xzKzTNBQ5OAufEItgyu { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #MxmhnIJE8FcHKxWmfisoCEiLlWWIb6Vt { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #xnOLVSwP4By6Z52mm0WMRXq9v8f4KRtI { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mp8BTewFcSxAotObiGGkxlZB9wyksCJ2 { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dFlzJBp0ik4DAVZFOzPgivpCUh4qkBKk { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #wcegF40gIdpCgPGAsqmke2AQ34n5P28M { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FTu9xxuthI1K38m6NoIyTNq2nJznDv5Z { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #H7fB5N0qDzxhLAvzubmHNM8mfTF7Dxpq { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KKbuynUEZxFBEJbBlxJ8JnIZFbMfU5H7 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #CcdGpdBfhTbas8TapopghTM5ZgywmZMs { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #TQvLXSmJIpXgJcX6KSBlZrMTNuCBZeBD { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Gc6Lp6bBwSnNx8uQOc5bTWafvz6cBnQe { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FkBvIiTwDZekc7lnq8nWcDL0vsPn5JMD { position:relative;z-index:2; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hbepl30aGnsT9Awmi6ImClTM35PzbEzH { position:relative; }
#vTJmh3bU4bTX8k6OUEbCM4oRcPDf2WHc { position:relative;display:block; }
#AT5ThxiMCTFuNGMfcUQsKF6zz5l4Z97M { position:relative;display:block; }
#AH2CBy59H6pIQrsNuChZE7LH1a7OrTer { position:relative;display:block; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #QbDErkIiTuVvsQzi6DtzSSO6sEKb4JM4 { position:relative; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #SfIed9J5mVDXZVrcMcS3W3UhDkJTcdOB { position:relative; }
#b3iagT4nCz5hWywaxRQaOLEWFCegABen { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:24.7734375rem;left:3.6865234375rem;height:7.875rem;font-style:normal;display:block; }
#ToZf60Z5lQQT3bt1QbhZO5vnTe1v9gP3 { position:absolute;display:block;z-index:15048;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.5625rem;width:1.5625rem;top:24.7734375rem;left:1.4990234375rem;overflow:hidden;display:block; }
#SDeeR2sJ9XUkSKqF2DLJ2Zra6r5KXTZk { position:absolute;display:block;z-index:15049;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.5625rem;width:1.5625rem;top:28.828125rem;left:1.4853515625rem;overflow:hidden;display:block; }
#XKW8FTTwPrXFFukyHOX9sAAxzP88W1kw { position:absolute;display:block;z-index:15050;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.0625rem;width:1.25rem;top:34.0146484375rem;left:1.71875rem;overflow:hidden;display:block; }
#Drcpuk4Te7KxQ1g3BGwcIvJWMMalJvMR { color:#000000;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:33.8896484375rem;left:3.560546875rem;height:2.625rem;font-style:normal;display:block; }
#Ubzu5kygD5eZbw6FxzFqOiQNBSlvRKQe { color:#313339;display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:37.9990234375rem;left:5.4365234375rem;height:1.29980625rem;display:block; }
#KiRplB8SlIuF8azRBz8ugTZhTsrlaDqA { position:absolute;display:block;z-index:15051;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.99935rem;width:0.99935rem;top:38.1240234375rem;left:3.5615234375rem;overflow:hidden;display:block; }
#O99dUF424s8gbxnXfMrwTBS1NRqhLriW { color:#313339;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:38.060546875rem;left:15.625rem;height:1.29980625rem;display:block; }
#wIy1nl7QeDDnUNEDHxp33uhxuOSZJILn { position:absolute;display:block;z-index:15053;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.81163125rem;width:0.99935rem;top:38.2490234375rem;left:13.75rem;overflow:hidden;display:block; }
#iTyoH5w30HmI3IHPWNxCkWGHPNH0f1gB { color:#000000;display:block;width:28.874rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:52rem;left:1.5625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JIn7DW6TcWXNCbTHThb6PNrTGfCUHPIX { color:#000000;display:block;width:32.374125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:78.3125rem;left:3.5rem;height:1.3125rem;font-style:normal;display:block; }
#ll47reWSbZndD7VV4zvJEL9AyqTFB7LV { position:absolute;display:block;z-index:15052;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.0625rem;width:1.25rem;top:78.4375rem;left:1.6875rem;overflow:hidden;display:block; }
#N9LeDDPUv0uKNO0muwTirB84oEv5ol49 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.162109375rem;left:1.375rem;height:;font-style:normal;display:block; }#N9LeDDPUv0uKNO0muwTirB84oEv5ol49 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N9LeDDPUv0uKNO0muwTirB84oEv5ol49 li:before{  }
#O9Nzl9iyZ3sZVlTDVfTJLszyfPG2txxM { color:#000000;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:20.6865234375rem;left:1.25rem;height:2.625rem;font-style:normal;display:block; }
#XrvKbSGeKrMuHfdKzaByfaLsqmyisgWX { color:#000000;display:block;width:28.8730625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:54rem;left:1.5625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uG543WplkTcseke6kQAHTge3LHnXhVHp { color:#000000;display:block;width:28.8730625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:55.9375rem;left:1.5625rem;height:6.1875rem;font-style:normal;display:block; }#uG543WplkTcseke6kQAHTge3LHnXhVHp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uG543WplkTcseke6kQAHTge3LHnXhVHp li:before{  }
#OJDVDLteCEfpD0VtxdbiN0yDJQrf0DxQ { color:#000000;display:block;width:28.8730625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:62.9375rem;left:1.5625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC { color:#000000;display:block;width:28.8730625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:65.125rem;left:1.5625rem;height:4.25rem;font-style:normal;display:block; }#rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC li:before{  }
#xiMfpfteGfp6pfTaXk4adHalIHJVw15u { position:relative;display:block; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u { background-color: transparent; background-image: none; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container > .video-iframe-container { display: none; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row > .video-iframe-container { display: none; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .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); }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u { border-width: 0; border-radius: 0; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5983;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MnxJGcbT8ai4spMF8JNO7oAnKFsZ8Ggp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.625rem;top:2.1875rem;left:5.5625rem;overflow:hidden;display:block; }
#lviLKoVcqTHlFqU20WoR29qa5DHfiNlS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.3125rem;left:61.625rem;overflow:hidden;display:block; }
#L3AevmnJI5LFhtOyzyz2xHNFcMmh2vfo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.375rem;top:2.3125rem;left:64.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V3g3qEdTqOcvghFrItL2Gg0mup090GyS { width:11.375rem;height:1.8125rem;top:1.28125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -moz-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -ms-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -o-linear-gradient(180deg, #f9f9f9, #dde1ee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );";background-image: linear-gradient(180deg, #f9f9f9, #dde1ee);background-size:cover !important;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DOzt8NDuvmHFJA4gHR9BneMh1dh7TTw4 { width:17.875rem;height:3.6875rem;top:15.90625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6BGNy0pMtHmqumAPUXaMx2TXWduKHNC { display:block; }
 }@media only screen and (max-width: 1199px) { #evibqWmd7xI8wNk7Ue34I7DiTxGsDHGk { width:27.9375rem;height:5.625rem;top:5rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #Fk2s9fFBTDrmcyAVithQ8fRMbMPQx2Iq { width:20.8125rem;height:3rem;top:10.84375rem;left:0.75rem;font-size:1rem;color:#4a5983;display:block; }
 }@media only screen and (max-width: 1199px) { #a0nOT3Pm2Saripypc3xTlD6ocTHXqGXi { width:24.625rem;height:17.125rem;top:2.125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft { background-color:#4a5983;background-image:none;display:block; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container { background-color: transparent; background-image: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .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); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container { width:47.75rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zq6SgOwHEnoVGWUrf8QHb26y7gIfTiZh { width:37.875rem;height:2.25rem;top:1.3125rem;left:4.9375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a { width:27.1875rem;height:6.9375rem;top:8.4375rem;left:20.5625rem;font-size:1rem;color:#000000;display:block; }#IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a li:before{  }
 }@media only screen and (max-width: 1199px) { #gURzzguiwrOqIAMKa5wr6EzbAZUSXVeT { width:16.75rem;height:16.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSPzkZL9F61qhkWMQcvChWtu6IxR6tRw { width:28.1875rem;height:11.625rem;top:5rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPMkVOt4Vb3zgpFG23Xkl4N6O2ODa2Pm { width:26.375rem;height:1.625rem;top:6.0625rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tddh5ZnVK0LCcpwhSxpbgoxwySUqsnDK { width:10.0625rem;height:10.875rem;top:9.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvAslLSvEpLq76OyrpTDhovbDTqJqHaZ { width:28.125rem;height:12.375rem;top:17.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 { width:26.0625rem;height:6.9375rem;top:21.75rem;left:20.6875rem;font-size:1rem;color:#000000;display:block; }#M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 li:before{  }
 }@media only screen and (max-width: 1199px) { #mqLEt79qZmqo5TvMWuZnNmTK3e9Gm9bn { width:26.75rem;height:1.625rem;top:19.5rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTFxlx6tFvgneQnbIGNrx5SdEQLNKMC9 { width:28rem;height:6.1875rem;top:31.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x341thOp4RV6BkdagE2UrgxB2wdT5mTv { width:26.875rem;height:1.5rem;top:35.1875rem;left:20.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #SJBzD7lAX4dbiAukFT2QK4bPOPURwnFk { width:22.875rem;height:1.625rem;top:32.875rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KN3mdSUAfKv3GVhEZwTmRL7Cq4KTslLZ { width:17.8125rem;height:3.125rem;top:24.21875rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPWmft9VxhUTKfqoOzFDqLt9BpNQmS3e { display:block; }
 }@media only screen and (max-width: 1199px) { #KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF { display:block; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container { width:47.75rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DyXgmNNSlLbxtmTskh0g7Fkfl0CvgOxb { width:22.3125rem;height:5.3625rem;top:4.25rem;left:1.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Hkh3fAMwBFlnDwTL16CsVTbsTCL83I { width:18.625rem;height:7rem;top:11.875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMV7XfcVONdlZeTF7qmCpDWEMAJBs9Rw { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y8pSKaDRnhEBqn5UytX8S0TxlmOABfRd { width:27.375rem;height:19.375rem;top:4.25rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq2i98VQMum4iV0kVuR1UTrRzIGFqXHA { width:47.75rem;height:22rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 { display:block; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzDgxBfeKNVJeQgvf7rcls8w6FiRRkiF { width:46.4375rem;height:2.4375rem;top:1.1875rem;left:0.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyppgOC6ctM4w0v2gQLrqcPSngOKMuid { display:block; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #acsz1MTtOQSeTAQPJAcESmNSMQW55lTq { width:12.5rem;height:16.1875rem;top:0.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scO1t1LHXKGV4ZWSIT1oBeq8JJbkRJmw { width:3.75rem;height:3.75rem;top:3.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndDxGviBiULwP45A7WD1LMMNwgnlutQk { width:11.1875rem;height:5.85rem;top:10.0625rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzQhgNvLg9lqwXudqT2raWcMHHomCbuu { width:10.5625rem;height:6.375rem;top:1.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPuvL9qpBPD3snXklizQgsIz4JoaTKTN { width:12.5rem;height:16.1875rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nuOA7sb82SSSyZoZl1M1WMcD7sMEVaEe { width:8.75rem;height:5.85rem;top:10.0625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqt6TKAMfBAp9f2LyyVK6QTQMGst7AWU { width:10.5625rem;height:6.375rem;top:1.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKdTXBtvUtbXHmbdixfLk8nyeI2JrE0f { width:3.75rem;height:3.75rem;top:3.1875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izieeMGWPqbgAFQHJUWJlLDnB6IsKF0G { width:12.5rem;height:16.1875rem;top:0.8125rem;left:27.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #KE8lTIcFT2FWiL84Obh5BMVsKOSesAq3 { width:8.75rem;height:5.85rem;top:27.6875rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKbfxhImdBXLT1m3AuoK0TWJkEyEbss4 { width:10.5625rem;height:6.375rem;top:19.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lko0LhhZQnfK9pRCHRPfzQex05l3rbWg { width:3.75rem;height:3.6875rem;top:21.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BosVO1SHNaSIXzfykteuhAyr46y9Kxd0 { width:12.5rem;height:16.1875rem;top:18.5625rem;left:27.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #OlfyB5zsAfCzrN59wIKzRoX0fGLZ6u9w { width:8.75rem;height:5.85rem;top:27.6875rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1TH5TWmKZ3sMT4Ub8Ll2iuDtHe6Tm4A { width:10.5625rem;height:6.375rem;top:19.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTVSFFgwlOmI3XS6hdHx3AbtocVlgS5F { width:3.375rem;height:3.6875rem;top:21.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O { display:block; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RAqAUieH69SIhNrWrfSJirgTGMsyd8e9 { width:36.4375rem;height:4.225rem;top:1.75rem;left:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0uQRLh6OtxpkynfbhMonNSH36nl6rWE { width:26rem;height:14.7rem;top:8.7583332061769rem;left:2.9375rem;font-size:1.125rem;display:block; }#l0uQRLh6OtxpkynfbhMonNSH36nl6rWE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b7dcc3fd-3911-488d-b925-fd0093604596/dzwonek.png); }
 }@media only screen and (max-width: 1199px) { #mVeBG2g7xaCcGzCqCa9TOlzo7HhMZtMG { width:16.1875rem;height:3.4375rem;top:28.593747138977rem;left:7.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0mqZPN8msaHEmIfRMcaJgdn3Z6n0sT3 { display:block; }
 }@media only screen and (max-width: 1199px) { #TkGWWD4GyQuMWcAN0M7iiBJfl3U0yINE { width:17.6875rem;height:26.1875rem;top:7.875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c { display:block; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WBFbkVrK32QJWIfCUhvucTRBwRKD2Pcf { width:42.6875rem;height:2.4375rem;top:1.8125rem;left:2.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uToPlUNoeOf33MMT6fTeezUEHigFc4ob { display:block; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row .container { width:47.75rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZeOCtbyvTEhIdpzE0bT4ik6JnvMqsCOo { width:40.75rem;height:17.75rem;top:2.21875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esxXrbFN8TIW8559XEKTSrXT6Tsw6JcW { width:12.5rem;height:2.75rem;top:1.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ib1dzxpEJulahWozdogiWpkmqFmxd7Gk { width:13.875rem;height:9.25rem;top:5.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SC3BlJ4TnENpbHa2G1cvJU7hwm6yOJ6E { width:1.5rem;height:1.5rem;top:8.28125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtXrEsCU4Xl5AQMNS8IHC9xtHV7ERXz7 { width:15.625rem;height:10.4375rem;top:3.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jhi8NQ4P0D1WZ9lKSfZZ7exmz6nBBOPd { width:12.5rem;height:1.625rem;top:1.625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asUkwAVTntPmR0IkZ73b0nGFohRlKiGy { width:14.375rem;height:0.0625rem;top:14.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDvWDxgW6Uiw2pi77RUP8FL1hVUc1lxg { width:12.5rem;height:3.9rem;top:15.2265625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZomyMg7gtnSEQUUNXgD3KqTXPxppgGo { width:14.375rem;height:0.0625rem;top:14.3125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEqxzAMSuWWSO0HdTfgM9Zsb44tLmTEq { width:12.5rem;height:3.9rem;top:15.2265625rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfboPuMTI5gGyx1M50eQTqQmvmw48v13 { width:40.75rem;height:20.125rem;top:22.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c03lqdQtuG92JLrhmIDQOMpv46VcasIa { width:12.5rem;height:5.2rem;top:36.46875rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c02wDsrGO8gG9zHJPUQTXFlFvLKg5Wr2 { width:10.4375rem;height:0.0625rem;top:35.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Veaggw85iq82SiDyR5GTiiXfZSA7bCA5 { width:6.75rem;height:9.6875rem;top:26.317709922791rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CC7w4DDONfUSpb9pDHHLDCncZv5Xn1Sk { width:13.875rem;height:9.25rem;top:26.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnCDuB8fTa0ms8c2bd0VoezpJRkMTlTb { width:1.5rem;height:1.5rem;top:30.5rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFGB0VbmQ0iaAJ3JqVLiKE3TXIm5ILh8 { width:14.375rem;height:0.0625rem;top:35.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mgh4Fe0FaDuwCiutFRsqzOOgdq0IgJO1 { width:12.5rem;height:5.2rem;top:36.46875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf3eTRM8Z957X6XkdXITPUx8pzqr7wW9 { width:27.8125rem;height:2.75rem;top:21.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEi7VLqtP32w4GuBDXuHicf6FI4dKG4a { width:26.25rem;height:1.625rem;top:22.1875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paTtptmAtVDUfWKm53ZUSXMvXE3N7RlT { width:1.5rem;height:1.5rem;top:30.5rem;left:31.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fr4ogXWrKha1EEr89G1bVtrF1MrevQEV { width:9.375rem;height:11.125rem;top:25.21875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKpLxAEJpR1VDRHKJgoZvm1JfC6na0Xs { width:10.4375rem;height:0.0625rem;top:35.9375rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJahpbVTq2f4cqrIS45DS4IMtkbRXo48 { width:11.3125rem;height:3.9rem;top:36.46875rem;left:32.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 { display:block; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lPez6v1RL04ZPf8CsMBR5nrIvUa4qR4z { width:42.6875rem;height:2.4375rem;top:1.5625rem;left:2.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz { display:block; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container { width:47.75rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QhEhw79gGfT3lSsCuZvazgqHM4qmUKpE { width:15.6875rem;height:14.1875rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhULNIQo9Fhul8Cwa8g3K5RdUMTPvRxK { width:16.5625rem;height:14.1875rem;top:0rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7vqwWVkn0mAkULNndMpoUS0S1Dr2em5 { width:16.6875rem;height:14.1875rem;top:14.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9TZHH3s3C7TB6IoXV0JGnn79hoNbop0 { width:16.125rem;height:14.1875rem;top:14.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzWI9K2uM8kiB1kNOoTrF5U65m4MMbFX { width:10.1875rem;height:4.3875rem;top:4.875rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hue8mOTQKKPDmEP58klE2dZ6OiySeyGF { width:10.8125rem;height:5.85rem;top:4.1875rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvIxsfMLCpuJdasgFyVGWzvQlSA5zeNM { width:9.125rem;height:5.85rem;top:19.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxd3F2TZ26MMetQt9GpAlCwaB5SnTB0g { width:9.125rem;height:5.85rem;top:19.0625rem;left:30.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TegXIX82GLguOZkMxsEeQqIIFKy6SAER { width:23.25rem;height:3.125rem;top:30.21875rem;left:12.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNbpx0eT0PkUAkJ6cnrRcV5lLV8F9Xxb { display:block; }
 }@media only screen and (max-width: 1199px) { #u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V { display:block; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QLTG0gZVTueJkOTsVSTK3OsoHzLaTSKd { width:34.8125rem;height:1.86875rem;top:1.62890625rem;left:6.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u { display:block; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container { width:47.75rem;height:148.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zmUw7PGxShKVSsDtTy7u2K01EVsqph8c { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wqMX3Uza984RNDTXAwXz4Mc2BwfXkBNT { width:36.875rem;height:35.625rem;top:40.88671875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nck81ge3ia8l6NdFLyBTKzEntRwofPgT { width:28.0625rem;height:6.125rem;top:63.875rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3pMeODxC8OnyNOot2wMhNx602RnvlbD { width:7.75rem;height:1.1375rem;top:74.25rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6THXT8zte5WXIWeRRPFoQrSn1UxJQnh { width:15.061875rem;height:1.1375rem;top:74.125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSow6viuTzuTsEI8CZ7gntvCrvp7vzGd { width:34.6875rem;height:2.45rem;top:43.625rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQ5rQLrSau3VOFVTKmpP4Aa53CTuWEXa { width:29.6875rem;height:2.625rem;top:39.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULBsvqm3qe93ZnH2fPzfIm9VIrTTfgtz { width:1rem;height:0.8125rem;top:74.3125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5ytX2uloCqTusM9vuPP1twhfmulZ8px { width:1rem;height:1rem;top:74.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NWySs2aWANtQM9qwnJV6N5burONaPbTT { width:1.5625rem;height:1.5625rem;top:63.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKyQGteGBEMkkteJaJXabLLSzn1zXyhu { width:23.624125rem;height:1.29980625rem;top:40.25rem;left:12.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TQKz2JcP7Z03vvAaiB9SNusUPgLJcTQ7 { width:29.6875rem;height:2.625rem;top:0.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDQzsBb9OSaK8exvGLkikIVMuE1PyXv4 { width:36.875rem;height:35.6875rem;top:1.875rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #capckDpldbQDgtsS6LFxaThHbWVTxdn3 { width:20.5625rem;height:1.29980625rem;top:1.412109375rem;left:13.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Gr36oTq41rt0lbLSxFDn9MhT03mAfTrL { width:34.5625rem;height:8.575rem;top:4.740234375rem;left:6.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.adaptive-delivery-prevent-bg, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyload, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyloading { background-image: none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:first-of-type{padding-top:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:last-of-type{padding-bottom:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:10.71875rem;top:78.6875rem; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 {display:block;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:10.71875rem;top:78.6875rem; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HqOFTs54n2pe53weLk1eZWE6DNB5JygS { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XbmXS0vDCrkG71rvKHUVFrmgFtwfCSRV { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #zTnGFTPzmvKQha0m5DkVLzrCik4aWnq9 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HgvId3sxuIs1b0VvGmLLDtCE5HlmkXQB { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #NDaN4acq5KWnfcBxbP6ooKcUZq8gqfgg {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdktKfeDJJEh8yGCJLUqJGAEzTy3LdIg {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KMbTIRBmNeMaFAPlETtCG78PDozSLd8W { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kxqP6Gdb3MiT2DGGqWEREnyMI51kG5hV {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #V0MrnZA7kUTPXNFSRDcGG4elq9fBX52S {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mAO0Kxmk7sxJKVFZRvGs6TbVfJ3bHDP1 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bKgxPWdfoqpmw0dzESR9fcPWTKBTgWKH {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Vw4vSeca6QRDfbRGHdusTWbpowhE3Xu1 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Ilba4xRZpeSem571ZgUMlfWaIcyPfrbN { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #IOmssXzLfKo7R1Ay7BW3SBVaNdX2pwrp {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #iRPST9geGrFiukpiPPbiyGCn5sZvLxHG {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #fDlk0i4PHhOt3GRxsH3Qle1J7cikkZPa { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cZd7pVJD39lkEliSADob1JTXmViC6vOs {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KreJXEtJPdT5bA3UznaqQJCmgsCSTPPv {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #momDzO5CRgmIt1xBKIHEeWGByrw2KoRF { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JSOyxNWv3qUocgtUfaiqBvvl5pb5N3tQ {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JQuwvcKchLMqox2K7vSptR7shxp00r4u {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #rXvd2EPHCBq9gppiGCka8IvbKqRGWOF4 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dylSGcKTAkxB8zphTbsrXBlHwxkK4wiN {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #VBTHLGNgIuIuUAXSmTGHJQZX3RniQBnP {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hWEVc9ph9xmxsLUXrUCtOT4NOA1AaPCH { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bm4k2UdLNTKTy9zZQHcGEQSSixDzLuMZ {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #lB3DWUzBLN4bA27HImvaonsqxgyptD6T {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #B9dxtsLArC3xsIDTBzL7p39zGpJ1HlHP { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JTp3hTLip3ptmJdneHwqDLpTy4d2rwEl {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kOqpM48VPIbJG6hBXQlTqWVt1FXNofzT {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #osJOhQEnV6RLH66so3qzwxwrvWGnwIT5 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #pr6McZRUZ3tz8wyqkpc9Rsh3XJ1lO3rT {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #T38LtQFPLBSTEW5162M5p2LfnAxFnW5L {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #az9xDFrRHXblwQl8mUv1liKXLiRlogEg { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cDCK1eXwEycCT7HUTr0wgmP5zpiHDxMJ {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #DtqDy33plFyCcQsNO4DSGobDt2r9wfmK {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #eomMcTLoUHO6yhO1mebx2gQszolgIsq4 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #l0zzNOsMEab8CzRW0Jt6RdoJoPAXPKiV {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kFW83tdwS6JVLvv6X0atJIV3NepqgA7E {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FFT3e4CmkFmL0Mp22ZsLoTKyoxLHhtXS {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #OHA5Z6ral6g125Tqv8pk01UZvQgyy93b {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #v1Na65UP0XrRcG5fPM98ayygUHUIrGti {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdSmrmRAMoikZv2enT7BAndBGwCZVRXJ { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #AiuWQ3EsOberek7HIsH0GyHkwlVC5aaJ {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #vVdeuFye9oW8IfRRt9z2IR2Hk59wVqd7 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HLXTdzK9HZiKMQyZyAqqRw9dPPefMqM0 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XV6yCNpJ6tZ4xIswPJRpTZ4bAWohhnf6 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #y9Z9xZTp0Kw2dnQUcBzsARLPJpeP6Fu3 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FDVQT9liunxS5EUKOzNR54nTbWDCT7pT { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #LdR33Ipv8OUupmXJ4WdIqGTzFXhhiRTS {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HU9TeZbD4WlkqDTt3PnAZ7ad3yFU586q {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kT6el5RmdS2OgkAMTpSQ8HfWCE4WabMB { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #P9Gt1TFfpGO4UTzdZgAKboF25yMgGaos {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Elp0U82TExsgx4x5RTTTOcATkm6JL9CO {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #unzeVszaTgTJlT44EDL8esyVUQVTKEo7 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bstBTeaSTyhcR36Ncyvg0W8vtCTehAdn {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Bp9VWRm2cORcmhn0pczGS6wcf7ftvJ79 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mFt1EvbaIrFR8xzKzTNBQ5OAufEItgyu { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #MxmhnIJE8FcHKxWmfisoCEiLlWWIb6Vt {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #xnOLVSwP4By6Z52mm0WMRXq9v8f4KRtI {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mp8BTewFcSxAotObiGGkxlZB9wyksCJ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dFlzJBp0ik4DAVZFOzPgivpCUh4qkBKk {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #wcegF40gIdpCgPGAsqmke2AQ34n5P28M {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FTu9xxuthI1K38m6NoIyTNq2nJznDv5Z { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #H7fB5N0qDzxhLAvzubmHNM8mfTF7Dxpq {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KKbuynUEZxFBEJbBlxJ8JnIZFbMfU5H7 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #CcdGpdBfhTbas8TapopghTM5ZgywmZMs { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #TQvLXSmJIpXgJcX6KSBlZrMTNuCBZeBD {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Gc6Lp6bBwSnNx8uQOc5bTWafvz6cBnQe {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FkBvIiTwDZekc7lnq8nWcDL0vsPn5JMD { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hbepl30aGnsT9Awmi6ImClTM35PzbEzH {  }
 }@media only screen and (max-width: 1199px) { #vTJmh3bU4bTX8k6OUEbCM4oRcPDf2WHc { display:block; }
 }@media only screen and (max-width: 1199px) { #AT5ThxiMCTFuNGMfcUQsKF6zz5l4Z97M { display:block; }
 }@media only screen and (max-width: 1199px) { #AH2CBy59H6pIQrsNuChZE7LH1a7OrTer { display:block; }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #QbDErkIiTuVvsQzi6DtzSSO6sEKb4JM4 {  }
 }@media only screen and (max-width: 1199px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #SfIed9J5mVDXZVrcMcS3W3UhDkJTcdOB {  }
 }@media only screen and (max-width: 1199px) { #b3iagT4nCz5hWywaxRQaOLEWFCegABen { width:32.1875rem;height:7.35rem;top:21.875rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToZf60Z5lQQT3bt1QbhZO5vnTe1v9gP3 { width:1.5625rem;height:1.5625rem;top:22.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDeeR2sJ9XUkSKqF2DLJ2Zra6r5KXTZk { width:1.5625rem;height:1.5625rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKW8FTTwPrXFFukyHOX9sAAxzP88W1kw { width:1.25rem;height:1.0612rem;top:30.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Drcpuk4Te7KxQ1g3BGwcIvJWMMalJvMR { width:32.1875rem;height:2.45rem;top:29.8125rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ubzu5kygD5eZbw6FxzFqOiQNBSlvRKQe { width:7.75rem;height:1.1375rem;top:33.25rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiRplB8SlIuF8azRBz8ugTZhTsrlaDqA { width:1rem;height:1rem;top:33.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O99dUF424s8gbxnXfMrwTBS1NRqhLriW { width:15.0625rem;height:1.1375rem;top:35.125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIy1nl7QeDDnUNEDHxp33uhxuOSZJILn { width:1rem;height:0.8125rem;top:35.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTyoH5w30HmI3IHPWNxCkWGHPNH0f1gB { width:27.4355625rem;height:1.2246125rem;top:46.75rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIn7DW6TcWXNCbTHThb6PNrTGfCUHPIX { width:32.1875rem;height:1.225rem;top:70.75rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ll47reWSbZndD7VV4zvJEL9AyqTFB7LV { width:1.25rem;height:1.0612rem;top:70.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9LeDDPUv0uKNO0muwTirB84oEv5ol49 { width:34.5625rem;height:4.3rem;top:13.25rem;left:6.53125rem;font-size:0.875rem;display:block; }#N9LeDDPUv0uKNO0muwTirB84oEv5ol49 li:before{  }
 }@media only screen and (max-width: 1199px) { #O9Nzl9iyZ3sZVlTDVfTJLszyfPG2txxM { width:34.5625rem;height:2.45rem;top:18.4375rem;left:6.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrvKbSGeKrMuHfdKzaByfaLsqmyisgWX { width:27.4355625rem;height:1.2246125rem;top:48.5625rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uG543WplkTcseke6kQAHTge3LHnXhVHp { width:27.4355625rem;height:5.8375rem;top:50.30078125rem;left:6.5rem;font-size:0.875rem;display:block; }#uG543WplkTcseke6kQAHTge3LHnXhVHp li:before{  }
 }@media only screen and (max-width: 1199px) { #OJDVDLteCEfpD0VtxdbiN0yDJQrf0DxQ { width:27.4355625rem;height:1.2246125rem;top:56.724609375rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC { width:27.4355625rem;height:3.9875rem;top:58.9521484375rem;left:6.5rem;font-size:0.875rem;display:block; }#rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC li:before{  }
 }@media only screen and (max-width: 1199px) { #xiMfpfteGfp6pfTaXk4adHalIHJVw15u { display:block; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MnxJGcbT8ai4spMF8JNO7oAnKFsZ8Ggp { width:14.375rem;height:2.3125rem;top:1.875rem;left:1.560546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lviLKoVcqTHlFqU20WoR29qa5DHfiNlS { width:2.1875rem;height:2.1875rem;top:2.375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3AevmnJI5LFhtOyzyz2xHNFcMmh2vfo { width:2.3125rem;height:2.25rem;top:2.34375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { position:relative;z-index:auto;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3g3qEdTqOcvghFrItL2Gg0mup090GyS { width:10.5rem;height:1.6875rem;top:1.28125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -moz-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -ms-linear-gradient(180deg, #f9f9f9, #dde1ee);background-image: -o-linear-gradient(180deg, #f9f9f9, #dde1ee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dde1ee' );";background-image: linear-gradient(180deg, #f9f9f9, #dde1ee);background-size:cover !important;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOzt8NDuvmHFJA4gHR9BneMh1dh7TTw4 { width:19.8125rem;height:3.5rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BGNy0pMtHmqumAPUXaMx2TXWduKHNC { display:block; }
 }@media only screen and (max-width: 763px) { #evibqWmd7xI8wNk7Ue34I7DiTxGsDHGk { width:20rem;height:9rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2s9fFBTDrmcyAVithQ8fRMbMPQx2Iq { width:20rem;height:3.375rem;top:11.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0nOT3Pm2Saripypc3xTlD6ocTHXqGXi { width:20rem;height:13.936507936508rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft { background-color:#4a5983;background-image:none;display:block; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container { background-color: transparent; background-image: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row > .video-iframe-container { display: none; }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .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); }#w2rHy8WOzzSQihBl4cNkVU8zpDyx5rft > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq6SgOwHEnoVGWUrf8QHb26y7gIfTiZh { width:20rem;height:7.875rem;top:1.0966796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a { width:18.1875rem;height:14.4375rem;top:13.65625rem;left:0.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#IKMsIr0dN89UbNg9NBHp4AUmxiTZIO3a li:before{  }
 }@media only screen and (max-width: 763px) { #gURzzguiwrOqIAMKa5wr6EzbAZUSXVeT { width:14.3125rem;height:14.375rem;top:60.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSPzkZL9F61qhkWMQcvChWtu6IxR6tRw { width:19.875rem;height:19.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMkVOt4Vb3zgpFG23Xkl4N6O2ODa2Pm { width:18.5rem;height:1.625rem;top:11.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tddh5ZnVK0LCcpwhSxpbgoxwySUqsnDK { width:10.0625rem;height:10.875rem;top:69.9091796875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvAslLSvEpLq76OyrpTDhovbDTqJqHaZ { width:19.875rem;height:16.6875rem;top:30.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 { width:17.375rem;height:11.0625rem;top:34.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#M6iEVNyE9RWhzWO6CGwaUhVAKb8kGmT1 li:before{  }
 }@media only screen and (max-width: 763px) { #mqLEt79qZmqo5TvMWuZnNmTK3e9Gm9bn { width:17.4375rem;height:1.625rem;top:32.1875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTFxlx6tFvgneQnbIGNrx5SdEQLNKMC9 { width:19.875rem;height:10.25rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x341thOp4RV6BkdagE2UrgxB2wdT5mTv { width:17.5rem;height:3.375rem;top:54.1875rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJBzD7lAX4dbiAukFT2QK4bPOPURwnFk { width:17.3125rem;height:3.25rem;top:50.1875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN3mdSUAfKv3GVhEZwTmRL7Cq4KTslLZ { width:19rem;height:3.5rem;top:76.9091796875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPWmft9VxhUTKfqoOzFDqLt9BpNQmS3e { display:block; }
 }@media only screen and (max-width: 763px) { #KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF { display:block; }#KKa6opJty2s5eKPcbRzKnsip7ZNSfGTF > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyXgmNNSlLbxtmTskh0g7Fkfl0CvgOxb { width:20rem;height:4.0625rem;top:3.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6Hkh3fAMwBFlnDwTL16CsVTbsTCL83I { width:19.125rem;height:6.3rem;top:8.5rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMV7XfcVONdlZeTF7qmCpDWEMAJBs9Rw { top:30.5rem;left:9rem;width:2.0625rem;height:0.125rem;z-index:15012;background-color:#20d9cb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #y8pSKaDRnhEBqn5UytX8S0TxlmOABfRd { width:15.0625rem;height:10.625rem;top:16.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq2i98VQMum4iV0kVuR1UTrRzIGFqXHA { width:20rem;height:25.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 { display:block; }#CJIbgeVLtUCCmFin7gIrPt8tcZhfJgl5 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzDgxBfeKNVJeQgvf7rcls8w6FiRRkiF { width:17.1875rem;height:10.4rem;top:1.0822906494141rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyppgOC6ctM4w0v2gQLrqcPSngOKMuid { display:block; }#gyppgOC6ctM4w0v2gQLrqcPSngOKMuid > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acsz1MTtOQSeTAQPJAcESmNSMQW55lTq { width:11.9375rem;height:15.5rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #scO1t1LHXKGV4ZWSIT1oBeq8JJbkRJmw { width:4rem;height:4rem;top:3.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndDxGviBiULwP45A7WD1LMMNwgnlutQk { width:10.3125rem;height:5.85rem;top:9.7021484375rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzQhgNvLg9lqwXudqT2raWcMHHomCbuu { width:10.5625rem;height:6.375rem;top:2rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPuvL9qpBPD3snXklizQgsIz4JoaTKTN { width:12.5rem;height:15.0625rem;top:18.25rem;left:3.75rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nuOA7sb82SSSyZoZl1M1WMcD7sMEVaEe { width:11.5rem;height:4.3875rem;top:27.3271484375rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqt6TKAMfBAp9f2LyyVK6QTQMGst7AWU { width:10.5625rem;height:6.375rem;top:19.25rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKdTXBtvUtbXHmbdixfLk8nyeI2JrE0f { width:4rem;height:4rem;top:20.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #izieeMGWPqbgAFQHJUWJlLDnB6IsKF0G { width:12.5rem;height:16.1875rem;top:35rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE8lTIcFT2FWiL84Obh5BMVsKOSesAq3 { width:10rem;height:5.85rem;top:44.2021484375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKbfxhImdBXLT1m3AuoK0TWJkEyEbss4 { width:10.5625rem;height:6.375rem;top:35.9375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lko0LhhZQnfK9pRCHRPfzQex05l3rbWg { width:4rem;height:3.9375rem;top:37.15625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BosVO1SHNaSIXzfykteuhAyr46y9Kxd0 { width:12.5rem;height:16.1875rem;top:52.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfyB5zsAfCzrN59wIKzRoX0fGLZ6u9w { width:10.125rem;height:5.85rem;top:61.75rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TH5TWmKZ3sMT4Ub8Ll2iuDtHe6Tm4A { width:10.5625rem;height:6.375rem;top:53.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVSFFgwlOmI3XS6hdHx3AbtocVlgS5F { width:3.5625rem;height:3.9375rem;top:55.03125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O { display:block; }#G06A5E9bqMeHCr0aQyPPgvVGa7KGRh9O > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAqAUieH69SIhNrWrfSJirgTGMsyd8e9 { width:17.25rem;height:9.1rem;top:1.6875rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0uQRLh6OtxpkynfbhMonNSH36nl6rWE { width:19.375rem;height:22.0125rem;top:13.3125rem;left:0.31354141235351rem;font-size:1.125rem;display:block; }#l0uQRLh6OtxpkynfbhMonNSH36nl6rWE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b7dcc3fd-3911-488d-b925-fd0093604596/dzwonek.png); }
 }@media only screen and (max-width: 763px) { #mVeBG2g7xaCcGzCqCa9TOlzo7HhMZtMG { width:19rem;height:3.5rem;top:37.475006103516rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mqZPN8msaHEmIfRMcaJgdn3Z6n0sT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TkGWWD4GyQuMWcAN0M7iiBJfl3U0yINE { width:11.1875rem;height:16.625rem;top:43.625000953674rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c { display:block; }#TTnZ1ThaTew3vW7q9gM4hyftRig0mf8c > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBFbkVrK32QJWIfCUhvucTRBwRKD2Pcf { width:17.875rem;height:5.2rem;top:1.3687515258789rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uToPlUNoeOf33MMT6fTeezUEHigFc4ob { display:block; }#uToPlUNoeOf33MMT6fTeezUEHigFc4ob > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeOCtbyvTEhIdpzE0bT4ik6JnvMqsCOo { width:19.875rem;height:32.375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxXrbFN8TIW8559XEKTSrXT6Tsw6JcW { width:12.5rem;height:2.75rem;top:1.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1dzxpEJulahWozdogiWpkmqFmxd7Gk { width:13.875rem;height:9.25rem;top:5.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3BlJ4TnENpbHa2G1cvJU7hwm6yOJ6E { width:1.5rem;height:1.5rem;top:19.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXrEsCU4Xl5AQMNS8IHC9xtHV7ERXz7 { width:15.625rem;height:10.4375rem;top:20.46875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhi8NQ4P0D1WZ9lKSfZZ7exmz6nBBOPd { width:12.5rem;height:1.625rem;top:2.4375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUkwAVTntPmR0IkZ73b0nGFohRlKiGy { width:14.375rem;height:0.0625rem;top:30.90625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvWDxgW6Uiw2pi77RUP8FL1hVUc1lxg { width:12.5rem;height:3.9rem;top:15rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZomyMg7gtnSEQUUNXgD3KqTXPxppgGo { width:14.375rem;height:0.0625rem;top:14.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEqxzAMSuWWSO0HdTfgM9Zsb44tLmTEq { width:12.5rem;height:3.9rem;top:31.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfboPuMTI5gGyx1M50eQTqQmvmw48v13 { width:19.875rem;height:53.0625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03lqdQtuG92JLrhmIDQOMpv46VcasIa { width:12.5rem;height:5.2rem;top:68.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c02wDsrGO8gG9zHJPUQTXFlFvLKg5Wr2 { width:10.4375rem;height:0.0625rem;top:86.5625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veaggw85iq82SiDyR5GTiiXfZSA7bCA5 { width:6.1875rem;height:8.875rem;top:58.317710876465rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC7w4DDONfUSpb9pDHHLDCncZv5Xn1Sk { width:13.875rem;height:9.25rem;top:40.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCDuB8fTa0ms8c2bd0VoezpJRkMTlTb { width:1.5rem;height:1.5rem;top:56.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFGB0VbmQ0iaAJ3JqVLiKE3TXIm5ILh8 { width:14.375rem;height:0.0625rem;top:49.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgh4Fe0FaDuwCiutFRsqzOOgdq0IgJO1 { width:12.5rem;height:5.2rem;top:50.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf3eTRM8Z957X6XkdXITPUx8pzqr7wW9 { width:20rem;height:2.75rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEi7VLqtP32w4GuBDXuHicf6FI4dKG4a { width:20rem;height:1.625rem;top:38rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTtptmAtVDUfWKm53ZUSXMvXE3N7RlT { width:1.5rem;height:1.5rem;top:74.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr4ogXWrKha1EEr89G1bVtrF1MrevQEV { width:9.375rem;height:11.125rem;top:76.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpLxAEJpR1VDRHKJgoZvm1JfC6na0Xs { width:10.4375rem;height:0.0625rem;top:67.75rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJahpbVTq2f4cqrIS45DS4IMtkbRXo48 { width:11.3125rem;height:3.9rem;top:87.375rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 { display:block; }#NrFbwc6IHF4Ni6KnTP3mpM5ESD3zEUG0 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPez6v1RL04ZPf8CsMBR5nrIvUa4qR4z { width:20rem;height:5.2rem;top:0.900390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz { display:block; }#v8zZKmIprudAWHSJFkAhbk8dOIZTM8dz > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhEhw79gGfT3lSsCuZvazgqHM4qmUKpE { width:13.8125rem;height:12.5rem;top:1.0625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhULNIQo9Fhul8Cwa8g3K5RdUMTPvRxK { width:14.5625rem;height:12.5rem;top:14.625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vqwWVkn0mAkULNndMpoUS0S1Dr2em5 { width:14.6875rem;height:12.5rem;top:41.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TZHH3s3C7TB6IoXV0JGnn79hoNbop0 { width:14.1875rem;height:12.5rem;top:28.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzWI9K2uM8kiB1kNOoTrF5U65m4MMbFX { width:10.3125rem;height:4.3875rem;top:5.119140625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hue8mOTQKKPDmEP58klE2dZ6OiySeyGF { width:10.125rem;height:5.525rem;top:18.11328125rem;left:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvIxsfMLCpuJdasgFyVGWzvQlSA5zeNM { width:8.125rem;height:5.525rem;top:31.75rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxd3F2TZ26MMetQt9GpAlCwaB5SnTB0g { width:9.125rem;height:5.525rem;top:45.25rem;left:7.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TegXIX82GLguOZkMxsEeQqIIFKy6SAER { width:19rem;height:3.5rem;top:55.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbpx0eT0PkUAkJ6cnrRcV5lLV8F9Xxb { display:block; }
 }@media only screen and (max-width: 763px) { #u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V { display:block; }#u1ZgT0JFbLl1QVVIUyMbZBoXFOTS7h9V > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLTG0gZVTueJkOTsVSTK3OsoHzLaTSKd { width:20rem;height:1.86875rem;top:1.3465728759766rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u { display:block; }#ZT2EzmJvn8vD7OewToTezT0TxOEdrN7u > .row .container { width:20rem;height:172.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmUw7PGxShKVSsDtTy7u2K01EVsqph8c { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqMX3Uza984RNDTXAwXz4Mc2BwfXkBNT { width:19.875rem;height:48.4375rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nck81ge3ia8l6NdFLyBTKzEntRwofPgT { width:16.25rem;height:9.8rem;top:82.006244659425rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3pMeODxC8OnyNOot2wMhNx602RnvlbD { width:12.5rem;height:1.1375rem;top:95.8125rem;left:4.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6THXT8zte5WXIWeRRPFoQrSn1UxJQnh { width:15.0625rem;height:1.1375rem;top:97.875rem;left:4.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sSow6viuTzuTsEI8CZ7gntvCrvp7vzGd { width:18.5623125rem;height:2.45rem;top:55.1875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQ5rQLrSau3VOFVTKmpP4Aa53CTuWEXa { width:20rem;height:3.75rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULBsvqm3qe93ZnH2fPzfIm9VIrTTfgtz { width:1rem;height:0.8125rem;top:98.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ytX2uloCqTusM9vuPP1twhfmulZ8px { width:1rem;height:1rem;top:95.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWySs2aWANtQM9qwnJV6N5burONaPbTT { width:1.5625rem;height:1.5625rem;top:82.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKyQGteGBEMkkteJaJXabLLSzn1zXyhu { width:15.625rem;height:2.6rem;top:51rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKz2JcP7Z03vvAaiB9SNusUPgLJcTQ7 { width:20rem;height:3.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQzsBb9OSaK8exvGLkikIVMuE1PyXv4 { width:19.875rem;height:46.25rem;top:2.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #capckDpldbQDgtsS6LFxaThHbWVTxdn3 { width:19.375rem;height:1.29980625rem;top:2.224609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr36oTq41rt0lbLSxFDn9MhT03mAfTrL { width:18.3115rem;height:11.025rem;top:5.8125rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.adaptive-delivery-prevent-bg, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyload, #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-button.lazyloading { background-image: none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:first-of-type{padding-top:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .widget-container:last-of-type{padding-bottom:0;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69  { width:16.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:102.0625rem;left:1.5rem; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 {display:block;}#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 { width:16.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:102.0625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 {  }
#kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mevid13zzHei9bpPgNb2GLxBanbTiDs8 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HqOFTs54n2pe53weLk1eZWE6DNB5JygS { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XbmXS0vDCrkG71rvKHUVFrmgFtwfCSRV { z-index:2; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #zTnGFTPzmvKQha0m5DkVLzrCik4aWnq9 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HgvId3sxuIs1b0VvGmLLDtCE5HlmkXQB { z-index:2; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #NDaN4acq5KWnfcBxbP6ooKcUZq8gqfgg {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdktKfeDJJEh8yGCJLUqJGAEzTy3LdIg {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KMbTIRBmNeMaFAPlETtCG78PDozSLd8W { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kxqP6Gdb3MiT2DGGqWEREnyMI51kG5hV {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #V0MrnZA7kUTPXNFSRDcGG4elq9fBX52S {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mAO0Kxmk7sxJKVFZRvGs6TbVfJ3bHDP1 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bKgxPWdfoqpmw0dzESR9fcPWTKBTgWKH {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Vw4vSeca6QRDfbRGHdusTWbpowhE3Xu1 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Ilba4xRZpeSem571ZgUMlfWaIcyPfrbN { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #IOmssXzLfKo7R1Ay7BW3SBVaNdX2pwrp {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #iRPST9geGrFiukpiPPbiyGCn5sZvLxHG {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #fDlk0i4PHhOt3GRxsH3Qle1J7cikkZPa { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cZd7pVJD39lkEliSADob1JTXmViC6vOs {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KreJXEtJPdT5bA3UznaqQJCmgsCSTPPv {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #momDzO5CRgmIt1xBKIHEeWGByrw2KoRF { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JSOyxNWv3qUocgtUfaiqBvvl5pb5N3tQ {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JQuwvcKchLMqox2K7vSptR7shxp00r4u {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #rXvd2EPHCBq9gppiGCka8IvbKqRGWOF4 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dylSGcKTAkxB8zphTbsrXBlHwxkK4wiN {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #VBTHLGNgIuIuUAXSmTGHJQZX3RniQBnP {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hWEVc9ph9xmxsLUXrUCtOT4NOA1AaPCH { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bm4k2UdLNTKTy9zZQHcGEQSSixDzLuMZ {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #lB3DWUzBLN4bA27HImvaonsqxgyptD6T {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #B9dxtsLArC3xsIDTBzL7p39zGpJ1HlHP { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #JTp3hTLip3ptmJdneHwqDLpTy4d2rwEl {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kOqpM48VPIbJG6hBXQlTqWVt1FXNofzT {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #osJOhQEnV6RLH66so3qzwxwrvWGnwIT5 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #pr6McZRUZ3tz8wyqkpc9Rsh3XJ1lO3rT {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #T38LtQFPLBSTEW5162M5p2LfnAxFnW5L {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #az9xDFrRHXblwQl8mUv1liKXLiRlogEg { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #cDCK1eXwEycCT7HUTr0wgmP5zpiHDxMJ {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #DtqDy33plFyCcQsNO4DSGobDt2r9wfmK {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #eomMcTLoUHO6yhO1mebx2gQszolgIsq4 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #l0zzNOsMEab8CzRW0Jt6RdoJoPAXPKiV {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kFW83tdwS6JVLvv6X0atJIV3NepqgA7E {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FFT3e4CmkFmL0Mp22ZsLoTKyoxLHhtXS {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #OHA5Z6ral6g125Tqv8pk01UZvQgyy93b {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #v1Na65UP0XrRcG5fPM98ayygUHUIrGti {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #BdSmrmRAMoikZv2enT7BAndBGwCZVRXJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #AiuWQ3EsOberek7HIsH0GyHkwlVC5aaJ {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #vVdeuFye9oW8IfRRt9z2IR2Hk59wVqd7 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HLXTdzK9HZiKMQyZyAqqRw9dPPefMqM0 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #XV6yCNpJ6tZ4xIswPJRpTZ4bAWohhnf6 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #y9Z9xZTp0Kw2dnQUcBzsARLPJpeP6Fu3 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FDVQT9liunxS5EUKOzNR54nTbWDCT7pT { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #LdR33Ipv8OUupmXJ4WdIqGTzFXhhiRTS {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #HU9TeZbD4WlkqDTt3PnAZ7ad3yFU586q {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #kT6el5RmdS2OgkAMTpSQ8HfWCE4WabMB { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #P9Gt1TFfpGO4UTzdZgAKboF25yMgGaos {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Elp0U82TExsgx4x5RTTTOcATkm6JL9CO {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #unzeVszaTgTJlT44EDL8esyVUQVTKEo7 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #bstBTeaSTyhcR36Ncyvg0W8vtCTehAdn {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Bp9VWRm2cORcmhn0pczGS6wcf7ftvJ79 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #mFt1EvbaIrFR8xzKzTNBQ5OAufEItgyu { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #MxmhnIJE8FcHKxWmfisoCEiLlWWIb6Vt {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #xnOLVSwP4By6Z52mm0WMRXq9v8f4KRtI {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Mp8BTewFcSxAotObiGGkxlZB9wyksCJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #dFlzJBp0ik4DAVZFOzPgivpCUh4qkBKk {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #wcegF40gIdpCgPGAsqmke2AQ34n5P28M {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FTu9xxuthI1K38m6NoIyTNq2nJznDv5Z { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #H7fB5N0qDzxhLAvzubmHNM8mfTF7Dxpq {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #KKbuynUEZxFBEJbBlxJ8JnIZFbMfU5H7 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #CcdGpdBfhTbas8TapopghTM5ZgywmZMs { z-index:2; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #TQvLXSmJIpXgJcX6KSBlZrMTNuCBZeBD {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #Gc6Lp6bBwSnNx8uQOc5bTWafvz6cBnQe {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #FkBvIiTwDZekc7lnq8nWcDL0vsPn5JMD { z-index:2; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #hbepl30aGnsT9Awmi6ImClTM35PzbEzH {  }
 }@media only screen and (max-width: 763px) { #vTJmh3bU4bTX8k6OUEbCM4oRcPDf2WHc { display:block; }
 }@media only screen and (max-width: 763px) { #AT5ThxiMCTFuNGMfcUQsKF6zz5l4Z97M { display:block; }
 }@media only screen and (max-width: 763px) { #AH2CBy59H6pIQrsNuChZE7LH1a7OrTer { display:block; }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #QbDErkIiTuVvsQzi6DtzSSO6sEKb4JM4 {  }
 }@media only screen and (max-width: 763px) { #kiH6FAz1TnpGEM5NSWF2HOthLWGoiP69 #SfIed9J5mVDXZVrcMcS3W3UhDkJTcdOB {  }
 }@media only screen and (max-width: 763px) { #b3iagT4nCz5hWywaxRQaOLEWFCegABen { width:16.75rem;height:12.25rem;top:26.6875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToZf60Z5lQQT3bt1QbhZO5vnTe1v9gP3 { width:1.5625rem;height:1.5625rem;top:26.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDeeR2sJ9XUkSKqF2DLJ2Zra6r5KXTZk { width:1.5625rem;height:1.5625rem;top:33rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKW8FTTwPrXFFukyHOX9sAAxzP88W1kw { width:1.25rem;height:1.0612rem;top:39.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drcpuk4Te7KxQ1g3BGwcIvJWMMalJvMR { width:17.249375rem;height:3.675rem;top:39.625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ubzu5kygD5eZbw6FxzFqOiQNBSlvRKQe { width:8.2498125rem;height:1.1375rem;top:44.25rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KiRplB8SlIuF8azRBz8ugTZhTsrlaDqA { width:0.9375rem;height:0.9375rem;top:44.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99dUF424s8gbxnXfMrwTBS1NRqhLriW { width:15rem;height:1.1375rem;top:46.5rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIy1nl7QeDDnUNEDHxp33uhxuOSZJILn { width:0.9375rem;height:0.76063125rem;top:46.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyoH5w30HmI3IHPWNxCkWGHPNH0f1gB { width:17rem;height:2.45rem;top:58.5rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIn7DW6TcWXNCbTHThb6PNrTGfCUHPIX { width:14.4998125rem;height:2.45rem;top:92.000015258787rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ll47reWSbZndD7VV4zvJEL9AyqTFB7LV { width:1.25rem;height:1.0612rem;top:92.125015258787rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9LeDDPUv0uKNO0muwTirB84oEv5ol49 { width:18.25rem;height:5.525rem;top:16.083984375rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#N9LeDDPUv0uKNO0muwTirB84oEv5ol49 li:before{  }
 }@media only screen and (max-width: 763px) { #O9Nzl9iyZ3sZVlTDVfTJLszyfPG2txxM { width:18.4375rem;height:3.675rem;top:22.1875rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrvKbSGeKrMuHfdKzaByfaLsqmyisgWX { width:18.125rem;height:1.2246125rem;top:61.75rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uG543WplkTcseke6kQAHTge3LHnXhVHp { width:18.3125rem;height:7.0625rem;top:63.75rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#uG543WplkTcseke6kQAHTge3LHnXhVHp li:before{  }
 }@media only screen and (max-width: 763px) { #OJDVDLteCEfpD0VtxdbiN0yDJQrf0DxQ { width:18.1875rem;height:2.45rem;top:71.6875rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC { width:18.6875rem;height:6.4375rem;top:75.125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#rVqZ4dxlkibQwMhcevkXsASCMk4JHvlC li:before{  }
 }@media only screen and (max-width: 763px) { #xiMfpfteGfp6pfTaXk4adHalIHJVw15u { display:block; }#xiMfpfteGfp6pfTaXk4adHalIHJVw15u > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnxJGcbT8ai4spMF8JNO7oAnKFsZ8Ggp { width:10.9375rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lviLKoVcqTHlFqU20WoR29qa5DHfiNlS { width:2rem;height:2rem;top:2.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3AevmnJI5LFhtOyzyz2xHNFcMmh2vfo { width:2rem;height:1.9375rem;top:2.375rem;left:16.5625rem;display:block; }
 }