.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:232,247,224;--color-primary-1:179,230,153;--color-primary-2:102,204,51;--color-primary-3:51,102,26;--color-primary-4:15,31,8;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:246,246,246;--color-secondary-3:148,148,148;--color-secondary-4:49,49,49;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:146,146,146;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk { position:relative;display:block; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk { background-color: transparent; background-image: none; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container > .video-iframe-container { display: none; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row > .video-iframe-container { display: none; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .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); }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk { border-width: 0; border-radius: 0; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T8bbTCFTXwoDNTDVsiRIy43Qbg95TyJG { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:43.4375rem;height:1.13606875rem;display:block; }
#B6ycDl03g0Q3iCi53MUkr0T94iiqV2ak { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:54.25rem;height:1.13606875rem;display:block; }
#JooDbT72x8cq02CKkslabhC8hgfXyVeI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.75rem;top:1.4375rem;left:51.6875rem;overflow:hidden;display:block; }
#RLm1qqwKXtkMyocGgN6gaU6J84lI3uuH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.9375rem;top:1.6875rem;left:40.875rem;overflow:hidden;display:block; }
#WpfAyoZCSUQBl66oZbUwKiEx5rl7rK0W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.625rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:70.875rem; }
#VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#P6HewBBJ9hQosHgfesIqCthnovpAQmIq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.6875rem;left:63.5625rem; }
#P6HewBBJ9hQosHgfesIqCthnovpAQmIq > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#gbfZU4wHJBz36pplvVR7ydLWAXAklimg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.6875rem;left:66.125rem; }
#gbfZU4wHJBz36pplvVR7ydLWAXAklimg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.6875rem;left:68.5625rem; }
#rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#woLOyaKxTWAQhctmnhTrNFAZxqvClMFo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.6875rem;left:73.3125rem; }
#woLOyaKxTWAQhctmnhTrNFAZxqvClMFo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/37e75c41-a490-4c2a-b02e-62b91ecbda0e/LP_02_grafika1kopia.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { color:rgba(var(--color-primary-2),1);display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:15.8125rem;left:2rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { box-sizing:content-box;height:3.9375rem;width:10.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47cd09d2-4660-4541-8b7f-ab90dbb40ecb/gtv_loga.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:10.75rem;left:2.0625rem;display:block; }#S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.adaptive-delivery-prevent-bg, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyload, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyloading { background-image: none; }
#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ec9edc3-8c32-4326-983c-68d7f4749ed6/greenbc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.adaptive-delivery-prevent-bg, #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.lazyload, #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.lazyloading { background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { background-color: transparent; background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .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); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { border-width: 0; border-radius: 0; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#CezCGcxo35LU9FmkmG3XR8BnUulVnscf { color:rgba(var(--color-tertiary-0),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.15625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDnTItnQlWzGLrZ035lX7goaGRwR3aSq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.6875rem;left:9.6875rem;height:3.375rem;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;font-style:normal;display:block; }
#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { position:relative;display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { background-color: transparent; background-image: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container > .video-iframe-container { display: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row > .video-iframe-container { display: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .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); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { border-width: 0; border-radius: 0; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AXQzU5RkREV4XT1BUAFkn70sdO553wCJ { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:2.3125rem;left:30.9375rem;height:7.5rem;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; }
#ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/64c20729-141e-4bb4-8e50-e42042b85840/ikona01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.25rem;left:2.0625rem;display:block; }#ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG.adaptive-delivery-prevent-bg, #ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG.lazyload, #ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG.lazyloading { background-image: none; }
#d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.962890625rem;left:8.9375rem;height:2.098525rem;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; }
#ubkEr1kX9La4k6vv7ZRDwro1BowGMP5u { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.8125rem;left:2.0625rem;height:4.50195rem;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; }
#WTUwU8OIz9P3dGnCDdvRxQIPT2Zg2N1m { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:14.9375rem;left:2.0625rem;height:2.00086875rem;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; }
#O9sU70B7hdcNad6CohwpVvKAoPNE5zP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.1875rem;left:2.0625rem;height:3.0013rem;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; }
#MQdWNdb1eEfoFA5XJ76DZfv0W8EzkxLq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:15.4375rem;left:39.5rem;height:2.00086875rem;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; }
#QFvrBprCyt8oESGssiFdCoR1lOZkdVuu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.75rem;left:39.5rem;height:3.0013rem;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; }
#eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.3125rem;left:39.5rem;height:4.50195rem;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; }
#fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c48a86c-b78e-48ea-87f7-29eb29586281/ikona02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3125rem;left:39.5rem;display:block; }#fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.adaptive-delivery-prevent-bg, #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.lazyload, #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.lazyloading { background-image: none; }
#oRGT4fLXQKPIKh7PBuVi7peTIvc0U0iT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.962890625rem;left:46.5rem;height:2.098525rem;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; }
#MkKrAw4dRxJ8BaM4cEzsWF4Ua5MhOlc6 { color:rgba(var(--color-primary-2),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:2.3125rem;left:68.75rem;height:7.5rem;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; }
#b7b6wz5BOnVeOyfK4RZlFf36kGTwzGJO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.250434875488rem;left:2.0616321563721rem;height:3.0013rem;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; }
#fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.0625rem;left:2.125rem;display:block; }
#vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { box-sizing:content-box;height:26.1875rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.4995651245118rem;left:0rem;display:block; }
#kCXkFuWJR5PCbN5NiVmmH5F08HESVhSa { box-sizing:content-box;height:26.1875rem;width:36.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.4995651245118rem;left:38.062067031861rem;display:block; }
#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR { position:relative;display:block; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR { background-color: transparent; background-image: none; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container > .video-iframe-container { display: none; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row > .video-iframe-container { display: none; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .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); }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR { border-width: 0; border-radius: 0; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ELlDF3zFWs2myu9FnT4vIFd8D83HJfyi { color:rgba(var(--color-primary-2),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:1.625rem;left:30.875rem;height:7.5rem;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; }
#kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2be0b9ef-c96f-4967-9c64-1bb6f1496e01/ikona03.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.5625rem;left:1.9375rem;display:block; }#kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5.adaptive-delivery-prevent-bg, #kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5.lazyload, #kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5.lazyloading { background-image: none; }
#H0OANLnRrvfwvp74MOi2Kda86KnXJXbN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:3.875rem;left:8.75rem;height:3rem;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; }
#pJpNDtt1hugJ7PSEhAOVLKsyPdCROEo9 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5rem;left:1.9375rem;height:1.50065rem;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; }
#T6yXIrQMicZ1cNOfZeLoHEOKRA8xbuEw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:11.6875rem;left:1.9375rem;height:2.00086875rem;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; }
#KCiEylTBHpoqNErzLwwN7PvOhH2nhZZR { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.8125rem;left:1.9375rem;height:3.0013rem;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; }
#mw2CLefc5QtpbFF3J3wzu1c7chu6unvc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.25rem;left:39.375rem;height:3.0013rem;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; }
#SE9DN9xwdh4ZiHRNloDALSH1uuJtiq3A { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.75rem;left:39.375rem;height:3.0013rem;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; }
#qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0991aa24-9664-4e13-bbd5-922e291e470e/ikona04.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.0625rem;left:39.375rem;display:block; }#qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV.adaptive-delivery-prevent-bg, #qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV.lazyload, #qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV.lazyloading { background-image: none; }
#fXbhka23vtdLcTHy9AFuzS7UxIvL9Zq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:4.375rem;left:46.25rem;height:3rem;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; }
#txRTvLiMbtpRzfvll2gxNsxeesz1fUNx { color:rgba(var(--color-primary-2),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:1.625rem;left:68.625rem;height:7.5rem;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; }
#WrxVTM5VGsRhT8wOgI0zG4nc5AaMNKPX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.8125rem;left:1.9375rem;height:4.50195rem;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; }
#MmCmsU5OIMgycZBlxExMyr4x9cAqyg2k { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:16.5625rem;left:39.375rem;height:2.00086875rem;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; }
#Zl08D4rUBXngvNkfrEPtnRtTpbiVJ5li { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:18.5625rem;left:39rem;height:4.50195rem;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; }
#nZsBNW0bEBQNTBw82iCMOZxLaPfdHOoK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:23.8125rem;left:39.1875rem;height:2.00086875rem;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; }
#tDn6MZ6Gfyg0NflQ1h05emU3RuF0gkbB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.875rem;border-top-right-radius:5.875rem;border-bottom-left-radius:5.875rem;border-bottom-right-radius:5.875rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.5625rem;left:60.75rem;display:block; }
#a39MRhaqnxLG47T9nWgzaQ1TJWzz9BFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xshfpibpUw5mOuiJQnFgeeLVO0Eib5ze { box-sizing:content-box;height:26.125rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.4375rem;left:0rem;display:block; }
#gJZT6rgGR0bTCQqIz6Uq55QAAekMt6q4 { box-sizing:content-box;height:26rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.46875rem;left:38.125rem;display:block; }
#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo { position:relative;display:block; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo { background-color: transparent; background-image: none; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container > .video-iframe-container { display: none; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row > .video-iframe-container { display: none; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .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); }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo { border-width: 0; border-radius: 0; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B6HNp2PeDtkgmFe30eb3tyTlP3KSTc4I { color:rgba(var(--color-primary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:1.75rem;left:30.875rem;height:7.5rem;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; }
#svHu2pNm52D6DMlcwuat0gHlb3dKdKSr { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80a2c67e-4b50-4feb-aa4a-83073ec2aac2/ikona05.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.6875rem;left:2.0625rem;display:block; }#svHu2pNm52D6DMlcwuat0gHlb3dKdKSr.adaptive-delivery-prevent-bg, #svHu2pNm52D6DMlcwuat0gHlb3dKdKSr.lazyload, #svHu2pNm52D6DMlcwuat0gHlb3dKdKSr.lazyloading { background-image: none; }
#d5hJmMwKTKALSiOTSeZNgeXdtWWtsBXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.375rem;left:9.25rem;height:4.19705rem;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; }
#D3R6TCstVRT0hUm6TNT2q8UlbR5sWL1G { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.625rem;left:2.0625rem;height:1.50065rem;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; }
#dlC2UGHUuS1PqNirdSRUqzMgvXo8pXab { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.3125rem;left:2.0625rem;height:4.50195rem;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; }
#GxDtZ5KDzpV7axnwDZs1EBaaOSI1DHae { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.3125rem;left:39.375rem;height:4.50195rem;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; }
#VEs8hEPVGwGyA3J4xTwqgLeqgIX2Iorv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.875rem;left:39.375rem;height:1.50065rem;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; }
#TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9f6fe958-83f8-4ab8-b140-851c3c38dd21/ikona06.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.6875rem;left:39.375rem;display:block; }#TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd.adaptive-delivery-prevent-bg, #TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd.lazyload, #TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd.lazyloading { background-image: none; }
#shVRzv6htTxyIWTTuZXo6hnPE0dFV02T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.375rem;left:46.5rem;height:4.19705rem;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; }
#rXSrAbLb9Retmn72e1X5h4txdy8EhJbD { color:rgba(var(--color-primary-2),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:1.75rem;left:68.6875rem;height:7.5rem;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; }
#ocpxT76ld64GoqSfEuBmKTDMHE43nFlt { box-sizing:content-box;height:19.4375rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.59375rem;left:0rem;display:block; }
#EOeNX7m6klaThcdJe9sVhm8qDCWyFmLH { box-sizing:content-box;height:19.4375rem;width:36.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.5625rem;left:38.125rem;display:block; }
#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c { 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; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container { background-color: transparent; background-image: none; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container > .video-iframe-container { display: none; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row > .video-iframe-container { display: none; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .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); }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container { border-width: 0; border-radius: 0; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#VWVs6hJhMcakQ00vdctfRITuOgaeTHiD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:10rem;left:5.9375rem;overflow:hidden;display:block; }
#MaquBE1Ccodnf6VByZDf7xIZyaET3lfT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:21.5rem;left:5.9375rem;overflow:hidden;display:block; }
#XSH7P95IMLMtecabw4mE6zIwQ9IQEAKw { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.9375rem;width:15rem;top:10rem;left:21.75rem;overflow:hidden;display:block; }
#b6grT5i81B4vsWQXPhi97JDR3AnVJspD { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.125rem;width:15.0625rem;top:33rem;left:21.71875rem;overflow:hidden;display:block; }
#GcOw49yoFfL1zt7lOS93JovlAnT81moA { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:33rem;left:5.9375rem;overflow:hidden;display:block; }
#GPkrTTshgmiGKHciIv5dk9XyPfDbKGqk { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:43.8125rem;left:6.09375rem;overflow:hidden;display:block; }
#UQvfzQMgI4gVpzTMT6E6vu8hDmViDRsE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:44.375rem;left:38.4375rem;overflow:hidden;display:block; }
#ryQ9CflNzMu1xOlhy9e1AETqaL9JtJMy { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:10rem;left:38.4375rem;overflow:hidden;display:block; }
#dudwhQpoFqF87ikgfiKs5lzDPP5zZCxL { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21rem;width:14.375rem;top:21.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#QkTbl0s3W7kAxS5tBPK3mUT9Pg82lq9T { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21rem;width:14.3125rem;top:10rem;left:54.6875rem;overflow:hidden;display:block; }
#cfOb5OP6OaR9OxWPrutGK7VdKvfzLrte { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21rem;width:14.3125rem;top:32.9375rem;left:54.6875rem;overflow:hidden;display:block; }
#yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:25.71875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ { box-sizing:content-box;height:3.9375rem;width:10.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47cd09d2-4660-4541-8b7f-ab90dbb40ecb/gtv_loga.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:57.25rem;left:58.9375rem;display:block; }#LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ.adaptive-delivery-prevent-bg, #LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ.lazyload, #LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ.lazyloading { background-image: none; }
#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(240,245,245,0.9);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; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { background-color: transparent; background-image: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container > .video-iframe-container { display: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container { display: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .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); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { border-width: 0; border-radius: 0; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#wXpI1yVBQSKaCAonQ5TTkDHG8ReGINJM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.625rem;top:4.125rem;left:32.000003814698rem;overflow:hidden;display:block; }
#NPv9boLTfWZbmVBqCah7m9cEwcHnfnSP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.9375rem;top:4.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#JwAInVLe6ZizKhxQ8SrsUBbwO5OIk8gX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.75rem;top:4.8125rem;left:16.4375rem;overflow:hidden;display:block; }
#Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.9375rem;left:52.812503814698rem; }
#Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#T8gbMEx172GE8sEPN0FytEnKaJItMk4E { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.9375rem;left:55.375003814698rem; }
#T8gbMEx172GE8sEPN0FytEnKaJItMk4E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.9375rem;left:57.812503814698rem; }
#TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.9375rem;left:60.125003814698rem; }
#ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:62.5625038147rem; }
#VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ZaxHkiAs4TKyEx82v59ArGSVFoJaeyUv { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:6.6875rem;height:1.13606875rem;display:block; }
#c5mTgprv2CJnTdN3S55Gx8RBGHqMnlVk { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:19.125rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VN3438RmT6cfouddMKzIpn0xkl7F6Myk { display:block; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8bbTCFTXwoDNTDVsiRIy43Qbg95TyJG { top:1.9375rem;left:25.125rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ycDl03g0Q3iCi53MUkr0T94iiqV2ak { top:1.9375rem;left:31.75rem;width:7.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JooDbT72x8cq02CKkslabhC8hgfXyVeI { top:1.4375rem;left:31.75rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLm1qqwKXtkMyocGgN6gaU6J84lI3uuH { top:1.6875rem;left:27.1875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfAyoZCSUQBl66oZbUwKiEx5rl7rK0W { top:0.75rem;left:0rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #P6HewBBJ9hQosHgfesIqCthnovpAQmIq { top:1.6875rem;left:40.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#P6HewBBJ9hQosHgfesIqCthnovpAQmIq > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gbfZU4wHJBz36pplvVR7ydLWAXAklimg { top:1.6875rem;left:43.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#gbfZU4wHJBz36pplvVR7ydLWAXAklimg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei { top:1.6875rem;left:45.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #woLOyaKxTWAQhctmnhTrNFAZxqvClMFo { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#woLOyaKxTWAQhctmnhTrNFAZxqvClMFo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { top:15.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { top:10.75rem;left:0rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { display:block; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CezCGcxo35LU9FmkmG3XR8BnUulVnscf { top:2.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnTItnQlWzGLrZ035lX7goaGRwR3aSq { top:5.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQzU5RkREV4XT1BUAFkn70sdO553wCJ { top:2.3125rem;left:19.625rem;width:4.25rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG { top:3.25rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { top:3.9375rem;left:2.125rem;width:19.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubkEr1kX9La4k6vv7ZRDwro1BowGMP5u { top:9.8125rem;left:0rem;width:33.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUwU8OIz9P3dGnCDdvRxQIPT2Zg2N1m { top:14.9375rem;left:0rem;width:26.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sU70B7hdcNad6CohwpVvKAoPNE5zP1 { top:17.1875rem;left:0rem;width:34.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdWNdb1eEfoFA5XJ76DZfv0W8EzkxLq { top:15.4375rem;left:21.125rem;width:26.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFvrBprCyt8oESGssiFdCoR1lOZkdVuu { top:17.75rem;left:13.375rem;width:34.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { top:10.3125rem;left:14.375rem;width:33.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { top:3.3125rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGT4fLXQKPIKh7PBuVi7peTIvc0U0iT { top:3.9375rem;left:26.0625rem;width:17rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkKrAw4dRxJ8BaM4cEzsWF4Ua5MhOlc6 { top:2.3125rem;left:42.9375rem;width:4.8125rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7b6wz5BOnVeOyfK4RZlFf36kGTwzGJO { top:22.25rem;left:0rem;width:34.8125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { top:21.0625rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { top:1.4375rem;left:0rem;width:36.875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCXkFuWJR5PCbN5NiVmmH5F08HESVhSa { top:1.4375rem;left:10.8125rem;width:36.9375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR { display:block; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELlDF3zFWs2myu9FnT4vIFd8D83HJfyi { top:1.625rem;left:19.0625rem;width:4.8125rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5 { top:2.5625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0OANLnRrvfwvp74MOi2Kda86KnXJXbN { top:3.875rem;left:1.9375rem;width:18.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJpNDtt1hugJ7PSEhAOVLKsyPdCROEo9 { top:9.5rem;left:0rem;width:35.4375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yXIrQMicZ1cNOfZeLoHEOKRA8xbuEw { top:11.6875rem;left:0rem;width:26.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCiEylTBHpoqNErzLwwN7PvOhH2nhZZR { top:13.8125rem;left:0rem;width:34.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw2CLefc5QtpbFF3J3wzu1c7chu6unvc { top:13.25rem;left:23.875rem;width:11.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE9DN9xwdh4ZiHRNloDALSH1uuJtiq3A { top:9.75rem;left:14.375rem;width:33.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV { top:3.0625rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXbhka23vtdLcTHy9AFuzS7UxIvL9Zq0 { top:4.375rem;left:25.8125rem;width:17.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRTvLiMbtpRzfvll2gxNsxeesz1fUNx { top:1.625rem;left:42.375rem;width:5.375rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrxVTM5VGsRhT8wOgI0zG4nc5AaMNKPX { top:17.8125rem;left:0rem;width:34.875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCmsU5OIMgycZBlxExMyr4x9cAqyg2k { top:16.5625rem;left:13.875rem;width:33.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl08D4rUBXngvNkfrEPtnRtTpbiVJ5li { top:18.5625rem;left:13.5rem;width:34.25rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZsBNW0bEBQNTBw82iCMOZxLaPfdHOoK { top:23.8125rem;left:23.875rem;width:21.3125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDn6MZ6Gfyg0NflQ1h05emU3RuF0gkbB { width:7.875rem;height:2.5rem;top:23.5625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a39MRhaqnxLG47T9nWgzaQ1TJWzz9BFN { display:block; }
 }@media only screen and (max-width: 763px) { #xshfpibpUw5mOuiJQnFgeeLVO0Eib5ze { top:1.4375rem;left:0rem;width:36.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZT6rgGR0bTCQqIz6Uq55QAAekMt6q4 { top:1.4375rem;left:10.875rem;width:36.875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo { display:block; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6HNp2PeDtkgmFe30eb3tyTlP3KSTc4I { top:1.75rem;left:18.375rem;width:5.5rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHu2pNm52D6DMlcwuat0gHlb3dKdKSr { top:2.6875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hJmMwKTKALSiOTSeZNgeXdtWWtsBXJ { top:3.375rem;left:2.4375rem;width:16rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3R6TCstVRT0hUm6TNT2q8UlbR5sWL1G { top:9.625rem;left:0rem;width:35.4375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlC2UGHUuS1PqNirdSRUqzMgvXo8pXab { top:12.3125rem;left:0rem;width:34.875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxDtZ5KDzpV7axnwDZs1EBaaOSI1DHae { top:12.3125rem;left:12.625rem;width:33.5rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEs8hEPVGwGyA3J4xTwqgLeqgIX2Iorv { top:9.875rem;left:14.375rem;width:33.375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd { top:2.6875rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVRzv6htTxyIWTTuZXo6hnPE0dFV02T { top:3.375rem;left:26.0625rem;width:16.0625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXSrAbLb9Retmn72e1X5h4txdy8EhJbD { top:1.75rem;left:42.375rem;width:5.375rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocpxT76ld64GoqSfEuBmKTDMHE43nFlt { top:0.5625rem;left:0rem;width:36.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeNX7m6klaThcdJe9sVhm8qDCWyFmLH { top:0.5625rem;left:10.875rem;width:36.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me73wtctE6veoeGEfU1CwpgBGxQx9I4c { display:block; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWVs6hJhMcakQ00vdctfRITuOgaeTHiD { top:10rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaquBE1Ccodnf6VByZDf7xIZyaET3lfT { top:21.5rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSH7P95IMLMtecabw4mE6zIwQ9IQEAKw { top:10rem;left:1.5rem;width:15rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6grT5i81B4vsWQXPhi97JDR3AnVJspD { top:33rem;left:0.8125rem;width:15.0625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOw49yoFfL1zt7lOS93JovlAnT81moA { top:33rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPkrTTshgmiGKHciIv5dk9XyPfDbKGqk { top:43.8125rem;left:1.53125rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvfzQMgI4gVpzTMT6E6vu8hDmViDRsE { top:44.375rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQ9CflNzMu1xOlhy9e1AETqaL9JtJMy { top:10rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudwhQpoFqF87ikgfiKs5lzDPP5zZCxL { top:21.4375rem;left:17.375rem;width:14.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkTbl0s3W7kAxS5tBPK3mUT9Pg82lq9T { top:10rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfOb5OP6OaR9OxWPrutGK7VdKvfzLrte { top:32.9375rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { top:4.125rem;left:8.1875rem;width:23.5625rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ { top:57.25rem;left:36.125rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLeyzNwxRBp0kVWfdNcVt21akHeUo02F { display:block; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXpI1yVBQSKaCAonQ5TTkDHG8ReGINJM { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPv9boLTfWZbmVBqCah7m9cEwcHnfnSP { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwAInVLe6ZizKhxQ8SrsUBbwO5OIk8gX { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #T8gbMEx172GE8sEPN0FytEnKaJItMk4E { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#T8gbMEx172GE8sEPN0FytEnKaJItMk4E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ZaxHkiAs4TKyEx82v59ArGSVFoJaeyUv { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mTgprv2CJnTdN3S55Gx8RBGHqMnlVk { top:5.1875rem;left:5.5rem;width:7.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VN3438RmT6cfouddMKzIpn0xkl7F6Myk { display:block; }#VN3438RmT6cfouddMKzIpn0xkl7F6Myk > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8bbTCFTXwoDNTDVsiRIy43Qbg95TyJG { width:5.625rem;height:0.8941rem;top:6.802734375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ycDl03g0Q3iCi53MUkr0T94iiqV2ak { width:6rem;height:0.8941rem;top:6.802734375rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JooDbT72x8cq02CKkslabhC8hgfXyVeI { width:1.25rem;height:1.375rem;top:6.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLm1qqwKXtkMyocGgN6gaU6J84lI3uuH { width:1.25rem;height:1.125rem;top:6.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfAyoZCSUQBl66oZbUwKiEx5rl7rK0W { width:11.625rem;height:3.3125rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:11.5625rem; }
#VGBHvGqRNfe4kJeRzH7oVnwR8v6qIvEE > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #P6HewBBJ9hQosHgfesIqCthnovpAQmIq { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:4.5rem; }
#P6HewBBJ9hQosHgfesIqCthnovpAQmIq > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gbfZU4wHJBz36pplvVR7ydLWAXAklimg { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:6.875rem; }
#gbfZU4wHJBz36pplvVR7ydLWAXAklimg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:9.25rem; }
#rCkLPDkoEtzvsGAocdRWMUZA7xgqOTei > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #woLOyaKxTWAQhctmnhTrNFAZxqvClMFo { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:13.875rem; }
#woLOyaKxTWAQhctmnhTrNFAZxqvClMFo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { width:17.5625rem;height:4.19705rem;top:6.4375rem;left:1.21875rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { width:6.3125rem;height:3rem;top:3.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/826ee8fb-6228-4794-b939-ce3bf2886e10/gtv_bus_pro_slider_background.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.adaptive-delivery-prevent-bg, #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.lazyload, #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k.lazyloading { background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { background-color: transparent; background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .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); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CezCGcxo35LU9FmkmG3XR8BnUulVnscf { width:18.125rem;height:4.87305rem;top:2.2001953125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnTItnQlWzGLrZ035lX7goaGRwR3aSq { width:17.1875rem;height:6.0926625rem;top:8.0771484375rem;left:1.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQzU5RkREV4XT1BUAFkn70sdO553wCJ { width:2.8125rem;height:5rem;top:1.810546875rem;left:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufdseI7CZ6mLdXuiNhPRh5B0FBJLuFZG { width:3.75rem;height:3.75rem;top:2.435546875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { width:17.4375rem;height:1.57470625rem;top:7.123046875rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubkEr1kX9La4k6vv7ZRDwro1BowGMP5u { width:17.1875rem;height:6.0926625rem;top:9.435546875rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUwU8OIz9P3dGnCDdvRxQIPT2Zg2N1m { width:15rem;height:1.62543125rem;top:16rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sU70B7hdcNad6CohwpVvKAoPNE5zP1 { width:17.375rem;height:3.6556rem;top:17.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdWNdb1eEfoFA5XJ76DZfv0W8EzkxLq { width:10.875rem;height:1.62543125rem;top:44.5rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFvrBprCyt8oESGssiFdCoR1lOZkdVuu { width:17.6875rem;height:4.87413125rem;top:46.25rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { width:18.3125rem;height:6.0926625rem;top:38rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { width:3.75rem;height:3.75rem;top:31.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGT4fLXQKPIKh7PBuVi7peTIvc0U0iT { width:17rem;height:1.5744375rem;top:36.0625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkKrAw4dRxJ8BaM4cEzsWF4Ua5MhOlc6 { width:4.8125rem;height:5rem;top:30.625rem;left:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7b6wz5BOnVeOyfK4RZlFf36kGTwzGJO { width:17.061625rem;height:3.6556rem;top:24.498699188233rem;left:1.1555990576744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { width:6.25rem;height:0.3125rem;top:22.624349594116rem;left:1.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { width:20rem;height:28.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCXkFuWJR5PCbN5NiVmmH5F08HESVhSa { width:20rem;height:22.0625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR { display:block; }#l1wVP9KvEKJhGEy3MpZeMXTvkSumuZxR > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELlDF3zFWs2myu9FnT4vIFd8D83HJfyi { width:4.8125rem;height:5rem;top:0.310546875rem;left:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9RRTdNKmxs24KV1EVVpgMumbJzI4m5 { width:3.75rem;height:3.75rem;top:0.935546875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0OANLnRrvfwvp74MOi2Kda86KnXJXbN { width:16.4375rem;height:2.25043125rem;top:5.498046875rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJpNDtt1hugJ7PSEhAOVLKsyPdCROEo9 { width:17.6875rem;height:2.4375rem;top:7.998046875rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yXIrQMicZ1cNOfZeLoHEOKRA8xbuEw { width:12.5rem;height:1.62543125rem;top:11.0625rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCiEylTBHpoqNErzLwwN7PvOhH2nhZZR { width:17.6875rem;height:3.65625rem;top:12.9375rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw2CLefc5QtpbFF3J3wzu1c7chu6unvc { width:11.75rem;height:2.4375rem;top:37.40625rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE9DN9xwdh4ZiHRNloDALSH1uuJtiq3A { width:18.5rem;height:3.65625rem;top:33.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWwXd3Pux2ob8L27ZFR7cLX7iJD3p6TV { width:3.75rem;height:3.75rem;top:27rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXbhka23vtdLcTHy9AFuzS7UxIvL9Zq0 { width:17.9375rem;height:2.25043125rem;top:31.3125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRTvLiMbtpRzfvll2gxNsxeesz1fUNx { width:5.375rem;height:3.25rem;top:27.25rem;left:6.0625rem;font-size:2.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WrxVTM5VGsRhT8wOgI0zG4nc5AaMNKPX { width:16.8125rem;height:6.0926625rem;top:17.0625rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCmsU5OIMgycZBlxExMyr4x9cAqyg2k { width:17.3125rem;height:2.4375rem;top:40.4375rem;left:1.21875rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zl08D4rUBXngvNkfrEPtnRtTpbiVJ5li { width:17.25rem;height:3.65625rem;top:43.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZsBNW0bEBQNTBw82iCMOZxLaPfdHOoK { width:11.5625rem;height:2.4375rem;top:48rem;left:1.21875rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tDn6MZ6Gfyg0NflQ1h05emU3RuF0gkbB { width:7.875rem;height:2.5rem;top:47.96875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a39MRhaqnxLG47T9nWgzaQ1TJWzz9BFN { display:block; }
 }@media only screen and (max-width: 763px) { #xshfpibpUw5mOuiJQnFgeeLVO0Eib5ze { width:20rem;height:24.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZT6rgGR0bTCQqIz6Uq55QAAekMt6q4 { width:20rem;height:26.125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo { display:block; }#IUHNurWP7SHswZ1PLfTcMOSeuZ7HOeWo > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6HNp2PeDtkgmFe30eb3tyTlP3KSTc4I { width:5.5rem;height:3.75rem;top:0.998046875rem;left:6.375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #svHu2pNm52D6DMlcwuat0gHlb3dKdKSr { width:3.75rem;height:3.75rem;top:0.998046875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hJmMwKTKALSiOTSeZNgeXdtWWtsBXJ { width:16.4375rem;height:3.1494125rem;top:5.53125rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3R6TCstVRT0hUm6TNT2q8UlbR5sWL1G { width:16.1875rem;height:2.4375rem;top:9.560546875rem;left:1.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlC2UGHUuS1PqNirdSRUqzMgvXo8pXab { width:17.8125rem;height:6.0926625rem;top:12.841796875rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxDtZ5KDzpV7axnwDZs1EBaaOSI1DHae { width:18.375rem;height:6.0926625rem;top:31.5625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEs8hEPVGwGyA3J4xTwqgLeqgIX2Iorv { width:16.1875rem;height:1.21875rem;top:29.765625rem;left:1.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfcGWbHNQs16lAbqUqU0U5qMuJf6rpd { width:3.75rem;height:3.75rem;top:22.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVRzv6htTxyIWTTuZXo6hnPE0dFV02T { width:12.125rem;height:3.1494125rem;top:26.0498046875rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXSrAbLb9Retmn72e1X5h4txdy8EhJbD { width:5.375rem;height:3.75rem;top:22.0625rem;left:6.4375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ocpxT76ld64GoqSfEuBmKTDMHE43nFlt { width:20rem;height:20.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeNX7m6klaThcdJe9sVhm8qDCWyFmLH { width:20rem;height:18.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me73wtctE6veoeGEfU1CwpgBGxQx9I4c { display:block; }#Me73wtctE6veoeGEfU1CwpgBGxQx9I4c > .row .container { width:20rem;height:187rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWVs6hJhMcakQ00vdctfRITuOgaeTHiD { width:14.375rem;height:9.5625rem;top:3.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaquBE1Ccodnf6VByZDf7xIZyaET3lfT { width:14.375rem;height:9.5625rem;top:14.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSH7P95IMLMtecabw4mE6zIwQ9IQEAKw { width:14.3125rem;height:21rem;top:24.375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6grT5i81B4vsWQXPhi97JDR3AnVJspD { width:14.5625rem;height:21.625rem;top:71.375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOw49yoFfL1zt7lOS93JovlAnT81moA { width:14.375rem;height:9.5625rem;top:46rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPkrTTshgmiGKHciIv5dk9XyPfDbKGqk { width:14.4375rem;height:14.4375rem;top:56.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvfzQMgI4gVpzTMT6E6vu8hDmViDRsE { width:14.5625rem;height:9.5625rem;top:126.287109375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQ9CflNzMu1xOlhy9e1AETqaL9JtJMy { width:14.5625rem;height:9.4375rem;top:93.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudwhQpoFqF87ikgfiKs5lzDPP5zZCxL { width:14.5rem;height:21.3125rem;top:104.037109375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkTbl0s3W7kAxS5tBPK3mUT9Pg82lq9T { width:14.5rem;height:21.375rem;top:136.662109375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfOb5OP6OaR9OxWPrutGK7VdKvfzLrte { width:14.5625rem;height:21.4375rem;top:158.912109375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { width:15.75rem;height:2.4375rem;top:0.875rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCLdxasFVU4lbKxZtieogXOn3u2Vv4dJ { width:10.125rem;height:3.9375rem;top:182.162109375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLeyzNwxRBp0kVWfdNcVt21akHeUo02F { background-color:rgba(240,245,245,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { background-color: transparent; background-image: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container > .video-iframe-container { display: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container { display: none; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .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); }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#bLeyzNwxRBp0kVWfdNcVt21akHeUo02F > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXpI1yVBQSKaCAonQ5TTkDHG8ReGINJM { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPv9boLTfWZbmVBqCah7m9cEwcHnfnSP { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwAInVLe6ZizKhxQ8SrsUBbwO5OIk8gX { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#Wh3R4cJGQHxnWsmFkylW81iPWZ1nOVSs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #T8gbMEx172GE8sEPN0FytEnKaJItMk4E { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#T8gbMEx172GE8sEPN0FytEnKaJItMk4E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#TMqABiFUchq3HLeROoQ3MNU1QSyXFf5G > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#ouxOy89GEJ9qTD8uJuVDiiQDJsDEelLa > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#VTxrJpSuXtIlAqUfJtsC6o6p2LBS1whO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ZaxHkiAs4TKyEx82v59ArGSVFoJaeyUv { width:6.625rem;height:0.8941rem;top:9.021484375rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mTgprv2CJnTdN3S55Gx8RBGHqMnlVk { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }