.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:255,255,255;--color-primary-1:249,249,249;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:41,41,41;--color-secondary-0:253,254,254;--color-secondary-1:248,250,250;--color-secondary-2:240,245,245;--color-secondary-3:120,123,123;--color-secondary-4:36,37,37;--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); }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL { position:relative;display:block; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL { background-color: transparent; background-image: none; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row .container > .video-iframe-container { display: none; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row > .video-iframe-container { display: none; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .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); }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL { border-width: 0; border-radius: 0; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .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; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .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; }#XD1ndIDTLuBF2LOto3B8gNF3xTDEmNTZ { 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; }
#twTwhR6NBSxoX363iyPEICyXSDP6WPRs { 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; }
#NrWpI15NI5KFTS4CLOJ1AiUbbZLmA6Gi { 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; }
#zqFqWU3yDTA2ZPMx7pMqidz3tWHuDf9G { 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; }
#iTsnnZGz2GVkpo3JDuuafnXvBEh6404N { 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; }
#r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y { 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; }
#r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 { 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; }
#TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf { 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; }
#z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD { 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; }
#f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW { 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; }
#J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW > 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/58a25e06-0d25-4245-b1d6-cf0c988d6b23/LP_01_grafika4.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:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { color:#66cc33;display:block;width:36.5rem;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:13rem;left:4.0625rem;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:8rem;left:4.0625rem;display:block; }#S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.adaptive-delivery-prevent-bg, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyload, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyloading { background-image: none; }
#hW6X2z0aR96Ty17aeFGBHfxUxP1lffkG { color:#66cc33;display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:16.75rem;left:4.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dindh3Z3Ik5punZf1xxJWWeQsZh4kwCG { color:#66cc33;display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.25rem;left:4.0625rem;height:5.06185rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8B59nImyl2mAOzWuF7ldg3X3fnxNJOT { color:#66cc33;display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.875rem;left:4.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display: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: #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 > .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:14.4375rem;width:75rem;position:relative;display:block; }#CezCGcxo35LU9FmkmG3XR8BnUulVnscf { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.453125rem;left:3.875rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXuDUmmbk3oRoFirITZ5PrlTCFakIhZD { color:rgba(var(--color-tertiary-0),1);display:block;width:60.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6640625rem;left:7.15625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU { position:relative;display:block; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU { background-color: transparent; background-image: none; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row .container > .video-iframe-container { display: none; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row > .video-iframe-container { display: none; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .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); }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU { border-width: 0; border-radius: 0; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .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; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .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:20.4375rem;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; }#Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI { box-sizing:content-box;height:3.9375rem;width:4.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c24c7b49-b81b-4170-8899-902ae7986a1e/emergency.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.5rem;left:35.3125rem;display:block; }#Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI.adaptive-delivery-prevent-bg, #Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI.lazyload, #Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI.lazyloading { background-image: none; }
#VQ9LfApugXmrXlRxzqeShPXhDzHLbWXn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:11.6875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4z9TAKs9F1o8AlzpvlQO8kJ4Qd88dtb { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:11.6875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container { background-color: transparent; background-image: none; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container > .video-iframe-container { display: none; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row > .video-iframe-container { display: none; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .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); }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container { border-width: 0; border-radius: 0; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#IGQVq0gSJ6GtCSIN2Nxlv1KbIiRuBNbD { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.25rem;height:4.2252625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK { box-sizing:content-box;height:2.625rem;width:6.875rem;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:5.75rem;left:2.25rem;display:block; }#f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK.adaptive-delivery-prevent-bg, #f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK.lazyload, #f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK.lazyloading { background-image: none; }
#P7Cp5uFihcoQfid2K3wSfWlt03xt0rxv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:16.84375rem;left:5.65625rem;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; }
#e9sdXTAGVnJBc2XiqBC3GyyaA46LJECU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.75rem;left:5.6875rem;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; }
#pkBDWzpmaT4cB3sfcT4lA2hBEKRSPasz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.8125rem;left:5.6875rem;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; }
#FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbbd660d-c849-41f9-b3a5-3abd7eb874f4/gtv_ikony_rezerwacjaprzejazdu_icon_07_check1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.6875rem;left:2.25rem;display:block; }#FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u.adaptive-delivery-prevent-bg, #FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u.lazyload, #FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u.lazyloading { background-image: none; }
#Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbbd660d-c849-41f9-b3a5-3abd7eb874f4/gtv_ikony_rezerwacjaprzejazdu_icon_07_check1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.625rem;left:2.25rem;display:block; }#Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4.adaptive-delivery-prevent-bg, #Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4.lazyload, #Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4.lazyloading { background-image: none; }
#JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbbd660d-c849-41f9-b3a5-3abd7eb874f4/gtv_ikony_rezerwacjaprzejazdu_icon_07_check1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.75rem;left:2.25rem;display:block; }#JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC.adaptive-delivery-prevent-bg, #JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC.lazyload, #JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC.lazyloading { background-image: none; }
#eeua08S7wakqmSXaDXuH7FPdKesRoPZg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;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:29.5625rem;left:2.25rem;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; }
#t7q3rQint7LG9GDPIHFtcmTa54eLN2zs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;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:35.8125rem;left:2.25rem;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; }
#CvkfQA346fKlaXLqVxBrUWZBTAfNfSgn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.625rem;width:22.625rem;top:4.0625rem;left:44.9375rem;display:block; }
#iQUAV9W21UqXoxVEo1xUrAhqCyWCfnf1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.625rem;width:22.625rem;top:18.75rem;left:44.9375rem;display:block; }
#Pq1Pb5a6TTom5LDHuIaM9qlu5I3iE4H8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.625rem;width:22.625rem;top:33.4375rem;left:44.9375rem;display:block; }
#mb9dTRwFut0gOiq0T8RVfymLdnvErCXn { box-sizing:content-box;height:0.9375rem;width:2.5625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53a52dc8-bd4b-40dc-be51-7c224376610d/squares_Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:17.28125rem;left:54.96875rem;display:block; }#mb9dTRwFut0gOiq0T8RVfymLdnvErCXn.adaptive-delivery-prevent-bg, #mb9dTRwFut0gOiq0T8RVfymLdnvErCXn.lazyload, #mb9dTRwFut0gOiq0T8RVfymLdnvErCXn.lazyloading { background-image: none; }
#zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a { box-sizing:content-box;height:0.9375rem;width:2.5625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53a52dc8-bd4b-40dc-be51-7c224376610d/squares_Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:31.9375rem;left:54.96875rem;display:block; }#zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a.adaptive-delivery-prevent-bg, #zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a.lazyload, #zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a.lazyloading { background-image: none; }
#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55b2efaf-23a6-441a-b70b-0da5837eaa23/IMG_3970scaled.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.adaptive-delivery-prevent-bg, #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.lazyload, #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.lazyloading { background-image: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { background-color: transparent; background-image: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container > .video-iframe-container { display: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container { display: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .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); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { border-width: 0; border-radius: 0; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#aMCkcOVyWw2f2rnx4bVL68cuv2WlLIO8 { color:#66cc33;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:20.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCTyqp2qL7aWUG4R91QuyJTgcWCkpetT { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:8.13671875rem;left:9.78125rem;height:1.6875rem;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; }
#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q { 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; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { background-color: transparent; background-image: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container > .video-iframe-container { display: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row > .video-iframe-container { display: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .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); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { border-width: 0; border-radius: 0; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#dUmEqfg6TNgMCs2pUBX3JRkPzuc7E6hB { 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; }
#eamZ5i0ZDLn3WWJtlXbz5ohrAWKJWwbX { 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; }
#vC0NbE1AiVe1GKAODO26FDb5Ss8C7GKv { 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; }
#TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J { 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; }
#TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw { 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; }
#DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX { 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; }
#tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ulIFu3MD1KCUFelniWZ121amPnHcB3VV { 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; }
#ulIFu3MD1KCUFelniWZ121amPnHcB3VV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf { 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; }
#MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#AqqWd8VSv5zsVbNncyes7fpFPKi3XbiG { 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; }
#nI1fUeORwImUl2gAfR6rIiRTxvFlliyw { 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) { #Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL { display:block; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD1ndIDTLuBF2LOto3B8gNF3xTDEmNTZ { 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) { #twTwhR6NBSxoX363iyPEICyXSDP6WPRs { 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) { #NrWpI15NI5KFTS4CLOJ1AiUbbZLmA6Gi { top:1.4375rem;left:31.75rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqFqWU3yDTA2ZPMx7pMqidz3tWHuDf9G { top:1.6875rem;left:27.1875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsnnZGz2GVkpo3JDuuafnXvBEh6404N { top:0.75rem;left:0rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 { top:1.6875rem;left:40.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf { top:1.6875rem;left:43.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD { top:1.6875rem;left:45.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW > 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:13rem;left:0rem;width:36.5rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { top:8rem;left:0rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6X2z0aR96Ty17aeFGBHfxUxP1lffkG { top:16.75rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dindh3Z3Ik5punZf1xxJWWeQsZh4kwCG { top:21.25rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8B59nImyl2mAOzWuF7ldg3X3fnxNJOT { top:1.875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5rem;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:3.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXuDUmmbk3oRoFirITZ5PrlTCFakIhZD { top:8.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU { display:block; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI { top:3.5rem;left:21.6875rem;width:4.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ9LfApugXmrXlRxzqeShPXhDzHLbWXn { top:8.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4z9TAKs9F1o8AlzpvlQO8kJ4Qd88dtb { top:13.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG { display:block; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGQVq0gSJ6GtCSIN2Nxlv1KbIiRuBNbD { top:9.375rem;left:0rem;width:33rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK { top:5.75rem;left:0rem;width:6.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Cp5uFihcoQfid2K3wSfWlt03xt0rxv { top:16.8125rem;left:0rem;width:26.0625rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9sdXTAGVnJBc2XiqBC3GyyaA46LJECU { top:19.6875rem;left:0rem;width:26rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkBDWzpmaT4cB3sfcT4lA2hBEKRSPasz { top:22.8125rem;left:0rem;width:25.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u { top:16.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4 { top:19.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC { top:22.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeua08S7wakqmSXaDXuH7FPdKesRoPZg { top:29.5625rem;left:0rem;width:33.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7q3rQint7LG9GDPIHFtcmTa54eLN2zs { top:35.8125rem;left:0rem;width:33.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvkfQA346fKlaXLqVxBrUWZBTAfNfSgn { top:4.0625rem;left:24.5rem;width:22.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQUAV9W21UqXoxVEo1xUrAhqCyWCfnf1 { top:18.75rem;left:24.5rem;width:22.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1Pb5a6TTom5LDHuIaM9qlu5I3iE4H8 { top:33.4375rem;left:24.5rem;width:22.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb9dTRwFut0gOiq0T8RVfymLdnvErCXn { top:17.25rem;left:34.53125rem;width:2.5625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a { top:31.9375rem;left:34.53125rem;width:2.5625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ { display:block; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMCkcOVyWw2f2rnx4bVL68cuv2WlLIO8 { top:3.9375rem;left:6.875rem;width:34rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTyqp2qL7aWUG4R91QuyJTgcWCkpetT { top:8.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q { display:block; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUmEqfg6TNgMCs2pUBX3JRkPzuc7E6hB { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eamZ5i0ZDLn3WWJtlXbz5ohrAWKJWwbX { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC0NbE1AiVe1GKAODO26FDb5Ss8C7GKv { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ulIFu3MD1KCUFelniWZ121amPnHcB3VV { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#ulIFu3MD1KCUFelniWZ121amPnHcB3VV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #AqqWd8VSv5zsVbNncyes7fpFPKi3XbiG { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI1fUeORwImUl2gAfR6rIiRTxvFlliyw { 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) { #Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL { display:block; }#Jtl7XNlzyTXnLqFeIczTbA3AIRcnUTGL > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD1ndIDTLuBF2LOto3B8gNF3xTDEmNTZ { width:5.625rem;height:0.8937rem;top:6.802734375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTwhR6NBSxoX363iyPEICyXSDP6WPRs { width:6rem;height:0.8937rem;top:6.802734375rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrWpI15NI5KFTS4CLOJ1AiUbbZLmA6Gi { width:1.25rem;height:1.375rem;top:6.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqFqWU3yDTA2ZPMx7pMqidz3tWHuDf9G { width:1.25rem;height:1.125rem;top:6.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsnnZGz2GVkpo3JDuuafnXvBEh6404N { width:11.625rem;height:3.3125rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:11.5625rem; }
#r2AizGDp7KOGT1w66ICmBCoqtaiJOh6y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:4.5rem; }
#TTifD7z93GbPZQ9vgwhRNVBOc4yEC9e0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:6.875rem; }
#z5AzALXL1CmsUdMOAAscRLqsdxV9XrLf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:9.25rem; }
#f4DJrRTCiKwtmixzsXV6GqMeCDPu8aiD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:13.875rem; }
#J5MMRvefMiBF5hKwXCmvozZ8Nb1wwdgW > 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:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { width:13.875rem;height:4.19921875rem;top:5.125rem;left:1.21875rem;font-size:1.5rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { width:6.3125rem;height:3rem;top:1.9375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6X2z0aR96Ty17aeFGBHfxUxP1lffkG { width:16.9375rem;height:4.19921875rem;top:9.32421875rem;left:1.21875rem;font-size:1.5rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #dindh3Z3Ik5punZf1xxJWWeQsZh4kwCG { width:17.75rem;height:11.8125rem;top:12.404296875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8B59nImyl2mAOzWuF7ldg3X3fnxNJOT { width:17.6875rem;height:6.2988125rem;top:4.9375rem;left:1.15625rem;font-size:1.5rem;line-height:1.4;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:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CezCGcxo35LU9FmkmG3XR8BnUulVnscf { width:18.4375rem;height:5.84765625rem;top:2.2001953125rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXuDUmmbk3oRoFirITZ5PrlTCFakIhZD { width:19.125rem;height:5.68359375rem;top:9.3955078125rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU { display:block; }#xrI6P7L5yiHGzJPeQT8iUSpqQscgnxZU > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gfre3nFobcomy6MzQWGhfGu8b5vnuvTI { width:2.625rem;height:2.375rem;top:2.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ9LfApugXmrXlRxzqeShPXhDzHLbWXn { width:18.8125rem;height:3.8994125rem;top:6.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4z9TAKs9F1o8AlzpvlQO8kJ4Qd88dtb { width:18.8125rem;height:4.546875rem;top:11.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG { display:block; }#sTkfMSM9p6ba4IWnDlZ9xWf6iyCR5UMG > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGQVq0gSJ6GtCSIN2Nxlv1KbIiRuBNbD { width:18.375rem;height:5.361325rem;top:5.25rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6JZAJ6GzuPiC6Ey1XLA5fnMb4w9GkFK { width:6.3125rem;height:3rem;top:2.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Cp5uFihcoQfid2K3wSfWlt03xt0rxv { width:15.375rem;height:2.4375rem;top:16.0625rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9sdXTAGVnJBc2XiqBC3GyyaA46LJECU { width:14.875rem;height:2.4375rem;top:23.875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkBDWzpmaT4cB3sfcT4lA2hBEKRSPasz { width:17.4375rem;height:2.4375rem;top:32.1875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXDFM2VJcwXBxRyXPt3zPEBdHLqMZC6u { width:1.8125rem;height:1.8125rem;top:12.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlik1SK5xLZ7bQBcKFCmcPTWtDoPyEm4 { width:1.8125rem;height:1.8125rem;top:20.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOAbrQq4aXNQmtXIFQy8WankoJmdI4VC { width:1.8125rem;height:1.8125rem;top:28.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeua08S7wakqmSXaDXuH7FPdKesRoPZg { width:16.9375rem;height:6.09375rem;top:37.3125rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7q3rQint7LG9GDPIHFtcmTa54eLN2zs { width:17rem;height:4.875rem;top:44.625rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvkfQA346fKlaXLqVxBrUWZBTAfNfSgn { height:11.160220994475rem;width:20rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQUAV9W21UqXoxVEo1xUrAhqCyWCfnf1 { height:11.160220994475rem;width:20rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1Pb5a6TTom5LDHuIaM9qlu5I3iE4H8 { height:11.160220994475rem;width:20rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb9dTRwFut0gOiq0T8RVfymLdnvErCXn { width:2.5625rem;height:0.9375rem;top:65.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSVwKQV1VCnMNuitlGwyLSKFXrAuL23a { width:2.5625rem;height:0.9375rem;top:80.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55b2efaf-23a6-441a-b70b-0da5837eaa23/IMG_3970scaled.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.adaptive-delivery-prevent-bg, #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.lazyload, #kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ.lazyloading { background-image: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { background-color: transparent; background-image: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container > .video-iframe-container { display: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container { display: none; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .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); }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVTCZzZqrLUzTv8WykeNPN3mLAs1XEiJ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMCkcOVyWw2f2rnx4bVL68cuv2WlLIO8 { width:20rem;height:1.7871125rem;top:2.9375rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CCTyqp2qL7aWUG4R91QuyJTgcWCkpetT { width:15.8125rem;height:3.9375rem;top:5.8125rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q { 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; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { background-color: transparent; background-image: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container > .video-iframe-container { display: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row > .video-iframe-container { display: none; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .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); }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .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; }#DVhz2Lvhqlu1f2auhCDsn50VRafkWG8q > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUmEqfg6TNgMCs2pUBX3JRkPzuc7E6hB { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eamZ5i0ZDLn3WWJtlXbz5ohrAWKJWwbX { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC0NbE1AiVe1GKAODO26FDb5Ss8C7GKv { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#TqUQtEMbgFOH3d1zL3yimsREtVf3AU0J > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#DzR6JzMzCE4rBOnTf6sOKfwEwVesACuw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#tJ47AQsvu4zp0rHfX9T526CIFvMVgAbX > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ulIFu3MD1KCUFelniWZ121amPnHcB3VV { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#ulIFu3MD1KCUFelniWZ121amPnHcB3VV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#MbWB1I2TKocywwxbbl7TJaSopnn6J8Vf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #AqqWd8VSv5zsVbNncyes7fpFPKi3XbiG { 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) { #nI1fUeORwImUl2gAfR6rIiRTxvFlliyw { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }