.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:225,228,231;--color-primary-1:166,173,184;--color-primary-2:106,118,136;--color-primary-3:64,71,82;--color-primary-4:6,26,56;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:245,245,245;--color-secondary-3:147,147,147;--color-secondary-4:49,49,49;--color-tertiary-0:217,223,231;--color-tertiary-1:128,150,175;--color-tertiary-2:1,44,95;--color-tertiary-3:1,22,48;--color-tertiary-4:0,7,14;--headlines-font-family:"Red Hat Display";--paragraphs-font-family:"Red Hat Display"; }@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:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), #002c65);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), #002c65);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), #002c65);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),1), #002c65);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#002c65' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#002c65' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),1), #002c65);background-size:auto !important;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); }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container { background-color: transparent; background-image: none; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container > .video-iframe-container { display: none; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row > .video-iframe-container { display: none; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .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); }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container { border-width: 0; border-radius: 0; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#MeoAg63vFCf2HCHiO9f70TRrJTw12ilF { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:2.3125rem;left:4.5625rem;height:0;font-style:normal;display:none; }
#e7gXTBmp3MhGmShJS0CVQHFblSd8BGkr { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-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:0.125rem;width:66.25rem;top:4.5rem;left:4.375rem;display:block; }
#d2IzrN8JPxi7VyaOsoPHw3MlT5MxwLzW { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:1.1875rem;left:7.3125rem;height:0;font-style:normal;display:block; }
#DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.125rem;left:61.6875rem; }
#DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.25rem;left:64.375rem; }
#OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R > img { max-width: 100%;max-height:100%; width:1.499025rem; height:1.499025rem; }#dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.25rem;left:66.625rem; }
#dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:2.0625rem;left:68.8125rem; }
#UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ { position:relative;display:block; } #d7ba400e55c79181d098fc7941354d5e.widget-smartsection *:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="text"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="email"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="tel"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection textarea:focus-visible { outline: none; } #i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ > .row .container { position:relative;display:block; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/b1da9233-6a65-4eda-8a09-abacfc5f0931/bgjpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR.adaptive-delivery-prevent-bg, #TriZtr62E4TZJXOGeOltM1COexMQDdmR.lazyload, #TriZtr62E4TZJXOGeOltM1COexMQDdmR.lazyloading { background-image: none; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container { background-color: transparent; background-image: none; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container > .video-iframe-container { display: none; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row > .video-iframe-container { display: none; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .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); }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container { border-width: 0; border-radius: 0; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#Kb8DqS055wHgp8XBP3gFG2aPJ6Te72a7 { position:absolute;display:block;z-index:15000;height:6.1875rem;width:65.75rem;top:6.0539779663086rem;left:0rem;display:none; }
#qvlhpT1tJfdHHXt97RdRwVgIyQR25XJZ { color:#000000;display:block;width:39.125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:5.4375rem;font-style:normal;display:none; }
#P1H9LFB3DaFfSs6eFo8A6wzyrgMibL4A { color:rgba(0,0,0,0.8);display:block;width:29.2498125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:26.6875rem;left:0rem;height:6.375rem;font-style:normal;display:none; }
#JAs6cD8Sd1EyrZyH7rEyK2pvIdeFHOpf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.5625rem;height:6.90625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zAOD3TTz75X6Gpc8S5tBs1ywTrvhLZCe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:6.01171875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UCzifLBEqB92gUQ5GnysxO1E0IFol27P { color:#f3f3f3;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2rem;height:7.880875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3 { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/666919d0-1fb5-48bc-b851-57b86b287cb0/newfoto.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:39rem;top:1.9375rem;left:35.999347686767rem;display:block; }#Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3.adaptive-delivery-prevent-bg, #Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3.lazyload, #Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3.lazyloading { background-image: none; }
#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/b1da9233-6a65-4eda-8a09-abacfc5f0931/bgjpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy.adaptive-delivery-prevent-bg, #aLzuLlywx1Fd97COc6hOVasNlKnkFEvy.lazyload, #aLzuLlywx1Fd97COc6hOVasNlKnkFEvy.lazyloading { background-image: none; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy > .row .container { border-width: 0; border-radius: 0; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:none; }#nQ3dDuAhXU8CPS0dClJ9EhJmXt1BFCiZ { position:absolute;display:block;z-index:15000;height:6.1875rem;width:65.75rem;top:6.0539779663086rem;left:0rem;display:none; }
#LpaAU6iCrobbAVcbQ80FKyoq8lvIxlTJ { color:#000000;display:block;width:39.125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:5.4375rem;font-style:normal;display:none; }
#EnZqvKnubK8uHJtuPakPuk61T4HaGG37 { color:rgba(0,0,0,0.8);display:block;width:29.2498125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:26.6875rem;left:0rem;height:6.375rem;font-style:normal;display:none; }
#IcZZXphVUFnSsfolqFTHzfF9n6KhBfRI { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5625rem;height:6.90625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O4TfuZlzQ8942RBo5z8waXv922145Ktm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-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:0.125rem;width:56.25rem;top:2.4375rem;left:0rem;display:block; }
#DfUyWpZTL7GNsxa2Bhi5hNCGrTU7Dtn9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:17rem;top:1.25rem;left:57.999347686767rem;overflow:hidden;display:block; }
#zsqEw9pnxldym6TPs0eitJIO8AaWRsS4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.65625rem;left:3.5625rem;height:6.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nEGX2SEV6kkJ0lluhoWQykroUCOPTCmN { color:#f3f3f3;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.6875076293945rem;left:2rem;height:7.88125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NMwMbsKn624QAqiWgV2dub4VFoB3vMmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.1875rem;left:3.5625rem; }
#NMwMbsKn624QAqiWgV2dub4VFoB3vMmE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.375rem;left:6.375rem; }
#dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.3125rem;left:8.9375rem; }
#o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1 { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ffa28327-bd35-4ada-9f9c-6c38c6ab0a06/eltransherosectionphoto.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:39rem;top:4.9370660781861rem;left:35.999713897705rem;display:block; }#u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1.adaptive-delivery-prevent-bg, #u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1.lazyload, #u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1.lazyloading { background-image: none; }
#VqaQ0TTh1ULdbTaciorp9z7CAELnegvn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.125rem;left:11.3125rem; }
#VqaQ0TTh1ULdbTaciorp9z7CAELnegvn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { background-color: transparent; background-image: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container > .video-iframe-container { display: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row > .video-iframe-container { display: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .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); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { border-width: 0; border-radius: 0; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#PhQkTGT897QopIiKPRLBxABVIHT8E0hk { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.099609375rem;left:19.75rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#N2gsUzNTmiH6rmqZiwNSnKvQpJD6u5aV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25.3125rem;left:6.1875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKhvgi73LPikt1pswkHNLIHNMc6ToeoD { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/275f0847-a422-413c-b01e-abc822b46b6f/Micha5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.875rem;left:6.1875rem;display:block; }#qKhvgi73LPikt1pswkHNLIHNMc6ToeoD.adaptive-delivery-prevent-bg, #qKhvgi73LPikt1pswkHNLIHNMc6ToeoD.lazyload, #qKhvgi73LPikt1pswkHNLIHNMc6ToeoD.lazyloading { background-image: none; }
#HhQ5xTtWMRsAl09CU877IoxBeVoCJu0n { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:26.9375rem;left:5.0625rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbxOs984CJdMnnhlD9i7wezod8UMinSt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:30.1875rem;left:6.1875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHRbMzOLQy2dts4Nnk2vMTlZONs5lTL2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:28.5rem;left:55.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buHSzAKkBcZSC0PlTD8XlOxNz7LdS1vR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:26.9375rem;left:55.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIFwa6OMgqEpWkuSIbSkygdCBAmdkqTn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:25.3125rem;left:55.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12db606d-99a9-443e-b7a3-85f80b7b2397/agnieszka2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.875rem;left:55.3125rem;display:block; }#cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt.adaptive-delivery-prevent-bg, #cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt.lazyload, #cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt.lazyloading { background-image: none; }
#n7BLBSnTPmKgJTHGHQVipM734N1RXIHt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.12265625rem;width:75rem;top:56.813804626465rem;left:0rem;display:block; }
#DBBrHbdDeFbZ3AwvFAr1fTyiGv1u2yNi { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:30.13671875rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZRovHzaiBHTWNiSCweEsOLqacXdLFe3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:27.087890625rem;left:29.84375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcFKtXsx8tdDzoJa1TuIEnR6RNKPJIOS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:25.3125rem;left:31.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt { position:absolute;display:block;z-index:15053;background-color:#fafcff;background-image:url("https://images.assets-landingi.com/uc/d492eaa3-277a-4b85-bdb4-e5aa83ccd4ca/new2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.875rem;left:31.25rem;display:block; }#eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt.adaptive-delivery-prevent-bg, #eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt.lazyload, #eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt.lazyloading { background-image: none; }
#TWKiFABITO3VT66RVoz7ScOuHaV1T34P { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:5.69921875rem;left:23rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smE8x5STk8LzlJLpVlcm75NPprtcKvLK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:7.81640625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdT75E6IeddPUp9L8CuSF2EwWRFFXhTq { color:rgba(var(--color-tertiary-2),1);display:block;width:14.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:51.6875rem;left:5.0625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6dCSCNsR7yTkwJ1HCfRbMHDofUU5eaV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:50.125rem;left:6.6875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlpofRGmi8mUrZvpDJBrwOi0TWuFWV16 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:48.5rem;left:6.6875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMyf4kBu4ONJTax2klbvBukPyV6mV0vc { position:absolute;display:block;z-index:15071;background-color:#fafcff;background-image:url("https://images.assets-landingi.com/uc/133ad9b1-a266-473e-805f-ca4c86ecb522/michalbireckizezmianami.crop_800x800_115,3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:35.0625rem;left:6.625rem;display:block; }#wMyf4kBu4ONJTax2klbvBukPyV6mV0vc.adaptive-delivery-prevent-bg, #wMyf4kBu4ONJTax2klbvBukPyV6mV0vc.lazyload, #wMyf4kBu4ONJTax2klbvBukPyV6mV0vc.lazyloading { background-image: none; }
#IbUg1v9fI2PT7KKxL5TveFLmabC0qBeJ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:51.625rem;left:29rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hshqem1ApTdOtbrFBHeTwC3dXCLJ9Wc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:50.0625rem;left:30.625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suDmRBxCHsGNliX1gtIP8E8PHkBUl9KT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:48.4375rem;left:30.625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO { position:absolute;display:block;z-index:15075;background-color:#fafcff;background-image:url("https://images.assets-landingi.com/uc/277c1ca9-643c-4b62-a710-346f41a9e06a/PrzemysawCiotuchazoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:35rem;left:30.5625rem;display:block; }#ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO.adaptive-delivery-prevent-bg, #ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO.lazyload, #ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO.lazyloading { background-image: none; }
#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { background-color: transparent; background-image: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container > .video-iframe-container { display: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row > .video-iframe-container { display: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .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); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { border-width: 0; border-radius: 0; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#y371qoAvcxtAzvgB1lwbLRm71KaK51OM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.12329125rem;width:75rem;top:35.061859130859rem;left:0rem;display:block; }
#XehqgXIeuyXtsoJ9nRa8N0wglmQ8xczR { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1556015014649rem;left:20.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e425d0a7-52bf-43d2-be9d-816a7b88703c/DSC_2964kwadrat2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.9375rem;left:6.1875rem;display:block; }#oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT.adaptive-delivery-prevent-bg, #oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT.lazyload, #oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT.lazyloading { background-image: none; }
#VdQfHTXqCPirF1TyZ428kBcBha2tveD3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:27.037109375rem;left:5.0625rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzgNUtT8QsxAMgRwpDBwulUobtbDkxMu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25.4375rem;left:6.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG12TH1Izlhz0Am2OeKR4hILRxrSO5zR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:30.236328125rem;left:6.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#u03xWDQS8SqSr5P2C8ema1BAlICW3nW2 { position:absolute;display:block;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abb1f6d9-483d-4bc9-9780-2bae3b214918/Beznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.9375rem;left:31.25rem;display:block; }#u03xWDQS8SqSr5P2C8ema1BAlICW3nW2.adaptive-delivery-prevent-bg, #u03xWDQS8SqSr5P2C8ema1BAlICW3nW2.lazyload, #u03xWDQS8SqSr5P2C8ema1BAlICW3nW2.lazyloading { background-image: none; }
#XeKSN62eWsnyq5yArLos0eq1nodcfI65 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:25.4375rem;left:31.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCMH4HEQxXAOc2VnGe9dAdCqKIba5P2K { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:27rem;left:31.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyoO3DLXli38MpuNacTP9y1VDCzU9WXK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.6;letter-spacing:0;top:28.537109375rem;left:31.25rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#ft3Ta9tLpNTW0vyTEwyKSWidfAu8rzrP { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:6.3802185058594rem;left:22.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwdLWAdMMOrt0S8akABdrqrWTXTPq3u2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8.603515625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { background-color: transparent; background-image: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container > .video-iframe-container { display: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row > .video-iframe-container { display: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .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); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { border-width: 0; border-radius: 0; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#d2yA7wgPkXkPWDZndJtFBPTB4pau9O02 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.12329125rem;width:75rem;top:32.561859130859rem;left:0rem;display:block; }
#MdTgFXsRXxSoeoex5ncRUF6r7KPv545e { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7174453735351rem;left:20.28125rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#se6FrcrXR35evRU44q1BKgrbit2bdMXX { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e425d0a7-52bf-43d2-be9d-816a7b88703c/DSC_2964kwadrat2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.0625rem;left:31.25rem;display:block; }#se6FrcrXR35evRU44q1BKgrbit2bdMXX.adaptive-delivery-prevent-bg, #se6FrcrXR35evRU44q1BKgrbit2bdMXX.lazyload, #se6FrcrXR35evRU44q1BKgrbit2bdMXX.lazyloading { background-image: none; }
#RNl9s6C8kevVLe7K7UNtswmi9PFAZfGV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:26.125rem;left:31.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnENCgytTszHQ1pQpZmDNimMZqy2pxif { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.5625rem;left:31.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liGQV7xolRTZSkLGnOLetVQDkqTqz22K { color:rgba(var(--color-tertiary-2),1);display:block;width:12.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:7.5625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTQPTPbOkzuuVkNheMNsc24R86QhEO0a { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:27.6875rem;left:31.25rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#CzSMSM2GJswnomaFOAapZ5u0ievqZNnR { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:5.56640625rem;left:22.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { background-color: transparent; background-image: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container > .video-iframe-container { display: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row > .video-iframe-container { display: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .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); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { border-width: 0; border-radius: 0; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#EWld3q52hVQy6tLzFmldozlU7ntVsh5Q { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.122514375rem;width:75rem;top:33.498750686646rem;left:0rem;display:block; }
#mQpDBn923ZChVOfpxguEySNHBfRQo2Ph { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0924530029297rem;left:20.28125rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#eiff7WfMkwoK3o2ouJyAPucINwECgd3e { color:#000000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:28.5rem;left:32.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#RDHpTous6CiIag1tVPC4EopV7ufPOtOl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:5.94140625rem;left:29.78125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNyXCkJ5PltNowMNlqMdKNcVvE3G9lf6 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:8.8404960632325rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOCecR9DTQA0tGPehUEEUtCRUv8UJHbp { color:#000000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.541015625rem;left:32.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#iEtAeP6NhdfrZb28UKQMAHAN0JG0BmAB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:25.6875rem;left:6.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZLUy5ris43KozTCzRr3yTteaJaTTtKN { position:absolute;display:block;z-index:15062;background-color:#fafcff;background-image:url("https://images.assets-landingi.com/uc/50e682c9-279e-40bd-b7d3-3c772c6826f4/Untitled3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;top:12.8125rem;left:6.3125rem;display:block; }#fZLUy5ris43KozTCzRr3yTteaJaTTtKN.adaptive-delivery-prevent-bg, #fZLUy5ris43KozTCzRr3yTteaJaTTtKN.lazyload, #fZLUy5ris43KozTCzRr3yTteaJaTTtKN.lazyloading { background-image: none; }
#HgwbQdTU8ftXAPHiln5ZxSPbTcCIq9in { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:27.25rem;left:4.875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXZ0gta6rTARMuNKHNn21q7pZ1n9l6II { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:25.6875rem;left:31.375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A { position:absolute;display:block;z-index:15065;background-color:#fafcff;background-image:url("https://images.assets-landingi.com/uc/ef2d40c8-0b9a-4de6-90ca-8e034f77d7a5/bartoszborek.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;top:12.812507629394rem;left:31.25rem;display:block; }#e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A.adaptive-delivery-prevent-bg, #e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A.lazyload, #e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A.lazyloading { background-image: none; }
#Wy7fzw7NvRbmgW3wLyFwURA8HzKcT4Uo { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:27.25rem;left:29.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { background-color: transparent; background-image: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container > .video-iframe-container { display: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row > .video-iframe-container { display: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .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); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { border-width: 0; border-radius: 0; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#HOfoI4CzwiNmEsJBQFmDAdfHtk3vEKZe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.892578125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#vTURRTeiJg2T5uNFDgfUOyvtaM3OPFEv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:27.1875rem;left:55.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#godRETbz6CEywyxOnUAvb9BvKNHexzyk { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b2cf5a0-5c9d-44b4-8c59-faef6ca8164f/DSC00509.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.625rem;left:55.75rem;display:block; }#godRETbz6CEywyxOnUAvb9BvKNHexzyk.adaptive-delivery-prevent-bg, #godRETbz6CEywyxOnUAvb9BvKNHexzyk.lazyload, #godRETbz6CEywyxOnUAvb9BvKNHexzyk.lazyloading { background-image: none; }
#iBPBo1Vy9qtFtE3kvUCrTbzRe3tCpUK8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:28.8125rem;left:55.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZcUGsVpVrwJyLso6yUVgNLJNi50wfwr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:30.375rem;left:55.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZMP2ZCTZ1gI1rlzlTizhTRvJGeBRloy { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:51rem;left:6.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbqpdkOodQ7vC9Ir2zh4On6Kofb4HqRd { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:49.4375rem;left:6.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTgU1kIbHUm3AnEnEx062N9qxJaVIC4e { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:47.8125rem;left:6.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRnX73A6OC84TFwwr0gwwukvciywF8wF { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47916bd5-ba4d-4bfd-9b17-057fdf637829/Krzysztof.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.3125rem;left:6.25rem;display:block; }#oRnX73A6OC84TFwwr0gwwukvciywF8wF.adaptive-delivery-prevent-bg, #oRnX73A6OC84TFwwr0gwwukvciywF8wF.lazyload, #oRnX73A6OC84TFwwr0gwwukvciywF8wF.lazyloading { background-image: none; }
#KFMa8pTpnUcIzRsvGFv9GGyBoN3XE3Ki { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.124783125rem;width:75rem;top:56.875003814698rem;left:0rem;display:block; }
#RgMPFMcTXezpbexdJk9GdqJbgn7UU8gU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:47.8125rem;left:31.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWAavAqaT2rwrXCMT3yZmPqBIuQPITT3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:49.5rem;left:31.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGkvZMce36Uysp6bomMsST8Oe66EHElt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:51rem;left:31.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx { position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da476908-f9c0-4934-987c-1151a9d76b48/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.375rem;left:31.3125rem;display:block; }#fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx.adaptive-delivery-prevent-bg, #fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx.lazyload, #fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx.lazyloading { background-image: none; }
#EVumyTN5vzVcFT3urhADnZT1IDE384SN { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:28.75rem;left:31.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5dPdEDJaU89WyXOns7DNQ2JvWe9vxg0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:27.0625rem;left:31.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8zUxB1n666HtRZURpCN9foXBrleNAUV { position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf1b6d5d-b0a0-476e-b9fc-b2f21ca7a452/newD622EE99D5384D4BA94BFC4E4AA6249C.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.625rem;left:31.1875rem;display:block; }#C8zUxB1n666HtRZURpCN9foXBrleNAUV.adaptive-delivery-prevent-bg, #C8zUxB1n666HtRZURpCN9foXBrleNAUV.lazyload, #C8zUxB1n666HtRZURpCN9foXBrleNAUV.lazyloading { background-image: none; }
#BO9dmFqTFtsw2ishJwZyhUrTTNKTec3D { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:28.787109375rem;left:3.09375rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKzKphm6EbvC6OV02yMPDZyKuwND9ZUq { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:27.0625rem;left:6.125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49bf1624-7894-4483-abda-c5cbc829a4c9/62127331AAD54C579518BB780063DCD2new.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.625rem;left:6.125rem;display:block; }#Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J.adaptive-delivery-prevent-bg, #Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J.lazyload, #Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J.lazyloading { background-image: none; }
#U4f2wvnHo91hUwSdzSXUIZ1UJo4u41b2 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:4.4921894073486rem;left:24.28125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKtzogX5uArQew04VHW9Ty9Im1hAx2F9 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:6.7500019073488rem;left:32.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#DgaeJCXFweMluq3KXuVndyxARcsPByiI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:8.3164081573488rem;left:31.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { background-color: transparent; background-image: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container > .video-iframe-container { display: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row > .video-iframe-container { display: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .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); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { border-width: 0; border-radius: 0; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#HkprTIil6Jfam3sMtqzfhlyayp59p7I9 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.912109375rem;left:0.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#EpITgVkJ3m1zUxx8w8y52EVzxSqgOm9T { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:29.25rem;left:31.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHDGxEJdSxXoOqVTahsBDn8byM8HIK5E { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:27.6875rem;left:31.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOioRoTl7EUFM46Fe666tz0pheMxv5cv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:26.0625rem;left:31.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6 { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/591b9ade-5535-4760-ba62-9c3b88dd8f81/DSC00562.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:12.625rem;left:31.25rem;display:block; }#JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6.adaptive-delivery-prevent-bg, #JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6.lazyload, #JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6.lazyloading { background-image: none; }
#PBaV56893WDZZemfakAbuzDSepBP6roT { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b54a2790-7dd3-4703-a439-c195ed8488c9/DSC00551.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:12.625rem;left:5.9375rem;display:block; }#PBaV56893WDZZemfakAbuzDSepBP6roT.adaptive-delivery-prevent-bg, #PBaV56893WDZZemfakAbuzDSepBP6roT.lazyload, #PBaV56893WDZZemfakAbuzDSepBP6roT.lazyloading { background-image: none; }
#V1n9SIiv6WDBoTXTVUVzgp0XsM2hc0uu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:26.0625rem;left:5.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrHuVgSOezgldAVmNXwapu8TKLR1UTxN { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:27.6875rem;left:5.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blMbR2kZgQX43WVT1tea1O658J2CC6wq { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:29.25rem;left:5.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pq5CowXIl6xN9lVGE7shP60qvMdI7lea { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:8.56640625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcWh0ByIFEhKDelOmqNN2upIxQkm9C4D { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.124783125rem;width:75rem;top:37.0625rem;left:0rem;display:block; }
#bkqgRmoAE0CMTiKDKQnfEZMsP1iEDkBT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),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:34.749375rem;width:18.75rem;top:34.812284469604rem;left:56.248920440674rem;display:none; }
#ODLJvgb3zcdBKNoukzuar89DMmXsO7wu { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:6.51171875rem;left:20.90625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { background-color: transparent; background-image: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container > .video-iframe-container { display: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row > .video-iframe-container { display: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .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); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { border-width: 0; border-radius: 0; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#HSvoeqaeF1aJGRLBsnS3ThTup87zrpnc { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.2870941162109rem;left:33.125rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#xCFsBcWXiwQs9fHe2CgJnnJC6VCK7yTw { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:24.1875rem;left:31.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwOszfQySZTMAy3kTRWisDaZ74GT7iZb { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86db9434-1e12-4437-b1be-6d9d31fbf0c0/Pawe.crop_1200x723_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.75rem;left:31.25rem;display:block; }#LwOszfQySZTMAy3kTRWisDaZ74GT7iZb.adaptive-delivery-prevent-bg, #LwOszfQySZTMAy3kTRWisDaZ74GT7iZb.lazyload, #LwOszfQySZTMAy3kTRWisDaZ74GT7iZb.lazyloading { background-image: none; }
#z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd7e5d70-7467-47eb-ae8c-027feae4ab9f/Jarosaw.crop_1200x700_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.75rem;left:5.9375rem;display:block; }#z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl.adaptive-delivery-prevent-bg, #z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl.lazyload, #z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl.lazyloading { background-image: none; }
#dWxbaNVEAvsePOCCBeME6V3AKxSh9C7B { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:24.1875rem;left:5.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrDSDHBihh9mfRqUNPvSmk7b8yDaRkI0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.12402375rem;width:75rem;top:30.0634765625rem;left:0rem;display:block; }
#TxTrX3btLW7ssA48pxE9Rp3byMnFkS0s { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),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:34.749375rem;width:18.75rem;top:34.812284469604rem;left:56.248920440674rem;display:none; }
#NI2S4DZ3vUmDVprcK7yByh5s3yqttzIm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:7.0625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4i7QqfT5riz0WtrwWhG1ylMo0adpeKJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:4.8854141235351rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf > .row .container { border-width: 0; border-radius: 0; }#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:none; }#ogkzB0WTX0kWlc2BaVo9yZxzVZumD1M4 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.912109375rem;left:3.75rem;height:2.59874375rem;text-align:left;text-align-last:left;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; }
#SRW9OdOZsq7cv4du1e32QQwb6ws4T08w { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:27.25rem;left:22rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTZuGec6SInX4VXZly282A83de1y6qVp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:28.875rem;left:22rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKbU8wBUnH0uX5NqT6H1l6MKeo4c9iqF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:25.6875rem;left:22rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpXTaUcLJQuvwqevOpFVJWgRaylOosgc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:24.0625rem;left:22rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/591b9ade-5535-4760-ba62-9c3b88dd8f81/DSC00562.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.625rem;left:22rem;display:block; }#bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau.adaptive-delivery-prevent-bg, #bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau.lazyload, #bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau.lazyloading { background-image: none; }
#HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b54a2790-7dd3-4703-a439-c195ed8488c9/DSC00551.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.625rem;left:3.75rem;display:block; }#HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8.adaptive-delivery-prevent-bg, #HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8.lazyload, #HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8.lazyloading { background-image: none; }
#lrC43MgoCyGGPOQX2fkN43uTGTETRdSe { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:24.0625rem;left:3.75rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BANz9EBNI6WUCcNDpHp8JGVgzKEeBNiu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:25.6875rem;left:3.75rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OerTDSM0XO3GUITpOpHynUpT8JNGmtyk { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:27.25rem;left:3.75rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQK6T88MXTRG1tUvP0R5OOdPraHgbqgw { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:28.875rem;left:3.75rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEC1N9EEaE8MXq03W0cDDE97xkTcx0BH { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.125rem;width:75rem;top:34.625rem;left:0rem;display:block; }
#Bspb9GqFpHd2g4CiwqlqfRyHTy8amPNL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),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:34.75rem;width:18.75rem;top:0rem;left:37.0625rem;display:block; }
#r771XGD4lDQbGp4hKpdzre1Ph11mBfew { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6109371185302rem;left:38.875001907349rem;height:5.19748125rem;text-align:left;text-align-last:left;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; }
#M53Ammd6kdBtBdGKTP0DlavAnQXgI432 { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0b35090-9d91-4fd0-b529-c090337fd222/DSC00499.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.125rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;top:10.625rem;left:39.562501907349rem;display:block; }#M53Ammd6kdBtBdGKTP0DlavAnQXgI432.adaptive-delivery-prevent-bg, #M53Ammd6kdBtBdGKTP0DlavAnQXgI432.lazyload, #M53Ammd6kdBtBdGKTP0DlavAnQXgI432.lazyloading { background-image: none; }
#tciBirLArRhxJa4ChANVX1q1hVqL9WfX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:24.137500762939rem;left:38.875001907349rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euhAHuX518Crp9UfapfzbU59nV9s7e3n { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:25.700000762939rem;left:38.875001907349rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO78BA8NlGFS0QFzpiECXfB0ikafrCpF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:27.25rem;left:38.875001907349rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oq2AwnuVVl7LxyOtDtn6r5xcOT7GkEet { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:28.850002288818rem;left:39.656251907349rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { background-color: transparent; background-image: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container > .video-iframe-container { display: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row > .video-iframe-container { display: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .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); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { border-width: 0; border-radius: 0; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#KLJOH5A8lwg8xi3P72g4243TsFnPF60T { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.124783125rem;width:75rem;top:34.248046875rem;left:0rem;display:block; }
#kiQII3cKOWx1AVrJstbGExvRII2mu54s { color:rgba(var(--color-tertiary-4),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.546875rem;left:0.061851501464844rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#THKA6zJMknAANewhIXE9wa712l7n1w76 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf90e1de-a779-4586-a2a8-768fd68276c5/98BB1804E0A04EFC928D278AB4C9191Enew.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.125rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;top:10.9375rem;left:5.8125rem;display:block; }#THKA6zJMknAANewhIXE9wa712l7n1w76.adaptive-delivery-prevent-bg, #THKA6zJMknAANewhIXE9wa712l7n1w76.lazyload, #THKA6zJMknAANewhIXE9wa712l7n1w76.lazyloading { background-image: none; }
#e8l3rTzM3r96Iydd7EUT8MSMmHOWXZKf { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:24.4375rem;left:5.875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQE8PZ2EM8EDH5KvezzmMniwHxTK8EJa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:26rem;left:5.875rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHKccABfocM4EqXV04aS687N2xaKiz0H { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:26.037109375rem;left:29.5625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AL2gCIkSybRazb9GaVdInBNTxJPqQh0H { color:rgba(var(--color-tertiary-2),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:27.625rem;left:31.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKMoPGNFplbGxDc8dDaobHLmp8TZe4kb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:8.0625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnISI9rm2st0Wh5KodbIRMpCgxLDWttU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:24.375rem;left:31.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRrlStPyhalNk2krIPtRxEL7wy4zfkw3 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9fc8dfce-59ed-4f8e-af80-88acd69b0b85/panmariuszeltrans.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.125rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;top:10.9375rem;left:31.25rem;display:block; }#HRrlStPyhalNk2krIPtRxEL7wy4zfkw3.adaptive-delivery-prevent-bg, #HRrlStPyhalNk2krIPtRxEL7wy4zfkw3.lazyload, #HRrlStPyhalNk2krIPtRxEL7wy4zfkw3.lazyloading { background-image: none; }
#PFsR0z7gM4skHEym8oqmp9mQS2LgeSiI { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:4.146484375rem;left:24.625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSPSTz15ia9JaNmVer5yqOOLew4dBUQQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:6.31640625rem;left:31.311851501465rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8 { position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13ae531a-4300-4d86-9682-aa52ebb00fdc/noroot.crop_1080x623_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.9375rem;left:57.0625rem;display:block; }#sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8.adaptive-delivery-prevent-bg, #sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8.lazyload, #sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8.lazyloading { background-image: none; }
#KZspANIgwNB5CKGsgXnvraI3mrgIHFXB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:24.375rem;left:57.0625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPeibJ7fDND1cJNN1zExe3kAGufaXSWR { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:25.9375rem;left:55.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztugD4skmOnPlCkGc2d3sgbZpNTXIUk3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:27.5625rem;left:57.0625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QprDmvBflre73TA1UuDJLlIaiHfo15nR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QprDmvBflre73TA1UuDJLlIaiHfo15nR > .row .container { border-width: 0; border-radius: 0; }#QprDmvBflre73TA1UuDJLlIaiHfo15nR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QprDmvBflre73TA1UuDJLlIaiHfo15nR > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:none; }#tNPfJTUGkQy0rZuP2ObeuV7uwos9zS2v { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.599609375rem;left:3.75rem;height:;text-align:left;text-align-last:left;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; }
#DPbDkJ7bmfnCElNEvXP2nHOQ3JKX3RaS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.375rem;left:3.75rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbTzwbzJIS1z7QocV242zuhwyuN3IwkA { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dae1f352-73b7-4604-91fa-ddd30881dc8a/DSC00567.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:9.6875rem;left:3.75rem;display:block; }#MbTzwbzJIS1z7QocV242zuhwyuN3IwkA.adaptive-delivery-prevent-bg, #MbTzwbzJIS1z7QocV242zuhwyuN3IwkA.lazyload, #MbTzwbzJIS1z7QocV242zuhwyuN3IwkA.lazyloading { background-image: none; }
#hm1vHbkWS713oSMTb66rmVV8cdSsG82h { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:25.974609375rem;left:3.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5C3QJwyDRbAbqoIwizRWgN3I7fI75Kv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:27.57421875rem;left:3.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTx9MGmviLlbOrDmi49khf2yRbts6gSI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:29.173828125rem;left:3.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoskZya1aF32Oo3M2T2tQOiMuPyvvbDD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:24.375rem;left:22rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/34d196ec-1738-4b88-a3ed-22b7111da03b/DSC00587.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:9.6875rem;left:21.90625rem;display:block; }#QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f.adaptive-delivery-prevent-bg, #QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f.lazyload, #QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f.lazyloading { background-image: none; }
#wHD7Wr4ol9vuWVXJRefoWmBmg7hdqaDM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.125rem;width:75rem;top:34.625rem;left:0rem;display:block; }
#TU4VuTT5nq9OEV12LMwFhhRki6yLFn2B { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:29.173828125rem;left:22.09375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wqxcs6h2KaIskNlRu6lFTvLnaXg3NAca { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:25.974609375rem;left:22rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKMzcwNJV3aBFAzPZuskIm4xCR09XKfW { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:27.57421875rem;left:22rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnknlaUMeGzmRUsUTXKreq0zPzs4bI0a { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5992193222046rem;left:38.11171913147rem;height:;text-align:left;text-align-last:left;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; }
#FBvmOzI36QCtmNLUWWhSTn7NWSUqKAG8 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),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:34.75rem;width:18.875rem;top:0rem;left:37.186719894409rem;display:block; }
#hBqs7dbR8u7KlJTQiFMAvgILC5UePG4g { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),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:34.75rem;width:18.875rem;top:0rem;left:56.061634063721rem;display:block; }
#dTym7RhNgTm9azScRxG7IVSCJGI90qni { position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5033a4ec-374d-4bc9-bdf8-ef03bc624c4f/Julia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:9.6875rem;left:40.374219894409rem;display:block; }#dTym7RhNgTm9azScRxG7IVSCJGI90qni.adaptive-delivery-prevent-bg, #dTym7RhNgTm9azScRxG7IVSCJGI90qni.lazyload, #dTym7RhNgTm9azScRxG7IVSCJGI90qni.lazyloading { background-image: none; }
#i6FebyZwT9iMlUsVNBiecQucMFgogTIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:24.375rem;left:39.487501144409rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogXDbVSbRAG7supxBktR69XE14tNuFyz { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:25.97500038147rem;left:39.487501144409rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7iXAnMoUt8JSoF8dEDtHgFoM4GHl6MD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:27.57421875rem;left:39.4873046875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMI6mScGBG2gN4fIhlekhaCUtZ7wREKi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:29.173828125rem;left:38.111328125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8t3EmH9u5RdRNlc41een6lykVul0dJE { position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b209071c-fcda-4950-a865-a64dac0aad2e/WhatsAppImage20230607at164134.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:9.6875rem;left:58.4375rem;display:block; }#J8t3EmH9u5RdRNlc41een6lykVul0dJE.adaptive-delivery-prevent-bg, #J8t3EmH9u5RdRNlc41een6lykVul0dJE.lazyload, #J8t3EmH9u5RdRNlc41een6lykVul0dJE.lazyloading { background-image: none; }
#FtZhBQw9N3M8afaqs8SJxOD1rhtF4HbC { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:24.375rem;left:58.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nITEw8SfRvLk63nUFXkWTzWE89coENi1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:26rem;left:58.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eruZXIKgDNeU25gFHgbxHRU5ewRyitQX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:27.5625rem;left:58.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5JzUbztSaQ1AVFeE55H501tsT9syRPP { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:29.2353515625rem;left:57.8427734375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { background-color: transparent; background-image: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container > .video-iframe-container { display: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row > .video-iframe-container { display: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .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); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { border-width: 0; border-radius: 0; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#gsWot6R3TXIqmVm8D9PaArgymUg2xy40 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.125rem;width:75rem;top:32.125rem;left:0rem;display:block; }
#u52eTiNACsKTfJrMvzCKCSlBXf0MmGDE { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.41015625rem;left:28.5rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#JReN6WXNviXW3UgJzxsaFLpARGySPbMq { position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e8c1b21-0117-4806-a00c-91a8ca9df5ac/EltransBogdana.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:9.25rem;left:4.5625rem;display:block; }#JReN6WXNviXW3UgJzxsaFLpARGySPbMq.adaptive-delivery-prevent-bg, #JReN6WXNviXW3UgJzxsaFLpARGySPbMq.lazyload, #JReN6WXNviXW3UgJzxsaFLpARGySPbMq.lazyloading { background-image: none; }
#glClquZJXgL6o5HQ5andBmQzTVLQPBhL { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:23.9375rem;left:4.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOfZF58eCqZ5ZVWaq98cNeLr9Dz8fzTp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:25.5625rem;left:4.375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtC5Tdg7uNNIHs9rSfQzE3A6W02eGlWK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27.125rem;left:4.375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXEeOFxhBCiaQTd7DqApbMNm2zGuNZoz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:6.009765625rem;left:28.59375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooBF7eG4agans3SqRMIV87tN8oRSC6ak { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:7.609375rem;left:29.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { background-color: transparent; background-image: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container > .video-iframe-container { display: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row > .video-iframe-container { display: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .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); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { border-width: 0; border-radius: 0; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#Og1twWf7CwyIaFWiEsP6l5A6K5J6RXps { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.125rem;width:75rem;top:34.625rem;left:0rem;display:block; }
#q5EMUZOkZFSBr5Z3TVVdxO7SiFWGq1Kv { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.41015625rem;left:28.5rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp { position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5033a4ec-374d-4bc9-bdf8-ef03bc624c4f/Julia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.1875rem;left:4.4375rem;display:block; }#Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp.adaptive-delivery-prevent-bg, #Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp.lazyload, #Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp.lazyloading { background-image: none; }
#EG9B15PtK7JrG24Sucy3CVWRTzp5wuZ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:25.875rem;left:4.6875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KL53kz2WmqIXxP319NG9aard7OFcTFSI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:27.5rem;left:4.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN { position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b209071c-fcda-4950-a865-a64dac0aad2e/WhatsAppImage20230607at164134.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.1875rem;left:22.5rem;display:block; }#qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN.adaptive-delivery-prevent-bg, #qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN.lazyload, #qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN.lazyloading { background-image: none; }
#k2X6hMCUaLAuh1BMEShrMw3hgfrfnGFv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:25.875rem;left:22.5625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRhWHRtO7t2hJbfEV5ZJvXg7TcgDxhSy { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:27.5rem;left:22.5625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCZqGszJHBrLSfy4F8vTX5JcTyTweKCm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:29.0625rem;left:4.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOfsHNWntD8wkwHPvq1ngp37qllf8FQT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:29.0625rem;left:22.625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcgK2bgrt4ROBaQKbl9awE5ys94UIOnG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:6.009765625rem;left:31.34375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcVvS3BQEBRQltHrfdEulDSoafsd27Jg { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:7.609375rem;left:29.84375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { background-color: transparent; background-image: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container > .video-iframe-container { display: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row > .video-iframe-container { display: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .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); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { border-width: 0; border-radius: 0; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#L3bO8OLimwHSglvi3ba30dZXENFFSHmz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.349609375rem;left:19.75rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#Tn2KSoqwQ1JENZAuDayH8V3HVxdTK92i { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:29.375003814698rem;left:3.75rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4 { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dae1f352-73b7-4604-91fa-ddd30881dc8a/DSC00567.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:14.6875rem;left:3.75rem;display:block; }#VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4.adaptive-delivery-prevent-bg, #VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4.lazyload, #VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4.lazyloading { background-image: none; }
#aIsOdS6QguLTT3Tu43buIVfmq1teLtc5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:30.974613189698rem;left:3.75rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSXlhAzSnFsd2nHeCSKUTMyeLlGV7P47 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.62890625rem;left:30.71875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1L4WwA0Iz4Vb1uPN9kpwMM8GCoe2HLZ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:29.375003814698rem;left:22rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9 { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f818f157-55ea-462a-9ad8-48d16b98c3e9/julia.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:14.6875rem;left:21.90625rem;display:block; }#WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9.adaptive-delivery-prevent-bg, #WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9.lazyload, #WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9.lazyloading { background-image: none; }
#tdrltcPsTsqfNg8ZTMKu1wtx2rVT4MNI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:0.125rem;width:75rem;top:34.625rem;left:0rem;display:block; }
#mspEzIPXQHcTpJ2mVecXkSM1CNopa1Hh { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:30.974613189698rem;left:22rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anwJIqOT5ep6xiTaCq8EG8wfR4U60tlh { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:6.32421875rem;left:24.4375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAF8KzUoEn0ouMMU72SJk0teEI5GbJvX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:8.5703125rem;left:30.71940612793rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M07xgDrQiJf1R7gheirg9O1krbtXXV37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { background-color: transparent; background-image: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container > .video-iframe-container { display: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row > .video-iframe-container { display: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .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); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { border-width: 0; border-radius: 0; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#bqvvKfEgRmPIq0Zc2vKwXAnUIwdWxOHw { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:3.75rem;height:;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; }
#ctt7vmZuN4ex2SS3nvc5nmwDT2aeVwKF { position:absolute;display:block;z-index:15015;height:26.75rem;width:66.8125rem;top:8.685546875rem;left:3.9375rem;display:block; }
#XK9ARc3lkU72kd4sTzR6OrvakEcpJXOG { color:#373737;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38rem;left:3.75rem;height:6.8242125rem;text-align:left;text-align-last:left;display:block; }
#pzPd8MbBBPMih4kkHa2AJFJPhZWta4IH { color:#373737;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38rem;left:39.75rem;height:4.549475rem;text-align:left;text-align-last:left;display:block; }
#blL3xXG7AXT6sJrlfM9J4rrvSkBhCDoB { color:#373737;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.000001907349rem;left:56.812503814698rem;height:3.41210625rem;text-align:left;text-align-last:left;display:block; }
#CC6x7xV98s2dSkvcUqA2hwCZ7MTuBAoq { color:#373737;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.000001907349rem;left:24.75rem;height:4.549475rem;text-align:left;text-align-last:left;display:block; }
#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container { background-color: transparent; background-image: none; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container > .video-iframe-container { display: none; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row > .video-iframe-container { display: none; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .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); }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container { border-width: 0; border-radius: 0; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#LlVHPQkWuacloT5PAZrUL6STgcLiIpZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6119766235351rem;left:3.75rem;height:3.41210625rem;text-align:left;text-align-last:left;display:block; }
#xic00EyUQPSnT1Hsh0RCHLbGpQrMuwTt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.7623672485351rem;left:57.500003814698rem;height:3.41210625rem;text-align:right;text-align-last:right;display:block; }
#wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.8125rem;left:35rem; }
#wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.8125rem;left:38.4375rem; }
#IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:41.625rem; }
#t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#uVQbkstsPUVDICO6uP5lgKtpJM2L54MF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.8125rem;left:31.4375rem; }
#uVQbkstsPUVDICO6uP5lgKtpJM2L54MF > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container { background-color: transparent; background-image: none; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container > .video-iframe-container { display: none; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row > .video-iframe-container { display: none; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .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); }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container { border-width: 0; border-radius: 0; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#ToiT2XzXAVxRSkpnTUwCSh5iScwCy59T { z-index:15018;top:1.03125rem;left:20.1875rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.5625rem;height:1rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d16lHxe3ntZTiMMUPKTnV9TvRzXAiFyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4MwH930zB8Fpe0vuT9t7kzufArkTkXJ { z-index:15019;top:1.03125rem;left:32.8125rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.5625rem;height:1rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AmXOFt6iByBen1MzbDthQ2AxoedepIpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpyrzNTZ0r3w7N35N16Al77M7hxJgWxh { z-index:15020;top:1.03125rem;left:44.625003814698rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.5625rem;height:1rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nm2zuB01ennBEc0DCEzc1087sf7naszx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !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; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.adaptive-delivery-prevent-bg, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyload, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyloading { background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { background-color: transparent; background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .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); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { border-width: 0; border-radius: 0; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { font-size:0.875rem;font-family:arial;height:;width:75rem;position:relative;display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !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; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.adaptive-delivery-prevent-bg, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyload, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyloading { background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { background-color: transparent; background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .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); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { border-width: 0; border-radius: 0; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { font-size:0.875rem;font-family:arial;height:;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gU67LT05GgDHqv3BOn7w42urf9ERbt5V { display:block; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeoAg63vFCf2HCHiO9f70TRrJTw12ilF { top:2.3125rem;left:0rem;width:17.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7gXTBmp3MhGmShJS0CVQHFblSd8BGkr { top:4.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2IzrN8JPxi7VyaOsoPHw3MlT5MxwLzW { top:1.1875rem;left:0rem;width:29.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 { top:2.125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R { top:2.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr { top:2.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 { top:2.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ { display:block; } #d7ba400e55c79181d098fc7941354d5e.widget-smartsection *:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="text"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="email"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="tel"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection textarea:focus-visible { outline: none; } #i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TriZtr62E4TZJXOGeOltM1COexMQDdmR { display:block; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb8DqS055wHgp8XBP3gFG2aPJ6Te72a7 { top:6rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvlhpT1tJfdHHXt97RdRwVgIyQR25XJZ { top:14.4375rem;left:0rem;width:39.0625rem;height:5.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1H9LFB3DaFfSs6eFo8A6wzyrgMibL4A { top:27rem;left:0rem;width:20rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAs6cD8Sd1EyrZyH7rEyK2pvIdeFHOpf { top:4.25rem;left:0rem;width:26.125rem;height:6.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOD3TTz75X6Gpc8S5tBs1ywTrvhLZCe { top:12.6875rem;left:0rem;width:31.75rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCzifLBEqB92gUQ5GnysxO1E0IFol27P { top:2.5625rem;left:0rem;width:46.625rem;height:7.875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3 { top:1.9375rem;left:8.75rem;width:39rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLzuLlywx1Fd97COc6hOVasNlKnkFEvy { display:block; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQ3dDuAhXU8CPS0dClJ9EhJmXt1BFCiZ { top:6rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpaAU6iCrobbAVcbQ80FKyoq8lvIxlTJ { top:14.4375rem;left:0rem;width:39.0625rem;height:5.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnZqvKnubK8uHJtuPakPuk61T4HaGG37 { top:27rem;left:0rem;width:20rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcZZXphVUFnSsfolqFTHzfF9n6KhBfRI { top:5.375rem;left:0rem;width:26.125rem;height:6.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TfuZlzQ8942RBo5z8waXv922145Ktm { top:2.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfUyWpZTL7GNsxa2Bhi5hNCGrTU7Dtn9 { top:1.25rem;left:30.75rem;width:17rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqEw9pnxldym6TPs0eitJIO8AaWRsS4 { top:15.625rem;left:0rem;width:31.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGX2SEV6kkJ0lluhoWQykroUCOPTCmN { top:3.6875rem;left:0rem;width:46.625rem;height:7.875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwMbsKn624QAqiWgV2dub4VFoB3vMmE { top:12.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
#NMwMbsKn624QAqiWgV2dub4VFoB3vMmE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 { top:12.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c { top:12.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1 { top:4.875rem;left:8.75rem;width:39rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqaQ0TTh1ULdbTaciorp9z7CAELnegvn { top:12.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#VqaQ0TTh1ULdbTaciorp9z7CAELnegvn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dC0FXCSEut39tCn7IigX2LmP4erhhhGz { display:block; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhQkTGT897QopIiKPRLBxABVIHT8E0hk { top:3.0625rem;left:6.125rem;width:35.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gsUzNTmiH6rmqZiwNSnKvQpJD6u5aV { top:25.3125rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKhvgi73LPikt1pswkHNLIHNMc6ToeoD { top:11.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQ5xTtWMRsAl09CU877IoxBeVoCJu0n { top:26.9375rem;left:0rem;width:14.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxOs984CJdMnnhlD9i7wezod8UMinSt { top:30.1875rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHRbMzOLQy2dts4Nnk2vMTlZONs5lTL2 { top:28.5rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buHSzAKkBcZSC0PlTD8XlOxNz7LdS1vR { top:26.9375rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIFwa6OMgqEpWkuSIbSkygdCBAmdkqTn { top:25.3125rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt { top:11.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7BLBSnTPmKgJTHGHQVipM734N1RXIHt { top:56.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBrHbdDeFbZ3AwvFAr1fTyiGv1u2yNi { top:30.125rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZRovHzaiBHTWNiSCweEsOLqacXdLFe3 { top:27.0625rem;left:16.21875rem;width:15.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcFKtXsx8tdDzoJa1TuIEnR6RNKPJIOS { top:25.3125rem;left:17.625rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt { top:11.875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKiFABITO3VT66RVoz7ScOuHaV1T34P { top:5.6875rem;left:9.375rem;width:28.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smE8x5STk8LzlJLpVlcm75NPprtcKvLK { top:7.8125rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdT75E6IeddPUp9L8CuSF2EwWRFFXhTq { top:51.6875rem;left:0rem;width:14.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6dCSCNsR7yTkwJ1HCfRbMHDofUU5eaV { top:50.125rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlpofRGmi8mUrZvpDJBrwOi0TWuFWV16 { top:48.5rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMyf4kBu4ONJTax2klbvBukPyV6mV0vc { top:35.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbUg1v9fI2PT7KKxL5TveFLmabC0qBeJ { top:51.625rem;left:15.375rem;width:14.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshqem1ApTdOtbrFBHeTwC3dXCLJ9Wc9 { top:50.0625rem;left:17rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suDmRBxCHsGNliX1gtIP8E8PHkBUl9KT { top:48.4375rem;left:17rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO { top:35rem;left:16.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPRS486Vie6mN2agG4oqKiF74Me0Jf { display:block; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y371qoAvcxtAzvgB1lwbLRm71KaK51OM { top:35rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XehqgXIeuyXtsoJ9nRa8N0wglmQ8xczR { top:3.125rem;left:6.8125rem;width:34.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT { top:11.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdQfHTXqCPirF1TyZ428kBcBha2tveD3 { top:27rem;left:0rem;width:14.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgNUtT8QsxAMgRwpDBwulUobtbDkxMu { top:25.4375rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG12TH1Izlhz0Am2OeKR4hILRxrSO5zR { top:30.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03xWDQS8SqSr5P2C8ema1BAlICW3nW2 { top:11.9375rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeKSN62eWsnyq5yArLos0eq1nodcfI65 { top:25.4375rem;left:17.875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCMH4HEQxXAOc2VnGe9dAdCqKIba5P2K { top:27rem;left:17.875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyoO3DLXli38MpuNacTP9y1VDCzU9WXK { top:28.5rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3Ta9tLpNTW0vyTEwyKSWidfAu8rzrP { top:6.375rem;left:8.8125rem;width:30rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwdLWAdMMOrt0S8akABdrqrWTXTPq3u2 { top:8.5625rem;left:17.71875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 { display:block; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2yA7wgPkXkPWDZndJtFBPTB4pau9O02 { top:32.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTgFXsRXxSoeoex5ncRUF6r7KPv545e { top:2.6875rem;left:6.65625rem;width:34.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #se6FrcrXR35evRU44q1BKgrbit2bdMXX { top:11.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNl9s6C8kevVLe7K7UNtswmi9PFAZfGV { top:26.125rem;left:17.875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnENCgytTszHQ1pQpZmDNimMZqy2pxif { top:24.5625rem;left:17.875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGQV7xolRTZSkLGnOLetVQDkqTqz22K { top:7.5625rem;left:17.71875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQPTPbOkzuuVkNheMNsc24R86QhEO0a { top:27.6875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSMSM2GJswnomaFOAapZ5u0ievqZNnR { top:5.5625rem;left:8.875rem;width:30rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT { display:block; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWld3q52hVQy6tLzFmldozlU7ntVsh5Q { top:33.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQpDBn923ZChVOfpxguEySNHBfRQo2Ph { top:3.0625rem;left:6.65625rem;width:34.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiff7WfMkwoK3o2ouJyAPucINwECgd3e { top:28.5rem;left:19.0625rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDHpTous6CiIag1tVPC4EopV7ufPOtOl { top:5.9375rem;left:16.15625rem;width:15.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNyXCkJ5PltNowMNlqMdKNcVvE3G9lf6 { top:8.8125rem;left:17.71875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOCecR9DTQA0tGPehUEEUtCRUv8UJHbp { top:7.5rem;left:18.625rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtAeP6NhdfrZb28UKQMAHAN0JG0BmAB { top:25.6875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZLUy5ris43KozTCzRr3yTteaJaTTtKN { top:12.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgwbQdTU8ftXAPHiln5ZxSPbTcCIq9in { top:27.25rem;left:0rem;width:15.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXZ0gta6rTARMuNKHNn21q7pZ1n9l6II { top:25.6875rem;left:17.75rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A { top:12.8125rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7fzw7NvRbmgW3wLyFwURA8HzKcT4Uo { top:27.25rem;left:16.1875rem;width:15.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 { display:block; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfoI4CzwiNmEsJBQFmDAdfHtk3vEKZe { top:1.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTURRTeiJg2T5uNFDgfUOyvtaM3OPFEv { top:27.1875rem;left:35.5rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #godRETbz6CEywyxOnUAvb9BvKNHexzyk { top:13.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBPBo1Vy9qtFtE3kvUCrTbzRe3tCpUK8 { top:28.8125rem;left:35.5rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZcUGsVpVrwJyLso6yUVgNLJNi50wfwr { top:30.375rem;left:35.5rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZMP2ZCTZ1gI1rlzlTizhTRvJGeBRloy { top:50.9375rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqpdkOodQ7vC9Ir2zh4On6Kofb4HqRd { top:49.4375rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTgU1kIbHUm3AnEnEx062N9qxJaVIC4e { top:47.8125rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRnX73A6OC84TFwwr0gwwukvciywF8wF { top:34.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMa8pTpnUcIzRsvGFv9GGyBoN3XE3Ki { top:56.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgMPFMcTXezpbexdJk9GdqJbgn7UU8gU { top:47.8125rem;left:17.8125rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWAavAqaT2rwrXCMT3yZmPqBIuQPITT3 { top:49.5rem;left:17.8125rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGkvZMce36Uysp6bomMsST8Oe66EHElt { top:50.9375rem;left:17.811635971069rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx { top:34.375rem;left:17.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVumyTN5vzVcFT3urhADnZT1IDE384SN { top:28.75rem;left:17.6875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5dPdEDJaU89WyXOns7DNQ2JvWe9vxg0 { top:27.0625rem;left:17.6875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8zUxB1n666HtRZURpCN9foXBrleNAUV { top:13.625rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO9dmFqTFtsw2ishJwZyhUrTTNKTec3D { top:28.75rem;left:0rem;width:18.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzKphm6EbvC6OV02yMPDZyKuwND9ZUq { top:27.0625rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J { top:13.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4f2wvnHo91hUwSdzSXUIZ1UJo4u41b2 { top:4.4375rem;left:10.65625rem;width:26.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKtzogX5uArQew04VHW9Ty9Im1hAx2F9 { top:6.75rem;left:19rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgaeJCXFweMluq3KXuVndyxARcsPByiI { top:8.3125rem;left:17.8125rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl { display:block; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkprTIil6Jfam3sMtqzfhlyayp59p7I9 { top:3.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpITgVkJ3m1zUxx8w8y52EVzxSqgOm9T { top:29.25rem;left:17.625rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHDGxEJdSxXoOqVTahsBDn8byM8HIK5E { top:27.6875rem;left:17.625rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOioRoTl7EUFM46Fe666tz0pheMxv5cv { top:26.0625rem;left:17.625rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6 { top:12.625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaV56893WDZZemfakAbuzDSepBP6roT { top:12.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1n9SIiv6WDBoTXTVUVzgp0XsM2hc0uu { top:26.0625rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrHuVgSOezgldAVmNXwapu8TKLR1UTxN { top:27.6875rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMbR2kZgQX43WVT1tea1O658J2CC6wq { top:29.25rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5CowXIl6xN9lVGE7shP60qvMdI7lea { top:8.5625rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWh0ByIFEhKDelOmqNN2upIxQkm9C4D { top:37.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkqgRmoAE0CMTiKDKQnfEZMsP1iEDkBT { top:34.75rem;left:29rem;width:18.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLJvgb3zcdBKNoukzuar89DMmXsO7wu { top:6.5rem;left:7.28125rem;width:33.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i { display:block; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSvoeqaeF1aJGRLBsnS3ThTup87zrpnc { top:2.25rem;left:19.5rem;width:8.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCFsBcWXiwQs9fHe2CgJnnJC6VCK7yTw { top:24.1875rem;left:17.625rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwOszfQySZTMAy3kTRWisDaZ74GT7iZb { top:10.75rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl { top:10.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxbaNVEAvsePOCCBeME6V3AKxSh9C7B { top:24.1875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDSDHBihh9mfRqUNPvSmk7b8yDaRkI0 { top:30.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTrX3btLW7ssA48pxE9Rp3byMnFkS0s { top:34.75rem;left:29rem;width:18.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI2S4DZ3vUmDVprcK7yByh5s3yqttzIm { top:7.0625rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4i7QqfT5riz0WtrwWhG1ylMo0adpeKJ { top:4.875rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf { display:block; }#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogkzB0WTX0kWlc2BaVo9yZxzVZumD1M4 { top:3.875rem;left:0rem;width:33.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRW9OdOZsq7cv4du1e32QQwb6ws4T08w { top:27.25rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZuGec6SInX4VXZly282A83de1y6qVp { top:28.875rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbU8wBUnH0uX5NqT6H1l6MKeo4c9iqF { top:25.6875rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXTaUcLJQuvwqevOpFVJWgRaylOosgc { top:24.0625rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau { top:10.625rem;left:8.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8 { top:10.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrC43MgoCyGGPOQX2fkN43uTGTETRdSe { top:24.0625rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BANz9EBNI6WUCcNDpHp8JGVgzKEeBNiu { top:25.6875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OerTDSM0XO3GUITpOpHynUpT8JNGmtyk { top:27.25rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQK6T88MXTRG1tUvP0R5OOdPraHgbqgw { top:28.875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEC1N9EEaE8MXq03W0cDDE97xkTcx0BH { top:34.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bspb9GqFpHd2g4CiwqlqfRyHTy8amPNL { top:0rem;left:9.75rem;width:18.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r771XGD4lDQbGp4hKpdzre1Ph11mBfew { top:2.5625rem;left:25.250001907349rem;width:13.875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M53Ammd6kdBtBdGKTP0DlavAnQXgI432 { top:10.625rem;left:25.937501907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tciBirLArRhxJa4ChANVX1q1hVqL9WfX { top:24.125rem;left:25.250001907349rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhAHuX518Crp9UfapfzbU59nV9s7e3n { top:25.6875rem;left:25.250001907349rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO78BA8NlGFS0QFzpiECXfB0ikafrCpF { top:27.25rem;left:25.250001907349rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq2AwnuVVl7LxyOtDtn6r5xcOT7GkEet { top:28.8125rem;left:26.031251907349rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx { display:block; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLJOH5A8lwg8xi3P72g4243TsFnPF60T { top:34.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiQII3cKOWx1AVrJstbGExvRII2mu54s { top:1.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKA6zJMknAANewhIXE9wa712l7n1w76 { top:10.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8l3rTzM3r96Iydd7EUT8MSMmHOWXZKf { top:24.4375rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE8PZ2EM8EDH5KvezzmMniwHxTK8EJa { top:26rem;left:0rem;width:12.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKccABfocM4EqXV04aS687N2xaKiz0H { top:26rem;left:15.9375rem;width:15.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL2gCIkSybRazb9GaVdInBNTxJPqQh0H { top:27.625rem;left:17.6875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKMoPGNFplbGxDc8dDaobHLmp8TZe4kb { top:8.0625rem;left:17.71875rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnISI9rm2st0Wh5KodbIRMpCgxLDWttU { top:24.375rem;left:17.6875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRrlStPyhalNk2krIPtRxEL7wy4zfkw3 { top:10.9375rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFsR0z7gM4skHEym8oqmp9mQS2LgeSiI { top:4.125rem;left:11rem;width:25.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPSTz15ia9JaNmVer5yqOOLew4dBUQQ { top:6.3125rem;left:17.686851501465rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8 { top:10.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZspANIgwNB5CKGsgXnvraI3mrgIHFXB { top:24.375rem;left:35.5rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPeibJ7fDND1cJNN1zExe3kAGufaXSWR { top:25.9375rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztugD4skmOnPlCkGc2d3sgbZpNTXIUk3 { top:27.5625rem;left:35.5rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QprDmvBflre73TA1UuDJLlIaiHfo15nR { display:block; }#QprDmvBflre73TA1UuDJLlIaiHfo15nR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNPfJTUGkQy0rZuP2ObeuV7uwos9zS2v { top:3.5625rem;left:0rem;width:35.5rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbDkJ7bmfnCElNEvXP2nHOQ3JKX3RaS { top:24.375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTzwbzJIS1z7QocV242zuhwyuN3IwkA { top:9.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1vHbkWS713oSMTb66rmVV8cdSsG82h { top:25.9375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5C3QJwyDRbAbqoIwizRWgN3I7fI75Kv { top:27.5625rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTx9MGmviLlbOrDmi49khf2yRbts6gSI { top:29.125rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoskZya1aF32Oo3M2T2tQOiMuPyvvbDD { top:24.375rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f { top:9.6875rem;left:8.28125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHD7Wr4ol9vuWVXJRefoWmBmg7hdqaDM { top:34.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU4VuTT5nq9OEV12LMwFhhRki6yLFn2B { top:29.125rem;left:8.46875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqxcs6h2KaIskNlRu6lFTvLnaXg3NAca { top:25.9375rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKMzcwNJV3aBFAzPZuskIm4xCR09XKfW { top:27.5625rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnknlaUMeGzmRUsUTXKreq0zPzs4bI0a { top:3.5625rem;left:24.48671913147rem;width:18rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvmOzI36QCtmNLUWWhSTn7NWSUqKAG8 { top:0rem;left:23.561719894409rem;width:18.875rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqs7dbR8u7KlJTQiFMAvgILC5UePG4g { top:0rem;left:28.875rem;width:18.875rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTym7RhNgTm9azScRxG7IVSCJGI90qni { top:9.6875rem;left:26.749219894409rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FebyZwT9iMlUsVNBiecQucMFgogTIQ { top:24.375rem;left:25.862501144409rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXDbVSbRAG7supxBktR69XE14tNuFyz { top:25.9375rem;left:25.862501144409rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7iXAnMoUt8JSoF8dEDtHgFoM4GHl6MD { top:27.5625rem;left:25.8623046875rem;width:12.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMI6mScGBG2gN4fIhlekhaCUtZ7wREKi { top:29.125rem;left:24.486328125rem;width:15.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8t3EmH9u5RdRNlc41een6lykVul0dJE { top:9.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtZhBQw9N3M8afaqs8SJxOD1rhtF4HbC { top:24.375rem;left:35.4375rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITEw8SfRvLk63nUFXkWTzWE89coENi1 { top:26rem;left:35.4375rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eruZXIKgDNeU25gFHgbxHRU5ewRyitQX { top:27.5625rem;left:35.4375rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5JzUbztSaQ1AVFeE55H501tsT9syRPP { top:29.1875rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr { display:block; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsWot6R3TXIqmVm8D9PaArgymUg2xy40 { top:32.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52eTiNACsKTfJrMvzCKCSlBXf0MmGDE { top:3.375rem;left:14.875rem;width:18rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReN6WXNviXW3UgJzxsaFLpARGySPbMq { top:9.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glClquZJXgL6o5HQ5andBmQzTVLQPBhL { top:23.9375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOfZF58eCqZ5ZVWaq98cNeLr9Dz8fzTp { top:25.5625rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtC5Tdg7uNNIHs9rSfQzE3A6W02eGlWK { top:27.125rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEeOFxhBCiaQTd7DqApbMNm2zGuNZoz { top:6rem;left:14.96875rem;width:17.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBF7eG4agans3SqRMIV87tN8oRSC6ak { top:7.5625rem;left:16.21875rem;width:15.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i { display:block; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Og1twWf7CwyIaFWiEsP6l5A6K5J6RXps { top:34.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EMUZOkZFSBr5Z3TVVdxO7SiFWGq1Kv { top:3.375rem;left:14.875rem;width:18rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp { top:11.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9B15PtK7JrG24Sucy3CVWRTzp5wuZ7 { top:25.875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL53kz2WmqIXxP319NG9aard7OFcTFSI { top:27.5rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN { top:11.1875rem;left:8.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2X6hMCUaLAuh1BMEShrMw3hgfrfnGFv { top:25.875rem;left:8.9375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhWHRtO7t2hJbfEV5ZJvXg7TcgDxhSy { top:27.5rem;left:8.9375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZqGszJHBrLSfy4F8vTX5JcTyTweKCm { top:29.0625rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOfsHNWntD8wkwHPvq1ngp37qllf8FQT { top:29.0625rem;left:9rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgK2bgrt4ROBaQKbl9awE5ys94UIOnG { top:6rem;left:17.71875rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcVvS3BQEBRQltHrfdEulDSoafsd27Jg { top:7.5625rem;left:16.21875rem;width:15.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kppnTUpPTMEsfaP306R6WxTBv2NaGd22 { display:block; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3bO8OLimwHSglvi3ba30dZXENFFSHmz { top:3.3125rem;left:6.125rem;width:35.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2KSoqwQ1JENZAuDayH8V3HVxdTK92i { top:29.375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4 { top:14.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsOdS6QguLTT3Tu43buIVfmq1teLtc5 { top:30.9375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXlhAzSnFsd2nHeCSKUTMyeLlGV7P47 { top:10.625rem;left:17.09375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L4WwA0Iz4Vb1uPN9kpwMM8GCoe2HLZ { top:29.375rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9 { top:14.6875rem;left:8.28125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrltcPsTsqfNg8ZTMKu1wtx2rVT4MNI { top:34.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspEzIPXQHcTpJ2mVecXkSM1CNopa1Hh { top:30.9375rem;left:8.375rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anwJIqOT5ep6xiTaCq8EG8wfR4U60tlh { top:6.3125rem;left:10.8125rem;width:24.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAF8KzUoEn0ouMMU72SJk0teEI5GbJvX { top:8.5625rem;left:17.09440612793rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M07xgDrQiJf1R7gheirg9O1krbtXXV37 { display:block; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqvvKfEgRmPIq0Zc2vKwXAnUIwdWxOHw { top:3rem;left:0rem;width:42.0625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctt7vmZuN4ex2SS3nvc5nmwDT2aeVwKF { top:8.625rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK9ARc3lkU72kd4sTzR6OrvakEcpJXOG { top:38rem;left:0rem;width:21.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzPd8MbBBPMih4kkHa2AJFJPhZWta4IH { top:38rem;left:26.125rem;width:14.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blL3xXG7AXT6sJrlfM9J4rrvSkBhCDoB { top:38rem;left:32rem;width:14.625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC6x7xV98s2dSkvcUqA2hwCZ7MTuBAoq { top:37.9375rem;left:11.124349594116rem;width:12.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi { display:block; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlVHPQkWuacloT5PAZrUL6STgcLiIpZ3 { top:1.5625rem;left:0rem;width:23rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xic00EyUQPSnT1Hsh0RCHLbGpQrMuwTt { top:1.75rem;left:34.375rem;width:13.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB { top:2.8125rem;left:21.375rem;width:1.9375rem;height:1.9375rem;display:block; }
#wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw { top:2.8125rem;left:24.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D { top:2.8125rem;left:28rem;width:1.9375rem;height:1.9375rem;display:block; }
#t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #uVQbkstsPUVDICO6uP5lgKtpJM2L54MF { top:2.8125rem;left:17.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#uVQbkstsPUVDICO6uP5lgKtpJM2L54MF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 { display:block; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToiT2XzXAVxRSkpnTUwCSh5iScwCy59T { top:1rem;left:6.5625rem;width:10.5625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16lHxe3ntZTiMMUPKTnV9TvRzXAiFyX { display:block; }
 }@media only screen and (max-width: 763px) { #K4MwH930zB8Fpe0vuT9t7kzufArkTkXJ { top:1rem;left:19.1875rem;width:10.5625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmXOFt6iByBen1MzbDthQ2AxoedepIpf { display:block; }
 }@media only screen and (max-width: 763px) { #lpyrzNTZ0r3w7N35N16Al77M7hxJgWxh { top:1rem;left:31.000003814698rem;width:10.5625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2zuB01ennBEc0DCEzc1087sf7naszx { display:block; }
 }@media only screen and (max-width: 763px) { #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { display:block; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002c65, #002c65);background-image: -moz-linear-gradient(90deg, #002c65, #002c65);background-image: -ms-linear-gradient(90deg, #002c65, #002c65);background-image: -o-linear-gradient(90deg, #002c65, #002c65);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c65', endColorstr='#002c65' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c65', endColorstr='#002c65' );";background-image: linear-gradient(90deg, #002c65, #002c65);background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #gU67LT05GgDHqv3BOn7w42urf9ERbt5V { display:none; }#gU67LT05GgDHqv3BOn7w42urf9ERbt5V > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MeoAg63vFCf2HCHiO9f70TRrJTw12ilF { width:17.0625rem;height:auto;top:2.3125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e7gXTBmp3MhGmShJS0CVQHFblSd8BGkr { width:20rem;height:0.0625rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2IzrN8JPxi7VyaOsoPHw3MlT5MxwLzW { width:20rem;height:0;top:0.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 { display:flex;width:1.75rem;height:1.75rem;top:2.125rem;left:9.125rem;display:none; }
#DW3WyTkeFgwAN5Aasp7VtSSaUx3BrSs3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R { display:flex;width:1.4375rem;height:1.4375rem;top:2.25rem;left:9.25rem;display:none; }
#OCIQ1xq9nTOg9hWcBJvbaWfbg5Uwkm1R > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr { display:flex;width:1.4375rem;height:1.4375rem;top:2.25rem;left:9.25rem;display:none; }
#dUcfqvsBNNOzF3gGFIMAepRTlZTWypDr > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 { display:flex;width:1.875rem;height:1.875rem;top:2.0625rem;left:9.0625rem;display:none; }
#UQov3qcfSQyUG6cAHkT42W6rIeMbw9u2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ { display:block; } #d7ba400e55c79181d098fc7941354d5e.widget-smartsection *:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="text"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="email"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection input[type="tel"]:focus-visible, #d7ba400e55c79181d098fc7941354d5e.widget-smartsection textarea:focus-visible { outline: none; } #i8ldNaqArO4ttsatKmsuDMLmlW6gOzgQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TriZtr62E4TZJXOGeOltM1COexMQDdmR { display:block; }#TriZtr62E4TZJXOGeOltM1COexMQDdmR > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb8DqS055wHgp8XBP3gFG2aPJ6Te72a7 { width:20rem;height:3.0625rem;top:2.03125rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #qvlhpT1tJfdHHXt97RdRwVgIyQR25XJZ { width:18.375rem;height:0;top:6.5625rem;left:0.8125rem;font-size:1.1875rem;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P1H9LFB3DaFfSs6eFo8A6wzyrgMibL4A { width:20rem;height:0;top:22.77734375rem;left:0rem;font-size:0.9375rem;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JAs6cD8Sd1EyrZyH7rEyK2pvIdeFHOpf { width:17.75rem;height:3.0060375rem;top:2.2138671875rem;left:1.125rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAOD3TTz75X6Gpc8S5tBs1ywTrvhLZCe { width:20rem;height:4.2252625rem;top:6.4697265625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCzifLBEqB92gUQ5GnysxO1E0IFol27P { width:20rem;height:auto;top:2.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Bf6ux2fQGoNmp2BSzpc9Rnszq7N0dyD3 { width:20rem;height:13.1875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLzuLlywx1Fd97COc6hOVasNlKnkFEvy { display:none; }#aLzuLlywx1Fd97COc6hOVasNlKnkFEvy > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nQ3dDuAhXU8CPS0dClJ9EhJmXt1BFCiZ { width:20rem;height:3.0625rem;top:2.03125rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #LpaAU6iCrobbAVcbQ80FKyoq8lvIxlTJ { width:18.375rem;height:0;top:6.5625rem;left:0.8125rem;font-size:1.1875rem;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EnZqvKnubK8uHJtuPakPuk61T4HaGG37 { width:20rem;height:0;top:22.77734375rem;left:0rem;font-size:0.9375rem;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IcZZXphVUFnSsfolqFTHzfF9n6KhBfRI { width:17.75rem;height:3.00636875rem;top:6.2766928672787rem;left:1.1250000596046rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4TfuZlzQ8942RBo5z8waXv922145Ktm { width:20rem;height:0.125rem;top:5.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfUyWpZTL7GNsxa2Bhi5hNCGrTU7Dtn9 { width:17rem;height:2.5rem;top:1.646484375rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqEw9pnxldym6TPs0eitJIO8AaWRsS4 { width:20rem;height:4.225rem;top:25.771484375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEGX2SEV6kkJ0lluhoWQykroUCOPTCmN { width:20rem;height:auto;top:3.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NMwMbsKn624QAqiWgV2dub4VFoB3vMmE { display:flex;width:1.8125rem;height:1.8125rem;top:37.845703125rem;left:9.0625rem;display:none; }
#NMwMbsKn624QAqiWgV2dub4VFoB3vMmE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 { display:flex;width:1.5rem;height:1.5rem;top:40.908203125rem;left:9.25rem;display:none; }
#dosVRVC1z8iAQU76a7XbAlCMI5FcGGT2 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c { display:flex;width:1.4375rem;height:1.4375rem;top:43.658203125rem;left:9.25rem;display:none; }
#o3cJXIGbvfpN1krneaeNM5qlkEi8Og5c > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #u26F9H2bh6Umm2ZaC8InFxxnEBAe0Up1 { width:20rem;height:13.1875rem;top:9.771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqaQ0TTh1ULdbTaciorp9z7CAELnegvn { display:flex;width:1.875rem;height:1.875rem;top:12.125rem;left:9.0625rem;display:none; }
#VqaQ0TTh1ULdbTaciorp9z7CAELnegvn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dC0FXCSEut39tCn7IigX2LmP4erhhhGz { background-color:#f4f4f4;background-image:none;display:block; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { background-color: transparent; background-image: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container > .video-iframe-container { display: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row > .video-iframe-container { display: none; }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .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); }#dC0FXCSEut39tCn7IigX2LmP4erhhhGz > .row .container { width:20rem;height:125.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhQkTGT897QopIiKPRLBxABVIHT8E0hk { width:17.75rem;height:3.89756875rem;top:2.4641952514649rem;left:1.1250000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2gsUzNTmiH6rmqZiwNSnKvQpJD6u5aV { width:18.5rem;height:1.600475rem;top:26.001302719116rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKhvgi73LPikt1pswkHNLIHNMc6ToeoD { width:12.5rem;height:12.5rem;top:12.975912094116rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQ5xTtWMRsAl09CU877IoxBeVoCJu0n { width:14.874125rem;height:3.20095625rem;top:27.599611282349rem;left:2.5618489980697rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbxOs984CJdMnnhlD9i7wezod8UMinSt { width:12.3123125rem;height:1.600475rem;top:30.800783157349rem;left:3.8430992364883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHRbMzOLQy2dts4Nnk2vMTlZONs5lTL2 { width:12.3125rem;height:1.600475rem;top:74.9375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buHSzAKkBcZSC0PlTD8XlOxNz7LdS1vR { width:12.3125rem;height:1.600475rem;top:73.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIFwa6OMgqEpWkuSIbSkygdCBAmdkqTn { width:12.3125rem;height:1.600475rem;top:71.75rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAGM8LSXsHvkrVVtB2Q94nKD5Ha9lsOt { width:12.5rem;height:12.5rem;top:58.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7BLBSnTPmKgJTHGHQVipM734N1RXIHt { width:20rem;height:0.1215275rem;top:124.74609947204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBrHbdDeFbZ3AwvFAr1fTyiGv1u2yNi { width:12.3125rem;height:1.600475rem;top:52.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZRovHzaiBHTWNiSCweEsOLqacXdLFe3 { width:15.875rem;height:3.20095625rem;top:49.1875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcFKtXsx8tdDzoJa1TuIEnR6RNKPJIOS { width:12.3125rem;height:1.600475rem;top:47.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8pRr1fm1K7bRg9fIETPWgThFnTCVJt { width:12.5rem;height:12.5rem;top:34.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKiFABITO3VT66RVoz7ScOuHaV1T34P { width:20rem;height:1.600475rem;top:6.9882831573488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smE8x5STk8LzlJLpVlcm75NPprtcKvLK { width:12.3125rem;height:1.600475rem;top:9.2513027191163rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdT75E6IeddPUp9L8CuSF2EwWRFFXhTq { width:14.8123125rem;height:1.600475rem;top:97.1875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6dCSCNsR7yTkwJ1HCfRbMHDofUU5eaV { width:12.249375rem;height:1.600475rem;top:95.625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlpofRGmi8mUrZvpDJBrwOi0TWuFWV16 { width:12.249375rem;height:1.600475rem;top:94rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMyf4kBu4ONJTax2klbvBukPyV6mV0vc { width:12.5rem;height:12.5rem;top:80.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbUg1v9fI2PT7KKxL5TveFLmabC0qBeJ { width:14.8125rem;height:1.600475rem;top:120.625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hshqem1ApTdOtbrFBHeTwC3dXCLJ9Wc9 { width:12.3125rem;height:1.600475rem;top:119.0625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suDmRBxCHsGNliX1gtIP8E8PHkBUl9KT { width:12.3125rem;height:1.600475rem;top:117.4375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccKkDnLIi5zayZ9hKbAUlLNaT1KyCJIO { width:12.5rem;height:12.5rem;top:104rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPRS486Vie6mN2agG4oqKiF74Me0Jf { background-color:#f4f4f4;background-image:none;display:block; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { background-color: transparent; background-image: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container > .video-iframe-container { display: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row > .video-iframe-container { display: none; }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .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); }#nIzPRS486Vie6mN2agG4oqKiF74Me0Jf > .row .container { width:20rem;height:59.063140869141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y371qoAvcxtAzvgB1lwbLRm71KaK51OM { width:20rem;height:0.123698125rem;top:59.001302242279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XehqgXIeuyXtsoJ9nRa8N0wglmQ8xczR { width:20rem;height:3.89756875rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIqiXW6yQwJT7xFXxal2yFQBNL7u2rFT { width:12.5rem;height:12.5rem;top:13.125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdQfHTXqCPirF1TyZ428kBcBha2tveD3 { width:14.8125rem;height:3.20095625rem;top:28.474609375rem;left:2.5937501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzgNUtT8QsxAMgRwpDBwulUobtbDkxMu { width:18.5rem;height:1.600475rem;top:26.875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gG12TH1Izlhz0Am2OeKR4hILRxrSO5zR { width:12.5rem;height:1.600475rem;top:31.673829555511rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03xWDQS8SqSr5P2C8ema1BAlICW3nW2 { width:12.5rem;height:12.5rem;top:36.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeKSN62eWsnyq5yArLos0eq1nodcfI65 { width:12.25rem;height:1.600475rem;top:50.5625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCMH4HEQxXAOc2VnGe9dAdCqKIba5P2K { width:12.25rem;height:1.600475rem;top:52.1875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyoO3DLXli38MpuNacTP9y1VDCzU9WXK { width:12.5rem;height:1.600475rem;top:53.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3Ta9tLpNTW0vyTEwyKSWidfAu8rzrP { width:20rem;height:1.600475rem;top:6.9609394073488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwdLWAdMMOrt0S8akABdrqrWTXTPq3u2 { width:12.25rem;height:1.600475rem;top:8.5605487823488rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 { background-color:#f4f4f4;background-image:none;display:block; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { background-color: transparent; background-image: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container > .video-iframe-container { display: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row > .video-iframe-container { display: none; }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .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); }#koRVrLlrySRpmW9H4FhoCngKRo7Nbxd3 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2yA7wgPkXkPWDZndJtFBPTB4pau9O02 { width:20rem;height:0.12402375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTgFXsRXxSoeoex5ncRUF6r7KPv545e { width:20rem;height:1.94986875rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #se6FrcrXR35evRU44q1BKgrbit2bdMXX { width:12.5rem;height:12.5rem;top:8.125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNl9s6C8kevVLe7K7UNtswmi9PFAZfGV { width:12.3125rem;height:1.600475rem;top:23.4375rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnENCgytTszHQ1pQpZmDNimMZqy2pxif { width:18.5rem;height:1.600475rem;top:21.875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liGQV7xolRTZSkLGnOLetVQDkqTqz22K { width:12.3125rem;height:1.600475rem;top:26.6875rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTQPTPbOkzuuVkNheMNsc24R86QhEO0a { width:12.5rem;height:1.600475rem;top:25.03515625rem;left:3.6542969942093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSMSM2GJswnomaFOAapZ5u0ievqZNnR { width:20rem;height:1.600475rem;top:4.3867378234863rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT { background-color:#f4f4f4;background-image:none;display:block; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { background-color: transparent; background-image: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container > .video-iframe-container { display: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row > .video-iframe-container { display: none; }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .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); }#QCu5L9CKTo2oPFgdafRZ2odnbg0AB0RT > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWld3q52hVQy6tLzFmldozlU7ntVsh5Q { width:20rem;height:0.123046875rem;top:51.886067390442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQpDBn923ZChVOfpxguEySNHBfRQo2Ph { width:20rem;height:1.94986875rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiff7WfMkwoK3o2ouJyAPucINwECgd3e { width:12.5rem;height:1.29948125rem;top:28.3125rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RDHpTous6CiIag1tVPC4EopV7ufPOtOl { width:15.4375rem;height:1.600475rem;top:4.3867225646972rem;left:2.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNyXCkJ5PltNowMNlqMdKNcVvE3G9lf6 { width:12.25rem;height:1.600475rem;top:7.2858076095581rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOCecR9DTQA0tGPehUEEUtCRUv8UJHbp { width:9.75rem;height:1.2999125rem;top:5.986328125rem;left:5.1250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEtAeP6NhdfrZb28UKQMAHAN0JG0BmAB { width:12.3125rem;height:1.600475rem;top:25.0625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZLUy5ris43KozTCzRr3yTteaJaTTtKN { width:12.5rem;height:12.5rem;top:12.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgwbQdTU8ftXAPHiln5ZxSPbTcCIq9in { width:15.4375rem;height:1.600475rem;top:26.625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXZ0gta6rTARMuNKHNn21q7pZ1n9l6II { width:12.3125rem;height:1.600475rem;top:43.375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0eqQh2BUHwodeAn2OG2T3qm1hcpnO3A { width:12.5rem;height:12.5rem;top:30.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7fzw7NvRbmgW3wLyFwURA8HzKcT4Uo { width:15.4375rem;height:1.600475rem;top:45.099610328674rem;left:2.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 { background-color:#f4f4f4;background-image:none;display:block; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { background-color: transparent; background-image: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container > .video-iframe-container { display: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row > .video-iframe-container { display: none; }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .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); }#z1sudgTyt35NXt2Hs3sEV9hEzDNKE2f1 > .row .container { width:20rem;height:124.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfoI4CzwiNmEsJBQFmDAdfHtk3vEKZe { width:17.75rem;height:1.94986875rem;top:1.9010314941406rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTURRTeiJg2T5uNFDgfUOyvtaM3OPFEv { width:18.5rem;height:1.600475rem;top:67.8125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #godRETbz6CEywyxOnUAvb9BvKNHexzyk { width:12.5rem;height:12.5rem;top:54.3125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBPBo1Vy9qtFtE3kvUCrTbzRe3tCpUK8 { width:12.3125rem;height:1.600475rem;top:69.375rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZcUGsVpVrwJyLso6yUVgNLJNi50wfwr { width:12.3125rem;height:1.600475rem;top:72.5625rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZMP2ZCTZ1gI1rlzlTizhTRvJGeBRloy { width:12.3125rem;height:1.600475rem;top:96.0625rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbqpdkOodQ7vC9Ir2zh4On6Kofb4HqRd { width:12.3125rem;height:1.600475rem;top:92.9375rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTgU1kIbHUm3AnEnEx062N9qxJaVIC4e { width:12.3125rem;height:1.600475rem;top:91.3125rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRnX73A6OC84TFwwr0gwwukvciywF8wF { width:12.5rem;height:12.5rem;top:77.4375rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMa8pTpnUcIzRsvGFv9GGyBoN3XE3Ki { width:20rem;height:0.124783125rem;top:122.93487548828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgMPFMcTXezpbexdJk9GdqJbgn7UU8gU { width:12.3125rem;height:1.600475rem;top:113.5rem;left:3.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWAavAqaT2rwrXCMT3yZmPqBIuQPITT3 { width:12.3125rem;height:1.600475rem;top:115.0625rem;left:3.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGkvZMce36Uysp6bomMsST8Oe66EHElt { width:12.3125rem;height:1.600475rem;top:116.5625rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKOJT6hSvv8aLbz23PSXK0UgATKuCaUx { width:12.5rem;height:12.5rem;top:99.875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVumyTN5vzVcFT3urhADnZT1IDE384SN { width:12.249375rem;height:1.600475rem;top:49.25rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5dPdEDJaU89WyXOns7DNQ2JvWe9vxg0 { width:12.249375rem;height:1.600475rem;top:47.625rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8zUxB1n666HtRZURpCN9foXBrleNAUV { width:12.5rem;height:12.5rem;top:34.1875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO9dmFqTFtsw2ishJwZyhUrTTNKTec3D { width:16.0623125rem;height:3.20095rem;top:27.0625rem;left:2.0000001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKzKphm6EbvC6OV02yMPDZyKuwND9ZUq { width:12.249375rem;height:1.600475rem;top:25.5625rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uqp84wHKvOlCsy6b4gKprAaVoVkQGE3J { width:12.5rem;height:12.5rem;top:11.9375rem;left:3.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4f2wvnHo91hUwSdzSXUIZ1UJo4u41b2 { width:20rem;height:1.600475rem;top:3.8502655029297rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKtzogX5uArQew04VHW9Ty9Im1hAx2F9 { width:9.75rem;height:1.2999125rem;top:6.033203125rem;left:5.1250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgaeJCXFweMluq3KXuVndyxARcsPByiI { width:12.25rem;height:1.600475rem;top:7.3326816558837rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl { background-color:#f4f4f4;background-image:none;display:block; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { background-color: transparent; background-image: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container > .video-iframe-container { display: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row > .video-iframe-container { display: none; }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .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); }#OtTJTDyiS83PGlJ3GM04Urp09GyKUSLl > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkprTIil6Jfam3sMtqzfhlyayp59p7I9 { width:20rem;height:1.9487875rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpITgVkJ3m1zUxx8w8y52EVzxSqgOm9T { width:12.3125rem;height:1.600475rem;top:30.399078369141rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHDGxEJdSxXoOqVTahsBDn8byM8HIK5E { width:12.3125rem;height:1.600475rem;top:28.6875rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOioRoTl7EUFM46Fe666tz0pheMxv5cv { width:12.3125rem;height:1.600475rem;top:27.149078369141rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKAqVSJ2OnUddIef3TSDrVkpsZbktmG6 { width:12.5rem;height:12.5rem;top:13.1875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaV56893WDZZemfakAbuzDSepBP6roT { width:12.5rem;height:12.5rem;top:34.8125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1n9SIiv6WDBoTXTVUVzgp0XsM2hc0uu { width:12.3125rem;height:1.600475rem;top:48.3359375rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrHuVgSOezgldAVmNXwapu8TKLR1UTxN { width:12.3125rem;height:1.600475rem;top:49.873718261719rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blMbR2kZgQX43WVT1tea1O658J2CC6wq { width:12.3125rem;height:1.600475rem;top:51.473327636719rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5CowXIl6xN9lVGE7shP60qvMdI7lea { width:12.3125rem;height:1.600475rem;top:8.0000019073488rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWh0ByIFEhKDelOmqNN2upIxQkm9C4D { width:20rem;height:0.124783125rem;top:56.62114238739rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkqgRmoAE0CMTiKDKQnfEZMsP1iEDkBT { width:18.4375rem;height:28.186875rem;top:54.874153614044rem;left:0.78125005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODLJvgb3zcdBKNoukzuar89DMmXsO7wu { width:20rem;height:1.600475rem;top:5.9609088897705rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i { background-color:#f4f4f4;background-image:none;display:block; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { background-color: transparent; background-image: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container > .video-iframe-container { display: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row > .video-iframe-container { display: none; }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .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); }#Dc8QK8KoGZ1MH7rnPeoduk0kOd3qOl5i > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSvoeqaeF1aJGRLBsnS3ThTup87zrpnc { width:20rem;height:1.94986875rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCFsBcWXiwQs9fHe2CgJnnJC6VCK7yTw { width:12.3125rem;height:1.600475rem;top:44.125rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwOszfQySZTMAy3kTRWisDaZ74GT7iZb { width:12.5rem;height:12.5rem;top:30.1875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZQ26uEdLyfcDCANBre7Oxf1aFC3XKl { width:12.5rem;height:12.5rem;top:10.5rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxbaNVEAvsePOCCBeME6V3AKxSh9C7B { width:12.3125rem;height:1.600475rem;top:24rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrDSDHBihh9mfRqUNPvSmk7b8yDaRkI0 { width:20rem;height:0.123698125rem;top:49.061374664307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTrX3btLW7ssA48pxE9Rp3byMnFkS0s { width:18.4375rem;height:28.186875rem;top:54.874153614044rem;left:0.78125005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI2S4DZ3vUmDVprcK7yByh5s3yqttzIm { width:12.3125rem;height:1.600475rem;top:4.56640625rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4i7QqfT5riz0WtrwWhG1ylMo0adpeKJ { width:12.3125rem;height:1.600475rem;top:6.1250057220459rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf { background-color:#f4f4f4;background-image:none;display:none; }#CgCSmM4xPJv88hAtMOPXcTzax8F9dZQf > .row .container { width:20rem;height:84.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ogkzB0WTX0kWlc2BaVo9yZxzVZumD1M4 { width:20rem;height:3.8984375rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRW9OdOZsq7cv4du1e32QQwb6ws4T08w { width:12.3125rem;height:1.5996125rem;top:25.2119140625rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTZuGec6SInX4VXZly282A83de1y6qVp { width:12.3125rem;height:1.5996125rem;top:26.75rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKbU8wBUnH0uX5NqT6H1l6MKeo4c9iqF { width:12.3125rem;height:1.5996125rem;top:23.5rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpXTaUcLJQuvwqevOpFVJWgRaylOosgc { width:12.3125rem;height:1.5996125rem;top:21.9619140625rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhgcacIOuGHaq2DFg2Hi4qhQUnZOyxau { width:12.5rem;height:12.5rem;top:8rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBXi3inZT2D28BNNmbTfGVVXzvuXgU8 { width:12.5rem;height:12.5rem;top:31.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrC43MgoCyGGPOQX2fkN43uTGTETRdSe { width:12.3125rem;height:1.5996125rem;top:45.2109375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BANz9EBNI6WUCcNDpHp8JGVgzKEeBNiu { width:12.3125rem;height:1.5996125rem;top:46.7490234375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OerTDSM0XO3GUITpOpHynUpT8JNGmtyk { width:12.3125rem;height:1.5996125rem;top:48.3486328125rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQK6T88MXTRG1tUvP0R5OOdPraHgbqgw { width:12.3125rem;height:1.5996125rem;top:49.875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEC1N9EEaE8MXq03W0cDDE97xkTcx0BH { width:20rem;height:0.125rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bspb9GqFpHd2g4CiwqlqfRyHTy8amPNL { width:18.4375rem;height:28.1875rem;top:55rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r771XGD4lDQbGp4hKpdzre1Ph11mBfew { width:13.875rem;height:3.8984375rem;top:56.1875rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M53Ammd6kdBtBdGKTP0DlavAnQXgI432 { width:12.5rem;height:12.5rem;top:61.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tciBirLArRhxJa4ChANVX1q1hVqL9WfX { width:12.3125rem;height:1.5996125rem;top:74.5625rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euhAHuX518Crp9UfapfzbU59nV9s7e3n { width:12.3125rem;height:1.5996125rem;top:76.162109375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO78BA8NlGFS0QFzpiECXfB0ikafrCpF { width:12.3125rem;height:1.5996125rem;top:77.76171875rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oq2AwnuVVl7LxyOtDtn6r5xcOT7GkEet { width:12.3125rem;height:1.5996125rem;top:79.5126953125rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx { background-color:#f4f4f4;background-image:none;display:block; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { background-color: transparent; background-image: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container > .video-iframe-container { display: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row > .video-iframe-container { display: none; }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .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); }#vv7CTOifB4VVd0HVtAaOMrM08lvpxZFx > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLJOH5A8lwg8xi3P72g4243TsFnPF60T { width:20rem;height:0.124783125rem;top:47.031250953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiQII3cKOWx1AVrJstbGExvRII2mu54s { width:13.875rem;height:1.94986875rem;top:1.6875rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THKA6zJMknAANewhIXE9wa712l7n1w76 { width:12.5rem;height:12.5rem;top:10.9375rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8l3rTzM3r96Iydd7EUT8MSMmHOWXZKf { width:12.249375rem;height:1.600475rem;top:24.6875rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQE8PZ2EM8EDH5KvezzmMniwHxTK8EJa { width:12.249375rem;height:3.20095rem;top:26.3125rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHKccABfocM4EqXV04aS687N2xaKiz0H { width:14.75rem;height:1.600475rem;top:46.961547851562rem;left:2.6250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AL2gCIkSybRazb9GaVdInBNTxJPqQh0H { width:12.24975rem;height:1.600475rem;top:48.5rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKMoPGNFplbGxDc8dDaobHLmp8TZe4kb { width:12.24975rem;height:1.600475rem;top:50.125rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VnISI9rm2st0Wh5KodbIRMpCgxLDWttU { width:12.24975rem;height:1.600475rem;top:45.125rem;left:3.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRrlStPyhalNk2krIPtRxEL7wy4zfkw3 { width:12.5rem;height:12.5rem;top:31.5625rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFsR0z7gM4skHEym8oqmp9mQS2LgeSiI { width:20rem;height:1.600475rem;top:4.0859379768372rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSPSTz15ia9JaNmVer5yqOOLew4dBUQQ { width:12.25rem;height:1.600475rem;top:6.2539067268369rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCRf9e0tP1arcgyy2tFnAKUWxu4T7dd8 { width:12.5rem;height:12.5rem;top:53.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZspANIgwNB5CKGsgXnvraI3mrgIHFXB { width:12.249375rem;height:1.600475rem;top:67.4375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPeibJ7fDND1cJNN1zExe3kAGufaXSWR { width:15.9375rem;height:1.600475rem;top:69.125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztugD4skmOnPlCkGc2d3sgbZpNTXIUk3 { width:12.249375rem;height:1.600475rem;top:71.0625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QprDmvBflre73TA1UuDJLlIaiHfo15nR { background-color:#f4f4f4;background-image:none;display:none; }#QprDmvBflre73TA1UuDJLlIaiHfo15nR > .row .container { width:20rem;height:111.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tNPfJTUGkQy0rZuP2ObeuV7uwos9zS2v { width:17.75rem;height:1.95rem;top:2.8388671875rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPbDkJ7bmfnCElNEvXP2nHOQ3JKX3RaS { width:18.5rem;height:1.6rem;top:19.75rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbTzwbzJIS1z7QocV242zuhwyuN3IwkA { width:12.5rem;height:12.5rem;top:6.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1vHbkWS713oSMTb66rmVV8cdSsG82h { width:12.3125rem;height:1.6rem;top:21.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5C3QJwyDRbAbqoIwizRWgN3I7fI75Kv { width:12.3125rem;height:1.6rem;top:22.9375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTx9MGmviLlbOrDmi49khf2yRbts6gSI { width:12.3125rem;height:1.6rem;top:24.5625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoskZya1aF32Oo3M2T2tQOiMuPyvvbDD { width:12.3125rem;height:1.6rem;top:42.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXhOrwvoMeFszNZ543v5FqFtLQIG0y8f { width:12.5rem;height:12.5rem;top:28.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHD7Wr4ol9vuWVXJRefoWmBmg7hdqaDM { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU4VuTT5nq9OEV12LMwFhhRki6yLFn2B { width:12.3125rem;height:1.6rem;top:47.25rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wqxcs6h2KaIskNlRu6lFTvLnaXg3NAca { width:12.3125rem;height:1.6rem;top:44.0625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKMzcwNJV3aBFAzPZuskIm4xCR09XKfW { width:12.3125rem;height:1.6rem;top:45.6875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnknlaUMeGzmRUsUTXKreq0zPzs4bI0a { width:18rem;height:1.95rem;top:51.6875rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBvmOzI36QCtmNLUWWhSTn7NWSUqKAG8 { width:18.875rem;height:25.625rem;top:55.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqs7dbR8u7KlJTQiFMAvgILC5UePG4g { width:18.875rem;height:28.625rem;top:82.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTym7RhNgTm9azScRxG7IVSCJGI90qni { width:12.5rem;height:12.5rem;top:58.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FebyZwT9iMlUsVNBiecQucMFgogTIQ { width:12.3125rem;height:1.6rem;top:71.75rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogXDbVSbRAG7supxBktR69XE14tNuFyz { width:12.3125rem;height:1.6rem;top:73.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7iXAnMoUt8JSoF8dEDtHgFoM4GHl6MD { width:12.3125rem;height:1.6rem;top:74.9375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMI6mScGBG2gN4fIhlekhaCUtZ7wREKi { width:15.3125rem;height:1.6rem;top:76.5625rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8t3EmH9u5RdRNlc41een6lykVul0dJE { width:12.5rem;height:12.5rem;top:85.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtZhBQw9N3M8afaqs8SJxOD1rhtF4HbC { width:12.3125rem;height:1.6rem;top:99.875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nITEw8SfRvLk63nUFXkWTzWE89coENi1 { width:12.3125rem;height:1.6rem;top:101.5rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eruZXIKgDNeU25gFHgbxHRU5ewRyitQX { width:12.3125rem;height:1.6rem;top:103.0625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5JzUbztSaQ1AVFeE55H501tsT9syRPP { width:15.3125rem;height:1.6rem;top:105.25rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr { background-color:#f4f4f4;background-image:none;display:block; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { background-color: transparent; background-image: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container > .video-iframe-container { display: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row > .video-iframe-container { display: none; }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .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); }#gzVfiZSc08U0vUc9MyZRSrpaXX85PtDr > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsWot6R3TXIqmVm8D9PaArgymUg2xy40 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52eTiNACsKTfJrMvzCKCSlBXf0MmGDE { width:18rem;height:1.94986875rem;top:2.8125rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JReN6WXNviXW3UgJzxsaFLpARGySPbMq { width:12.5rem;height:12.5rem;top:9.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glClquZJXgL6o5HQ5andBmQzTVLQPBhL { width:12.3125rem;height:1.600475rem;top:22.875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOfZF58eCqZ5ZVWaq98cNeLr9Dz8fzTp { width:12.3125rem;height:1.600475rem;top:24.5rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtC5Tdg7uNNIHs9rSfQzE3A6W02eGlWK { width:12.25rem;height:1.600475rem;top:26.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXEeOFxhBCiaQTd7DqApbMNm2zGuNZoz { width:10.9375rem;height:3.20095625rem;top:4.76171875rem;left:4.5312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooBF7eG4agans3SqRMIV87tN8oRSC6ak { width:15.3125rem;height:1.5996125rem;top:6.5rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i { background-color:#f4f4f4;background-image:none;display:block; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { background-color: transparent; background-image: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container > .video-iframe-container { display: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row > .video-iframe-container { display: none; }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .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); }#l2OCOznXxJBtSJtXA2iZF85R0EQNSo1i > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Og1twWf7CwyIaFWiEsP6l5A6K5J6RXps { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EMUZOkZFSBr5Z3TVVdxO7SiFWGq1Kv { width:18rem;height:1.94986875rem;top:2.8125rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bhfokw0qdwppTGz4q7mxQgSA4bZInXTp { width:12.5rem;height:12.5rem;top:9.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9B15PtK7JrG24Sucy3CVWRTzp5wuZ7 { width:12.3125rem;height:1.600475rem;top:22.875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KL53kz2WmqIXxP319NG9aard7OFcTFSI { width:12.3125rem;height:1.600475rem;top:24.5rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHp4yIcsgD44sN0aNohtc1aJTvMgBmyN { width:12.5rem;height:12.5rem;top:29.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2X6hMCUaLAuh1BMEShrMw3hgfrfnGFv { width:12.3125rem;height:1.600475rem;top:44.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRhWHRtO7t2hJbfEV5ZJvXg7TcgDxhSy { width:12.3125rem;height:1.600475rem;top:45.75rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCZqGszJHBrLSfy4F8vTX5JcTyTweKCm { width:12.25rem;height:1.600475rem;top:26.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOfsHNWntD8wkwHPvq1ngp37qllf8FQT { width:12.25rem;height:1.600475rem;top:47.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgK2bgrt4ROBaQKbl9awE5ys94UIOnG { width:12.3125rem;height:1.600475rem;top:4.75rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcVvS3BQEBRQltHrfdEulDSoafsd27Jg { width:15.3125rem;height:1.600475rem;top:6.5rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kppnTUpPTMEsfaP306R6WxTBv2NaGd22 { background-color:#f4f4f4;background-image:none;display:block; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { background-color: transparent; background-image: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container > .video-iframe-container { display: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row > .video-iframe-container { display: none; }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .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); }#kppnTUpPTMEsfaP306R6WxTBv2NaGd22 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3bO8OLimwHSglvi3ba30dZXENFFSHmz { width:17.75rem;height:1.94986875rem;top:1.712890625rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2KSoqwQ1JENZAuDayH8V3HVxdTK92i { width:18.5rem;height:1.600475rem;top:25.375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZw52VL7EVSCvIEwSvRnFRo7l0hbWWf4 { width:12.5rem;height:12.5rem;top:12.015625rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsOdS6QguLTT3Tu43buIVfmq1teLtc5 { width:12.3125rem;height:1.600475rem;top:27rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSXlhAzSnFsd2nHeCSKUTMyeLlGV7P47 { width:12.3125rem;height:1.600475rem;top:7.412109375rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1L4WwA0Iz4Vb1uPN9kpwMM8GCoe2HLZ { width:12.3125rem;height:1.600475rem;top:44.3125rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKyZLdlbWt7bATkTMFzbTvIL3U8hKiv9 { width:12.5rem;height:12.5rem;top:30.8125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrltcPsTsqfNg8ZTMKu1wtx2rVT4MNI { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspEzIPXQHcTpJ2mVecXkSM1CNopa1Hh { width:12.3125rem;height:1.600475rem;top:45.9375rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anwJIqOT5ep6xiTaCq8EG8wfR4U60tlh { width:20rem;height:1.600475rem;top:4.224609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAF8KzUoEn0ouMMU72SJk0teEI5GbJvX { width:12.25rem;height:1.600475rem;top:5.88671875rem;left:3.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M07xgDrQiJf1R7gheirg9O1krbtXXV37 { background-color:#ffffff;background-image:none;display:block; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { background-color: transparent; background-image: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container > .video-iframe-container { display: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row > .video-iframe-container { display: none; }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .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); }#M07xgDrQiJf1R7gheirg9O1krbtXXV37 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqvvKfEgRmPIq0Zc2vKwXAnUIwdWxOHw { width:18.75rem;height:4.54948125rem;top:2.3209648132324rem;left:0.62500005960463rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctt7vmZuN4ex2SS3nvc5nmwDT2aeVwKF { width:20rem;height:16rem;top:8.9479179382325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK9ARc3lkU72kd4sTzR6OrvakEcpJXOG { width:20rem;height:6.8164125rem;top:27.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzPd8MbBBPMih4kkHa2AJFJPhZWta4IH { width:14.9375rem;height:4.544275rem;top:41.5625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blL3xXG7AXT6sJrlfM9J4rrvSkBhCDoB { width:14.625rem;height:3.40820625rem;top:48rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CC6x7xV98s2dSkvcUqA2hwCZ7MTuBAoq { width:12.25rem;height:4.544275rem;top:35.125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi { display:block; }#fC9ohQS3w3FmhXxdqZS28Nr3eHTpIAyi > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlVHPQkWuacloT5PAZrUL6STgcLiIpZ3 { width:15.25rem;height:3.40820625rem;top:2.5rem;left:2.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xic00EyUQPSnT1Hsh0RCHLbGpQrMuwTt { width:13.375rem;height:3.40820625rem;top:6.2923583984375rem;left:3.3125002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB { display:flex;width:1.9995125rem;height:1.9995125rem;top:11.9375rem;left:7.4375rem; }
#wCFsWoRR0NTWZkzQGP9aLMxsBblN22QB > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw { display:flex;width:1.9995125rem;height:1.9995125rem;top:11.9375rem;left:10.8125rem; }
#IIR0dFpKTVxMeR36so5K7R1vTWCVN9iw > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D { display:flex;width:2rem;height:2rem;top:11.9375rem;left:13.8125rem; }
#t5gdLIa4VSHlvUqUAEXVg8pTmVLcnS5D > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #uVQbkstsPUVDICO6uP5lgKtpJM2L54MF { display:flex;width:1.9995125rem;height:1.9995125rem;top:11.9375rem;left:4.25rem; }
#uVQbkstsPUVDICO6uP5lgKtpJM2L54MF > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 { display:block; }#iNpSQa8ckM6WT7RH99fFFOA7hlIZTXg1 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToiT2XzXAVxRSkpnTUwCSh5iScwCy59T { top:1.25rem;left:4.6875rem;width:10.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16lHxe3ntZTiMMUPKTnV9TvRzXAiFyX { display:block; }
 }@media only screen and (max-width: 763px) { #K4MwH930zB8Fpe0vuT9t7kzufArkTkXJ { top:3.5rem;left:4.6875rem;width:10.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmXOFt6iByBen1MzbDthQ2AxoedepIpf { display:block; }
 }@media only screen and (max-width: 763px) { #lpyrzNTZ0r3w7N35N16Al77M7hxJgWxh { top:5.75rem;left:4.6875rem;width:10.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2zuB01ennBEc0DCEzc1087sf7naszx { display:block; }
 }@media only screen and (max-width: 763px) { #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.adaptive-delivery-prevent-bg, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyload, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyloading { background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { background-color: transparent; background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .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); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { width:20rem;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.adaptive-delivery-prevent-bg, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyload, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyloading { background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { background-color: transparent; background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .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); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { width:20rem;height:undefined;position:relative;display:block; } }