.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:253,240,227;--color-primary-1:249,207,161;--color-primary-2:242,158,67;--color-primary-3:121,79,34;--color-primary-4:36,24,10;--color-secondary-0:221,221,224;--color-secondary-1:142,143,151;--color-secondary-2:28,31,47;--color-secondary-3:14,16,24;--color-secondary-4:4,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:230,230,230;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Noto Serif Display";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bffd194a-5690-43ca-ac88-4261ead89590/zdjecieglowneminkopia.webp");background-position: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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:13.9375rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.96875rem;left:3.5rem;height:1.2375rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { 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:2.75rem;width:2.4375rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.875rem;left:0rem;height:1.85625rem;font-style:normal;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { 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: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.841666625rem;height:3.654166625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:19.047918319702rem;display:block; }
#php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcoQJv5BATbevC2iXtWh41N1kPICy7dp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.15625rem;left:33.125rem;display:block; }
#Q8d5cmzIrobdzZIwxezWqpAXs341ClTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnCfMqe68X2VwsriEXxuk14q8n7trpyx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.15625rem;left:43.312503814698rem;display:block; }
#Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQI9ZTFTAkPFwGg7Gog9686wSPgM086W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.15625rem;left:47.937503814698rem;display:block; }
#UeiZlLQsmgu7IwkHAUwrdmNRJcUSyiru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s178JqhcIZElio3QR5Sbxfw1u95aWSXx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.15625rem;left:55.750003814698rem;display:block; }
#g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:68.5625038147rem;display:block; }
#ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.4375rem;left:51.9375rem;height:4.25rem;font-style:normal;display:block; }
#LvxKzPP04eruWyAbQCar9UfCITTgzzDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container { background-color: transparent; background-image: none; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container > .video-iframe-container { display: none; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row > .video-iframe-container { display: none; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .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); }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container { border-width: 0; border-radius: 0; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#u0THSPFcCBscudTqetqkMrtlyC65Q9nN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:37.5rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#tkxN9ni77W6VWas4nf78SkGeQcuCnvat { color:#284d42;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8604164123535rem;left:45rem;height:5.85rem;font-style:normal;display:block; }
#KiaK8EWaBWWykRmzcuRporZyHTSv6wqo { position:absolute;display:block;z-index:15004;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.875rem;left:45rem;display:block; }
#dV654rD8rdN5VRtqw9kEhMqEBv9lzD5s { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:45rem;height:12.675rem;display:block; }
#T6uD2yZNkLDP475JN9M5Ibqnpbud26WI { background-color:#284d42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.110416412354rem;left:45rem;display:block; }
#BXkS7AXMSGQx9FQDJJgM4tS50z7RqUaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQop1MIJp6ZAWumUWCE1csmxSTVT7tBC { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:17.625rem;top:1.4125003814698rem;left:1.0625rem;overflow:hidden;display:block; }
#VwIazk854UU2tr7lfotOfu6pqywMOS7a { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.9);top:19.964584350586rem;left:1.0625rem;height:12.1875rem;display:block; }
#v0bMseRgQtuTnr4CsNqNZFJrwFMfJtsq { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.9);top:29.900001525879rem;left:1.0625rem;height:8.2875rem;display:block; }
#cDft8yi4mHtTI3DqJTqi4KTTTh5XoscR { position:absolute;display:block;z-index:15005;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:29.0625rem;left:1.0625rem;display:block; }
#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { background-color: transparent; background-image: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .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); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { border-width: 0; border-radius: 0; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:18.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:18.125rem;top:0rem;left:19rem;overflow:hidden;display:block; }
#EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { 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.875rem;width:18.125rem;top:0rem;left:37.9375rem;overflow:hidden;display:block; }
#ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:18.125rem;top:0rem;left:56.8125rem;overflow:hidden;display:block; }
#fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:26.6875rem;left:0rem;height:1.9125rem;font-style:normal;display:block; }
#fHfGv6m7VQ70NeOxunhahAcTIyDVkQ89 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:26.6875rem;left:19rem;height:1.9125rem;font-style:normal;display:block; }
#I2aJ1pJoeI5ApZLRdZy9QRCFtlXw7a4X { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:26.6875rem;left:37.9375rem;height:1.9125rem;font-style:normal;display:block; }
#tOSXoiv1Ec1z96qrkEM3bo76ssiB8p0z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:26.6875rem;left:56.8125rem;height:1.9125rem;font-style:normal;display:block; }
#bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { position:absolute;display:block;z-index:15016;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.375rem;top:1.25rem;left:4.8124980926514rem;display:block; }
#xzVMGmgRmVbvRXDm0IeyFmS056gHHWQ6 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:5.34375rem;height:2.55rem;font-style:normal;display:block; }
#n2T9bJox6gt8S7wQt8F5tqgBMEqJx1e2 { position:absolute;display:block;z-index:15017;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14rem;top:1.25rem;left:23.125rem;display:block; }
#voyB02kNox2rWLz1ViC5kGbLwzTTskd8 { position:absolute;display:block;z-index:15018;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.625rem;top:1.25rem;left:40.437503814698rem;display:block; }
#XiC8rn16b9H3Iz0dVhdKPNTw9N3cDXqI { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.125rem;top:1.25rem;left:63.8125038147rem;display:block; }
#x3b4gKU6TLBJUFIAtmeo9rBlXUTnnQoH { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:41.3125rem;height:2.55rem;font-style:normal;display:block; }
#eFLdweLqVboNZd3b1MhLwAkVbOflv0sT { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:1.2979173660278rem;left:65.0000038147rem;height:2.55rem;font-style:normal;display:block; }
#U8CyzkSUqyd1vVbFDCH2dlCgkO31n2wf { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:23.860416412354rem;height:2.55rem;font-style:normal;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#OdgS06yVTlObOG51X69U5mbGBzAyJKCE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { 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: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:13.0625rem;display:block; }
#qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container { background-color: transparent; background-image: none; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container > .video-iframe-container { display: none; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row > .video-iframe-container { display: none; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .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); }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container { border-width: 0; border-radius: 0; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#TTs0Ob3JCvL250VtsTv3eO6BT3N0PIQP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:18.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QktBMrmetgg2KamIyqUaAcQMg9MDNW35 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:18.1875rem;top:0rem;left:19rem;overflow:hidden;display:block; }
#DS3dvDCtZt1HhiIQZdOcewIabllUL79G { 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.875rem;width:18.125rem;top:0rem;left:37.9375rem;overflow:hidden;display:block; }
#wL3JS7ZyL78Mc5JGVsnyaJB1HhPXAQ3V { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:18.125rem;top:0rem;left:56.8125rem;overflow:hidden;display:block; }
#tSFqNHL6ABTDUg0Fu2R6PSTZAK8hXqEO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:26.6875rem;left:0rem;height:;font-style:normal;display:block; }
#g32cg1ivQmuyhzGZGeTNMpnCsZZp8XNI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:26.6875rem;left:19rem;height:1.9125rem;font-style:normal;display:block; }
#QGgAaa09DrKkGQNKNMJoyoAZubRCz2Dm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:26.6875rem;left:37.9375rem;height:1.9125rem;font-style:normal;display:block; }
#D7AEifGaXgcCJX5BpauJW6P9K1PDZyKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:26.6875rem;left:56.8125rem;height:1.9125rem;font-style:normal;display:block; }
#kl7vPRPBomCOJs74L9cJLniX9GPLr7k3 { position:absolute;display:block;z-index:15016;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.375rem;top:1.25rem;left:2.6875rem;display:block; }
#LDzT08tyT7llPZ3HBpCTAHlyr3befOhn { position:absolute;display:block;z-index:15017;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.625rem;top:1.25rem;left:28.625rem;display:block; }
#lbQxzxyX4H6tltglvPRReAZoT4IJx21T { position:absolute;display:block;z-index:15018;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.625rem;top:1.25rem;left:40.437503814698rem;display:block; }
#IKv8PBet9dLyAkFaWTKMTMOHpAcEBAk4 { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.875rem;top:1.25rem;left:66.9375038147rem;display:block; }
#gDriERUpOs9tzEc3R48D0zb4yEX2Kbwb { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:41.3125rem;height:2.55rem;font-style:normal;display:block; }
#IN2mowzd2KTd0zZXXV11QVoX2hckUpOp { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:1.2979164123535rem;left:69.1875038147rem;height:2.55rem;font-style:normal;display:block; }
#faEzMptR7ThFhxOC2084fKkCTaTtI5Ty { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:31.422916412354rem;height:2.55rem;font-style:normal;display:block; }
#fpuguvFBXunWurRKo15sE9nvC5uUurgB { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:1.2250003814698rem;left:3.6104164123535rem;height:2.55rem;font-style:normal;display:block; }
#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container { background-color: transparent; background-image: none; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container > .video-iframe-container { display: none; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row > .video-iframe-container { display: none; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .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); }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container { border-width: 0; border-radius: 0; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#rpTnFi29HQFbaLWtoHp0DMUGFfqycZx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1ca9GUerGBOOKnJALhEWunvvipC4EA7 { 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: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:13.0625rem;display:block; }
#tKPsHGtJvJ5s6BtoOX6M7bwq3yRm8Du0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JW56Adn3DnAZFI2Z0NBGMDgJ60ND96wS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#JzhMqpOsppRdrCECamD621zfSRT3HRHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.625rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { background-color: transparent; background-image: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container > .video-iframe-container { display: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container { display: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .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); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { border-width: 0; border-radius: 0; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AN5vlp3G2cLe2M9i3AovFEm9PGJ2ovpT { color:rgba(var(--color-primary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:2.5244140625rem;left:2.5rem;height:1.9125rem;font-style:normal;display:block; }
#dvg6FV15RM6cZwfVDeQNFJIa70pTNCpa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#OU75wHlmlO87hLHIDLAUT7t5z15u2bD3 { color:rgba(var(--color-primary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:2.5239582061767rem;left:39.062498092651rem;height:1.9125rem;font-style:normal;display:block; }
#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container { background-color: transparent; background-image: none; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container > .video-iframe-container { display: none; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row > .video-iframe-container { display: none; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .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); }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container { border-width: 0; border-radius: 0; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#flDciSGRAySwQTF5OTBwbnoAghlhkA4X { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qik66AZmTTPrXD1BiEM7leqZtLPEJOGa { 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: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:13.0625rem;display:block; }
#B5sMlvsiziLNSS19xNyHxlkTdT4y8kUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgcsy4eiVVTFTLmetLSPQfWplHfGygez { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#R3yL4lEQSuv1KPMe18p470sKUyipekaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container { background-color: transparent; background-image: none; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container > .video-iframe-container { display: none; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row > .video-iframe-container { display: none; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .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); }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container { border-width: 0; border-radius: 0; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#NbduuveC4aHVlWUChIbKf0z7Ozd8TxRg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#m0EPzxUoGb8B1hC1oW9s5nxXWB2yQTlm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.625rem;left:0rem;height:4.675rem;font-style:normal;display:block; }
#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container { background-color: transparent; background-image: none; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container > .video-iframe-container { display: none; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row > .video-iframe-container { display: none; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .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); }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container { border-width: 0; border-radius: 0; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#F4VfQ1mOncxZICXSqMi3R1wS9OeSzHSg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r167XAMtydEJvyJWhWd5pThsiFeLBchw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container { background-color: transparent; background-image: none; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container > .video-iframe-container { display: none; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row > .video-iframe-container { display: none; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .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); }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container { border-width: 0; border-radius: 0; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#sUTvAqA311fA7RkJMeWOvmd7mmWuNFZT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfAUno6sBNftLr4TxvCaX6C04hIx3STs { 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: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:13.0625rem;display:block; }
#eNpnGTio5nTirmqxirLKlKOBiSMGOapV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLugMuv5K4lvVxN33Vd3pUfxQFe4dsil { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#pdM3sCV4TTINTyO9yAJnSzWPBTqHKTFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/6d4835bb-367b-49bf-9230-d980a3810641/bg1panul.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9999971389771rem;left:41.812498092651rem;height:1.925rem;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.3104200363156rem;left:41.812498092651rem;height:14.025rem;font-style:normal;display:block; }
#t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.1875rem;left:41.75rem;display:block; }
#ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.25rem;left:52.5rem;display:block; }
#zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.25rem;left:63.25rem;display:block; }
#a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.375rem;top:17.6875rem;left:24.84375rem;display:block; }
#xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:25.03125rem;left:26.9375rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.637500762939rem;left:26.9375rem;height:6.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.25rem;left:43.8125rem; }
#sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.4375rem;left:54.6875rem; }
#Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.4375rem;left:65.5rem; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:40rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#hhEkDNxiwHSMGlJ5ScBtlBbnLiubRqQe { color:rgba(var(--color-primary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.65625rem;left:35.21875rem;height:2.6rem;display:block; }
#HbH7CCPber1vH5QSVcLlm7DHH0gzfwRy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:33.312503814698rem;left:40.016668319702rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgUHZII6yVubcHDxe7JihzPn9LdOJZgM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.312503814698rem;left:50.718748092651rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wkh7T15FygMfsQVoIUzoDMUWGpK3refv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.312503814698rem;left:61.516668319702rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { border-width: 0; border-radius: 0; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/133a0f6b-c906-4af3-8dca-7160f3d6da93/REALIZACJAmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.lazyloading { background-image: none; }#eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.625rem;left:0.875rem;height:1.925rem;font-style:normal;display:block; }
#UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:9rem;left:0.875rem;height:1.7rem;font-style:normal;display:block; }
#df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:16.6875rem;top:14.6875rem;left:27.937498092651rem;display:block; }
#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:16.5rem;left:29.124998092651rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
#KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.9375rem;left:5.125rem;height:5.0875rem;font-style:normal;display:block; }
#JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.3);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.3);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.3);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:13.625rem;left:0.8125rem;display:block; }
#lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { color:rgba(var(--color-tertiary-4),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:14.5rem;left:2.3125rem;height:1.7rem;font-style:normal;display:block; }
#Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.1875rem;left:5.25rem;height:5.1rem;font-style:normal;display:block; }
#g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:19.1875rem;left:0.8125rem;display:block; }
#sxImpyTKTMReEDTRMc281CPFkPHQhPkS { color:rgba(var(--color-tertiary-4),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:20.0625rem;left:2.3125rem;height:1.7rem;font-style:normal;display:block; }
#lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:25.5rem;left:5.125rem;height:6.8rem;font-style:normal;display:block; }
#DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:25.3125rem;left:0.8125rem;display:block; }
#zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:26.1875rem;left:2.25rem;height:1.7rem;font-style:normal;display:block; }
#qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { box-sizing:content-box;height:35.0625rem;width:37.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:0rem;left:-0.0625rem;display:block; }
#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-form-header {  }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:26.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select { 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-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:26.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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-primary-2),1);background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-container:first-of-type{padding-top:0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-container:last-of-type{padding-bottom:0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:2.4291648864746rem;left:5.6656265258789rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi {display:block;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:2.4291648864746rem;left:5.6656265258789rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #ZEptIaNbukrl7cU3wmFriG5FJhD0W09Z { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #LSM0CbTysuOXLfmppy32Wctxk4as6oUA { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #H66BOWezBbK7DdSJtPdogwORJDTVbxZi { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #S0OuloFdO0GIvdzu3Qw0dZxZu2lcScUo { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #xEB4bfEaT3alGOegbs25iCb3xInPgHZN { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #qNQaFNBafR1ArcDFERpFFOPcMV7xWMtm { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wb6In8Qcrckb1xaoZDdnUbWxvLQDc7RW { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #MuDtPCIHONQL5SQ0uT2M22r9ANKtSvhd { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #tOLcDyNQ9FWmabfUgWaGTzVRoIKZALxR { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #adZ1RbHKIdRQzCfHizi4H9fdVsDExOfU { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #XerbcIKHCkSABkAlA4nDkKx6p2y7SRSW { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wp2OlRZLpltQI9TmNqEqicZAB5dPdTFM { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #pV7bU9Cqrrvx5ItKBSzH9NAzNng5fqfX { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #X8A508A3xhHpJVeVxiDtQgZG2eZUJMkZ { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #b2lUfTB5kaClUOOBHdH6ToyKVIM5FfI9 { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #U7V5bbDlxwUA6NicMT64frIsIUVsqmnI { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #gM2nbsPkrsOnRld4tAfSyu3IyGmVFhHM { position:relative;display:block; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #NJbcweGEsR7dOb51yCOi2i6kKnrzQf4x { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #QdKl9e0KonMbWVeEnkE26KETUvDd0D5O { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #o9Olun3HMIN45SQ3oVn62y6hcEHaEMWf { position:relative;z-index:2; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #KANgvfvpAJ3mzftbap49JFGfRPAZpn8e { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #vHBFyVghVCLDGMQGLnyHqUH0Ef6I55P7 { position:relative; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #P3lgvW30Un1TvQm0n9DMMT8q1hchGhQV { position:relative; }
#LWVA1XOhzwyokz1z1c1dL0h0PtuGTX4F { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4291667938233rem;left:36.10312461853rem;height:3.4125rem;display:block; }
#i409Tlcm7cTbUXUV528L7oFpoLddW3Jt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1770830154419rem;left:36.10312461853rem;height:11.7rem;display:block; }
#XyzuzCy70KStrS6vHGfa7eH60uTzfTlB { position:absolute;display:block;z-index:15003;height:16.375rem;width:34.8125rem;top:18.827083587646rem;left:36.25rem;display:block; }
#un6UtROTe7TsJm88y841Jfk6KTeboM1T { z-index:;position:relative;display:block; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T { background-color: transparent; background-image: none; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row .container > .video-iframe-container { display: none; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row > .video-iframe-container { display: none; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .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); }#un6UtROTe7TsJm88y841Jfk6KTeboM1T { border-width: 0; border-radius: 0; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#sVpnhg6SZ3sQZsFrSC2EcFDGdCyNPNtF { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R5FxvWLI5axxMZTwCcIfwq0kGfaqwIRT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.0625rem;top:5.9375rem;left:7.4999980926512rem;overflow:hidden;display:block; }
#oFpoMELGWQMzD1HGudLPDzTdHdCZ4W8z { 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:2.6875rem;width:5.625rem;top:6.78125rem;left:15.749998092651rem;overflow:hidden;display:block; }
#QXkOGMW03ThRBm3e9JkaPesmSSszVCi5 { 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:2.875rem;width:5.9375rem;top:6.6875rem;left:22.937498092651rem;overflow:hidden;display:block; }
#ctenQ6r4ndocdLSgK1B2XiOHXU05L8Qr { 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:2.875rem;width:5.75rem;top:6.6875rem;left:31.249998092651rem;overflow:hidden;display:block; }
#sVPBcHsDg9DZVeDBOmBJ4yM7WqMz8TUR { 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:2.875rem;width:5.75rem;top:6.6875rem;left:39.749998092651rem;overflow:hidden;display:block; }
#PNR7r5QxHd5Dnz8bEQqTGIv1mTqrCOBy { position:absolute;display:block;z-index:15039;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.875rem;width:5.75rem;top:6.6875rem;left:47.999998092651rem;overflow:hidden;display:block; }
#TnJggAkeSuSQDHPkFuRvOxLtemx5yTQq { position:absolute;display:block;z-index:15040;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.875rem;width:5.75rem;top:6.6875rem;left:55.312498092651rem;overflow:hidden;display:block; }
#TZByNngwWCSOPi7gakPDEHTATTlW4oxB { position:absolute;display:block;z-index:15041;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.875rem;width:5.75rem;top:6.6875rem;left:61.749998092651rem;overflow:hidden;display:block; }
#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns { position:relative;display:block; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns { background-color: transparent; background-image: none; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container > .video-iframe-container { display: none; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row > .video-iframe-container { display: none; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .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); }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns { border-width: 0; border-radius: 0; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kwlhiI2sMhAe7rnsxVZBSVVZLR64tL72 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.60416698455811rem;left:0.6572914123535rem;height:12.1875rem;display:block; }
#hUoehHAcxAcRTrp9caoF71dtg90z3bZM { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.69687557220456rem;left:38.1875rem;height:11.375rem;display:block; }
#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#cGksoxpvvyxyAXkU6meTJrGDfryi276S { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6875rem;left:50.6875rem;height:1.1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4125022888184rem;left:50.6875rem;height:0.9625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DT7Zlfh9v7guZGO1H30pU3xWAdEre6fN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.3125rem;top:0.65625rem;left:1.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.9375rem;height:8.25rem;top:13.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:11.0625rem;height:1.25rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.4375rem;height:2.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:41.875rem;height:1.8125rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:38.125rem;height:5.0625rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:18.3125rem;height:3.75rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.8125rem;height:3.625rem;top:30.6875rem;left:5.4229183197021rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #hcoQJv5BATbevC2iXtWh41N1kPICy7dp { width:10.1875rem;height:2.5rem;top:2.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8d5cmzIrobdzZIwxezWqpAXs341ClTo { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:6.0625rem;height:2.5rem;top:2.125rem;left:29.687503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #nQI9ZTFTAkPFwGg7Gog9686wSPgM086W { width:7.875rem;height:2.5rem;top:2.125rem;left:34.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeiZlLQsmgu7IwkHAUwrdmNRJcUSyiru { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:12.875rem;height:2.5rem;top:2.125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:6.4375rem;height:2.5rem;top:2.125rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { width:23.0625rem;height:4.25rem;top:30.4375rem;left:24.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvxKzPP04eruWyAbQCar9UfCITTgzzDy { display:block; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0THSPFcCBscudTqetqkMrtlyC65Q9nN { top:0.8125rem;left:0rem;width:37.5rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkxN9ni77W6VWas4nf78SkGeQcuCnvat { top:0.8125rem;left:21.5rem;width:26.25rem;height:0;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiaK8EWaBWWykRmzcuRporZyHTSv6wqo { top:10.875rem;left:24.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV654rD8rdN5VRtqw9kEhMqEBv9lzD5s { top:12.75rem;left:19.6875rem;width:28.0625rem;height:14.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uD2yZNkLDP475JN9M5Ibqnpbud26WI { width:20.4375rem;height:3.125rem;top:30.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkS7AXMSGQx9FQDJJgM4tS50z7RqUaB { display:block; }
 }@media only screen and (max-width: 763px) { #AQop1MIJp6ZAWumUWCE1csmxSTVT7tBC { top:1.375rem;left:0rem;width:17.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIazk854UU2tr7lfotOfu6pqywMOS7a { top:19.9375rem;left:0rem;width:37.25rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bMseRgQtuTnr4CsNqNZFJrwFMfJtsq { top:29.875rem;left:0rem;width:37.25rem;height:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDft8yi4mHtTI3DqJTqi4KTTTh5XoscR { top:29.0625rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:18.25rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:18.125rem;height:25.875rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:18.125rem;height:25.875rem;top:0rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:18.125rem;height:25.875rem;top:0rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { width:17.75rem;height:1.875rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHfGv6m7VQ70NeOxunhahAcTIyDVkQ89 { width:17.75rem;height:1.875rem;top:26.6875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2aJ1pJoeI5ApZLRdZy9QRCFtlXw7a4X { width:17.75rem;height:1.875rem;top:26.6875rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSXoiv1Ec1z96qrkEM3bo76ssiB8p0z { width:17.75rem;height:1.875rem;top:26.6875rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { width:13.375rem;height:2.5rem;top:1.25rem;left:1.4062480926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVMGmgRmVbvRXDm0IeyFmS056gHHWQ6 { width:13.0625rem;height:2.5625rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2T9bJox6gt8S7wQt8F5tqgBMEqJx1e2 { width:14rem;height:2.5rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voyB02kNox2rWLz1ViC5kGbLwzTTskd8 { width:15.625rem;height:2.5rem;top:1.25rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiC8rn16b9H3Iz0dVhdKPNTw9N3cDXqI { width:11.125rem;height:2.5rem;top:1.25rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3b4gKU6TLBJUFIAtmeo9rBlXUTnnQoH { width:14.6875rem;height:2.5625rem;top:1.1875rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLdweLqVboNZd3b1MhLwAkVbOflv0sT { width:9.4375rem;height:2.5625rem;top:1.25rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CyzkSUqyd1vVbFDCH2dlCgkO31n2wf { width:12.9375rem;height:2.5rem;top:1.1875rem;left:10.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:27.0625rem;height:3.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:18.4375rem;height:3.75rem;top:5.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt { display:block; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTs0Ob3JCvL250VtsTv3eO6BT3N0PIQP { width:18.25rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QktBMrmetgg2KamIyqUaAcQMg9MDNW35 { width:18.1875rem;height:26rem;top:0rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS3dvDCtZt1HhiIQZdOcewIabllUL79G { width:18.125rem;height:25.875rem;top:0rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL3JS7ZyL78Mc5JGVsnyaJB1HhPXAQ3V { width:18.125rem;height:25.875rem;top:0rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFqNHL6ABTDUg0Fu2R6PSTZAK8hXqEO { width:17.75rem;height:;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g32cg1ivQmuyhzGZGeTNMpnCsZZp8XNI { width:17.75rem;height:1.875rem;top:26.6875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgAaa09DrKkGQNKNMJoyoAZubRCz2Dm { width:17.75rem;height:1.875rem;top:26.6875rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7AEifGaXgcCJX5BpauJW6P9K1PDZyKZ { width:17.75rem;height:1.875rem;top:26.6875rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl7vPRPBomCOJs74L9cJLniX9GPLr7k3 { width:15.375rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDzT08tyT7llPZ3HBpCTAHlyr3befOhn { width:8.625rem;height:2.5rem;top:1.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQxzxyX4H6tltglvPRReAZoT4IJx21T { width:15.625rem;height:2.5rem;top:1.25rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKv8PBet9dLyAkFaWTKMTMOHpAcEBAk4 { width:7.875rem;height:2.5rem;top:1.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDriERUpOs9tzEc3R48D0zb4yEX2Kbwb { width:14.6875rem;height:2.5rem;top:1.1875rem;left:21.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN2mowzd2KTd0zZXXV11QVoX2hckUpOp { width:5.125rem;height:2.5625rem;top:1.25rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faEzMptR7ThFhxOC2084fKkCTaTtI5Ty { width:12.9375rem;height:2.5rem;top:1.1875rem;left:10.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpuguvFBXunWurRKo15sE9nvC5uUurgB { width:14.6875rem;height:2.5rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy { display:block; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpTnFi29HQFbaLWtoHp0DMUGFfqycZx9 { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ca9GUerGBOOKnJALhEWunvvipC4EA7 { width:27.0625rem;height:3.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKPsHGtJvJ5s6BtoOX6M7bwq3yRm8Du0 { display:block; }
 }@media only screen and (max-width: 763px) { #JW56Adn3DnAZFI2Z0NBGMDgJ60ND96wS { width:18.4375rem;height:3.75rem;top:5.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzhMqpOsppRdrCECamD621zfSRT3HRHK { display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:1.875rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:3.375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { display:block; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { width:37.5rem;height:31.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5vlp3G2cLe2M9i3AovFEm9PGJ2ovpT { width:12.4375rem;height:1.875rem;top:2.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvg6FV15RM6cZwfVDeQNFJIa70pTNCpa { width:37.5rem;height:31.4375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU75wHlmlO87hLHIDLAUT7t5z15u2bD3 { width:12.4375rem;height:1.875rem;top:2.5rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi { display:block; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flDciSGRAySwQTF5OTBwbnoAghlhkA4X { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qik66AZmTTPrXD1BiEM7leqZtLPEJOGa { width:27.0625rem;height:3.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5sMlvsiziLNSS19xNyHxlkTdT4y8kUp { display:block; }
 }@media only screen and (max-width: 763px) { #cgcsy4eiVVTFTLmetLSPQfWplHfGygez { width:18.4375rem;height:3.75rem;top:5.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yL4lEQSuv1KPMe18p470sKUyipekaa { display:block; }
 }@media only screen and (max-width: 763px) { #eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU { display:block; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbduuveC4aHVlWUChIbKf0z7Ozd8TxRg { width:47.75rem;height:1.875rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0EPzxUoGb8B1hC1oW9s5nxXWB2yQTlm { width:47.75rem;height:4.625rem;top:6.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuZnsZU5urAGdt6pm6bwaQE27fzDvsax { display:block; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4VfQ1mOncxZICXSqMi3R1wS9OeSzHSg { width:37.5rem;height:31.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r167XAMtydEJvyJWhWd5pThsiFeLBchw { width:37.5rem;height:31.4375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkneZVzeE5riTPKrLfMVuGqyBTQTAol { display:block; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTvAqA311fA7RkJMeWOvmd7mmWuNFZT { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfAUno6sBNftLr4TxvCaX6C04hIx3STs { width:27.0625rem;height:3.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpnGTio5nTirmqxirLKlKOBiSMGOapV { display:block; }
 }@media only screen and (max-width: 763px) { #sLugMuv5K4lvVxN33Vd3pUfxQFe4dsil { width:18.4375rem;height:3.75rem;top:5.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdM3sCV4TTINTyO9yAJnSzWPBTqHKTFT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:33.0625rem;height:1.875rem;top:2.9375rem;left:14.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:33.25rem;height:14rem;top:6.25rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:7.5rem;height:7.5rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:7.5rem;height:7.5rem;top:24.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:7.5rem;height:7.5rem;top:24.25rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:12.5rem;top:17.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:8.875rem;height:3.8125rem;top:25rem;left:15rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:10.625rem;height:6.375rem;top:18.625rem;left:13.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { top:26.25rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { top:26.4375rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { top:26.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:10.25rem;width:37.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhEkDNxiwHSMGlJ5ScBtlBbnLiubRqQe { top:25.625rem;left:20.4375rem;width:3.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbH7CCPber1vH5QSVcLlm7DHH0gzfwRy { top:33.3125rem;left:23.875rem;width:11.0625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUHZII6yVubcHDxe7JihzPn9LdOJZgM { top:33.3125rem;left:30.281248092651rem;width:11.0625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkh7T15FygMfsQVoIUzoDMUWGpK3refv { top:33.3125rem;left:36.6875rem;width:11.0625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:33.125rem;height:1.875rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:33.125rem;height:1.6875rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:16.6875rem;height:12.8125rem;top:14.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:14.125rem;height:9rem;top:16.5rem;left:10.8125rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:22.6875rem;height:5.0625rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.6875rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:22.4375rem;height:5.0625rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.6875rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:21.625rem;height:6.8125rem;top:25.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:3.25rem;height:3.25rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:1.0625rem;height:1.6875rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { top:0rem;left:0rem;width:37.5625rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-checkbox-label { width:25.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi  { width:26.625rem;height:auto;top:2.375rem;left:0rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi {display:block;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi { width:26.625rem;height:auto;top:2.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #ZEptIaNbukrl7cU3wmFriG5FJhD0W09Z {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #LSM0CbTysuOXLfmppy32Wctxk4as6oUA {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #H66BOWezBbK7DdSJtPdogwORJDTVbxZi {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #S0OuloFdO0GIvdzu3Qw0dZxZu2lcScUo {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #xEB4bfEaT3alGOegbs25iCb3xInPgHZN {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #qNQaFNBafR1ArcDFERpFFOPcMV7xWMtm {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wb6In8Qcrckb1xaoZDdnUbWxvLQDc7RW {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #MuDtPCIHONQL5SQ0uT2M22r9ANKtSvhd {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #tOLcDyNQ9FWmabfUgWaGTzVRoIKZALxR {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #adZ1RbHKIdRQzCfHizi4H9fdVsDExOfU {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #XerbcIKHCkSABkAlA4nDkKx6p2y7SRSW {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wp2OlRZLpltQI9TmNqEqicZAB5dPdTFM {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #pV7bU9Cqrrvx5ItKBSzH9NAzNng5fqfX {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #X8A508A3xhHpJVeVxiDtQgZG2eZUJMkZ {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #b2lUfTB5kaClUOOBHdH6ToyKVIM5FfI9 {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #U7V5bbDlxwUA6NicMT64frIsIUVsqmnI {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #gM2nbsPkrsOnRld4tAfSyu3IyGmVFhHM {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #NJbcweGEsR7dOb51yCOi2i6kKnrzQf4x {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #QdKl9e0KonMbWVeEnkE26KETUvDd0D5O {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #o9Olun3HMIN45SQ3oVn62y6hcEHaEMWf {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #KANgvfvpAJ3mzftbap49JFGfRPAZpn8e {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #vHBFyVghVCLDGMQGLnyHqUH0Ef6I55P7 {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #P3lgvW30Un1TvQm0n9DMMT8q1hchGhQV {  }
 }@media only screen and (max-width: 763px) { #LWVA1XOhzwyokz1z1c1dL0h0PtuGTX4F { top:2.375rem;left:18.0625rem;width:29.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i409Tlcm7cTbUXUV528L7oFpoLddW3Jt { top:7.125rem;left:14.1875rem;width:33.5625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzuzCy70KStrS6vHGfa7eH60uTzfTlB { top:18.8125rem;left:12.9375rem;width:34.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6UtROTe7TsJm88y841Jfk6KTeboM1T { display:block; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVpnhg6SZ3sQZsFrSC2EcFDGdCyNPNtF { top:2.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5FxvWLI5axxMZTwCcIfwq0kGfaqwIRT { width:9.0625rem;height:4.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFpoMELGWQMzD1HGudLPDzTdHdCZ4W8z { width:5.625rem;height:2.6875rem;top:6.75rem;left:2.1249980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkOGMW03ThRBm3e9JkaPesmSSszVCi5 { width:5.9375rem;height:2.875rem;top:6.6875rem;left:9.3124980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctenQ6r4ndocdLSgK1B2XiOHXU05L8Qr { width:5.75rem;height:2.875rem;top:6.6875rem;left:17.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVPBcHsDg9DZVeDBOmBJ4yM7WqMz8TUR { width:5.75rem;height:2.875rem;top:6.6875rem;left:26.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNR7r5QxHd5Dnz8bEQqTGIv1mTqrCOBy { width:5.75rem;height:2.875rem;top:6.6875rem;left:34.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJggAkeSuSQDHPkFuRvOxLtemx5yTQq { width:5.75rem;height:2.875rem;top:6.6875rem;left:41.687498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZByNngwWCSOPi7gakPDEHTATTlW4oxB { width:5.75rem;height:2.875rem;top:6.6875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAy1xXZElVTwv9bKOAQeaVs2ULCdynns { display:block; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwlhiI2sMhAe7rnsxVZBSVVZLR64tL72 { top:0.5625rem;left:0rem;width:36.125rem;height:13.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUoehHAcxAcRTrp9caoF71dtg90z3bZM { top:0.6875rem;left:11.625rem;width:36.125rem;height:13rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:23.9375rem;height:1.0625rem;top:1.6875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:23.9375rem;height:0.9375rem;top:3.375rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7Zlfh9v7guZGO1H30pU3xWAdEre6fN { top:0.625rem;left:0rem;width:5.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a4efdeb-1c0e-4347-9cca-08c7fe7fe3fc/Clipboard_11152025_01.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.4); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.4); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:4.8rem;top:11.7375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:14.875rem;height:1.2375rem;top:5.25rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.4375rem;height:2.75rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:20rem;height:2.75rem;top:7.7375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:8.4rem;top:24.3875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:34.0375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.841666625rem;height:3.654166625rem;top:39.0375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #hcoQJv5BATbevC2iXtWh41N1kPICy7dp { width:6.0625rem;height:1.25rem;top:7.6875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8d5cmzIrobdzZIwxezWqpAXs341ClTo { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:6.0625rem;height:1.25rem;top:10.1875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #nQI9ZTFTAkPFwGg7Gog9686wSPgM086W { width:7.875rem;height:1.3125rem;top:12.6875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeiZlLQsmgu7IwkHAUwrdmNRJcUSyiru { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:10.875rem;height:1.3125rem;top:15.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:4.25rem;height:1.3125rem;top:17.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { width:17.375rem;height:0;top:43.94166875rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #LvxKzPP04eruWyAbQCar9UfCITTgzzDy { display:block; }#LvxKzPP04eruWyAbQCar9UfCITTgzzDy > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0THSPFcCBscudTqetqkMrtlyC65Q9nN { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkxN9ni77W6VWas4nf78SkGeQcuCnvat { width:19.0625rem;height:7.3125rem;top:21.144791603088rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiaK8EWaBWWykRmzcuRporZyHTSv6wqo { width:4.6875rem;height:0.25rem;top:30.019791603088rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV654rD8rdN5VRtqw9kEhMqEBv9lzD5s { width:18rem;height:6.3375rem;top:31.582291603088rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uD2yZNkLDP475JN9M5Ibqnpbud26WI { width:18.375rem;height:2.5rem;top:39.332291603088rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkS7AXMSGQx9FQDJJgM4tS50z7RqUaB { display:block; }
 }@media only screen and (max-width: 763px) { #AQop1MIJp6ZAWumUWCE1csmxSTVT7tBC { width:17.625rem;height:6rem;top:42.769791603088rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIazk854UU2tr7lfotOfu6pqywMOS7a { width:18.375rem;height:7.8rem;top:2.0822916030884rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bMseRgQtuTnr4CsNqNZFJrwFMfJtsq { width:18.75rem;height:4.3875rem;top:16.176041603088rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDft8yi4mHtTI3DqJTqi4KTTTh5XoscR { width:4.6875rem;height:0.25rem;top:8.1322927474975rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:18.25rem;height:26rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:18.125rem;height:25.875rem;top:31.1rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:18.125rem;height:25.875rem;top:60.95rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:18.125rem;height:25.875rem;top:90.8rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { width:18.25rem;height:1.9125rem;top:27.9375rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHfGv6m7VQ70NeOxunhahAcTIyDVkQ89 { width:17.75rem;height:1.9125rem;top:57.7875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2aJ1pJoeI5ApZLRdZy9QRCFtlXw7a4X { width:17.75rem;height:1.9125rem;top:87.6375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOSXoiv1Ec1z96qrkEM3bo76ssiB8p0z { width:18.1875rem;height:1.9125rem;top:117.4875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { width:13.5rem;height:2.5rem;top:2.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVMGmgRmVbvRXDm0IeyFmS056gHHWQ6 { width:13rem;height:2.55rem;top:2.4749755859375rem;left:6.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2T9bJox6gt8S7wQt8F5tqgBMEqJx1e2 { width:14rem;height:2.5rem;top:32.35rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voyB02kNox2rWLz1ViC5kGbLwzTTskd8 { width:15.625rem;height:2.5rem;top:62.2rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiC8rn16b9H3Iz0dVhdKPNTw9N3cDXqI { width:11.125rem;height:2.5rem;top:92.05rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3b4gKU6TLBJUFIAtmeo9rBlXUTnnQoH { width:14.6875rem;height:2.55rem;top:62.174975585938rem;left:4.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFLdweLqVboNZd3b1MhLwAkVbOflv0sT { width:9.4375rem;height:2.55rem;top:92.097912597656rem;left:9.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CyzkSUqyd1vVbFDCH2dlCgkO31n2wf { width:12.9375rem;height:2.55rem;top:32.324998855591rem;left:6.2354164123535rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:16.9375rem;height:3.75rem;top:3.875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:16.841666625rem;height:3.654166625rem;top:8.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt { display:block; }#NVE93UX3pZTrPDAVM2u0v9vlEnnDPidt > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTs0Ob3JCvL250VtsTv3eO6BT3N0PIQP { width:18.25rem;height:26rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QktBMrmetgg2KamIyqUaAcQMg9MDNW35 { width:17rem;height:24.25rem;top:31.099984741211rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DS3dvDCtZt1HhiIQZdOcewIabllUL79G { width:18.25rem;height:26.125rem;top:60.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wL3JS7ZyL78Mc5JGVsnyaJB1HhPXAQ3V { width:18.25rem;height:26.125rem;top:31.850011825561rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFqNHL6ABTDUg0Fu2R6PSTZAK8hXqEO { width:18.25rem;height:1.9125rem;top:27.937484741211rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g32cg1ivQmuyhzGZGeTNMpnCsZZp8XNI { width:17.75rem;height:0;top:56.412490844726rem;left:1.4229164123535rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QGgAaa09DrKkGQNKNMJoyoAZubRCz2Dm { width:17.75rem;height:0;top:87.4375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D7AEifGaXgcCJX5BpauJW6P9K1PDZyKZ { width:18.1875rem;height:1.9125rem;top:58.918745040894rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kl7vPRPBomCOJs74L9cJLniX9GPLr7k3 { width:15.5625rem;height:2.5rem;top:2.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDzT08tyT7llPZ3HBpCTAHlyr3befOhn { width:8.5rem;height:2.5rem;top:32.35000038147rem;left:9.9854164123538rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbQxzxyX4H6tltglvPRReAZoT4IJx21T { width:15.625rem;height:2.5rem;top:61.5rem;left:3.5479164123535rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKv8PBet9dLyAkFaWTKMTMOHpAcEBAk4 { width:7.875rem;height:2.5rem;top:32.922922134399rem;left:11.297916412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDriERUpOs9tzEc3R48D0zb4yEX2Kbwb { width:14.6875rem;height:0;top:61.47500038147rem;left:4.4854164123535rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IN2mowzd2KTd0zZXXV11QVoX2hckUpOp { width:5.125rem;height:2.55rem;top:32.897916793823rem;left:14.047916412354rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faEzMptR7ThFhxOC2084fKkCTaTtI5Ty { width:6.9375rem;height:0;top:32.325000762939rem;left:11.610416412354rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fpuguvFBXunWurRKo15sE9nvC5uUurgB { width:14.6875rem;height:2.55rem;top:2.4749755859375rem;left:4.4854164123535rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy { display:block; }#FSCnKdpxrkcxFkrJgmXcKPCWSWVgIUqy > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpTnFi29HQFbaLWtoHp0DMUGFfqycZx9 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1ca9GUerGBOOKnJALhEWunvvipC4EA7 { width:16.9375rem;height:3.75rem;top:3.875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKPsHGtJvJ5s6BtoOX6M7bwq3yRm8Du0 { display:block; }
 }@media only screen and (max-width: 763px) { #JW56Adn3DnAZFI2Z0NBGMDgJ60ND96wS { width:16.841666625rem;height:3.654166625rem;top:8.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzhMqpOsppRdrCECamD621zfSRT3HRHK { display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:20rem;height:1.65rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:10.2rem;top:4.15rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { display:block; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { width:8.4375rem;height:7rem;top:1.25rem;left:0.59166622161865rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5vlp3G2cLe2M9i3AovFEm9PGJ2ovpT { width:8.25rem;height:1.16875rem;top:6.5864582061769rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvg6FV15RM6cZwfVDeQNFJIa70pTNCpa { width:9.875rem;height:8.1875rem;top:0.8125rem;left:9.6854162216188rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU75wHlmlO87hLHIDLAUT7t5z15u2bD3 { width:9.4375rem;height:1.38125rem;top:6.9166669845581rem;left:9.9041662216188rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi { display:block; }#afGGBJDtByLcaC5kFoLRb4H3A8fTq7Qi > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flDciSGRAySwQTF5OTBwbnoAghlhkA4X { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qik66AZmTTPrXD1BiEM7leqZtLPEJOGa { width:16.9375rem;height:3.75rem;top:3.875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5sMlvsiziLNSS19xNyHxlkTdT4y8kUp { display:block; }
 }@media only screen and (max-width: 763px) { #cgcsy4eiVVTFTLmetLSPQfWplHfGygez { width:16.841666625rem;height:3.654166625rem;top:8.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yL4lEQSuv1KPMe18p470sKUyipekaa { display:block; }
 }@media only screen and (max-width: 763px) { #eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU { display:block; }#eM6C0uGIgtgw4faxXmTIN4D5sEIONoRU > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbduuveC4aHVlWUChIbKf0z7Ozd8TxRg { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0EPzxUoGb8B1hC1oW9s5nxXWB2yQTlm { width:20rem;height:0;top:5.8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VuZnsZU5urAGdt6pm6bwaQE27fzDvsax { display:block; }#VuZnsZU5urAGdt6pm6bwaQE27fzDvsax > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4VfQ1mOncxZICXSqMi3R1wS9OeSzHSg { width:18.1875rem;height:15.125rem;top:0rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r167XAMtydEJvyJWhWd5pThsiFeLBchw { width:18.1875rem;height:15.1875rem;top:16.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkneZVzeE5riTPKrLfMVuGqyBTQTAol { display:block; }#NfkneZVzeE5riTPKrLfMVuGqyBTQTAol > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTvAqA311fA7RkJMeWOvmd7mmWuNFZT { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfAUno6sBNftLr4TxvCaX6C04hIx3STs { width:16.9375rem;height:3.75rem;top:3.875rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpnGTio5nTirmqxirLKlKOBiSMGOapV { display:block; }
 }@media only screen and (max-width: 763px) { #sLugMuv5K4lvVxN33Vd3pUfxQFe4dsil { width:16.841666625rem;height:3.654166625rem;top:8.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdM3sCV4TTINTyO9yAJnSzWPBTqHKTFT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:30.125rem;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/a5830ef6-d029-422f-8ae5-95b040bd8680/DSC064852.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:0;top:25.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:20rem;height:0;top:28.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:3.375rem;height:3.375rem;top:1.0145826339722rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:3.25rem;height:3.25rem;top:5.189582824707rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:3.25rem;height:3.25rem;top:9.21875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:9.375rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:10.0625rem;height:0;top:8.59375rem;left:4.90625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:9.3125rem;height:0;top:2.1999969482422rem;left:4.90625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { display:flex;width:1.625rem;height:1.625rem;top:1.9375rem;left:3.0166664123535rem; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { display:flex;width:1.8125rem;height:1.8125rem;top:5.9562501907349rem;left:2.9229164123535rem; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { display:flex;width:1.6875rem;height:1.6875rem;top:10.047916412354rem;left:2.9854164123535rem; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhEkDNxiwHSMGlJ5ScBtlBbnLiubRqQe { width:3.4375rem;height:2.6rem;top:9.21875rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbH7CCPber1vH5QSVcLlm7DHH0gzfwRy { width:11.0625rem;height:2.925rem;top:1.6541662216186rem;left:7.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUHZII6yVubcHDxe7JihzPn9LdOJZgM { width:11.0625rem;height:2.925rem;top:5.4000015258789rem;left:7.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkh7T15FygMfsQVoIUzoDMUWGpK3refv { width:11.0625rem;height:2.925rem;top:9.4291667938231rem;left:7.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/133a0f6b-c906-4af3-8dca-7160f3d6da93/REALIZACJAmin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:20rem;height:1.925rem;top:18.810416221619rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:20rem;height:3.4rem;top:20.687474250794rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:13.5625rem;height:13.9375rem;top:1.0437498092651rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:11.5rem;height:12.4rem;top:1.8124771118164rem;left:4.25rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:14.4375rem;height:6.40625rem;top:25.003125190735rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:26.533334732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.7rem;top:27.356251716614rem;left:1.3604164123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:15.625rem;height:6.375rem;top:32.66251373291rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:34.177085876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.7rem;top:35rem;left:1.3604164123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:15.5625rem;height:7.03125rem;top:40.406255722046rem;left:4rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:3.25rem;height:3.25rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:1.0625rem;height:1.7rem;top:41.885417938233rem;left:1.2666664123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { width:20rem;height:35rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi  { width:17.5rem;height:34.825rem;top:1.25rem;left:0rem; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi {display:block;}#tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi { width:17.5rem;height:34.825rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #ZEptIaNbukrl7cU3wmFriG5FJhD0W09Z {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #LSM0CbTysuOXLfmppy32Wctxk4as6oUA {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #H66BOWezBbK7DdSJtPdogwORJDTVbxZi {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #S0OuloFdO0GIvdzu3Qw0dZxZu2lcScUo {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #xEB4bfEaT3alGOegbs25iCb3xInPgHZN {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #qNQaFNBafR1ArcDFERpFFOPcMV7xWMtm {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wb6In8Qcrckb1xaoZDdnUbWxvLQDc7RW {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #MuDtPCIHONQL5SQ0uT2M22r9ANKtSvhd {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #tOLcDyNQ9FWmabfUgWaGTzVRoIKZALxR {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #adZ1RbHKIdRQzCfHizi4H9fdVsDExOfU {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #XerbcIKHCkSABkAlA4nDkKx6p2y7SRSW {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #wp2OlRZLpltQI9TmNqEqicZAB5dPdTFM {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #pV7bU9Cqrrvx5ItKBSzH9NAzNng5fqfX {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #X8A508A3xhHpJVeVxiDtQgZG2eZUJMkZ {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #b2lUfTB5kaClUOOBHdH6ToyKVIM5FfI9 {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #U7V5bbDlxwUA6NicMT64frIsIUVsqmnI {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #gM2nbsPkrsOnRld4tAfSyu3IyGmVFhHM {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #NJbcweGEsR7dOb51yCOi2i6kKnrzQf4x {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #QdKl9e0KonMbWVeEnkE26KETUvDd0D5O {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #o9Olun3HMIN45SQ3oVn62y6hcEHaEMWf {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #KANgvfvpAJ3mzftbap49JFGfRPAZpn8e {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #vHBFyVghVCLDGMQGLnyHqUH0Ef6I55P7 {  }
 }@media only screen and (max-width: 763px) { #tVQlUKztD8EJsKqxX2V0P9uDqSntUqgi #P3lgvW30Un1TvQm0n9DMMT8q1hchGhQV {  }
 }@media only screen and (max-width: 763px) { #LWVA1XOhzwyokz1z1c1dL0h0PtuGTX4F { width:20rem;height:2.275rem;top:39.137500762939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i409Tlcm7cTbUXUV528L7oFpoLddW3Jt { width:20rem;height:14.3rem;top:42.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyzuzCy70KStrS6vHGfa7eH60uTzfTlB { width:20rem;height:16.375rem;top:57.925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6UtROTe7TsJm88y841Jfk6KTeboM1T { display:block; }#un6UtROTe7TsJm88y841Jfk6KTeboM1T > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVpnhg6SZ3sQZsFrSC2EcFDGdCyNPNtF { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R5FxvWLI5axxMZTwCcIfwq0kGfaqwIRT { width:3.875rem;height:1.9375rem;top:5.7979297637939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFpoMELGWQMzD1HGudLPDzTdHdCZ4W8z { width:3.875rem;height:1.9375rem;top:5.7979164123535rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkOGMW03ThRBm3e9JkaPesmSSszVCi5 { width:3.875rem;height:1.9375rem;top:5.7979164123535rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctenQ6r4ndocdLSgK1B2XiOHXU05L8Qr { width:4.6875rem;height:2.3125rem;top:8.2041664123538rem;left:0.36041641235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVPBcHsDg9DZVeDBOmBJ4yM7WqMz8TUR { width:4.6875rem;height:2.3125rem;top:8.2041664123538rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNR7r5QxHd5Dnz8bEQqTGIv1mTqrCOBy { width:4.3125rem;height:2.125rem;top:8.2979164123538rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJggAkeSuSQDHPkFuRvOxLtemx5yTQq { width:5.75rem;height:2.875rem;top:5.3291664123535rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZByNngwWCSOPi7gakPDEHTATTlW4oxB { width:5.75rem;height:2.875rem;top:30.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAy1xXZElVTwv9bKOAQeaVs2ULCdynns { display:none; }#TAy1xXZElVTwv9bKOAQeaVs2ULCdynns > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kwlhiI2sMhAe7rnsxVZBSVVZLR64tL72 { width:20rem;height:25.1875rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUoehHAcxAcRTrp9caoF71dtg90z3bZM { width:20rem;height:23.5625rem;top:27.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:20rem;height:0.9625rem;top:6.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:20rem;height:0.9625rem;top:9.025rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT7Zlfh9v7guZGO1H30pU3xWAdEre6fN { width:5.3125rem;height:4.3125rem;top:1.25rem;left:7.3125rem;display:block; }
 }