.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:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--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); }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW { position:relative;display:block; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW { background-color: transparent; background-image: none; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row .container > .video-iframe-container { display: none; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row > .video-iframe-container { display: none; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .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); }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW { border-width: 0; border-radius: 0; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .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; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .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; }#F91cdbhnyodalMkegf6txkw3bqouDoPW { 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; }
#geJ1CRBE31NahNyahMvxqCFyl89eXyPD { 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; }
#swpT6yGN1ZTowuC65CKxiNO3m4yT4zuL { 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; }
#f3BVAb6ogq1n3Torio8DRlk9aKNZxSSe { 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; }
#kZSw8CyWhbWCyees9g1HHUit0fdCqZZy { 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; }
#ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb { 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; }
#ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#fpvs605EgMqR8kGtp2SSw79wkRHuiewT { 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; }
#fpvs605EgMqR8kGtp2SSw79wkRHuiewT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 { 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; }
#r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#NgiHokRIFdvmOd8NpPJlscnutfn3JBUr { 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; }
#NgiHokRIFdvmOd8NpPJlscnutfn3JBUr > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#pahqSrRZCsysTIRndLQW2M76K8TurCwD { 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; }
#pahqSrRZCsysTIRndLQW2M76K8TurCwD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a60bb8a-6c23-477a-8242-5430fcf6de05/Untitled2.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; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.adaptive-delivery-prevent-bg, #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.lazyload, #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.lazyloading { background-image: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { background-color: transparent; background-image: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container > .video-iframe-container { display: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .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); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row > .video-iframe-container { display: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .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); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { border-width: 0; border-radius: 0; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx::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; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#DIT6KOF1zEUUvernXmWCEOHa06G5AFJr { 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:12.5625rem;left:4.0625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb { 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; }#NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb.adaptive-delivery-prevent-bg, #NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb.lazyload, #NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb.lazyloading { background-image: none; }
#f7WwrMIJOferBm3xdZGIxsQlzPIRhoFk { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:23.5625rem;left:4.0625rem;height:8.4364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ec9edc3-8c32-4326-983c-68d7f4749ed6/greenbc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.adaptive-delivery-prevent-bg, #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.lazyload, #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.lazyloading { background-image: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { background-color: transparent; background-image: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container > .video-iframe-container { display: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container { display: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .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); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { border-width: 0; border-radius: 0; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos::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; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#yGlH5AcQZF5tZx96iWf1Qo4xWC2tmcsv { color:rgba(var(--color-tertiary-0),1);display:block;width:65.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.306640625rem;left:4.5625rem;height:6.3736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC { position:relative;display:block; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC { background-color: transparent; background-image: none; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row .container > .video-iframe-container { display: none; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row > .video-iframe-container { display: none; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .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); }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC { border-width: 0; border-radius: 0; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .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; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .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:19.9375rem;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; }#AsC2XmOOhV6sNIFACTq6ZvgpXFFvz3VG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.875rem;left:26.229167938233rem;height:3.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzcxS5kWW4nrxEeQlafQSWwG7oMc0sDw { 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:6.25rem;width:6.25rem;top:7.9375002384187rem;left:6.3125rem;overflow:hidden;display:block; }
#NTS5kRb40pcWnJOnS4qRJ9wxCFasGZBd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.787110567093rem;left:3.125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#tNntzKdKvxwUVdUTKNimP6x8Fpe71lUE { 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:6.25rem;width:6.25rem;top:7.9375002384187rem;left:25rem;overflow:hidden;display:block; }
#Tlz9M30wK5RhXkf21c44BWTPlUIfF5bH { 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:6.25rem;width:6.25rem;top:7.9375002384187rem;left:43.750003814698rem;overflow:hidden;display:block; }
#tQMOqAisfqK4Tfw6OGtuWd8wXLnDAdEg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.787110567093rem;left:21.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#TIwthuODhWLAwWOwA4qWKIsPc3SCBbnX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.787110567093rem;left:39.968753814698rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#dQB58k3ST4terkxbiTLnAlnKFoVVQcff { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.787110567093rem;left:57.125003814698rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#sN54l1BSluhqLB3OTCITBPDFLfm6og1s { 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:6.25rem;width:6.25rem;top:7.9375002384187rem;left:62.5000038147rem;overflow:hidden;display:block; }
#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 { position:relative;display:block; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 { background-color: transparent; background-image: none; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row .container > .video-iframe-container { display: none; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row > .video-iframe-container { display: none; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .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); }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 { border-width: 0; border-radius: 0; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .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; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .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:17.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; }#pTGetCMa4GnbuaT8dBO2qubulbXmATLa { 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:6.25rem;width:6.25rem;top:2.818359375rem;left:6.25rem;overflow:hidden;display:block; }
#HOGfq5glif8iN2iaUMLU9M2dmRmB3nxi { position:absolute;display:block;z-index:15012;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:6.25rem;width:6.25rem;top:2.818359375rem;left:25rem;overflow:hidden;display:block; }
#w5OktWZbS1C3ip7tF97tVkVNcDldLBes { 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:6.25rem;width:6.25rem;top:2.818359375rem;left:43.750003814698rem;overflow:hidden;display:block; }
#qso9VVgy0I6kgMrlsOBLIm9ol5iXkIIV { position:absolute;display:block;z-index:15014;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:6.25rem;width:6.25rem;top:2.818359375rem;left:62.5000038147rem;overflow:hidden;display:block; }
#i2wlB2u1geVRwSq7t1vqSe4Ca1aaB93d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.837890625rem;left:0.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#MD7QJzVSs8NZuqryfP0DMgTFWNOPCxFS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.837890625rem;left:20.375rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#l9oi3K9vRub0ZL1g8hUTaFmDM9gziCA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8372402191163rem;left:37.625003814698rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Gc1DbRUhODTKGaRpvUf7t9TqdwlU8qEU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.837890625rem;left:57.281253814698rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr { 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; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { background-color: transparent; background-image: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container > .video-iframe-container { display: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container { display: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .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); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { border-width: 0; border-radius: 0; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#FCT96glIQVyP1NE1Hv5L57TTMhFhiXmU { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:20.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caQUBoTbNDLCkTMAExcFphACLWR2mTx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.0625152587891rem;left:9.78125rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:44.9375rem;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:38.75rem;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:6.40625rem;left:3.0625rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }#pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F li:before{  }
#aWK39AdWuPWO9usdVu3vM9mh8nseJpCb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.6875rem;height:1.462675rem;display:block; }
#f7yoAksbFMTTyL96oL7Bc2siTxp88kpJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:6.0625rem;height:1.462675rem;display:block; }
#PU1hThXq353zMJDKPwfrhwJ700T26CmA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:19rem;left:3.0625rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#WvxKbKl5HbJhzz07dFT8nRSz3txydu0J { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.75rem;left:5.8125rem;height:1.462675rem;display:block; }
#oP9tRdkIZpQdcDRLvT1WHhpd9vVtqQdI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:32.968751907349rem;left:3.2183170318604rem;height:8.002375rem;text-align:left;text-align-last:left;display:block; }
#RsS7ko4aDMseNIlPiWHZMl2XNVf1IXeT { 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:29.625rem;left:3.0625rem;overflow:hidden;display:block; }
#Fa6VPNCwRamxN4eHdNkCHwFZQ0inUAD7 { 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.5625rem;top:3.5625rem;left:2.875rem;overflow:hidden;display:block; }
#XfnWpsChCIWZiu8GmQOopBOALbK2FHtz { 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:1.68728125rem;width:1.5625rem;top:16.010200500488rem;left:3.0620670318604rem;overflow:hidden;display:block; }
#OTGLrL5gbBzyOEPwefTqOvgP3bHQ0poy { 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:40.8125rem;width:26.6875rem;top:2.0625rem;left:45.414714813233rem;overflow:hidden;display:block; }
#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f5;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; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;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:15.4375rem;left:39.375rem;height:8.002375rem;text-align:left;text-align-last:left;display:block; }
#LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:3.625rem;height:5.8507rem;font-style:normal;display:block; }
#URglVVOOeK4w4E8wn4imFWT5e09g1ADA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34.1875rem;top:13rem;left:1.65625rem;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:2.125rem;left:39.5625rem;overflow:hidden;display:block; }
#Hzr1Woc1GdQtXUhTdqtWmvgwoFWTkiow { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:42.1875rem;height:1.462675rem;display:block; }
#rtku7cakAVt0pBaxdk389nyWN7CmISCM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.65625rem;left:39.5rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#ktqb1QZiwx9xURh3Lyp52rDQZ0ac5C3k { 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:13rem;left:39.375rem;overflow:hidden;display:block; }
#Han5XORRe86vXNLqcapFqcb0x98Mwl88 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:42rem;height:1.462675rem;display:block; }
#ABBTpoNJzlOEFokkF0OTy1a5pzMS0tzX { 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.5625rem;top:24.9375rem;left:39.375rem;overflow:hidden;display:block; }
#DXI0CJ5oz5RIhrmGdbr7JWULdMXmJmiz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:42rem;height:1.462675rem;display:block; }
#JiN3aTlnaNBIqqfz6E4vrVHAt2kzUBc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:27.3125rem;left:39.3125rem;height:9.602875rem;text-align:left;text-align-last:left;display:block; }
#owSGxaT4ZhACXts076t2q2Z2fL8u6b1d { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.625rem;height:3.2487rem;font-style:normal;display:block; }
#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { 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; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { background-color: transparent; background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { border-width: 0; border-radius: 0; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#BJlzRgABLelmOE3oTM7O3pzCQWINCOmS { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8125rem;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:2.5247402191162rem;left:9.59375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWPvuUr8rqnfRpEZclfUr4PlAgANL719 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.2369785308838rem;left:9.59375rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZMiDR2oAPypBnulrkKUW2P3C45HI4km { position:relative;display:block; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km { background-color: transparent; background-image: none; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row .container > .video-iframe-container { display: none; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row > .video-iframe-container { display: none; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .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); }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km { border-width: 0; border-radius: 0; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .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; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .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:57.125rem;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; }#KE85QIu8KJGL5bBXv67G5V0XZnFz5tC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:6.37760925293rem;left:2.875rem;height:11.2033125rem;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; }
#t2aCBcCMSITIGigqRi7bkDmbnEBUS7qh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0533905029297rem;left:5.5rem;height:1.462675rem;display:block; }
#mgOgLygizPUomq64q0IQ3eQ4eS2bXyQd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6953125rem;left:5.5rem;height:1.462675rem;display:block; }
#rbKreKBebpmMdQ8GTFGQBS2wIkIovx8h { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:21.71875rem;left:2.9375rem;height:11.2033125rem;text-align:left;text-align-last:left;display:block; }
#yQxi6Xupy5frBtygFxI66aT3e6liy9a6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.944011688233rem;left:5.59375rem;height:1.462675rem;display:block; }
#yKvMgCK9SH2IJmQ2ez3zWDOBGT2TFHQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:37.84375rem;left:2.875rem;height:17.60525rem;text-align:left;text-align-last:left;display:block; }
#vKL3Jz1Wuk7TpV25FaPs5h8SGkCNK9Vo { 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:34.83203125rem;left:2.875rem;overflow:hidden;display:block; }
#gUmyhU0vhwEgczc1qQk1ARZFf99EsXwI { 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.5625rem;top:3.9401054382324rem;left:2.875rem;overflow:hidden;display:block; }
#V1nsMDnuPPC0HSxd5to5ZTTowgL9wDTr { 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:1.6875rem;width:1.5625rem;top:18.58203125rem;left:2.875rem;overflow:hidden;display:block; }
#ehwUt4w90rAA3uR5a3yFW3idSToh9R9C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36rem;top:4.0527353286743rem;left:38.999347686767rem;display:block; }
#rRU22n9kNgI8US51r3nh7mFNenGbuiep { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.9375rem;width:35.75rem;top:34.069011688233rem;left:39.249347686767rem;display:block; }
#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh { 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; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { background-color: transparent; background-image: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container > .video-iframe-container { display: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row > .video-iframe-container { display: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .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); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { border-width: 0; border-radius: 0; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#zRtkD47WOgWkkTXTRRwIaGNV7oEKoLdy { 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:2.9921875rem;left:7.5944023132325rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slq3EcGBO7UKNetPmioeOF5FTeuILci2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.904296875rem;left:7.5944023132325rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5NTdUlASw94zEteFKC9np8zX5r5wzmv { position:relative;display:block; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv { background-color: transparent; background-image: none; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row .container > .video-iframe-container { display: none; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row > .video-iframe-container { display: none; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .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); }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv { border-width: 0; border-radius: 0; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .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; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .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:52.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; }#bw4grNDHx8rgvIFgeMharWIJdhTF9xpP { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;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:6.9375004768369rem;left:38.531253814698rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#X6PqfQi1tkpBZv45FMuRQHsXWv1ZmPTa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34.1875rem;top:29.450521945953rem;left:1.65625rem;display:block; }
#ghJmvNsg2EinuaGyp99ORCSTUy0fDIi5 { 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:3.8125004768372rem;left:38.531253814698rem;overflow:hidden;display:block; }
#XU9foflWxlwhTxgTBMHrqUfCOcGTaX27 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9257817268372rem;left:41.156253814698rem;height:1.462675rem;display:block; }
#TtooUJonOw7VKbOzLBkfiATwQHlU7eqm { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.675781726837rem;left:41.156253814698rem;height:1.462675rem;display:block; }
#TC0bwEckLhcwzTCHbCzVhoQlUdrJCgIo { 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:15.562500476837rem;left:38.531253814698rem;overflow:hidden;display:block; }
#nTqrX7hOqozbRtBILG5l646Rz5K2p9md { 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:15001;line-height:1.6;letter-spacing:0;top:18.562500476837rem;left:38.593753814698rem;height:14.4043125rem;text-align:left;text-align-last:left;display:block; }
#Zy08vW8ZcKp6WNLRdUsR1Ba2KiqDbhiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.613283634186rem;left:41.156253814698rem;height:1.462675rem;display:block; }
#H3sA0DNCb0ViKAg2LQC3T4LTRNE0oxlT { 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.5625rem;top:35.500002384186rem;left:38.531253814698rem;overflow:hidden;display:block; }
#VmcZEqL9cRI3RINCSKCaL9VGRG79dank { 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:15001;line-height:1.6;letter-spacing:0;top:38.812502384186rem;left:38.531253814698rem;height:9.602875rem;text-align:left;text-align-last:left;display:block; }
#z9wp4KnWbcHSfw83AWHrT9UglREfITS6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34.1875rem;top:3.8125004768372rem;left:1.65625rem;display:block; }
#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T { 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; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { background-color: transparent; background-image: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container > .video-iframe-container { display: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row > .video-iframe-container { display: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .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); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { border-width: 0; border-radius: 0; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#DuqzQeUHvqUFWXBMJhLuW7TxG6OBBE10 { 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; }
#dWHAInzReDTG9BZPT3p8CrENqZDWTogg { 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; }
#f7azJZhVzi46yKI3GgmW4i85ifVbDvta { 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; }
#vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 { 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; }
#vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf { 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; }
#OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 { 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; }
#CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD { 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; }
#RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB { 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; }
#ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#yq9SgQwv7czxQvoD1kkIClNk0qPJfugo { 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; }
#JafyLkqv8mRng5amTFK0mDC9MJSfuRQm { 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) { #VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW { display:block; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F91cdbhnyodalMkegf6txkw3bqouDoPW { 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) { #geJ1CRBE31NahNyahMvxqCFyl89eXyPD { 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) { #swpT6yGN1ZTowuC65CKxiNO3m4yT4zuL { top:1.4375rem;left:31.75rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BVAb6ogq1n3Torio8DRlk9aKNZxSSe { top:1.6875rem;left:27.1875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSw8CyWhbWCyees9g1HHUit0fdCqZZy { top:0.75rem;left:0rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #fpvs605EgMqR8kGtp2SSw79wkRHuiewT { top:1.6875rem;left:40.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#fpvs605EgMqR8kGtp2SSw79wkRHuiewT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 { top:1.6875rem;left:43.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #NgiHokRIFdvmOd8NpPJlscnutfn3JBUr { top:1.6875rem;left:45.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#NgiHokRIFdvmOd8NpPJlscnutfn3JBUr > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #pahqSrRZCsysTIRndLQW2M76K8TurCwD { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#pahqSrRZCsysTIRndLQW2M76K8TurCwD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx { display:block; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIT6KOF1zEUUvernXmWCEOHa06G5AFJr { top:12.5625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb { top:5.125rem;left:0rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7WwrMIJOferBm3xdZGIxsQlzPIRhoFk { top:23.5625rem;left:0rem;width:34.4375rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos { display:block; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGlH5AcQZF5tZx96iWf1Qo4xWC2tmcsv { top:2.25rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhElAZA6MXuNZarwgmuqX8T2OeyuGduC { display:block; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsC2XmOOhV6sNIFACTq6ZvgpXFFvz3VG { top:1.875rem;left:0.0625rem;width:23.8125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzcxS5kWW4nrxEeQlafQSWwG7oMc0sDw { top:7.9375rem;left:2.90625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS5kRb40pcWnJOnS4qRJ9wxCFasGZBd { top:14.75rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNntzKdKvxwUVdUTKNimP6x8Fpe71lUE { top:7.9375rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlz9M30wK5RhXkf21c44BWTPlUIfF5bH { top:7.9375rem;left:26.718753814698rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMOqAisfqK4Tfw6OGtuWd8wXLnDAdEg { top:14.75rem;left:11.375rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwthuODhWLAwWOwA4qWKIsPc3SCBbnX { top:14.75rem;left:22rem;width:13.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQB58k3ST4terkxbiTLnAlnKFoVVQcff { top:14.75rem;left:30.75rem;width:17rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN54l1BSluhqLB3OTCITBPDFLfm6og1s { top:7.9375rem;left:38.656253814698rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 { display:block; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTGetCMa4GnbuaT8dBO2qubulbXmATLa { top:2.8125rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGfq5glif8iN2iaUMLU9M2dmRmB3nxi { top:2.8125rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5OktWZbS1C3ip7tF97tVkVNcDldLBes { top:2.8125rem;left:26.718753814698rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso9VVgy0I6kgMrlsOBLIm9ol5iXkIIV { top:2.8125rem;left:38.656253814698rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2wlB2u1geVRwSq7t1vqSe4Ca1aaB93d { top:9.8125rem;left:0rem;width:18.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD7QJzVSs8NZuqryfP0DMgTFWNOPCxFS { top:9.8125rem;left:8.375rem;width:15.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9oi3K9vRub0ZL1g8hUTaFmDM9gziCA6 { top:9.8125rem;left:17.3125rem;width:18.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc1DbRUhODTKGaRpvUf7t9TqdwlU8qEU { top:9.8125rem;left:31.0625rem;width:16.6875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr { display:block; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCT96glIQVyP1NE1Hv5L57TTMhFhiXmU { top:2.6875rem;left:6.875rem;width:34rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQUBoTbNDLCkTMAExcFphACLWR2mTx3 { top:6.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;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:6.375rem;left:0rem;width:38.75rem;height:6.375rem;font-size:0.875rem;display:block; }#pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F li:before{  }
 }@media only screen and (max-width: 763px) { #aWK39AdWuPWO9usdVu3vM9mh8nseJpCb { top:3.6875rem;left:0rem;width:25.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yoAksbFMTTyL96oL7Bc2siTxp88kpJ { top:16.125rem;left:0rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU1hThXq353zMJDKPwfrhwJ700T26CmA { top:19rem;left:0rem;width:37.625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvxKbKl5HbJhzz07dFT8nRSz3txydu0J { top:29.75rem;left:0rem;width:30.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP9tRdkIZpQdcDRLvT1WHhpd9vVtqQdI { top:32.9375rem;left:0rem;width:37.625rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsS7ko4aDMseNIlPiWHZMl2XNVf1IXeT { top:29.625rem;left:0rem;width:1.5625rem;height:1.68728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6VPNCwRamxN4eHdNkCHwFZQ0inUAD7 { top:3.5625rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfnWpsChCIWZiu8GmQOopBOALbK2FHtz { top:16rem;left:0rem;width:1.5625rem;height:1.68728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGLrL5gbBzyOEPwefTqOvgP3bHQ0poy { top:2.0625rem;left:21.0625rem;width:26.6875rem;height:40.8125rem;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:15.4375rem;left:14.125rem;width:33.625rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { top:3.8125rem;left:0rem;width:35.8125rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URglVVOOeK4w4E8wn4imFWT5e09g1ADA { top:13rem;left:0rem;width:34.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { top:2.125rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzr1Woc1GdQtXUhTdqtWmvgwoFWTkiow { top:2.1875rem;left:23.875rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtku7cakAVt0pBaxdk389nyWN7CmISCM { top:4.625rem;left:14.3125rem;width:33.4375rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqb1QZiwx9xURh3Lyp52rDQZ0ac5C3k { top:13rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Han5XORRe86vXNLqcapFqcb0x98Mwl88 { top:13.0625rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBTpoNJzlOEFokkF0OTy1a5pzMS0tzX { top:24.9375rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXI0CJ5oz5RIhrmGdbr7JWULdMXmJmiz { top:25.0625rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiN3aTlnaNBIqqfz6E4vrVHAt2kzUBc6 { top:27.3125rem;left:14.0625rem;width:33.6875rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owSGxaT4ZhACXts076t2q2Z2fL8u6b1d { top:7.125rem;left:0rem;width:35.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { display:block; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJlzRgABLelmOE3oTM7O3pzCQWINCOmS { top:2.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPvuUr8rqnfRpEZclfUr4PlAgANL719 { top:6.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZMiDR2oAPypBnulrkKUW2P3C45HI4km { display:block; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE85QIu8KJGL5bBXv67G5V0XZnFz5tC1 { top:6.375rem;left:0rem;width:34.375rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aCBcCMSITIGigqRi7bkDmbnEBUS7qh { top:4rem;left:0rem;width:25.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgOgLygizPUomq64q0IQ3eQ4eS2bXyQd { top:18.6875rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKreKBebpmMdQ8GTFGQBS2wIkIovx8h { top:21.6875rem;left:0rem;width:34.5625rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQxi6Xupy5frBtygFxI66aT3e6liy9a6 { top:34.9375rem;left:0rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKvMgCK9SH2IJmQ2ez3zWDOBGT2TFHQ1 { top:37.8125rem;left:0rem;width:35rem;height:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKL3Jz1Wuk7TpV25FaPs5h8SGkCNK9Vo { top:34.8125rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUmyhU0vhwEgczc1qQk1ARZFf99EsXwI { top:3.9375rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nsMDnuPPC0HSxd5to5ZTTowgL9wDTr { top:18.5625rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehwUt4w90rAA3uR5a3yFW3idSToh9R9C { top:4rem;left:11.75rem;width:36rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRU22n9kNgI8US51r3nh7mFNenGbuiep { top:34.0625rem;left:12rem;width:35.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvequJgbFHAoZdcA9NvFpr7dOhoniDXh { display:block; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRtkD47WOgWkkTXTRRwIaGNV7oEKoLdy { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slq3EcGBO7UKNetPmioeOF5FTeuILci2 { top:6.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5NTdUlASw94zEteFKC9np8zX5r5wzmv { display:block; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4grNDHx8rgvIFgeMharWIJdhTF9xpP { top:6.9375rem;left:12.3125rem;width:34.3125rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PqfQi1tkpBZv45FMuRQHsXWv1ZmPTa { top:29.4375rem;left:0rem;width:34.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJmvNsg2EinuaGyp99ORCSTUy0fDIi5 { top:3.8125rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU9foflWxlwhTxgTBMHrqUfCOcGTaX27 { top:3.875rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtooUJonOw7VKbOzLBkfiATwQHlU7eqm { top:15.625rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0bwEckLhcwzTCHbCzVhoQlUdrJCgIo { top:15.5625rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTqrX7hOqozbRtBILG5l646Rz5K2p9md { top:18.5625rem;left:12.3125rem;width:35.4375rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy08vW8ZcKp6WNLRdUsR1Ba2KiqDbhiQ { top:35.5625rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3sA0DNCb0ViKAg2LQC3T4LTRNE0oxlT { top:35.5rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmcZEqL9cRI3RINCSKCaL9VGRG79dank { top:38.8125rem;left:12.3125rem;width:35.4375rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wp4KnWbcHSfw83AWHrT9UglREfITS6 { top:3.8125rem;left:0rem;width:34.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T { display:block; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuqzQeUHvqUFWXBMJhLuW7TxG6OBBE10 { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHAInzReDTG9BZPT3p8CrENqZDWTogg { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7azJZhVzi46yKI3GgmW4i85ifVbDvta { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #yq9SgQwv7czxQvoD1kkIClNk0qPJfugo { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JafyLkqv8mRng5amTFK0mDC9MJSfuRQm { 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) { #VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW { display:block; }#VJIAuNTuNUDMcd2yMUJxHKFQl8X10pHW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F91cdbhnyodalMkegf6txkw3bqouDoPW { width:5.625rem;height:0.8937rem;top:6.802734375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJ1CRBE31NahNyahMvxqCFyl89eXyPD { width:6rem;height:0.8937rem;top:6.802734375rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swpT6yGN1ZTowuC65CKxiNO3m4yT4zuL { width:1.25rem;height:1.375rem;top:6.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BVAb6ogq1n3Torio8DRlk9aKNZxSSe { width:1.25rem;height:1.125rem;top:6.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSw8CyWhbWCyees9g1HHUit0fdCqZZy { width:11.625rem;height:3.3125rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:11.5625rem; }
#ikwIU12AKpEoXTNJxG0sOzbDnTUof6Sb > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #fpvs605EgMqR8kGtp2SSw79wkRHuiewT { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:4.5rem; }
#fpvs605EgMqR8kGtp2SSw79wkRHuiewT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:6.875rem; }
#r5Tt5UgsII8hJqDTPLpLDF13IRlaANe7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #NgiHokRIFdvmOd8NpPJlscnutfn3JBUr { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:9.25rem; }
#NgiHokRIFdvmOd8NpPJlscnutfn3JBUr > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #pahqSrRZCsysTIRndLQW2M76K8TurCwD { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:13.875rem; }
#pahqSrRZCsysTIRndLQW2M76K8TurCwD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a60bb8a-6c23-477a-8242-5430fcf6de05/Untitled2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.adaptive-delivery-prevent-bg, #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.lazyload, #rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx.lazyloading { background-image: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { background-color: transparent; background-image: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container > .video-iframe-container { display: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .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); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row > .video-iframe-container { display: none; }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .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); }#rHtScRSsJGZrc9O3FQaodHtaVVNzGKtx > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIT6KOF1zEUUvernXmWCEOHa06G5AFJr { width:17.5625rem;height:8.138025rem;top:10.3125rem;left:1.2187500596046rem;font-size:1.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NS8t8wcaFp6xsPdIAi1RKIFJEiLoT4nb { width:6.3125rem;height:3rem;top:18.44921875rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7WwrMIJOferBm3xdZGIxsQlzPIRhoFk { width:17.75rem;height:9.1829375rem;top:23.216796875rem;left:1.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/826ee8fb-6228-4794-b939-ce3bf2886e10/gtv_bus_pro_slider_background.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.adaptive-delivery-prevent-bg, #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.lazyload, #tJTTqTAJsBWLLRUtMUsZ997epJWUvbos.lazyloading { background-image: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { background-color: transparent; background-image: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container > .video-iframe-container { display: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container { display: none; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .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); }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos::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; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJTTqTAJsBWLLRUtMUsZ997epJWUvbos > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGlH5AcQZF5tZx96iWf1Qo4xWC2tmcsv { width:18.375rem;height:11.892375rem;top:2.2001953125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhElAZA6MXuNZarwgmuqX8T2OeyuGduC { display:block; }#PhElAZA6MXuNZarwgmuqX8T2OeyuGduC > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsC2XmOOhV6sNIFACTq6ZvgpXFFvz3VG { width:13.875rem;height:2.9752625rem;top:1.875rem;left:2.6979168057442rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bzcxS5kWW4nrxEeQlafQSWwG7oMc0sDw { width:4.375rem;height:4.375rem;top:6.2662773132325rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS5kRb40pcWnJOnS4qRJ9wxCFasGZBd { width:10.8125rem;height:2.599825rem;top:7.0299491882325rem;left:7.4062502980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNntzKdKvxwUVdUTKNimP6x8Fpe71lUE { width:4.375rem;height:4.375rem;top:11.593101501465rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlz9M30wK5RhXkf21c44BWTPlUIfF5bH { width:4.375rem;height:4.375rem;top:16.5rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMOqAisfqK4Tfw6OGtuWd8wXLnDAdEg { width:9.9375rem;height:2.599825rem;top:12.391277313233rem;left:7.4062502980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIwthuODhWLAwWOwA4qWKIsPc3SCBbnX { width:11.125rem;height:2.599825rem;top:17.438804626465rem;left:7.2500002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQB58k3ST4terkxbiTLnAlnKFoVVQcff { width:11.1875rem;height:2.599825rem;top:23.173179626465rem;left:7.2187502980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sN54l1BSluhqLB3OTCITBPDFLfm6og1s { width:4.375rem;height:4.375rem;top:22.098308563233rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 { display:block; }#r8UlG84LrBhABCM1gDwMD1ZGVhdPwbn7 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTGetCMa4GnbuaT8dBO2qubulbXmATLa { width:4.375rem;height:4.375rem;top:0.833984375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGfq5glif8iN2iaUMLU9M2dmRmB3nxi { width:4.375rem;height:4.375rem;top:6.731773376465rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5OktWZbS1C3ip7tF97tVkVNcDldLBes { width:4.375rem;height:4.375rem;top:13.673828125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso9VVgy0I6kgMrlsOBLIm9ol5iXkIIV { width:4.375rem;height:4.375rem;top:20.445964813233rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2wlB2u1geVRwSq7t1vqSe4Ca1aaB93d { width:8.875rem;height:2.599825rem;top:1.7213554382324rem;left:7.374348938465rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MD7QJzVSs8NZuqryfP0DMgTFWNOPCxFS { width:10rem;height:5.19965625rem;top:6.731773376465rem;left:7.374348938465rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9oi3K9vRub0ZL1g8hUTaFmDM9gziCA6 { width:11.625rem;height:2.599825rem;top:14.561199188233rem;left:7.374348938465rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gc1DbRUhODTKGaRpvUf7t9TqdwlU8qEU { width:10.9375rem;height:5.19965625rem;top:20.445964813233rem;left:7.7500002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr { background-color:#66cc33;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { background-color: transparent; background-image: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container > .video-iframe-container { display: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container { display: none; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .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); }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyxxzJbIaQgRwwPTOfHNKbw9RW6a0gMr > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCT96glIQVyP1NE1Hv5L57TTMhFhiXmU { width:13.6875rem;height:4.3997375rem;top:1.9375rem;left:3.1562500596046rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #caQUBoTbNDLCkTMAExcFphACLWR2mTx3 { width:17.375rem;height:3.0013rem;top:7.57421875rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHnQ8fB71cw4EgTUT45TLcxB533GU9n { display:block; }#rXHnQ8fB71cw4EgTUT45TLcxB533GU9n > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F { width:16.75rem;height:9.7905625rem;top:6.046875rem;left:3.125rem;font-size:0.875rem;display:block; }#pJxGltR4l8bgV8XQHLfPQeQKN64fHz5F li:before{  }
 }@media only screen and (max-width: 763px) { #aWK39AdWuPWO9usdVu3vM9mh8nseJpCb { width:15.6875rem;height:2.92535rem;top:2.5rem;left:3.3750002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yoAksbFMTTyL96oL7Bc2siTxp88kpJ { width:10.625rem;height:1.462675rem;top:17.91015625rem;left:3.3750002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU1hThXq353zMJDKPwfrhwJ700T26CmA { width:16.5625rem;height:9.7905625rem;top:20.3203125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvxKbKl5HbJhzz07dFT8nRSz3txydu0J { width:16.1875rem;height:2.92535rem;top:33.008460998535rem;left:3.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP9tRdkIZpQdcDRLvT1WHhpd9vVtqQdI { width:16.875rem;height:13.9865625rem;top:37.055774688721rem;left:2.9991322159767rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsS7ko4aDMseNIlPiWHZMl2XNVf1IXeT { width:1.5625rem;height:1.6875rem;top:33.008460998535rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6VPNCwRamxN4eHdNkCHwFZQ0inUAD7 { width:1.5625rem;height:1.6875rem;top:2.5rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfnWpsChCIWZiu8GmQOopBOALbK2FHtz { width:1.5625rem;height:1.6875rem;top:17.796875rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGLrL5gbBzyOEPwefTqOvgP3bHQ0poy { width:17.8125rem;height:27.249375rem;top:53.425575256347rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBsLX34zgwoscsPHxuq6uErk200dDWQ { display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { width:16.1875rem;height:12.587875rem;top:42.074220657349rem;left:3.3745663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { width:20rem;height:4.549475rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URglVVOOeK4w4E8wn4imFWT5e09g1ADA { height:11.1145625rem;width:20rem;top:7.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { width:1.5625rem;height:1.6875rem;top:22.25390625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzr1Woc1GdQtXUhTdqtWmvgwoFWTkiow { width:11.75rem;height:2.92535rem;top:22.260417938233rem;left:3.3750002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtku7cakAVt0pBaxdk389nyWN7CmISCM { width:16.5rem;height:11.18925rem;top:25.93359375rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqb1QZiwx9xURh3Lyp52rDQZ0ac5C3k { width:1.5625rem;height:1.6875rem;top:39.559028625488rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Han5XORRe86vXNLqcapFqcb0x98Mwl88 { width:8.1875rem;height:1.462675rem;top:39.670791625976rem;left:3.3745663762093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBTpoNJzlOEFokkF0OTy1a5pzMS0tzX { width:1.5625rem;height:1.6875rem;top:57.207683563233rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXI0CJ5oz5RIhrmGdbr7JWULdMXmJmiz { width:13.4375rem;height:1.462675rem;top:57.319446563721rem;left:3.3745663762093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiN3aTlnaNBIqqfz6E4vrVHAt2kzUBc6 { width:15.875rem;height:15.3851875rem;top:59.996315002441rem;left:3.3745663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owSGxaT4ZhACXts076t2q2Z2fL8u6b1d { width:20rem;height:2.92535rem;top:5.0651054382324rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k { background-color:#66cc33;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; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { background-color: transparent; background-image: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .video-iframe-container { display: none; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row > .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; }#q5OUMtiGmTn6qe08wmXsaB0Tr4b4ex8k > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJlzRgABLelmOE3oTM7O3pzCQWINCOmS { 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) { #FWPvuUr8rqnfRpEZclfUr4PlAgANL719 { width:15.6875rem;height:2.599825rem;top:3.849609375rem;left:2.1562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZMiDR2oAPypBnulrkKUW2P3C45HI4km { display:block; }#vZMiDR2oAPypBnulrkKUW2P3C45HI4km > .row .container { width:20rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE85QIu8KJGL5bBXv67G5V0XZnFz5tC1 { width:16rem;height:16.783875rem;top:7.0859375rem;left:3.5000002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aCBcCMSITIGigqRi7bkDmbnEBUS7qh { width:12.6875rem;height:2.92535rem;top:2.75rem;left:3.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgOgLygizPUomq64q0IQ3eQ4eS2bXyQd { width:10.8125rem;height:2.92535rem;top:27.529949188233rem;left:3.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKreKBebpmMdQ8GTFGQBS2wIkIovx8h { width:15.3125rem;height:18.1825rem;top:32.296875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQxi6Xupy5frBtygFxI66aT3e6liy9a6 { width:13.4375rem;height:2.92535rem;top:54.921875rem;left:3.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKvMgCK9SH2IJmQ2ez3zWDOBGT2TFHQ1 { width:15.5625rem;height:30.770375rem;top:59.531921386719rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKL3Jz1Wuk7TpV25FaPs5h8SGkCNK9Vo { width:1.5625rem;height:1.6875rem;top:54.921875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUmyhU0vhwEgczc1qQk1ARZFf99EsXwI { width:1.5625rem;height:1.6875rem;top:2.75rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nsMDnuPPC0HSxd5to5ZTTowgL9wDTr { width:1.5625rem;height:1.6875rem;top:28.1484375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehwUt4w90rAA3uR5a3yFW3idSToh9R9C { height:11.1796875rem;width:20rem;top:93.594402313231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRU22n9kNgI8US51r3nh7mFNenGbuiep { height:11.153rem;width:20rem;top:105.89908981323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvequJgbFHAoZdcA9NvFpr7dOhoniDXh { background-color:#66cc33;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; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { background-color: transparent; background-image: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container > .video-iframe-container { display: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row > .video-iframe-container { display: none; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .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); }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .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; }#AvequJgbFHAoZdcA9NvFpr7dOhoniDXh > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRtkD47WOgWkkTXTRRwIaGNV7oEKoLdy { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slq3EcGBO7UKNetPmioeOF5FTeuILci2 { width:20rem;height:2.92535rem;top:4.849609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5NTdUlASw94zEteFKC9np8zX5r5wzmv { display:block; }#x5NTdUlASw94zEteFKC9np8zX5r5wzmv > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4grNDHx8rgvIFgeMharWIJdhTF9xpP { width:15rem;height:11.18925rem;top:3.875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PqfQi1tkpBZv45FMuRQHsXWv1ZmPTa { height:11.1145625rem;width:20rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJmvNsg2EinuaGyp99ORCSTUy0fDIi5 { width:1.5625rem;height:1.6875rem;top:1.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU9foflWxlwhTxgTBMHrqUfCOcGTaX27 { width:12.75rem;height:1.462675rem;top:1.6875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtooUJonOw7VKbOzLBkfiATwQHlU7eqm { width:13.0625rem;height:1.462675rem;top:16.375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0bwEckLhcwzTCHbCzVhoQlUdrJCgIo { width:1.5625rem;height:1.6875rem;top:16.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTqrX7hOqozbRtBILG5l646Rz5K2p9md { width:15.5rem;height:25.17575rem;top:18.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy08vW8ZcKp6WNLRdUsR1Ba2KiqDbhiQ { width:14.375rem;height:2.92535rem;top:46.4375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3sA0DNCb0ViKAg2LQC3T4LTRNE0oxlT { width:1.5625rem;height:1.6875rem;top:46.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmcZEqL9cRI3RINCSKCaL9VGRG79dank { width:14.8125rem;height:19.5811875rem;top:51rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wp4KnWbcHSfw83AWHrT9UglREfITS6 { height:11.1139375rem;width:20rem;top:72.520183563231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T { 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; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { background-color: transparent; background-image: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container > .video-iframe-container { display: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row > .video-iframe-container { display: none; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .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); }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .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; }#rKFgKTPU1CBPR9vzLNn1FOiUxsrKJi2T > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuqzQeUHvqUFWXBMJhLuW7TxG6OBBE10 { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHAInzReDTG9BZPT3p8CrENqZDWTogg { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7azJZhVzi46yKI3GgmW4i85ifVbDvta { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#vp6UyWsdQVq4FAQu7vpTltVVrl8dVhE6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#OrNiHPpB99Rgif1MD1rSFgVJ4Oh6Ctrf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#CqZc3Tlt1OwVHaL9dJb0Zya5UTT52hG2 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#RiFzbEm6emSX5X2T5aIaUrMnMTDTNfcD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#ZsHTTMR7kBoCIHdTq2ACxP1G3TpVRFhB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #yq9SgQwv7czxQvoD1kkIClNk0qPJfugo { 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) { #JafyLkqv8mRng5amTFK0mDC9MJSfuRQm { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }