.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:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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); }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds { position:relative;display:block; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds { background-color: transparent; background-image: none; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row .container > .video-iframe-container { display: none; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row > .video-iframe-container { display: none; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .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); }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds { border-width: 0; border-radius: 0; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .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; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .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; }#LLDnvFO2tJQ5wOhU1NKTBBzT7MrwCQSv { 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; }
#MyxS3SVI41nTACy4nxMafltnI7HgIAiN { 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; }
#smTkyJ0awU97BeU5lTa4xfrmilTRN6rV { 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; }
#ldeTnFvEG9KcHiJh01uMrI3L1WwmQNNy { 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; }
#DiEzSZDmx3XoTWBT585TtaIUuWW77ERn { 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; }
#Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 { 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; }
#Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#PETM7b94wdxW4zlEd47cCo91anrrsI9N { 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; }
#PETM7b94wdxW4zlEd47cCo91anrrsI9N > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#kcgehoQfvNnXn6rZB83p53Tx2ranxGJg { 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; }
#kcgehoQfvNnXn6rZB83p53Tx2ranxGJg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB { 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; }
#FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#QadOmM6M2EP9fMPIBLEThs0W4TFElD4y { 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; }
#QadOmM6M2EP9fMPIBLEThs0W4TFElD4y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/521f4f0d-111c-4529-b434-7e0fd9e54977/Untitled3.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; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.adaptive-delivery-prevent-bg, #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.lazyload, #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.lazyloading { background-image: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { background-color: transparent; background-image: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container > .video-iframe-container { display: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row > .video-iframe-container { display: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .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); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { border-width: 0; border-radius: 0; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv::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; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#g105hehalL77HKxuJVpKLKJc1dBCuc1V { color:rgba(var(--color-primary-2),1);display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:9.0625rem;left:4.0625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw { 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:5.125rem;left:4.0625rem;display:block; }#WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw.adaptive-delivery-prevent-bg, #WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw.lazyload, #WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw.lazyloading { background-image: none; }
#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { position:relative;display:block; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { background-color: transparent; background-image: none; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row .container > .video-iframe-container { display: none; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row > .video-iframe-container { display: none; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .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); }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { border-width: 0; border-radius: 0; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .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; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .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:29.25rem;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; }#pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F { 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:normal;z-index:15000;line-height:2.9;letter-spacing:0;top:14.5625rem;left:5.375rem;height:8.7011625rem;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; }
#bzX5kQ8eaZzyOTnEMmnguPabnvEKlBA4 { 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:18.625rem;width:33.3125rem;top:5.3125rem;left:41.686847686767rem;overflow:hidden;display:block; }
#CezCGcxo35LU9FmkmG3XR8BnUulVnscf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.375rem;height:5.19748125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lapR1CVuBU3MPi0i5TBmJevhhPRV1x1H { 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:1.6875rem;width:1.5625rem;top:7.75rem;left:2.75rem;overflow:hidden;display:block; }
#ctm9IntfT90XCdCa3e5tTkfJun9eVcme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { background-color: transparent; background-image: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container > .video-iframe-container { display: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row > .video-iframe-container { display: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .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); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { border-width: 0; border-radius: 0; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#D3vCkHz5f1yTA3eoA8GF2LhDVpRAbkiT { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.416015625rem;left:4.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { position:relative;display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { background-color: transparent; background-image: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container > .video-iframe-container { display: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row > .video-iframe-container { display: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { border-width: 0; border-radius: 0; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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:29.5625rem;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; }#XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { 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:normal;z-index:15000;line-height:2.3;letter-spacing:0;top:8.1875rem;left:39.186847686767rem;height:16.1024375rem;text-align:left;text-align-last:left;display:block; }
#LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1875rem;left:41.3125rem;height:3.8997375rem;font-style:normal;display:block; }
#euKcTSZtr3FNqTvufOca72THmAMeQBVR { position:absolute;display:block;z-index:15005;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.5625rem;top:7.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#ql5PNqt66x4utdlCs8VHnGXRC8qHUUrD { 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:27.9375rem;width:27.9375rem;top:0.84375rem;left:4.78125rem;overflow:hidden;display:block; }
#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { background-color: transparent; background-image: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container > .video-iframe-container { display: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row > .video-iframe-container { display: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .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); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { border-width: 0; border-radius: 0; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#s9pcwF73neOve63ZlSImzASASGzl4rRA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:12.46875rem;left:3.1770820617676rem;height:5.1009125rem;text-align:left;text-align-last:left;display:block; }
#WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.3854179382324rem;height:3.98111875rem;font-style:normal;display:block; }
#KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { position:absolute;display:block;z-index:15005;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.5625rem;top:8.458984375rem;left:3.09375rem;overflow:hidden;display:block; }
#R4ZBZAhODWv80wrg9QtLNIaupMXm1hIV { 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:26.25rem;width:26.25rem;top:0rem;left:41.312503814698rem;overflow:hidden;display:block; }
#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { position:relative;display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { background-color: transparent; background-image: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container > .video-iframe-container { display: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row > .video-iframe-container { display: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { border-width: 0; border-radius: 0; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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:32.875rem;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; }#y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { 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:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:13.3125rem;left:39.125rem;height:8.0024125rem;text-align:left;text-align-last:left;display:block; }
#tTVA3WonParqTot1auxZyWzdRaBbXHqU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:41.375rem;height:3.98111875rem;font-style:normal;display:block; }
#T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { position:absolute;display:block;z-index:15005;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.5625rem;top:10.4375rem;left:39.25rem;overflow:hidden;display:block; }
#xbLrkthoTbxIs0lxxka2oBMyXDEJFs76 { 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:31.4375rem;width:31.4375rem;top:0.71875rem;left:4.28125rem;overflow:hidden;display:block; }
#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container { background-color: transparent; background-image: none; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container > .video-iframe-container { display: none; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row > .video-iframe-container { display: none; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .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); }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container { border-width: 0; border-radius: 0; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#cHIbKzQ4tP8Pd4zNty9C0AwvRakuDzVH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:14.625rem;left:3.4375rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#LNfO530z24bVFfrSUxLfBlgSvvczLZOB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.6875rem;height:3.98111875rem;font-style:normal;display:block; }
#LUlZuRrnDTiM1bSZ5yIqymysgDmcqmBZ { position:absolute;display:block;z-index:15005;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.5625rem;top:8.4375rem;left:3.4375rem;overflow:hidden;display:block; }
#kDzJnw9N3EzPU1e4cUGxSTiuSrNF7M9n { 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:30.625rem;width:30.625rem;top:0rem;left:40.375003814698rem;overflow:hidden;display:block; }
#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v { position:relative;display:block; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v { background-color: transparent; background-image: none; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row .container > .video-iframe-container { display: none; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row > .video-iframe-container { display: none; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .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); }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v { border-width: 0; border-radius: 0; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .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; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .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; }#ka9CDTARvsJM5Le0fBTiVqnXJ0lbpA21 { 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:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:14.3125rem;left:39.5625rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#wPVw18tZvcH5mtaxfVNC5TGZHM8xxTIh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:42.5rem;height:3.98111875rem;font-style:normal;display:block; }
#G1FQtSVrxe98OBtGlspaJMvzQHO8CnTw { position:absolute;display:block;z-index:15005;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.5625rem;top:8.625rem;left:39.8125rem;overflow:hidden;display:block; }
#mpUy2CcF2D2S79TEL5oU4sA0vVqq7V8U { 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:27.8125rem;width:27.8125rem;top:0.375rem;left:6.34375rem;overflow:hidden;display:block; }
#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { background-color: transparent; background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .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); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { border-width: 0; border-radius: 0; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5944023132325rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktP39irqCZhX0Z4ixkg0yQXCSoK0Jby8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:9.125rem;left:17.5rem;display:block; }
#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { background-color: transparent; background-image: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container > .video-iframe-container { display: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container { display: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .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); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { border-width: 0; border-radius: 0; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:15.875rem;left:37.500003814698rem;height:12.0051875rem;font-style:normal;display:block; }
#TewDvVQHoTEa31FSomgh667sXSO6NLTx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:28.375rem;top:4.25rem;left:3.6875rem;overflow:hidden;display:block; }
#T1ufSzRUsm0QNLvWiznrNyyMh9FOshbk { color:rgba(var(--color-primary-2),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.718753814698rem;height:7.79625rem;display:block; }
#TPUmftusDz7vENprPhTysxPxwUeFZ674 { position:relative;display:block; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 { background-color: transparent; background-image: none; }#TPUmftusDz7vENprPhTysxPxwUeFZ674::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container > .video-iframe-container { display: none; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row > .video-iframe-container { display: none; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .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); }#TPUmftusDz7vENprPhTysxPxwUeFZ674 { border-width: 0; border-radius: 0; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qG11DMWMi77Dp0g4D84q3veeuxHegVn6 { 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; }
#KmsnFBw26AlM2Nn7laPT428T0hicOGId { 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; }
#vnsHKKkmdTMsbWdPVXs1tzr6Ueu2smoI { 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; }
#ZMxhTkBqLXUPdtgoviSfCIAah8HnFt55 { 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; }
#y6F71eLSnp7wWhF6OKe0Az32fBpF9hm3 { 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; }
#Zq2Ohl1Eh2v5Jr08lu66N7t4F2lKOreo { 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; }
#LeU5pr7yncdnGA7a9E4cgZoFXgVvduLN { 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; }
#yhSiEd2fVvuZTdUHkefn2M9fNLs9DyB9 { 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; }
#XUT3xHdLuunRFnWkLXR9XqTxR6cwIFau { 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; }
#ec6lLO7hDmfrF8xgDz8Gglx6SzDV5keh { 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; }
#QUawv9bTiNEX439NnRefCXbLDl7hv86t { 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; }
#Lfu2IOXRuMLEcebOHE23O52mTiKHmgcE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.562375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1869029998779rem;left:3.4369087219238rem;height:3.8997375rem;font-style:normal;display:block; }
#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla { 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; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { background-color: transparent; background-image: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container > .video-iframe-container { display: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row > .video-iframe-container { display: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .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); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { border-width: 0; border-radius: 0; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#a8Vp2T13wL6xHkq8HGKxZUIrQTNlSPF7 { 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; }
#NRqGSmt3sV0Jzmc5U7BGSbQZFcXUUDtt { 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; }
#JySIN93k5ws8HLTQRuw4979pJs2SyG2J { 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; }
#vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh { 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; }
#vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#te8izhWaL4EyvzTffdvpDy7ObLMzqXTc { 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; }
#te8izhWaL4EyvzTffdvpDy7ObLMzqXTc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#N1TmH6zikHRBJsleImPZ8to9qckr5TAN { 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; }
#N1TmH6zikHRBJsleImPZ8to9qckr5TAN > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs { 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; }
#aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da { 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; }
#DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#Nk0P49biUWkRXCKvtlcdo66Dc3AVyo6I { 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; }
#rluQk1VahuZ7U831DoTd8TvByIkTE37v { 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) { #pHf71SREA6mZatgHptgCO1ZTtDFCLlds { display:block; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLDnvFO2tJQ5wOhU1NKTBBzT7MrwCQSv { 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) { #MyxS3SVI41nTACy4nxMafltnI7HgIAiN { 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) { #smTkyJ0awU97BeU5lTa4xfrmilTRN6rV { top:1.4375rem;left:31.75rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeTnFvEG9KcHiJh01uMrI3L1WwmQNNy { top:1.6875rem;left:27.1875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEzSZDmx3XoTWBT585TtaIUuWW77ERn { top:0.75rem;left:0rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #PETM7b94wdxW4zlEd47cCo91anrrsI9N { top:1.6875rem;left:40.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#PETM7b94wdxW4zlEd47cCo91anrrsI9N > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #kcgehoQfvNnXn6rZB83p53Tx2ranxGJg { top:1.6875rem;left:43.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#kcgehoQfvNnXn6rZB83p53Tx2ranxGJg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB { top:1.6875rem;left:45.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #QadOmM6M2EP9fMPIBLEThs0W4TFElD4y { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#QadOmM6M2EP9fMPIBLEThs0W4TFElD4y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv { display:block; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g105hehalL77HKxuJVpKLKJc1dBCuc1V { top:9.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw { top:5.125rem;left:0rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { display:block; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F { top:14.5625rem;left:0rem;width:35.4375rem;height:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX5kQ8eaZzyOTnEMmnguPabnvEKlBA4 { top:5.3125rem;left:14.4375rem;width:33.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CezCGcxo35LU9FmkmG3XR8BnUulVnscf { top:7.3125rem;left:0rem;width:20.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lapR1CVuBU3MPi0i5TBmJevhhPRV1x1H { top:7.75rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctm9IntfT90XCdCa3e5tTkfJun9eVcme { display:block; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3vCkHz5f1yTA3eoA8GF2LhDVpRAbkiT { top:3.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBsLX34zgwoscsPHxuq6uErk200dDWQ { display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { top:8.1875rem;left:12.3125rem;width:35.4375rem;height:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { top:6.1875rem;left:14.5625rem;width:33.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { top:7.3125rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql5PNqt66x4utdlCs8VHnGXRC8qHUUrD { top:0.8125rem;left:0rem;width:27.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { display:block; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9pcwF73neOve63ZlSImzASASGzl4rRA { top:12.4375rem;left:0rem;width:32.25rem;height:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { top:7.3125rem;left:0rem;width:33.1875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { top:8.4375rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZBZAhODWv80wrg9QtLNIaupMXm1hIV { top:0rem;left:21.5rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { top:13.3125rem;left:12.3125rem;width:35.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVA3WonParqTot1auxZyWzdRaBbXHqU { top:9.3125rem;left:14.5625rem;width:33.1875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { top:10.4375rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbLrkthoTbxIs0lxxka2oBMyXDEJFs76 { top:0.6875rem;left:0rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U { display:block; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHIbKzQ4tP8Pd4zNty9C0AwvRakuDzVH { top:14.625rem;left:0rem;width:29.5625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfO530z24bVFfrSUxLfBlgSvvczLZOB { top:7.3125rem;left:0rem;width:33.1875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUlZuRrnDTiM1bSZ5yIqymysgDmcqmBZ { top:8.4375rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzJnw9N3EzPU1e4cUGxSTiuSrNF7M9n { top:0rem;left:17.125rem;width:30.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v { display:block; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka9CDTARvsJM5Le0fBTiVqnXJ0lbpA21 { top:14.3125rem;left:12.3125rem;width:35.4375rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPVw18tZvcH5mtaxfVNC5TGZHM8xxTIh { top:7.4375rem;left:23.875rem;width:23.0625rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FQtSVrxe98OBtGlspaJMvzQHO8CnTw { top:8.625rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUy2CcF2D2S79TEL5oU4sA0vVqq7V8U { top:0.375rem;left:0rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { top:3.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktP39irqCZhX0Z4ixkg0yQXCSoK0Jby8 { top:9.125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { display:block; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { top:15.875rem;left:10.6875rem;width:35.25rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewDvVQHoTEa31FSomgh667sXSO6NLTx { top:4.25rem;left:0rem;width:28.375rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ufSzRUsm0QNLvWiznrNyyMh9FOshbk { top:6.875rem;left:10.6875rem;width:37.0625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUmftusDz7vENprPhTysxPxwUeFZ674 { display:block; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qG11DMWMi77Dp0g4D84q3veeuxHegVn6 { top:10rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmsnFBw26AlM2Nn7laPT428T0hicOGId { top:21.5rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnsHKKkmdTMsbWdPVXs1tzr6Ueu2smoI { top:10rem;left:1.5rem;width:15rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxhTkBqLXUPdtgoviSfCIAah8HnFt55 { top:33rem;left:0.8125rem;width:15.0625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6F71eLSnp7wWhF6OKe0Az32fBpF9hm3 { top:33rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq2Ohl1Eh2v5Jr08lu66N7t4F2lKOreo { top:43.8125rem;left:1.53125rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeU5pr7yncdnGA7a9E4cgZoFXgVvduLN { top:44.375rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSiEd2fVvuZTdUHkefn2M9fNLs9DyB9 { top:10rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUT3xHdLuunRFnWkLXR9XqTxR6cwIFau { top:21.4375rem;left:17.375rem;width:14.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec6lLO7hDmfrF8xgDz8Gglx6SzDV5keh { top:10rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUawv9bTiNEX439NnRefCXbLDl7hv86t { top:32.9375rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfu2IOXRuMLEcebOHE23O52mTiKHmgcE { top:2.125rem;left:0rem;width:23.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #igPFPhS16rt9rvm6TMRRAhOxWxfNQUla { display:block; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8Vp2T13wL6xHkq8HGKxZUIrQTNlSPF7 { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqGSmt3sV0Jzmc5U7BGSbQZFcXUUDtt { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySIN93k5ws8HLTQRuw4979pJs2SyG2J { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #te8izhWaL4EyvzTffdvpDy7ObLMzqXTc { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#te8izhWaL4EyvzTffdvpDy7ObLMzqXTc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #N1TmH6zikHRBJsleImPZ8to9qckr5TAN { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#N1TmH6zikHRBJsleImPZ8to9qckr5TAN > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Nk0P49biUWkRXCKvtlcdo66Dc3AVyo6I { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rluQk1VahuZ7U831DoTd8TvByIkTE37v { 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) { #pHf71SREA6mZatgHptgCO1ZTtDFCLlds { display:block; }#pHf71SREA6mZatgHptgCO1ZTtDFCLlds > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLDnvFO2tJQ5wOhU1NKTBBzT7MrwCQSv { 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) { #MyxS3SVI41nTACy4nxMafltnI7HgIAiN { width:6rem;height:0.8941rem;top:6.802734375rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTkyJ0awU97BeU5lTa4xfrmilTRN6rV { width:1.25rem;height:1.375rem;top:6.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeTnFvEG9KcHiJh01uMrI3L1WwmQNNy { width:1.25rem;height:1.125rem;top:6.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEzSZDmx3XoTWBT585TtaIUuWW77ERn { width:11.625rem;height:3.3125rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:11.5625rem; }
#Nhrm1A3bnrZSm5wkCZAq3xK3EIM4orA8 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #PETM7b94wdxW4zlEd47cCo91anrrsI9N { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:4.5rem; }
#PETM7b94wdxW4zlEd47cCo91anrrsI9N > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #kcgehoQfvNnXn6rZB83p53Tx2ranxGJg { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:6.875rem; }
#kcgehoQfvNnXn6rZB83p53Tx2ranxGJg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:9.25rem; }
#FfxqyuUDKNfI87Jssa41zM3MaMH9v4LB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #QadOmM6M2EP9fMPIBLEThs0W4TFElD4y { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:13.875rem; }
#QadOmM6M2EP9fMPIBLEThs0W4TFElD4y > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/521f4f0d-111c-4529-b434-7e0fd9e54977/Untitled3.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.adaptive-delivery-prevent-bg, #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.lazyload, #ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv.lazyloading { background-image: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { background-color: transparent; background-image: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container > .video-iframe-container { display: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row > .video-iframe-container { display: none; }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .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); }#ApNO9tSBMiknDELfIzsL9eAm9sEDwZgv > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g105hehalL77HKxuJVpKLKJc1dBCuc1V { width:17.5605625rem;height:6.299475rem;top:16.824871063233rem;left:1.2194010615349rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WacmGWBTL5XwtEv6WvwapAgXS8H4GBMw { width:6.3105625rem;height:2.9987rem;top:2.0866193771363rem;left:2.0930989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { display:block; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F { width:15.5625rem;height:17.3203125rem;top:10.923179626465rem;left:2.2187500596046rem;font-size:0.875rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #bzX5kQ8eaZzyOTnEMmnguPabnvEKlBA4 { width:20rem;height:11.181988742964rem;top:30.321617126465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CezCGcxo35LU9FmkmG3XR8BnUulVnscf { width:14.3125rem;height:5.8496125rem;top:3rem;left:4.5000002980232rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lapR1CVuBU3MPi0i5TBmJevhhPRV1x1H { width:1.5625rem;height:1.6875rem;top:3rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctm9IntfT90XCdCa3e5tTkfJun9eVcme { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme.adaptive-delivery-prevent-bg, #ctm9IntfT90XCdCa3e5tTkfJun9eVcme.lazyload, #ctm9IntfT90XCdCa3e5tTkfJun9eVcme.lazyloading { background-image: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { background-color: transparent; background-image: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container > .video-iframe-container { display: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row > .video-iframe-container { display: none; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .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); }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .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; }#ctm9IntfT90XCdCa3e5tTkfJun9eVcme > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3vCkHz5f1yTA3eoA8GF2LhDVpRAbkiT { width:18.4375rem;height:5.8496125rem;top:2.82421875rem;left:0.78125005960463rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBsLX34zgwoscsPHxuq6uErk200dDWQ { display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { width:16.9375rem;height:18.2832rem;top:22.687500476837rem;left:1.6666668057442rem;font-size:0.875rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { width:10.3125rem;height:3.8997375rem;top:2.4127602577209rem;left:8.2500002980231rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { width:1.5625rem;height:1.6875rem;top:3.517578125rem;left:6.1041668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql5PNqt66x4utdlCs8VHnGXRC8qHUUrD { width:20rem;height:20rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { display:block; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9pcwF73neOve63ZlSImzASASGzl4rRA { width:16.4375rem;height:8.3984375rem;top:21.050783157349rem;left:1.7812500596046rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { width:7.8125rem;height:3.8997375rem;top:1.248046875rem;left:8.6250002980231rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { width:1.5625rem;height:1.6875rem;top:2.35546875rem;left:5.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZBZAhODWv80wrg9QtLNIaupMXm1hIV { width:20rem;height:20rem;top:0.59895896911621rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { width:16.4375rem;height:12.597675rem;top:20.662111282349rem;left:1.7812500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVA3WonParqTot1auxZyWzdRaBbXHqU { width:7.625rem;height:3.8997375rem;top:2.375rem;left:9.1875002980231rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { width:1.5625rem;height:1.6875rem;top:3.48046875rem;left:6.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbLrkthoTbxIs0lxxka2oBMyXDEJFs76 { width:20rem;height:20rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U { display:block; }#b8b7IWiOdNVo9vTcz60W5BxZvK9AwS7U > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHIbKzQ4tP8Pd4zNty9C0AwvRakuDzVH { width:16.9375rem;height:9.7981875rem;top:20.2265625rem;left:2.1562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfO530z24bVFfrSUxLfBlgSvvczLZOB { width:7.1875rem;height:3.8997375rem;top:1.248046875rem;left:8.6875002980231rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUlZuRrnDTiM1bSZ5yIqymysgDmcqmBZ { width:1.5625rem;height:1.6875rem;top:2.35546875rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzJnw9N3EzPU1e4cUGxSTiuSrNF7M9n { width:20rem;height:20rem;top:1.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v { display:block; }#VbE9TKrw0eBo24SvED5Uu9eMe7hcJ10v > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka9CDTARvsJM5Le0fBTiVqnXJ0lbpA21 { width:17.25rem;height:9.7981875rem;top:8.3912754058837rem;left:1.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPVw18tZvcH5mtaxfVNC5TGZHM8xxTIh { width:8.625rem;height:3.8997375rem;top:3.0729160308838rem;left:8.6875002980231rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FQtSVrxe98OBtGlspaJMvzQHO8CnTw { width:1.5625rem;height:1.6875rem;top:4.1796875rem;left:6.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUy2CcF2D2S79TEL5oU4sA0vVqq7V8U { width:20rem;height:20rem;top:14.771486282349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.adaptive-delivery-prevent-bg, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyload, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyloading { background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { background-color: transparent; background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .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); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .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; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { width:20rem;height:3.8997375rem;top:2.1627597808838rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktP39irqCZhX0Z4ixkg0yQXCSoK0Jby8 { height:11.25rem;width:20rem;top:7.3984394073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { display:block; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { width:17.25rem;height:13.997375rem;top:34.658854484558rem;left:1.3750000596046rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TewDvVQHoTEa31FSomgh667sXSO6NLTx { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ufSzRUsm0QNLvWiznrNyyMh9FOshbk { width:18rem;height:9.749375rem;top:23.750000953674rem;left:1.0000000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPUmftusDz7vENprPhTysxPxwUeFZ674 { display:block; }#TPUmftusDz7vENprPhTysxPxwUeFZ674 > .row .container { width:20rem;height:227.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qG11DMWMi77Dp0g4D84q3veeuxHegVn6 { width:18.125rem;height:12rem;top:5.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmsnFBw26AlM2Nn7laPT428T0hicOGId { width:18.125rem;height:12rem;top:18.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnsHKKkmdTMsbWdPVXs1tzr6Ueu2smoI { width:18.125rem;height:26.5rem;top:31.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxhTkBqLXUPdtgoviSfCIAah8HnFt55 { width:18.125rem;height:26.5625rem;top:90.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6F71eLSnp7wWhF6OKe0Az32fBpF9hm3 { width:18.125rem;height:12rem;top:59.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq2Ohl1Eh2v5Jr08lu66N7t4F2lKOreo { width:18.125rem;height:18.125rem;top:71.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeU5pr7yncdnGA7a9E4cgZoFXgVvduLN { width:18.125rem;height:12rem;top:158.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSiEd2fVvuZTdUHkefn2M9fNLs9DyB9 { width:18.125rem;height:12rem;top:118.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUT3xHdLuunRFnWkLXR9XqTxR6cwIFau { width:18.125rem;height:26.4375rem;top:131.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec6lLO7hDmfrF8xgDz8Gglx6SzDV5keh { width:18.125rem;height:26.5625rem;top:171.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUawv9bTiNEX439NnRefCXbLDl7hv86t { width:18.125rem;height:26.5625rem;top:199.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfu2IOXRuMLEcebOHE23O52mTiKHmgcE { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igPFPhS16rt9rvm6TMRRAhOxWxfNQUla { 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; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { background-color: transparent; background-image: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container > .video-iframe-container { display: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row > .video-iframe-container { display: none; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .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); }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .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; }#igPFPhS16rt9rvm6TMRRAhOxWxfNQUla > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8Vp2T13wL6xHkq8HGKxZUIrQTNlSPF7 { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqGSmt3sV0Jzmc5U7BGSbQZFcXUUDtt { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySIN93k5ws8HLTQRuw4979pJs2SyG2J { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#vtihOL3LJvZG1Odiyk4t7TbJKxE1cAyh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #te8izhWaL4EyvzTffdvpDy7ObLMzqXTc { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#te8izhWaL4EyvzTffdvpDy7ObLMzqXTc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #N1TmH6zikHRBJsleImPZ8to9qckr5TAN { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#N1TmH6zikHRBJsleImPZ8to9qckr5TAN > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#aXFdk5mkL7RJbGyP4XwpFeUtLviheuXs > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#DZQLQ62lMIAfeb0gFvaHJIgzKlu7M2Da > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Nk0P49biUWkRXCKvtlcdo66Dc3AVyo6I { 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) { #rluQk1VahuZ7U831DoTd8TvByIkTE37v { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }