.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,241,227;--color-primary-1:251,208,163;--color-primary-2:246,161,70;--color-primary-3:123,81,35;--color-primary-4:37,24,11;--color-secondary-0:249,223,223;--color-secondary-1:237,148,148;--color-secondary-2:218,41,41;--color-secondary-3:109,21,21;--color-secondary-4:33,6,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito";--paragraphs-font-family:"Nunito"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#ep1UhD32ZCsaPRuXiHrUNDhvrr3g8WDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep1UhD32ZCsaPRuXiHrUNDhvrr3g8WDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep1UhD32ZCsaPRuXiHrUNDhvrr3g8WDR > .row > .video-iframe-container { display: none; }#ep1UhD32ZCsaPRuXiHrUNDhvrr3g8WDR > .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); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.adaptive-delivery-prevent-bg, #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.lazyload, #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.lazyloading { background-image: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { background-color: transparent; background-image: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container > .video-iframe-container { display: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container { display: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .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); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { border-width: 0; border-radius: 0; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { width:60rem;height:58.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BrMev3aAElXnf77NTF5WCtiiytma3fRf { color:rgba(var(--color-secondary-2),1);display:block;width:27.875rem;position:absolute;font-family:"lilita one";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:1.97314453125rem;left:32.125rem;height:3.65589375rem;font-style:normal;display:block; }
#qVAVgiGNSUJPIWN8eqPvIizz266Q9Jeu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"lilita one";font-size:6.625rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:6.904296875rem;left:2.4375rem;height:14.575rem;font-style:normal;display:block; }
#UoPGkBLaEqPTvFyazsDih0eDBiN99eJt { background-color:#01bbf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.04150390625rem;left:0rem;display:block; }
#PxKAUCmbI7TKKx2oF69NMH0niTgR3RV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcIT5JfuK4TQpwyumyIvLW2iTobuTufa { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-0),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.04150390625rem;left:13.5rem;display:block; }
#ldKvKLymp7xWbc2O1EUXaOOPT2NsfdiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMdaiIJy87kCXXBbri3htPhT0q2oKVP4 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01f8e21b-58f1-49aa-8e25-1bb683a97663/bobasposwiata2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.3125rem;width:31.3125rem;top:4.14501953125rem;left:29.5rem;display:block; }#gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.adaptive-delivery-prevent-bg, #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.lazyload, #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.lazyloading { background-image: none; }
#tveXTm4hnT6Z48t4zVn6DxGZJpBABS6C { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46.812255859375rem;left:47.25rem;height:7.312375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkuzIx3u5hK1WOU1cnR0Nl6ybILI9UUV { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:block; }
#WKQ1NT7NoVgkecVLI8xiP3nG9BB5k5S9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.81107711792rem;left:3.3125rem;height:5.84990625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4O49RNGthaMlSKwUTHRi1zw3MsBWwxB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.812259674073rem;left:14.4375rem;height:7.312375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WwS1QqIKDdNLnE5DrP7IHbVeeVdTaHKP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:46.812265396118rem;left:36.375rem;height:8.774875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BC0SoqNCxMGnoxEOdZwALZg9FySxGMo4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18738125rem;width:4.18738125rem;top:39.248931884766rem;left:5.75rem;overflow:hidden;display:block; }
#Z371EP3OXLH0SFxQtTAKcdCWqxkM0Lmd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81238125rem;width:4.81238125rem;top:38.936431884766rem;left:38.3125rem;overflow:hidden;display:block; }
#TdFuNpDcbUyp1czAAiHtTulliCyrOBRq { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.6875rem;top:39.3115234375rem;left:49.25rem;overflow:hidden;display:block; }
#hpGPx5s8QIRPp46WJhxmrcod9oPTv3FZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12405rem;width:4.12405rem;top:39.280893325806rem;left:16.75rem;overflow:hidden;display:block; }
#B2L5OuNhaJlAOfFQaK3DFcqJNh5yxw3T { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:14.375rem;overflow:hidden;display:block; }
#WLnTtzosq5g8FXqJhXFDTmgLLzANuQZ4 { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:25.5rem;overflow:hidden;display:block; }
#gERngK1iUpV3zx6lBIqvQtr6Ev95BJtv { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:36.375rem;overflow:hidden;display:block; }
#ASlrOswrh9V37HKdzP2RMWN2NPmfnDWH { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:47.25rem;overflow:hidden;display:block; }
#Pz5CK3TVoO2EfOsrewTe5sK4yOukTpFt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.811634063721rem;left:25.5rem;height:4.38743125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZG8rUXHDu9DDbBt7tsRQTTQyTOznTwxS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87393125rem;width:4.87393125rem;top:38.905063629151rem;left:27.4375rem;overflow:hidden;display:block; }
#xcsyFlT3rrdQdShby2euMiXQHUiK235n { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:23.24853515625rem;left:0rem;height:5.1189625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBg0BCt4aVFZquydMJItqKCp0r4Tphie { position:absolute;display:block;z-index:14999;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:25.5625rem;width:30.5rem;top:1.41064453125rem;left:0rem;overflow:hidden;display:block; }
#aKIWtFpvViN5QTrGMtaAn3o06F4Bc87E { 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:3.625rem;width:8.6875rem;top:1.97265625rem;left:3.370666544264rem;overflow:hidden;display:block; }
#sSq2TMy3TA3cbJTKGrfRkZWD9os2vTdi { 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:6.6875rem;width:5.125rem;top:4.80419921875rem;left:23.25rem;overflow:hidden;display:block; }
#FVtvv0WI29l8ZCSrABSXFdD80eNZi1PD { 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:7.5625rem;width:7.5625rem;top:33.875rem;left:59.062501907349rem;overflow:hidden;display:block; }
#puu7lzBHUXV32TrFKixxUTBlxTbybGaw { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:none; }
#xLLDMRPayqa4fh5LFdKVWkZBkd22hf3T { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:none; }
#G1btdiiKTuVXwdewesF6tGtK91GuE2xd { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:none; }
#LkVhxyDNuu6TP5InccHyVtBzBWsQUucw { 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:8.812125rem;width:8.812125rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:none; }
#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01bbf3;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; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container { background-color: transparent; background-image: none; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container > .video-iframe-container { display: none; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row > .video-iframe-container { display: none; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .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); }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container { border-width: 0; border-radius: 0; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#AQadIGLvMPW1crSq4wtfNEyhIaTbfwhQ { position:absolute;display:block;z-index:15022;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:16.375rem;width:16.375rem;top:7.873046875rem;left:1.8125rem;overflow:hidden;display:block; }
#yVVcaJhlM6usxEH962Tr3dfGx7RgtEoV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:16.375rem;top:7.873046875rem;left:21.8125rem;overflow:hidden;display:block; }
#moQTAUGxxHeDVnTt7eh2HreluzAEZNHT { position:absolute;display:block;z-index:15024;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:16.375rem;width:16.375rem;top:7.873046875rem;left:41.8125rem;overflow:hidden;display:block; }
#UrgVfhqFBcU7sfCMQnIwDT9PTXfQXClt { position:absolute;display:block;z-index:15035;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.6875rem;width:9.6875rem;top:12.185546875rem;left:45.15625rem;overflow:hidden;display:block; }
#d56zaG4UOuv1ymKz5VURE17exFNKR8Vn { 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:9.0625rem;width:9.0625rem;top:12.498046875rem;left:5.46875rem;overflow:hidden;display:block; }
#fs9t1DrsQ0a8tXwkXPc99NkZJho3uzEb { 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:7.8125rem;width:7.8125rem;top:12.748046875rem;left:26.09375rem;overflow:hidden;display:block; }
#WanDWiUOJrJbyzP6qqT5xRZWcXZCNqX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:25.92041015625rem;left:2.65625rem;height:6.5015375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK3341yp5QKx82GBoPSyK34sSDOFZtsu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:25.92041015625rem;left:22.90625rem;height:9.102125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqHT4rCy221nxrOQIMmHobbz187g90Cw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:25.92041015625rem;left:42.6875rem;height:5.20123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z27BJNhw2N61NPXLc0z2HPg1ZW9uc5ml { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.6061201095581rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7WacViu3Mw8lcc7hwQ6ZwRagmbB9DiT { position:absolute;display:block;z-index:15022;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:16.375rem;width:16.375rem;top:7.873046875rem;left:1.8125rem;overflow:hidden;display:none; }
#XaDVXJlwk49NmSBD83nTpJr0S0m6TyRv { position:absolute;display:block;z-index:15022;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:16.375rem;width:16.375rem;top:7.873046875rem;left:1.8125rem;overflow:hidden;display:none; }
#tXggRmHxrmyO42mooivwIUsVRo9WRWxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container { background-color: transparent; background-image: none; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container > .video-iframe-container { display: none; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row > .video-iframe-container { display: none; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .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); }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container { border-width: 0; border-radius: 0; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container { font-size:0.875rem;font-family:arial;height:71.5625rem;width:60rem;position:relative;display:block; }#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);line-height:1.5;overflow:hidden;height:auto; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-trigger.adaptive-delivery-prevent-bg, #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-trigger.lazyload, #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-trigger.lazyloading { background-image: none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd { box-sizing:content-box;height:auto;width:40.0605625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.984375rem;left:8.71923828125rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #NoC1LA1MqxhXtAevAFtBJFiL9OrttMlU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #UftEvONSX35ynOeZoAMd3RE48rFQgfP9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #DHy9U36Klm3QhZxm1MA9xbZu4kcOfugQ { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EITlemEdTJNRynBhdDq5N8hl6lVkFDge {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lq5eZwS3tE7ZmllVUuvcKOLRNmTJPlx8 {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #BvphR6Q0xtKV6L6GSvX0nRCBMBKBkVSr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #RN45UB1u0FkG15tOH7pTaSmGyx7ZqEys { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JhThwSpQzq1Bw2MLBLDoBMXNfMTyJyQb { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #U6k9kzDuNR6Ax6O3nzWGChS5PPvNRlnq {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xpTuxw3uNEsA1hdz1ZSI3TpHzCNMST4E { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #dZKFcJfDo3f1mxynWIa8moKUsaqt7fsN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GZPJd7wiIg2IzxqW1FhwaBR6rqiWX5TT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #h9XUEhv3EDH4gKxU5JhKi3TUOoq6geTP { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JP1i5O97NJisP4lG5Fh8XTv371c77ZAS {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #muKM5zzwDvPhTWvXrDFdJ0ruURDyp92J { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #XxqShkyvMHWQqyLOMQ9crIQvPg6Z5yKQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rMpONtwBeEwHZBrsUPoKTuSXo8nNwEdX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sE4HBdyNhfcscWIQN4JiISeZd71Za948 { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #y4964TJU8JfBTE5wZHqmFSy6iMfKSDVO {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #eLKZwUr13ImsOlh1hPsB4bW9KAC9Gh07 { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #fpfAnGTt3bElIG3WCnhItPCFPs0sUTEa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #MRynJA2clfL4PVcPzR2Qwnxxh5VrBUDM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #c8ANwU7R6fSpzAdMxV7yhE4U5Z5zIlfc { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #TKFVgQS3Papz7wyfrdBTuFz0czfnvhae {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lNILbbFtykTMc6dJDgT3Kh9Td0XD1lD6 { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #FdcF1uuOE6bkteWnRMgDPhCcJ7EpIf7A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #opCsu2uwZd3cSLomSRJiPrTTg7smg0T0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #SmeF03gwpSAzqsVigDSz9ZEWgpaP9u7o { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EUB2nmlzufV98pZP80elSxVEyARzVT8E {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xN9rQ73NaLJki99B8qzM7WotQAhmlqf5 { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #anoIEn0skV6sXRpiXGu4psspLMRgBsXs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #LsmkE1B7NsEDyibJqCymfGOikR1JO9SS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #B1m53NIwkZBKT3a6VQlbGnTdPZSO4W7u { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #A1TTyyN0LfWRzDFEgZwJVM0S3gnZAsR8 {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #nWf6LZXEJ9Zz9g0rkLDiASvNUy0TKch7 { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #uXzyzNyWJTGeCD1gBh3JCVsf5r6z85VQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #wbfu6v6rVG8Fhr6BEfxW2VFNACZnGAws { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GroJ3hbNd2mdRwmHGQuJ5nLfTh1rIFpk { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #bXvqhilllDD258VLmdG4QevCeAcXwmg5 {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZgnEccl7TdH0DmvkIgxNQwcaP6duBG6B { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZWMXRvzTkhHflBJRKNeOyJphwLW3GZCz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rXpeOJrLZVKRyAPTJQmt7cQEax3evfLV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #qLL46AwDOapwSdqUBFWvycaTxCCiR5GG { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #n5SlG8onME7eoFxMSsppV4MrhbErzRMP {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #kp4ZMiGFlf6ooX4x3Vewnf55oPUR79Oy { display:none; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #HDriEtbQld3RgPMlStTxkOCLvZnDRM1d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rJzDdS9z00xiuidiiTRToLww2WbKnKU1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #gBwQgpI2PooQ1MTyHEI1U2Op7WSuV0b2 { display:block;position:relative; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sqJc4TOcb6q1qISLAcfzPzWQCebP6eWe {  }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #StbJlDZiwzIw9GBhosdwUZsRVMzTRzWI { display:none; }
#HNAhJUBGiTgTbkHJnq4veFhigDWic1Af { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.374125rem;width:11.249125rem;top:0rem;left:48.75rem;overflow:hidden;display:block; }
#p6phNPAbWr0ULkgSEBHz9Z6UUUchk397 { position:absolute;display:block;z-index:15044;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.1246875rem;width:9.375rem;top:0.68684959411619rem;left:0rem;overflow:hidden;display:block; }
#buqJx59N8FMTZi1Z5MKdtTQvN4sTU7BQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.24951171875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffwU54SiReazvAGHsrPZBCHKingav7Vv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv.adaptive-delivery-prevent-bg, #ffwU54SiReazvAGHsrPZBCHKingav7Vv.lazyload, #ffwU54SiReazvAGHsrPZBCHKingav7Vv.lazyloading { background-image: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { background-color: transparent; background-image: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container > .video-iframe-container { display: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row > .video-iframe-container { display: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .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); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { border-width: 0; border-radius: 0; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#pAHQwUMZCyL4sKZzBcWE0Tpdv84qbweL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:28.1875rem;width:50.125rem;top:9.25rem;left:4.9375rem;display:block; }
#IyBAIBnliCdbih8PzqKg2fThsNmL5LF0 { 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:18.3125rem;width:18.125rem;top:2.3125rem;left:-6.5867016042463rem;overflow:hidden;display:block; }
#zHxPlLPtNKe25iAGeMibA1NIKgNkIawN { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.125rem;height:3.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:38.375rem;left:4.9375rem;display:block; }
#qTagkTXcLPWrshhKOJx4Gao304J4gHSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5Zz0nM7VtQgcQftg4rrnXw0xysmlPlr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.3125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01bbf3;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; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container { background-color: transparent; background-image: none; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container > .video-iframe-container { display: none; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row > .video-iframe-container { display: none; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .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); }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container { border-width: 0; border-radius: 0; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#Fs6PNMpxcFJ06Av0W4kTnwhavp1agfNc { position:absolute;display:block;z-index:15034;height:28.0625rem;width:59.9375rem;top:10.9365234375rem;left:0rem;display:block; }
#IPDx34iosBCGL5RlyA6xfQgAN76dtUPt { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1rem;left:46.8735625rem;overflow:hidden;display:block; }
#RI1TZ3I045Cn3Wz5u5GvtnIgb55smAPh { box-sizing:content-box;height:28.6875rem;width:60rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:9.125rem;left:0rem;display:block; }
#GA6sVC00QL5ob2kLcVkcqVDrzPtb66Xr { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:23.125rem;left:19.875rem;display:block; }
#lAT95xss0R6yrtHqZURpiDT4SE04DsT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvBy2tmLUCSXXWwNOu9FBkrsdnF2A1k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.109375rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOledGny5MJ00d6eif2wtML8pMSeolfA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:39.875rem;left:0rem;display:block; }
#aba5bm8CA9Q68yv67Fkfaw0QULWzOyDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container { background-color: transparent; background-image: none; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container > .video-iframe-container { display: none; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row > .video-iframe-container { display: none; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .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); }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container { border-width: 0; border-radius: 0; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#DiOTFqQVGbCI0t6JgayIH6tz8hy3qiwO { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.125rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrcxFKZoU4ign2FzRThtSBXRkygK5DH8 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:12.5rem;top:7.2060546875rem;left:1.3125rem;overflow:hidden;display:block; }
#Mq8bEztAm0lSlkzemJQbg49CKnndACWE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:11.31201171875rem;left:15.3125rem;height:2.599825rem;display:block; }
#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.adaptive-delivery-prevent-bg, #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.lazyload, #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.lazyloading { background-image: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { background-color: transparent; background-image: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container > .video-iframe-container { display: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container { display: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .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); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { border-width: 0; border-radius: 0; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#qR7405FHHy2p7P568L6bKMcXLo57bcig { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.3125rem solid #e71d36;border-left:0.3125rem solid #e71d36;border-right:0.3125rem solid #e71d36;border-bottom:0.3125rem solid #e71d36;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:56.25rem;width:19rem;top:9.0802125930788rem;left:20.1875rem;display:block; }
#TRFo2Frg2C9opk4e8VZGvSa5UuAIp5Bd { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid #e71d36;border-left:0.125rem solid #e71d36;border-right:0.125rem solid #e71d36;border-bottom:0.125rem solid #e71d36;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:18.25rem;top:8.0807294845581rem;left:20.750001907349rem;display:block; }
#Wgr78wZoAnKyTXuyma4Cdixts6p4EG5B { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.4375rem;left:21rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4NQppokk2zJ7f9nxy5APRdQq08hyQyv { 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:15.375rem;width:15.375rem;top:11.375rem;left:22.375rem;overflow:hidden;display:block; }
#zqC59CTUtcNrn9SQw5uNFwArIHAvJg5v { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.125rem;left:20.9375rem;height:1.30030625rem;font-style:normal;display:block; }
#wRnFbRR7uIzosUnfJ8LkR352vTM4oWHi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.010437011719rem;left:24.062501907349rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:31.428385734558rem;left:21.125rem;height:11.3399375rem;text-align:left;text-align-last:left;overflow:hidden;font-style:italic;display:block; }#co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
#Ksp0EFo4q1sffsfytr9ivKCgUUKlkypT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9985375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.112628936767rem;left:27rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWU6JRbT4fRJaSiwsuSPld8lZCEoUX4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:45.625rem;left:20.9375rem;height:1.30030625rem;font-style:normal;display:block; }
#q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:47.9375rem;left:21.125rem;height:5.51373125rem;overflow:hidden;font-style:italic;display:block; }#q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
#J216dbRWkzdNtQ3lnNbu6U3mfPh6NhXA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0621875rem;height:2.9362rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:57.625rem;left:23.9375rem;display:block; }
#kwbdF5gKl33qKp5usODu3pfisVBwESN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJhlJiKrEX6eVVR4pX55NFsxuN29Ufb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.1875rem;left:40.812503814698rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAIv53lSiLv4JzqcpV5ZlXUMNLVe3yaz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #0cc1e0;border-left:0.1875rem solid #0cc1e0;border-right:0.1875rem solid #0cc1e0;border-bottom:0.1875rem solid #0cc1e0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:53.75rem;width:19rem;top:9.91198348999rem;left:40.3125rem;display:block; }
#dZ3WCpTTRXlszukhJBs5dGoWIxhpSVAn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.9375rem;left:43.8125rem;overflow:hidden;display:block; }
#eIFHPlwRfzcvgaUl5Wng6CrqTCne3Szo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:29.125rem;left:41.125rem;height:1.30030625rem;font-style:normal;display:block; }
#qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:32.1240234375rem;left:41.125rem;height:11.3399375rem;text-align:left;text-align-last:left;overflow:hidden;font-style:italic;display:block; }#qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
#QyhBN7CP2JIE9NaskAXodpbtyxRmKbMc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:45.625rem;left:41.0625rem;height:1.30030625rem;font-style:normal;display:block; }
#VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:47.937503933906rem;left:41.125003814698rem;height:7.1265625rem;overflow:hidden;font-style:italic;display:block; }#VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
#HD5mX5CqrETbm9f75krcTZqfcxII7Lwz { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(45,88,95,0.5);top:22.5rem;left:45.375001907349rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNTDb45G8EElUXUfunA0rBprklwQS0bs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.625rem;left:46.6875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HINmHRQUx1muRcbZEp3ODVlmZDazcm7N { background-color:#0cc1e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.062375rem;height:2.9362rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:57.625rem;left:43.9375rem;display:block; }
#osGNIweFv8z93RhwmSU28wIAmH7M6kRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzG1zdVnM5Xv8VUEodED75mOPd0tSI6B { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.1875rem;left:1.3125rem;height:1.787325rem;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;text-align:center;text-align-last:center;display:block; }
#XblfarE3Qf6NVbxaF0B4FKeGcbuTr5Z3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:53.75rem;width:19rem;top:9.91198348999rem;left:0.375rem;display:block; }
#K7BtmAufvEHdC0lvwFMtlDZNKDKpisiB { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.875rem;left:3.8125rem;overflow:hidden;display:block; }
#HTgptyOsOTp9yoVzcmLZOa5QRrEZgg97 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.125rem;left:5.8125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atFMTRBoztNk1ztyOoUldO04vXDCHNIi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:29.125rem;left:0.6875rem;height:1.30030625rem;font-style:normal;display:block; }
#TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:31.4375rem;left:0.8125rem;height:12.64025rem;text-align:left;text-align-last:left;overflow:hidden;font-style:italic;display:block; }#TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
#zrlvtNqkevk8le9fywoPtU57CT8EzQU8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:45.625rem;left:1.25rem;height:1.30030625rem;font-style:normal;display:block; }
#Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:47.9375rem;left:1.125rem;height:5.51373125rem;overflow:hidden;font-style:italic;display:block; }#Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
#W6wXJ4FrtMLp2pERcb4KnivBp5BrlGtq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.062375rem;height:2.9362rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:57.625rem;left:3.9375rem;display:block; }
#hFT4U7wfHiAWmqkV5hPfH8HPx6JOoVLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7Xg0MnRo2iuKhhxtWQA8BHqUQFQ2ypq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:64.812505722044rem;left:20.8125rem;height:1.3808rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBVWkg8tAw9EdBkVI1fID2BxDRqrbBdr { position:absolute;display:block;z-index:15066;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.75rem;width:1.75rem;top:64.5625rem;left:37.125rem;overflow:hidden;display:block; }
#TgXqL0F9mkkkUNKzwRGsOiL562aca0xt { position:absolute;display:block;z-index:15067;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.75rem;width:1.75rem;top:64.5625rem;left:21.0625rem;overflow:hidden;display:block; }
#fWcTT26JtyLgrM1PSxMzmstJoTo1tnFT { position:absolute;display:block;z-index:15067;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.5625rem;width:3.5625rem;top:22.147136688233rem;left:31.062501907349rem;overflow:hidden;display:block; }
#BBwgSz78it9DZowCilMByH7Ufp2G7M7k { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:63.0625rem;left:40.875003814698rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEsaWCF1xuX3b9qZzIIrNW5212EaheFv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:63.0625rem;left:0.875rem;height:1.787325rem;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;text-align:center;text-align-last:center;display:block; }
#JxUJBTzTJAFsWxqQbhKvDxnbPvRkd4QM { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid #e71d36;border-left:0.125rem solid #e71d36;border-right:0.125rem solid #e71d36;border-bottom:0.125rem solid #e71d36;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.125rem;width:18.25rem;top:64.315105438231rem;left:20.750001907349rem;display:block; }
#G2hWdOWUoyCrmoeeeOJTdrkTcTyGzL36 { position:absolute;display:block;z-index:15022;background-color:#01bbf3;background-image:none;border-top:0.125rem solid #01bbf3;border-left:0.125rem solid #01bbf3;border-right:0.125rem solid #01bbf3;border-bottom:0.125rem solid #01bbf3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:18.25rem;top:8.875rem;left:40.775001525879rem;display:block; }
#HLS2VABJ1V4x10JeRLOTVbAgDuipTeWp { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:block; }
#e7ffnpuRzfPE3Xnrv68KnpBdeHg8ZzkD { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:18.25rem;top:62.6875rem;left:0.7744789123535rem;display:block; }
#CwdzBFcpiz818veHP2PbQmcW2lUIylbK { position:absolute;display:block;z-index:15023;background-color:#01bbf3;background-image:none;border-top:0.125rem solid #01bbf3;border-left:0.125rem solid #01bbf3;border-right:0.125rem solid #01bbf3;border-bottom:0.125rem solid #01bbf3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:18.25rem;top:62.6875rem;left:40.775001525879rem;display:block; }
#XhRbL8LDBvC0Kvq7zQgesABRREl5NrE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.171875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvae6CgVtRfEz2nb1kiqw30Nt87sdk22 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#zZS4RST1tK0FOLgJu6Jcth1iM4TsQCMP { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#lAmOB0FftyVQNqBmFERXbULq8TC6kqdW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.0796885490419rem;left:1.3125rem;height:1.7875rem;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;text-align:center;text-align-last:center;display:none; }
#MLaPVaoAaJHWnbqKNBNqkK1zLTlaCMCs { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#ZCqxzUk6u17bEJSHsGwmSO4oDlrK06cD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:63.0000038147rem;left:0.875rem;height:1.7875rem;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;text-align:center;text-align-last:center;display:none; }
#HL9wVJVcA6K4cM83AggMUxZsBAKb4fls { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#yDtpUgGLvNED0PlLHo5dFSs9xrdRn0Lb { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#h9OHbfQiP97hBI6ARbNloSUFg6lxiq7s { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:18.25rem;top:8.8125rem;left:0.7744789123535rem;display:none; }
#KzuTd2VhahTPLTT5OhCxBR8nQ225y8A7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.560375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.0107421875rem;left:26.5rem;height:1.13736875rem;font-style:normal;display:none; }
#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz.adaptive-delivery-prevent-bg, #wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz.lazyload, #wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz.lazyloading { background-image: none; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container { background-color: transparent; background-image: none; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container > .video-iframe-container { display: none; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row > .video-iframe-container { display: none; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .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); }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container { border-width: 0; border-radius: 0; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-form-header {  }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.5rem;color:#002f6e;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#002f6e;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.75rem;margin-bottom:0.25rem;margin-left:3.75rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.6875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#181b27;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(199,194,189,0.5); }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-container:first-of-type{padding-top:0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-container:last-of-type{padding-bottom:0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT  { background-color:rgba(var(--color-primary-2),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid #181b27;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:13.123718261719rem;left:32.250001907349rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-info-text { font-size:0.75rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT {display:block;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT { background-color:rgba(var(--color-primary-2),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid #181b27;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:13.123718261719rem;left:32.250001907349rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Tlu5m9KyPyrqv6CqASVZSEt7za05FKax { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #iITe1t0zpS6VCkbemKeQLs3nv7HTB4tx { position:relative;display:none; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #eR3HJA4GLlw0qOBBJifVsNuM17Ji5KwN { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #lSXTSVTZrGoyVRW30sZWK4Dhbh7txCge { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #AlRk8BAoVxbuMNW3RgwWra8ULAarUrpx { position:relative;display:none; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #TrhkCRy8PbQcCFl1B77EVLit2yukSRip { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yOatJ4wIUSLSe0ysW3Wq1mWcFQGNzG62 { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #zzDzRMOURcrhWB0VtZeGtZCazzaQDWIW { position:relative;display:none; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #ytSloLTckfWOUe6KTnOuph8TNh2zpV5J { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Iu8DGygLlQcVX8FvQ3yLMPGbcrxnScdW { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FfcQz4lcrzW4BF11ZNOBhyavKLTsWTm8 { position:relative;display:none; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #JARGwoastwg49NFRQmhMRlPVxwtn9iDs { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FuzFdhUnaUPAkOk5g42UdFt8KTEX4XW5 { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #pwVz1cZS9v7LsTizn0k2L2vc4i6W6NfT { position:relative;z-index:2; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yTXSezgVkwD0EIpqexyTRXi8tFyU8HGh { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yqm1r4gdfNlMgF9dGgCqXqCBg68w1b1E { position:relative; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #QituCsBFNaefsNoOwaKUwHIFZDPdxxUs { position:relative; }
#bq2ev2vgwww2n8NaEAU5KRAhfIwP7e16 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"lilita one";font-size:6.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.68017578125rem;left:2.8125rem;height:14.575rem;font-style:normal;display:block; }
#bOHJop9VX8ezAZuooOyhHqW3aUwdxuCg { 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:25.5625rem;width:30.5rem;top:17.1865234375rem;left:0rem;overflow:hidden;display:block; }
#FP7t7XTxndcwuKC3dN0ykKunEwdBBa83 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:2.74853515625rem;left:0rem;height:7.47395625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#t9ib9a0XAfCaIB9Asv21iISStQKTKa1E { 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:3.875rem;width:9.25rem;top:17.4375rem;left:2.8125rem;overflow:hidden;display:block; }
#xcdizdgZiGiZxyBLehKfTTkry4LraqHq { 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:6.6875rem;width:5.125rem;top:20.46875rem;left:23.5rem;overflow:hidden;display:block; }
#rTgLvWLBwr7L64dIQTDH4m44JTzUqBZA { position:absolute;display:block;z-index:15038;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.0625rem;width:9.0625rem;top:18.5625rem;left:62.354166030884rem;overflow:hidden;display:block; }
#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN.adaptive-delivery-prevent-bg, #A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN.lazyload, #A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN.lazyloading { background-image: none; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container { background-color: transparent; background-image: none; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container > .video-iframe-container { display: none; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row > .video-iframe-container { display: none; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .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); }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container { border-width: 0; border-radius: 0; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#Ic7OvLhKV17Eeh4VirpDGtyweqTdReeT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:1.5625rem;left:1.603515625rem;display:block; }
#gcPTfS2zm7UmSbLUTvWzOvsTIvJllh1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0yZa7mpdh5DoxgpNZNZDgHMVRL2q2Iy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:3.4375rem;left:1.603515625rem;display:block; }
#ao3xcdkPP7ObuOTvx7oKTrTkVWtszGRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGpp8Dt8DC5NAQdidAt2SxzgrvRExHIu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:5.3125rem;left:1.603515625rem;display:block; }
#qhnztwK3CcNhFTrIdO2Od7x8wW6Xyo0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyOJu7L3XFEc09pJP4tez782Gwk0dqup { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:7.1875rem;left:1.603515625rem;display:block; }
#pJlTPV5WxzWeufliOCTuKy24k2ivw52Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzGr6N0ESsa8EmNT9aOkTxu3uLUSyADK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,53,56,0.5);top:7.2415351867675rem;left:52.228517532349rem;height:1.30030625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#spXra46Fq5oxnIsTXbn3TGQTc1D7TiDT { 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:2.9375rem;width:3rem;top:1.5625rem;left:52.228517532349rem;overflow:hidden;display:block; }
#BRKIx1r8HwBIAxVy9MHh7vKUBoT9FuNT { 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:3rem;width:3rem;top:1.5625rem;left:55.770181655884rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR { display:block; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrMev3aAElXnf77NTF5WCtiiytma3fRf { width:27.875rem;height:3.625rem;top:1.9375rem;left:19.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAVgiGNSUJPIWN8eqPvIizz266Q9Jeu { width:20.8125rem;height:14.5625rem;top:6.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoPGkBLaEqPTvFyazsDih0eDBiN99eJt { width:12.0625rem;height:2.9375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxKAUCmbI7TKKx2oF69NMH0niTgR3RV2 { display:block; }
 }@media only screen and (max-width: 763px) { #lcIT5JfuK4TQpwyumyIvLW2iTobuTufa { width:12.0625rem;height:2.9375rem;top:30rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldKvKLymp7xWbc2O1EUXaOOPT2NsfdiK { display:block; }
 }@media only screen and (max-width: 763px) { #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4 { width:31.3125rem;height:31.3125rem;top:4.125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tveXTm4hnT6Z48t4zVn6DxGZJpBABS6C { width:8.75rem;height:7.25rem;top:46.75rem;left:39rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkuzIx3u5hK1WOU1cnR0Nl6ybILI9UUV { top:36.875rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKQ1NT7NoVgkecVLI8xiP3nG9BB5k5S9 { width:8.75rem;height:5.8125rem;top:46.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4O49RNGthaMlSKwUTHRi1zw3MsBWwxB { width:8.75rem;height:7.25rem;top:46.75rem;left:8.3125019073488rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwS1QqIKDdNLnE5DrP7IHbVeeVdTaHKP { width:8.75rem;height:8.75rem;top:46.75rem;left:30.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0SoqNCxMGnoxEOdZwALZg9FySxGMo4 { top:39.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z371EP3OXLH0SFxQtTAKcdCWqxkM0Lmd { top:38.875rem;left:32.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFuNpDcbUyp1czAAiHtTulliCyrOBRq { top:39.25rem;left:43.0625rem;width:4.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpGPx5s8QIRPp46WJhxmrcod9oPTv3FZ { top:39.25rem;left:10.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2L5OuNhaJlAOfFQaK3DFcqJNh5yxw3T { top:36.875rem;left:8.25rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLnTtzosq5g8FXqJhXFDTmgLLzANuQZ4 { top:36.875rem;left:19.375rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gERngK1iUpV3zx6lBIqvQtr6Ev95BJtv { top:36.875rem;left:30.25rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASlrOswrh9V37HKdzP2RMWN2NPmfnDWH { top:36.875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz5CK3TVoO2EfOsrewTe5sK4yOukTpFt { width:8.75rem;height:4.375rem;top:46.75rem;left:19.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8rUXHDu9DDbBt7tsRQTTQyTOznTwxS { top:38.875rem;left:21.3125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcsyFlT3rrdQdShby2euMiXQHUiK235n { top:23.1875rem;left:0rem;width:25.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBg0BCt4aVFZquydMJItqKCp0r4Tphie { top:1.375rem;left:0rem;width:30.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKIWtFpvViN5QTrGMtaAn3o06F4Bc87E { top:1.9375rem;left:0rem;width:8.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSq2TMy3TA3cbJTKGrfRkZWD9os2vTdi { top:4.75rem;left:17.125rem;width:5.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVtvv0WI29l8ZCSrABSXFdD80eNZi1PD { top:33.875rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puu7lzBHUXV32TrFKixxUTBlxTbybGaw { top:36.875rem;left:0rem;width:8.75rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLLDMRPayqa4fh5LFdKVWkZBkd22hf3T { top:36.875rem;left:0rem;width:8.75rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1btdiiKTuVXwdewesF6tGtK91GuE2xd { top:36.875rem;left:0rem;width:8.75rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkVhxyDNuu6TP5InccHyVtBzBWsQUucw { top:36.875rem;left:0rem;width:8.75rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvFlF8eM3twww3mWrzwpD5zpJ599RHWK { display:block; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQadIGLvMPW1crSq4wtfNEyhIaTbfwhQ { top:7.8125rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVVcaJhlM6usxEH962Tr3dfGx7RgtEoV { top:7.8125rem;left:15.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQTAUGxxHeDVnTt7eh2HreluzAEZNHT { top:7.8125rem;left:31.25rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrgVfhqFBcU7sfCMQnIwDT9PTXfQXClt { top:12.125rem;left:34.84375rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56zaG4UOuv1ymKz5VURE17exFNKR8Vn { top:12.4375rem;left:3.40625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs9t1DrsQ0a8tXwkXPc99NkZJho3uzEb { top:12.6875rem;left:19.90625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanDWiUOJrJbyzP6qqT5xRZWcXZCNqX8 { top:25.875rem;left:0.59375rem;width:14.6875rem;height:6.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3341yp5QKx82GBoPSyK34sSDOFZtsu { top:25.875rem;left:16.71875rem;width:14.1875rem;height:9.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHT4rCy221nxrOQIMmHobbz187g90Cw { top:25.875rem;left:32.375rem;width:14.625rem;height:5.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27BJNhw2N61NPXLc0z2HPg1ZW9uc5ml { width:47.75rem;height:3.875rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WacViu3Mw8lcc7hwQ6ZwRagmbB9DiT { top:7.8125rem;left:0rem;width:16.375rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaDVXJlwk49NmSBD83nTpJr0S0m6TyRv { top:7.8125rem;left:0rem;width:16.375rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXggRmHxrmyO42mooivwIUsVRo9WRWxx { display:block; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd { display:flex;height:auto;width:27.8125rem;top:7rem;left:7.864585876465rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #NoC1LA1MqxhXtAevAFtBJFiL9OrttMlU {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #UftEvONSX35ynOeZoAMd3RE48rFQgfP9 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #DHy9U36Klm3QhZxm1MA9xbZu4kcOfugQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EITlemEdTJNRynBhdDq5N8hl6lVkFDge {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lq5eZwS3tE7ZmllVUuvcKOLRNmTJPlx8 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #BvphR6Q0xtKV6L6GSvX0nRCBMBKBkVSr {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #RN45UB1u0FkG15tOH7pTaSmGyx7ZqEys {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JhThwSpQzq1Bw2MLBLDoBMXNfMTyJyQb {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #U6k9kzDuNR6Ax6O3nzWGChS5PPvNRlnq {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xpTuxw3uNEsA1hdz1ZSI3TpHzCNMST4E {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #dZKFcJfDo3f1mxynWIa8moKUsaqt7fsN {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GZPJd7wiIg2IzxqW1FhwaBR6rqiWX5TT {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #h9XUEhv3EDH4gKxU5JhKi3TUOoq6geTP {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JP1i5O97NJisP4lG5Fh8XTv371c77ZAS {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #muKM5zzwDvPhTWvXrDFdJ0ruURDyp92J {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #XxqShkyvMHWQqyLOMQ9crIQvPg6Z5yKQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rMpONtwBeEwHZBrsUPoKTuSXo8nNwEdX {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sE4HBdyNhfcscWIQN4JiISeZd71Za948 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #y4964TJU8JfBTE5wZHqmFSy6iMfKSDVO {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #eLKZwUr13ImsOlh1hPsB4bW9KAC9Gh07 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #fpfAnGTt3bElIG3WCnhItPCFPs0sUTEa {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #MRynJA2clfL4PVcPzR2Qwnxxh5VrBUDM {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #c8ANwU7R6fSpzAdMxV7yhE4U5Z5zIlfc {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #TKFVgQS3Papz7wyfrdBTuFz0czfnvhae {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lNILbbFtykTMc6dJDgT3Kh9Td0XD1lD6 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #FdcF1uuOE6bkteWnRMgDPhCcJ7EpIf7A {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #opCsu2uwZd3cSLomSRJiPrTTg7smg0T0 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #SmeF03gwpSAzqsVigDSz9ZEWgpaP9u7o {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EUB2nmlzufV98pZP80elSxVEyARzVT8E {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xN9rQ73NaLJki99B8qzM7WotQAhmlqf5 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #anoIEn0skV6sXRpiXGu4psspLMRgBsXs {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #LsmkE1B7NsEDyibJqCymfGOikR1JO9SS {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #B1m53NIwkZBKT3a6VQlbGnTdPZSO4W7u {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #A1TTyyN0LfWRzDFEgZwJVM0S3gnZAsR8 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #nWf6LZXEJ9Zz9g0rkLDiASvNUy0TKch7 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #uXzyzNyWJTGeCD1gBh3JCVsf5r6z85VQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #wbfu6v6rVG8Fhr6BEfxW2VFNACZnGAws {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GroJ3hbNd2mdRwmHGQuJ5nLfTh1rIFpk {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #bXvqhilllDD258VLmdG4QevCeAcXwmg5 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZgnEccl7TdH0DmvkIgxNQwcaP6duBG6B {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZWMXRvzTkhHflBJRKNeOyJphwLW3GZCz {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rXpeOJrLZVKRyAPTJQmt7cQEax3evfLV {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #qLL46AwDOapwSdqUBFWvycaTxCCiR5GG {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #n5SlG8onME7eoFxMSsppV4MrhbErzRMP {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #kp4ZMiGFlf6ooX4x3Vewnf55oPUR79Oy {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #HDriEtbQld3RgPMlStTxkOCLvZnDRM1d {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rJzDdS9z00xiuidiiTRToLww2WbKnKU1 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #gBwQgpI2PooQ1MTyHEI1U2Op7WSuV0b2 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sqJc4TOcb6q1qISLAcfzPzWQCebP6eWe {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #StbJlDZiwzIw9GBhosdwUZsRVMzTRzWI {  }
 }@media only screen and (max-width: 763px) { #HNAhJUBGiTgTbkHJnq4veFhigDWic1Af { top:0rem;left:36.5625rem;width:11.1875rem;height:11.311694359404rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6phNPAbWr0ULkgSEBHz9Z6UUUchk397 { top:0.625rem;left:0rem;width:9.375rem;height:11.1246875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqJx59N8FMTZi1Z5MKdtTQvN4sTU7BQ { width:47.75rem;height:3.875rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffwU54SiReazvAGHsrPZBCHKingav7Vv { display:block; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAHQwUMZCyL4sKZzBcWE0Tpdv84qbweL { width:47.75rem;height:26.851932668329rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyBAIBnliCdbih8PzqKg2fThsNmL5LF0 { top:2.3125rem;left:0rem;width:18.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxPlLPtNKe25iAGeMibA1NIKgNkIawN { width:46.75rem;height:3.0625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTagkTXcLPWrshhKOJx4Gao304J4gHSQ { display:block; }
 }@media only screen and (max-width: 763px) { #x5Zz0nM7VtQgcQftg4rrnXw0xysmlPlr { width:47.75rem;height:3.875rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe { display:block; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fs6PNMpxcFJ06Av0W4kTnwhavp1agfNc { top:10.875rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPDx34iosBCGL5RlyA6xfQgAN76dtUPt { top:1rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI1TZ3I045Cn3Wz5u5GvtnIgb55smAPh { top:9.125rem;left:0rem;width:47.75rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA6sVC00QL5ob2kLcVkcqVDrzPtb66Xr { width:12.0625rem;height:2.9375rem;top:23.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAT95xss0R6yrtHqZURpiDT4SE04DsT9 { display:block; }
 }@media only screen and (max-width: 763px) { #QvBy2tmLUCSXXWwNOu9FBkrsdnF2A1k1 { width:47.75rem;height:3.875rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOledGny5MJ00d6eif2wtML8pMSeolfA { width:46.75rem;height:3.0625rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aba5bm8CA9Q68yv67Fkfaw0QULWzOyDi { display:block; }
 }@media only screen and (max-width: 763px) { #epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy { display:block; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiOTFqQVGbCI0t6JgayIH6tz8hy3qiwO { width:47.75rem;height:3.875rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcxFKZoU4ign2FzRThtSBXRkygK5DH8 { top:7.1875rem;left:0rem;width:12.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8bEztAm0lSlkzemJQbg49CKnndACWE { top:11.25rem;left:8.125rem;width:39.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb { display:block; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR7405FHHy2p7P568L6bKMcXLo57bcig { width:19rem;height:56.25rem;top:9.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFo2Frg2C9opk4e8VZGvSa5UuAIp5Bd { width:18.25rem;height:2.125rem;top:8.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgr78wZoAnKyTXuyma4Cdixts6p4EG5B { width:18.25rem;height:1.8125rem;top:8.4375rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4NQppokk2zJ7f9nxy5APRdQq08hyQyv { top:11.3125rem;left:16.1875rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqC59CTUtcNrn9SQw5uNFwArIHAvJg5v { top:29.0625rem;left:15.875rem;width:12.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnFbRR7uIzosUnfJ8LkR352vTM4oWHi { width:11.9375rem;height:1.125rem;top:21rem;left:17.875001907349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC { width:17.75rem;height:11.3125rem;top:31.375rem;left:14rem;font-size:0.6875rem;display:block; }#co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #Ksp0EFo4q1sffsfytr9ivKCgUUKlkypT { width:5.9375rem;height:3.875rem;top:17.0625rem;left:20.812501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWU6JRbT4fRJaSiwsuSPld8lZCEoUX4Q { top:45.625rem;left:15.875rem;width:12.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI { top:47.9375rem;left:14rem;width:17.75rem;height:5.5rem;font-size:0.6875rem;display:block; }#q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #J216dbRWkzdNtQ3lnNbu6U3mfPh6NhXA { width:12rem;height:2.875rem;top:57.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbdF5gKl33qKp5usODu3pfisVBwESN1 { display:block; }
 }@media only screen and (max-width: 763px) { #EJhlJiKrEX6eVVR4pX55NFsxuN29Ufb8 { width:18.375rem;height:1.75rem;top:9.1875rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIv53lSiLv4JzqcpV5ZlXUMNLVe3yaz { width:19rem;height:53.75rem;top:9.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ3WCpTTRXlszukhJBs5dGoWIxhpSVAn { top:13.875rem;left:33.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFHPlwRfzcvgaUl5Wng6CrqTCne3Szo { top:29.0625rem;left:31.75rem;width:12.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd { width:17.625rem;height:11.3125rem;top:32.0625rem;left:30rem;font-size:0.6875rem;display:block; }#qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #QyhBN7CP2JIE9NaskAXodpbtyxRmKbMc { top:45.625rem;left:31.75rem;width:12.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe { top:47.9375rem;left:29.6875rem;width:17.9375rem;height:7.0625rem;font-size:0.6875rem;display:block; }#VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #HD5mX5CqrETbm9f75krcTZqfcxII7Lwz { width:9.25rem;height:1.125rem;top:22.5rem;left:35.062501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTDb45G8EElUXUfunA0rBprklwQS0bs { width:6.5625rem;height:3.875rem;top:18.625rem;left:36.375001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINmHRQUx1muRcbZEp3ODVlmZDazcm7N { width:12rem;height:2.875rem;top:57.5625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osGNIweFv8z93RhwmSU28wIAmH7M6kRv { display:block; }
 }@media only screen and (max-width: 763px) { #WzG1zdVnM5Xv8VUEodED75mOPd0tSI6B { width:17.375rem;height:1.75rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblfarE3Qf6NVbxaF0B4FKeGcbuTr5Z3 { width:19rem;height:53.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7BtmAufvEHdC0lvwFMtlDZNKDKpisiB { top:13.8125rem;left:1.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgptyOsOTp9yoVzcmLZOa5QRrEZgg97 { width:8.3125rem;height:3.875rem;top:18.125rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFMTRBoztNk1ztyOoUldO04vXDCHNIi { top:29.0625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck { width:17.75rem;height:12.625rem;top:31.4375rem;left:0rem;font-size:0.6875rem;display:block; }#TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #zrlvtNqkevk8le9fywoPtU57CT8EzQU8 { top:45.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw { top:47.9375rem;left:0rem;width:17.75rem;height:5.5rem;font-size:0.6875rem;display:block; }#Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #W6wXJ4FrtMLp2pERcb4KnivBp5BrlGtq { width:12rem;height:2.875rem;top:57.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFT4U7wfHiAWmqkV5hPfH8HPx6JOoVLd { display:block; }
 }@media only screen and (max-width: 763px) { #u7Xg0MnRo2iuKhhxtWQA8BHqUQFQ2ypq { width:18.375rem;height:1.375rem;top:64.8125rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVWkg8tAw9EdBkVI1fID2BxDRqrbBdr { top:64.5625rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXqL0F9mkkkUNKzwRGsOiL562aca0xt { top:64.5625rem;left:15.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWcTT26JtyLgrM1PSxMzmstJoTo1tnFT { top:22.125rem;left:24.875001907349rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBwgSz78it9DZowCilMByH7Ufp2G7M7k { width:18.3125rem;height:1.8125rem;top:63.0625rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEsaWCF1xuX3b9qZzIIrNW5212EaheFv { width:18.3125rem;height:1.8125rem;top:63.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxUJBTzTJAFsWxqQbhKvDxnbPvRkd4QM { width:18.25rem;height:2.125rem;top:64.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hWdOWUoyCrmoeeeOJTdrkTcTyGzL36 { width:18.25rem;height:2.125rem;top:8.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLS2VABJ1V4x10JeRLOTVbAgDuipTeWp { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ffnpuRzfPE3Xnrv68KnpBdeHg8ZzkD { width:18.25rem;height:2.125rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwdzBFcpiz818veHP2PbQmcW2lUIylbK { width:18.25rem;height:2.125rem;top:62.6875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRbL8LDBvC0Kvq7zQgesABRREl5NrE1 { width:47.75rem;height:3.875rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvae6CgVtRfEz2nb1kiqw30Nt87sdk22 { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZS4RST1tK0FOLgJu6Jcth1iM4TsQCMP { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAmOB0FftyVQNqBmFERXbULq8TC6kqdW { width:17.375rem;height:1.25rem;top:36.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLaPVaoAaJHWnbqKNBNqkK1zLTlaCMCs { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCqxzUk6u17bEJSHsGwmSO4oDlrK06cD { width:18.3125rem;height:1.25rem;top:39.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HL9wVJVcA6K4cM83AggMUxZsBAKb4fls { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDtpUgGLvNED0PlLHo5dFSs9xrdRn0Lb { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9OHbfQiP97hBI6ARbNloSUFg6lxiq7s { width:18.25rem;height:2.125rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzuTd2VhahTPLTT5OhCxBR8nQ225y8A7 { width:8.5rem;height:1.125rem;top:21rem;left:20.3125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz { display:block; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-checkbox-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT  { width:25rem;height:auto;top:13.0625rem;left:20rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT {display:block;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT { width:25rem;height:auto;top:13.0625rem;left:20rem; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Tlu5m9KyPyrqv6CqASVZSEt7za05FKax {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #iITe1t0zpS6VCkbemKeQLs3nv7HTB4tx { display:none; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #eR3HJA4GLlw0qOBBJifVsNuM17Ji5KwN {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #lSXTSVTZrGoyVRW30sZWK4Dhbh7txCge {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #AlRk8BAoVxbuMNW3RgwWra8ULAarUrpx {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #TrhkCRy8PbQcCFl1B77EVLit2yukSRip {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yOatJ4wIUSLSe0ysW3Wq1mWcFQGNzG62 {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #zzDzRMOURcrhWB0VtZeGtZCazzaQDWIW {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #ytSloLTckfWOUe6KTnOuph8TNh2zpV5J {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Iu8DGygLlQcVX8FvQ3yLMPGbcrxnScdW {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FfcQz4lcrzW4BF11ZNOBhyavKLTsWTm8 { display:none; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #JARGwoastwg49NFRQmhMRlPVxwtn9iDs {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FuzFdhUnaUPAkOk5g42UdFt8KTEX4XW5 {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #pwVz1cZS9v7LsTizn0k2L2vc4i6W6NfT {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yTXSezgVkwD0EIpqexyTRXi8tFyU8HGh {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yqm1r4gdfNlMgF9dGgCqXqCBg68w1b1E {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #QituCsBFNaefsNoOwaKUwHIFZDPdxxUs {  }
 }@media only screen and (max-width: 763px) { #bq2ev2vgwww2n8NaEAU5KRAhfIwP7e16 { top:22.625rem;left:0rem;width:12.5rem;height:14.5625rem;font-size:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOHJop9VX8ezAZuooOyhHqW3aUwdxuCg { top:17.125rem;left:0rem;width:30.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP7t7XTxndcwuKC3dN0ykKunEwdBBa83 { width:47.75rem;height:7.4375rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ib9a0XAfCaIB9Asv21iISStQKTKa1E { top:17.4375rem;left:0rem;width:9.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdizdgZiGiZxyBLehKfTTkry4LraqHq { top:20.4375rem;left:17.375rem;width:5.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTgLvWLBwr7L64dIQTDH4m44JTzUqBZA { top:18.5625rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN { display:block; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic7OvLhKV17Eeh4VirpDGtyweqTdReeT { width:7.5625rem;height:1.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcPTfS2zm7UmSbLUTvWzOvsTIvJllh1X { display:block; }
 }@media only screen and (max-width: 763px) { #I0yZa7mpdh5DoxgpNZNZDgHMVRL2q2Iy { width:9.5rem;height:1.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3xcdkPP7ObuOTvx7oKTrTkVWtszGRB { display:block; }
 }@media only screen and (max-width: 763px) { #pGpp8Dt8DC5NAQdidAt2SxzgrvRExHIu { width:9.9375rem;height:1.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhnztwK3CcNhFTrIdO2Od7x8wW6Xyo0R { display:block; }
 }@media only screen and (max-width: 763px) { #PyOJu7L3XFEc09pJP4tez782Gwk0dqup { width:13.5625rem;height:1.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJlTPV5WxzWeufliOCTuKy24k2ivw52Q { display:block; }
 }@media only screen and (max-width: 763px) { #BzGr6N0ESsa8EmNT9aOkTxu3uLUSyADK { width:6.5rem;height:1.25rem;top:7.1875rem;left:41.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXra46Fq5oxnIsTXbn3TGQTc1D7TiDT { top:1.5625rem;left:44.75rem;width:3rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKIx1r8HwBIAxVy9MHh7vKUBoT9FuNT { top:1.5625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.adaptive-delivery-prevent-bg, #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.lazyload, #eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR.lazyloading { background-image: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { background-color: transparent; background-image: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container > .video-iframe-container { display: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container { display: none; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .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); }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { border-width: 0; border-radius: 0; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXTOuTTA916sTRSE0RyuxQhMc7oCIcOR > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrMev3aAElXnf77NTF5WCtiiytma3fRf { width:11.6875rem;height:1.4624rem;top:5.59521484375rem;left:2.13427734375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAVgiGNSUJPIWN8eqPvIizz266Q9Jeu { width:7.8125rem;height:5.361975rem;top:6.99462890625rem;left:1.97802734375rem;text-align:left;text-align-last:left;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoPGkBLaEqPTvFyazsDih0eDBiN99eJt { width:9.3125rem;height:2.9375rem;top:17.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxKAUCmbI7TKKx2oF69NMH0niTgR3RV2 { display:block; }
 }@media only screen and (max-width: 763px) { #lcIT5JfuK4TQpwyumyIvLW2iTobuTufa { width:9.3125rem;height:2.9375rem;top:17.875rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldKvKLymp7xWbc2O1EUXaOOPT2NsfdiK { display:block; }
 }@media only screen and (max-width: 763px) { #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4 { width:2.125rem;height:3.8125rem;top:17.0625rem;left:17.875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/01f8e21b-58f1-49aa-8e25-1bb683a97663/bobasposwiata2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.adaptive-delivery-prevent-bg, #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.lazyload, #gMdaiIJy87kCXXBbri3htPhT0q2oKVP4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tveXTm4hnT6Z48t4zVn6DxGZJpBABS6C { width:6.375rem;height:2.1933625rem;top:38.0625rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkuzIx3u5hK1WOU1cnR0Nl6ybILI9UUV { width:5.6875rem;height:5.6875rem;top:22.9716796875rem;left:0.85302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKQ1NT7NoVgkecVLI8xiP3nG9BB5k5S9 { width:5.125rem;height:2.1933625rem;top:29.021484375rem;left:1.13427734375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4O49RNGthaMlSKwUTHRi1zw3MsBWwxB { width:4.75rem;height:3.6545125rem;top:29.021484375rem;left:7.625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwS1QqIKDdNLnE5DrP7IHbVeeVdTaHKP { width:6.25rem;height:2.9236125rem;top:38.0625rem;left:2.75927734375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0SoqNCxMGnoxEOdZwALZg9FySxGMo4 { width:2.875rem;height:2.875rem;top:24.3779296875rem;left:2.25927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z371EP3OXLH0SFxQtTAKcdCWqxkM0Lmd { width:3.8125rem;height:3.8125rem;top:32.75146484375rem;left:3.97802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFuNpDcbUyp1czAAiHtTulliCyrOBRq { width:3.1875rem;height:2.625rem;top:33.34521484375rem;left:12.65625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #hpGPx5s8QIRPp46WJhxmrcod9oPTv3FZ { width:2.9375rem;height:2.9375rem;top:24.3466796875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2L5OuNhaJlAOfFQaK3DFcqJNh5yxw3T { width:8.75rem;height:8.75rem;top:63.1591796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLnTtzosq5g8FXqJhXFDTmgLLzANuQZ4 { width:8.75rem;height:8.75rem;top:99.221709375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gERngK1iUpV3zx6lBIqvQtr6Ev95BJtv { width:8.75rem;height:8.75rem;top:109.221709375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASlrOswrh9V37HKdzP2RMWN2NPmfnDWH { width:8.75rem;height:8.75rem;top:119.251953125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pz5CK3TVoO2EfOsrewTe5sK4yOukTpFt { width:6.1875rem;height:1.4622375rem;top:29.02392578125rem;left:13.35302734375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8rUXHDu9DDbBt7tsRQTTQyTOznTwxS { width:3.375rem;height:3.375rem;top:24.1279296875rem;left:14.75927734375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #xcsyFlT3rrdQdShby2euMiXQHUiK235n { width:17.25rem;height:3.4121125rem;top:13.01416015625rem;left:1.97802734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gBg0BCt4aVFZquydMJItqKCp0r4Tphie { width:20rem;height:16.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKIWtFpvViN5QTrGMtaAn3o06F4Bc87E { width:5.125rem;height:2.0625rem;top:1.8098958730698rem;left:2.5631050462066rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSq2TMy3TA3cbJTKGrfRkZWD9os2vTdi { width:3.3125rem;height:4.375rem;top:3.3310546875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVtvv0WI29l8ZCSrABSXFdD80eNZi1PD { width:5.5rem;height:5.5rem;top:129.221709375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #puu7lzBHUXV32TrFKixxUTBlxTbybGaw { width:5.6875rem;height:5.6875rem;top:22.9716796875rem;left:7.15625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xLLDMRPayqa4fh5LFdKVWkZBkd22hf3T { width:5.6875rem;height:5.6875rem;top:22.9716796875rem;left:13.54052734375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #G1btdiiKTuVXwdewesF6tGtK91GuE2xd { width:5.6875rem;height:5.6875rem;top:31.81396484375rem;left:11.46875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #LkVhxyDNuu6TP5InccHyVtBzBWsQUucw { width:5.6875rem;height:5.6875rem;top:31.81396484375rem;left:3.04052734375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xvFlF8eM3twww3mWrzwpD5zpJ599RHWK { display:block; }#xvFlF8eM3twww3mWrzwpD5zpJ599RHWK > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQadIGLvMPW1crSq4wtfNEyhIaTbfwhQ { width:5.5625rem;height:5.5625rem;top:3.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVVcaJhlM6usxEH962Tr3dfGx7RgtEoV { width:16.375rem;height:16.375rem;top:45.7734375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #moQTAUGxxHeDVnTt7eh2HreluzAEZNHT { width:16.375rem;height:16.375rem;top:64.6215625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrgVfhqFBcU7sfCMQnIwDT9PTXfQXClt { width:3.25rem;height:3.25rem;top:4.46875rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56zaG4UOuv1ymKz5VURE17exFNKR8Vn { width:3.4375rem;height:3.4375rem;top:4.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs9t1DrsQ0a8tXwkXPc99NkZJho3uzEb { width:2.875rem;height:2.875rem;top:4.65625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanDWiUOJrJbyzP6qqT5xRZWcXZCNqX8 { width:5.6875rem;height:4.3854125rem;top:9.4375rem;left:0.53125rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TK3341yp5QKx82GBoPSyK34sSDOFZtsu { width:5.5rem;height:8.0399375rem;top:9.4375rem;left:7.25rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TqHT4rCy221nxrOQIMmHobbz187g90Cw { width:5.6875rem;height:5.11631875rem;top:9.4375rem;left:13.6875rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z27BJNhw2N61NPXLc0z2HPg1ZW9uc5ml { width:17.9375rem;height:1.625rem;top:0.6875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WacViu3Mw8lcc7hwQ6ZwRagmbB9DiT { width:5.5625rem;height:5.5625rem;top:3.3125rem;left:7.21875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #XaDVXJlwk49NmSBD83nTpJr0S0m6TyRv { width:5.5625rem;height:5.5625rem;top:3.3125rem;left:13.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tXggRmHxrmyO42mooivwIUsVRo9WRWxx { display:block; }#tXggRmHxrmyO42mooivwIUsVRo9WRWxx > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-heading-text { font-size:0.8125rem;height:auto; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-trigger { height:1rem;width:1rem;min-width:1rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd { display:flex;height:auto;width:17.5rem;top:3.0625rem;left:0rem; }
#TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #NoC1LA1MqxhXtAevAFtBJFiL9OrttMlU {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #UftEvONSX35ynOeZoAMd3RE48rFQgfP9 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #DHy9U36Klm3QhZxm1MA9xbZu4kcOfugQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EITlemEdTJNRynBhdDq5N8hl6lVkFDge {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lq5eZwS3tE7ZmllVUuvcKOLRNmTJPlx8 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #BvphR6Q0xtKV6L6GSvX0nRCBMBKBkVSr {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #RN45UB1u0FkG15tOH7pTaSmGyx7ZqEys {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JhThwSpQzq1Bw2MLBLDoBMXNfMTyJyQb {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #U6k9kzDuNR6Ax6O3nzWGChS5PPvNRlnq {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xpTuxw3uNEsA1hdz1ZSI3TpHzCNMST4E {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #dZKFcJfDo3f1mxynWIa8moKUsaqt7fsN {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GZPJd7wiIg2IzxqW1FhwaBR6rqiWX5TT {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #h9XUEhv3EDH4gKxU5JhKi3TUOoq6geTP {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #JP1i5O97NJisP4lG5Fh8XTv371c77ZAS {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #muKM5zzwDvPhTWvXrDFdJ0ruURDyp92J {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #XxqShkyvMHWQqyLOMQ9crIQvPg6Z5yKQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rMpONtwBeEwHZBrsUPoKTuSXo8nNwEdX {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sE4HBdyNhfcscWIQN4JiISeZd71Za948 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #y4964TJU8JfBTE5wZHqmFSy6iMfKSDVO {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #eLKZwUr13ImsOlh1hPsB4bW9KAC9Gh07 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #fpfAnGTt3bElIG3WCnhItPCFPs0sUTEa {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #MRynJA2clfL4PVcPzR2Qwnxxh5VrBUDM {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #c8ANwU7R6fSpzAdMxV7yhE4U5Z5zIlfc {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #TKFVgQS3Papz7wyfrdBTuFz0czfnvhae {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #lNILbbFtykTMc6dJDgT3Kh9Td0XD1lD6 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #FdcF1uuOE6bkteWnRMgDPhCcJ7EpIf7A {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #opCsu2uwZd3cSLomSRJiPrTTg7smg0T0 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #SmeF03gwpSAzqsVigDSz9ZEWgpaP9u7o {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #EUB2nmlzufV98pZP80elSxVEyARzVT8E {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #xN9rQ73NaLJki99B8qzM7WotQAhmlqf5 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #anoIEn0skV6sXRpiXGu4psspLMRgBsXs {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #LsmkE1B7NsEDyibJqCymfGOikR1JO9SS {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #B1m53NIwkZBKT3a6VQlbGnTdPZSO4W7u {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #A1TTyyN0LfWRzDFEgZwJVM0S3gnZAsR8 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #nWf6LZXEJ9Zz9g0rkLDiASvNUy0TKch7 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #uXzyzNyWJTGeCD1gBh3JCVsf5r6z85VQ {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #wbfu6v6rVG8Fhr6BEfxW2VFNACZnGAws {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #GroJ3hbNd2mdRwmHGQuJ5nLfTh1rIFpk {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #bXvqhilllDD258VLmdG4QevCeAcXwmg5 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZgnEccl7TdH0DmvkIgxNQwcaP6duBG6B {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #ZWMXRvzTkhHflBJRKNeOyJphwLW3GZCz {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rXpeOJrLZVKRyAPTJQmt7cQEax3evfLV {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #qLL46AwDOapwSdqUBFWvycaTxCCiR5GG {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #n5SlG8onME7eoFxMSsppV4MrhbErzRMP {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #kp4ZMiGFlf6ooX4x3Vewnf55oPUR79Oy {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #HDriEtbQld3RgPMlStTxkOCLvZnDRM1d {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #rJzDdS9z00xiuidiiTRToLww2WbKnKU1 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #gBwQgpI2PooQ1MTyHEI1U2Op7WSuV0b2 {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #sqJc4TOcb6q1qISLAcfzPzWQCebP6eWe {  }
 }@media only screen and (max-width: 763px) { #TvVEAAlgoy24xLCiVmTPpP9RP7yrKPqd #StbJlDZiwzIw9GBhosdwUZsRVMzTRzWI {  }
 }@media only screen and (max-width: 763px) { #HNAhJUBGiTgTbkHJnq4veFhigDWic1Af { width:11.1875rem;height:11.311816605921rem;top:93.19821875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6phNPAbWr0ULkgSEBHz9Z6UUUchk397 { width:4.75rem;height:5.8125rem;top:-2.9375rem;left:14.957720588235rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqJx59N8FMTZi1Z5MKdtTQvN4sTU7BQ { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffwU54SiReazvAGHsrPZBCHKingav7Vv { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.preview.mirror.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv.adaptive-delivery-prevent-bg, #ffwU54SiReazvAGHsrPZBCHKingav7Vv.lazyload, #ffwU54SiReazvAGHsrPZBCHKingav7Vv.lazyloading { background-image: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { background-color: transparent; background-image: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container > .video-iframe-container { display: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row > .video-iframe-container { display: none; }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .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); }#ffwU54SiReazvAGHsrPZBCHKingav7Vv > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAHQwUMZCyL4sKZzBcWE0Tpdv84qbweL { height:11.246125rem;width:20rem;top:4.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyBAIBnliCdbih8PzqKg2fThsNmL5LF0 { width:9.3125rem;height:9.375rem;top:0.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxPlLPtNKe25iAGeMibA1NIKgNkIawN { width:12.0625rem;height:3rem;top:17.845703125rem;left:3.9687502980233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTagkTXcLPWrshhKOJx4Gao304J4gHSQ { display:block; }
 }@media only screen and (max-width: 763px) { #x5Zz0nM7VtQgcQftg4rrnXw0xysmlPlr { width:20rem;height:1.625rem;top:1.408203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe { display:block; }#H1BHa8vBbHwJPhfsslxEtKLkpsTpNbFe > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fs6PNMpxcFJ06Av0W4kTnwhavp1agfNc { width:20rem;height:11.5625rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPDx34iosBCGL5RlyA6xfQgAN76dtUPt { width:5.6875rem;height:5.6875rem;top:0.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI1TZ3I045Cn3Wz5u5GvtnIgb55smAPh { width:20rem;height:13.0625rem;top:3.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA6sVC00QL5ob2kLcVkcqVDrzPtb66Xr { width:12.0625rem;height:2.9375rem;top:19.912109375rem;left:3.9687502980233rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAT95xss0R6yrtHqZURpiDT4SE04DsT9 { display:block; }
 }@media only screen and (max-width: 763px) { #QvBy2tmLUCSXXWwNOu9FBkrsdnF2A1k1 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOledGny5MJ00d6eif2wtML8pMSeolfA { width:19rem;height:2.9375rem;top:35.474609375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aba5bm8CA9Q68yv67Fkfaw0QULWzOyDi { display:block; }
 }@media only screen and (max-width: 763px) { #epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy { display:block; }#epZoA2g9WSFsWzf0BKT6u1WNLMWefkRy > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiOTFqQVGbCI0t6JgayIH6tz8hy3qiwO { width:20rem;height:1.625rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcxFKZoU4ign2FzRThtSBXRkygK5DH8 { width:6.5625rem;height:5.6875rem;top:3.32421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8bEztAm0lSlkzemJQbg49CKnndACWE { width:11.25rem;height:2.4375rem;top:4.94921875rem;left:7.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/084df3de-4e09-48a3-888d-e015c51ac652/fale.preview.mirror.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.adaptive-delivery-prevent-bg, #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.lazyload, #frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb.lazyloading { background-image: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { background-color: transparent; background-image: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container > .video-iframe-container { display: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container { display: none; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .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); }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { border-width: 0; border-radius: 0; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frfwKu2ADLvEBqKKKJ77yMNNg1IsF5Pb > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR7405FHHy2p7P568L6bKMcXLo57bcig { width:19rem;height:30.5625rem;top:37.25048828125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFo2Frg2C9opk4e8VZGvSa5UuAIp5Bd { width:18.25rem;height:2.125rem;top:60.5009796875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgr78wZoAnKyTXuyma4Cdixts6p4EG5B { width:18.25rem;height:1.7871125rem;top:60.79541328125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4NQppokk2zJ7f9nxy5APRdQq08hyQyv { width:6.75rem;height:6.75rem;top:42.81298828125rem;left:6.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #zqC59CTUtcNrn9SQw5uNFwArIHAvJg5v { width:12.4375rem;height:1.05615rem;top:50.681640625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnFbRR7uIzosUnfJ8LkR352vTM4oWHi { width:8.5rem;height:0.73111875rem;top:46.244140625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC { width:17.75rem;height:4.51041875rem;top:52.4736328125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#co9IkTXLtqJgfiMFDvg0nkDwMqzAflnC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #Ksp0EFo4q1sffsfytr9ivKCgUUKlkypT { width:5.9375rem;height:2.11230625rem;top:44.1318359375rem;left:7.03125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #pWU6JRbT4fRJaSiwsuSPld8lZCEoUX4Q { width:12.4375rem;height:1.05615rem;top:57.73291015625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI { width:17.75rem;height:3.88541875rem;top:59.54541015625rem;left:1.125rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#q0cRS1LRWzr5DmKUUb1rM7BPLEcqpaPI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #J216dbRWkzdNtQ3lnNbu6U3mfPh6NhXA { width:12rem;height:2.875rem;top:64.25048828125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbdF5gKl33qKp5usODu3pfisVBwESN1 { display:block; }
 }@media only screen and (max-width: 763px) { #EJhlJiKrEX6eVVR4pX55NFsxuN29Ufb8 { width:18.375rem;height:1.29980625rem;top:70.892578125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIv53lSiLv4JzqcpV5ZlXUMNLVe3yaz { width:19rem;height:30.4375rem;top:71.44873046875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ3WCpTTRXlszukhJBs5dGoWIxhpSVAn { width:7.125rem;height:7.125rem;top:75.50048828125rem;left:6.4375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #eIFHPlwRfzcvgaUl5Wng6CrqTCne3Szo { width:12.4375rem;height:1.05615rem;top:83.26123046875rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd { width:17.625rem;height:5.40364375rem;top:85.07275390625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#qVlPtqUhvhhEDC4f057TetBt0Bh29Cmd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #QyhBN7CP2JIE9NaskAXodpbtyxRmKbMc { width:12.4375rem;height:1.05615rem;top:91.40869140625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe { width:17.9375rem;height:4.19791875rem;top:93.20849609375rem;left:1.03125rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#VOQvo4rPexLMioGQfFN9AqxtqE9PgsVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #HD5mX5CqrETbm9f75krcTZqfcxII7Lwz { width:8.3125rem;height:1.13720625rem;top:83.76123046875rem;left:5.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNTDb45G8EElUXUfunA0rBprklwQS0bs { width:6.5625rem;height:2.11230625rem;top:77.1943359375rem;left:6.71875rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #HINmHRQUx1muRcbZEp3ODVlmZDazcm7N { width:12rem;height:2.875rem;top:98.19873046875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #osGNIweFv8z93RhwmSU28wIAmH7M6kRv { display:block; }
 }@media only screen and (max-width: 763px) { #WzG1zdVnM5Xv8VUEodED75mOPd0tSI6B { width:17.375rem;height:1.29980625rem;top:4.26758125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XblfarE3Qf6NVbxaF0B4FKeGcbuTr5Z3 { width:19rem;height:29.3125rem;top:4.849609375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7BtmAufvEHdC0lvwFMtlDZNKDKpisiB { width:6.5625rem;height:6.5625rem;top:8.8681640625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgptyOsOTp9yoVzcmLZOa5QRrEZgg97 { width:8.3125rem;height:2.11230625rem;top:11.0927734375rem;left:5.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFMTRBoztNk1ztyOoUldO04vXDCHNIi { width:12.4375rem;height:1.05615rem;top:16.06298828125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck { width:17.75rem;height:6.296875rem;top:17.91845703125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#TlkLGBO3uQSVAQOUeOJBQvT6KHxPT1ck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6752074e-57e1-4770-a4b1-110b09c1a500/Obrazynalanding37.png); }
 }@media only screen and (max-width: 763px) { #zrlvtNqkevk8le9fywoPtU57CT8EzQU8 { width:12.5rem;height:1.05615rem;top:25.18798828125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw { width:17.75rem;height:2.09895625rem;top:27.212890625rem;left:1.125rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }#Sa6grk7MOFxDlt0vytNfKRaaOdFnGhVw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/159385c7-27cd-410b-bf61-60d2e6e8358a/Obrazynalanding36.png); }
 }@media only screen and (max-width: 763px) { #W6wXJ4FrtMLp2pERcb4KnivBp5BrlGtq { width:12rem;height:2.875rem;top:30.43798828125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFT4U7wfHiAWmqkV5hPfH8HPx6JOoVLd { display:block; }
 }@media only screen and (max-width: 763px) { #u7Xg0MnRo2iuKhhxtWQA8BHqUQFQ2ypq { width:18.375rem;height:1.3808625rem;top:117.23291328125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBVWkg8tAw9EdBkVI1fID2BxDRqrbBdr { width:1.9375rem;height:1.9375rem;top:39.62548828125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXqL0F9mkkkUNKzwRGsOiL562aca0xt { width:2rem;height:2rem;top:39.59423828125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWcTT26JtyLgrM1PSxMzmstJoTo1tnFT { width:1.75rem;height:1.75rem;top:47.243927001953rem;left:10.000000417232rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #BBwgSz78it9DZowCilMByH7Ufp2G7M7k { width:18.3125rem;height:1.29980625rem;top:73.2880859375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEsaWCF1xuX3b9qZzIIrNW5212EaheFv { width:18.3125rem;height:1.29980625rem;top:6.66259765625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxUJBTzTJAFsWxqQbhKvDxnbPvRkd4QM { width:18.25rem;height:2.125rem;top:45.2353515625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2hWdOWUoyCrmoeeeOJTdrkTcTyGzL36 { width:18.25rem;height:2.125rem;top:119.32373359375rem;left:0.77490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLS2VABJ1V4x10JeRLOTVbAgDuipTeWp { width:18.25rem;height:1.625rem;top:3.97998046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ffnpuRzfPE3Xnrv68KnpBdeHg8ZzkD { width:18.25rem;height:2.125rem;top:6.81298828125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwdzBFcpiz818veHP2PbQmcW2lUIylbK { width:18.25rem;height:2.125rem;top:173.13623359375rem;left:0.77490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhRbL8LDBvC0Kvq7zQgesABRREl5NrE1 { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvae6CgVtRfEz2nb1kiqw30Nt87sdk22 { width:10.6875rem;height:1.625rem;top:6.37548828125rem;left:4.53125rem;z-index:15023;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZS4RST1tK0FOLgJu6Jcth1iM4TsQCMP { width:18.25rem;height:1.625rem;top:36.41748046875rem;left:0.75rem;z-index:15023;border-top:0.125rem solid #e71d36;border-left:0.125rem solid #e71d36;border-right:0.125rem solid #e71d36;border-bottom:0.125rem solid #e71d36;background-color:#e71d36;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmOB0FftyVQNqBmFERXbULq8TC6kqdW { width:17.375rem;height:1.29980625rem;top:36.705078125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #MLaPVaoAaJHWnbqKNBNqkK1zLTlaCMCs { width:10.6875rem;height:3.1875rem;top:38.81298828125rem;left:4.53125rem;z-index:15024;background-color:#e71d36;background-image:none;border-top:0.125rem solid #e71d36;border-left:0.125rem solid #e71d36;border-right:0.125rem solid #e71d36;border-bottom:0.125rem solid #e71d36;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCqxzUk6u17bEJSHsGwmSO4oDlrK06cD { width:6.75rem;height:2.59895625rem;top:39.23193359375rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #HL9wVJVcA6K4cM83AggMUxZsBAKb4fls { width:18.25rem;height:1.625rem;top:70.60498046875rem;left:0.75rem;z-index:15023;background-color:#01bbf3;background-image:none;border-top:0.125rem solid #01bbf3;border-left:0.125rem solid #01bbf3;border-right:0.125rem solid #01bbf3;border-bottom:0.125rem solid #01bbf3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDtpUgGLvNED0PlLHo5dFSs9xrdRn0Lb { width:10.6875rem;height:3.1875rem;top:65.06298828125rem;left:0rem;z-index:15025;background-color:#01bbf3;background-image:none;border-top:0.125rem solid #01bbf3;border-left:0.125rem solid #01bbf3;border-right:0.125rem solid #01bbf3;border-bottom:0.125rem solid #01bbf3;display:none; }
 }@media only screen and (max-width: 763px) { #h9OHbfQiP97hBI6ARbNloSUFg6lxiq7s { width:10.6875rem;height:1.625rem;top:73.00048828125rem;left:4.53125rem;z-index:15024;background-color:#01bbf3;background-image:none;border-top:0.125rem solid #01bbf3;border-left:0.125rem solid #01bbf3;border-right:0.125rem solid #01bbf3;border-bottom:0.125rem solid #01bbf3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzuTd2VhahTPLTT5OhCxBR8nQ225y8A7 { width:8.5rem;height:0.73111875rem;top:79.306640625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz { display:block; }#wA41TQE24aB0ogTQxTT8RpKl9F5U6uLz > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-input-button { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem;font-size:1rem;overflow:hidden; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT  { width:17rem;height:auto;top:13.08349609375rem;left:0rem; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT {display:block;}#e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT { width:17rem;height:auto;top:13.08349609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Tlu5m9KyPyrqv6CqASVZSEt7za05FKax {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #iITe1t0zpS6VCkbemKeQLs3nv7HTB4tx { display:none; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #eR3HJA4GLlw0qOBBJifVsNuM17Ji5KwN {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #lSXTSVTZrGoyVRW30sZWK4Dhbh7txCge {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #AlRk8BAoVxbuMNW3RgwWra8ULAarUrpx {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #TrhkCRy8PbQcCFl1B77EVLit2yukSRip {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yOatJ4wIUSLSe0ysW3Wq1mWcFQGNzG62 {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #zzDzRMOURcrhWB0VtZeGtZCazzaQDWIW {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #ytSloLTckfWOUe6KTnOuph8TNh2zpV5J {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #Iu8DGygLlQcVX8FvQ3yLMPGbcrxnScdW {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FfcQz4lcrzW4BF11ZNOBhyavKLTsWTm8 { display:none; }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #JARGwoastwg49NFRQmhMRlPVxwtn9iDs {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #FuzFdhUnaUPAkOk5g42UdFt8KTEX4XW5 {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #pwVz1cZS9v7LsTizn0k2L2vc4i6W6NfT {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yTXSezgVkwD0EIpqexyTRXi8tFyU8HGh {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #yqm1r4gdfNlMgF9dGgCqXqCBg68w1b1E {  }
 }@media only screen and (max-width: 763px) { #e8tVSyg8vs7TS7KrcDEEiu8KPV3brknT #QituCsBFNaefsNoOwaKUwHIFZDPdxxUs {  }
 }@media only screen and (max-width: 763px) { #bq2ev2vgwww2n8NaEAU5KRAhfIwP7e16 { width:12.5rem;height:4.3994125rem;top:29.43996484375rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bOHJop9VX8ezAZuooOyhHqW3aUwdxuCg { width:20rem;height:16.7621875rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP7t7XTxndcwuKC3dN0ykKunEwdBBa83 { width:17.9375rem;height:9.75rem;top:1.6875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ib9a0XAfCaIB9Asv21iISStQKTKa1E { width:6.3125rem;height:2.6875rem;top:24.5722890625rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcdizdgZiGiZxyBLehKfTTkry4LraqHq { width:5.125rem;height:6.6875rem;top:27.2285390625rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTgLvWLBwr7L64dIQTDH4m44JTzUqBZA { width:9.0625rem;height:9.0625rem;top:18.5625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN { display:block; }#A8vOPSABofSLuPSQSZfQTEhHy5CSH5dN > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic7OvLhKV17Eeh4VirpDGtyweqTdReeT { width:7.5625rem;height:1.125rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcPTfS2zm7UmSbLUTvWzOvsTIvJllh1X { display:block; }
 }@media only screen and (max-width: 763px) { #I0yZa7mpdh5DoxgpNZNZDgHMVRL2q2Iy { width:9.5rem;height:1.125rem;top:3.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3xcdkPP7ObuOTvx7oKTrTkVWtszGRB { display:block; }
 }@media only screen and (max-width: 763px) { #pGpp8Dt8DC5NAQdidAt2SxzgrvRExHIu { width:9.9375rem;height:1.125rem;top:14.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhnztwK3CcNhFTrIdO2Od7x8wW6Xyo0R { display:block; }
 }@media only screen and (max-width: 763px) { #PyOJu7L3XFEc09pJP4tez782Gwk0dqup { width:13.5625rem;height:1.125rem;top:16.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJlTPV5WxzWeufliOCTuKy24k2ivw52Q { display:block; }
 }@media only screen and (max-width: 763px) { #BzGr6N0ESsa8EmNT9aOkTxu3uLUSyADK { width:6.5rem;height:1.21875rem;top:19.1875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXra46Fq5oxnIsTXbn3TGQTc1D7TiDT { width:3rem;height:2.9375rem;top:6rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKIx1r8HwBIAxVy9MHh7vKUBoT9FuNT { width:3rem;height:3rem;top:10.1875rem;left:8.5rem;display:block; }
 }