.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,18,18;--color-primary-1:255,0,0;--color-primary-2:185,24,24;--color-primary-3:124,16,16;--color-primary-4:128,0,0;--color-secondary-0:255,226,228;--color-secondary-1:255,158,164;--color-secondary-2:255,60,73;--color-secondary-3:128,30,37;--color-secondary-4:38,9,11;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:94,94,94;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Forgotten Futurist";--paragraphs-font-family:"Helvetica"; }@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:#ffffff;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); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { background-color: transparent; background-image: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .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); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { border-width: 0; border-radius: 0; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:12.4375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.46875002980232rem;left:39.751520156861rem;display:block; }
#ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR1n74D0UUR72lZvGhFdwCQRR3triigm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.218533039093rem;left:31.000436782837rem;display:block; }
#wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVuNRz7W2V6x6dezTAJr7S36ZkAWkfbv { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.23611125rem;height:4.04861125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.062283039093rem;left:53.750001907349rem;display:block; }
#MLngZBfqzTouiwtT9Krh8uEOGFto8Za8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVULyUeTK6Bl4kTgx239rpoVbOG1q2kA { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:4.24913125rem;width:15.686875rem;top:0.96788215637206rem;left:0.55338668823242rem;overflow:hidden;display:block; }
#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #ff2e2e, #000000);background-image: -moz-linear-gradient(185deg, #ff2e2e, #000000);background-image: -ms-linear-gradient(185deg, #ff2e2e, #000000);background-image: -o-linear-gradient(185deg, #ff2e2e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2e2e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2e2e', endColorstr='#000000' );";background-image: linear-gradient(185deg, #ff2e2e, #000000);background-size:auto !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; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { background-color: transparent; background-image: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .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); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { border-width: 0; border-radius: 0; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.625rem;width:75rem;overflow:visible;position:relative;display:block; }#vzwChsdCuyhI9DoaRGExMu9pJTnPu1Jx { color:rgba(var(--color-tertiary-0),1);display:block;width:59.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.236329078674rem;left:0rem;height:9.1493125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gsKM19sfe9aFx3T4LRGScFqnqU1siBJT { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.20681476593rem;left:0rem;display:block; }
#AAHnwx2P5KAeVagAQvmtFf2MRdh1M5Eq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4vWTmuBZGWHhiSDA4bDwq0nCP7rL3N3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:29.4998125rem;width:52.8125rem;top:4.1221790313721rem;left:22.187501907349rem;overflow:hidden;display:block; }
#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf { position:relative;display:block; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf { background-color: transparent; background-image: none; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row .container > .video-iframe-container { display: none; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row > .video-iframe-container { display: none; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .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); }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf { border-width: 0; border-radius: 0; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .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; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#tHbtCChwBLlbogtdhK00PnDvbqmHgVdH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8825950622559rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQQ7UIU4oK2FphK48nVPi2riX3DMR7BA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.604167938233rem;left:3.6566867828369rem;height:3.89941875rem;display:block; }
#P0SPhkAydS8cHXyLk6fRTyn22OKAAHhv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.874375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.299045562744rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#DULy13MuHaGsN82MO7twvfnbloVurTWa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.299045562744rem;left:24.218751907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#MwokgUtkOvMNBBogcBhF6DnJyHN2oPlP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.216581344604rem;left:51.562501907349rem;height:4.2252625rem;text-align:center;text-align-last:center;display:block; }
#tJ51wX9RbQzsZXFi19TusdgfK7VcgVtT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.604167938233rem;left:28.750001907349rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#iK1Hz719qvVVq7AIbnHJ0VdqkS7qMzt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.604167938233rem;left:54.218751907349rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#z4MtullmeM4u9ZUT4lLyKXNSms14Mmv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.465496063233rem;left:9.1243495941163rem; }
#W7QIRBynWCenLiebbfiO1kXdTg5Xa7NI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.43685rem;width:4.43685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.558811187744rem;left:34.312067031861rem; }
#UKNBMTyhHqTI03i4lzFUdzIxCzzwP2gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.43685rem;width:4.43685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.558811187744rem;left:61.062288284302rem; }
#MUOT78LUomNzUDg3BneNMK8TtVTNuATf { position:relative;display:block; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf { background-color: transparent; background-image: none; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row .container > .video-iframe-container { display: none; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row > .video-iframe-container { display: none; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .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); }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf { border-width: 0; border-radius: 0; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .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; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.5rem;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; }#rbOqIvBrFRlZiQh3IK0HnWZarXRysCw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.0102026462555rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtTn51AyBAPbMx1wB3de2g34r6ongzKp { color:rgba(var(--color-tertiary-4),1);display:block;width:71.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8619785308837rem;left:0rem;height:3.89941875rem;display:block; }
#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container { background-color: transparent; background-image: none; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container > .video-iframe-container { display: none; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row > .video-iframe-container { display: none; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .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); }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container { border-width: 0; border-radius: 0; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#GbheH2QaPKltIUgyx6BGWkkEGOKKDfER { position:absolute;display:block;z-index:15000;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:10rem;width:10rem;top:4.4986991882324rem;left:32.500001907349rem;overflow:hidden;display:block; }
#eC7nLWTn2ZQ9CvJC7sIlHNIJZQmUEEq0 { position:absolute;display:block;z-index:15001;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:9.124375rem;width:9.124375rem;top:4.9359817504883rem;left:7.9372844696044rem;overflow:hidden;display:block; }
#VzyxmX3C3R83yB05A6DTRhZafTlOXt1Q { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:10.7498125rem;width:10.7498125rem;top:4.1232643127441rem;left:57.124567031861rem;overflow:hidden;display:block; }
#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container { background-color: transparent; background-image: none; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container > .video-iframe-container { display: none; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row > .video-iframe-container { display: none; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .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); }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container { border-width: 0; border-radius: 0; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#eaeFA1iZZ5U732cbJRAaIvNTEqVEN1nx { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:10.371091842651rem;left:37.371965408325rem;height:16.5rem;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; }
#Mu9xv9Bi7IkpgFr0AOVvXslHunPd63RK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.936875rem;width:33.186875rem;top:3.7543392181396rem;left:0rem;overflow:hidden;display:block; }
#UdvLkoX9P44u9dxvdMvTU15PG5OteETc { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7532539367676rem;left:37.371965408325rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LvHhxQvwWM2zyR3McZMJpVl4Pc4owZIe { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:7.2374114990238rem;left:37.371965408325rem;height:1.125rem;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; }
#wTh6yyw2MdbkfdNE84lKPhZLz9Je4kbI { background-color:#acacad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.74956875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:23.008895874024rem;left:53.66428565979rem;display:block; }
#SuIdt0NEtmnJXRvRTsMn0vt3u3zXGmQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { background-color: transparent; background-image: none; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container > .video-iframe-container { display: none; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row > .video-iframe-container { display: none; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .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); }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { border-width: 0; border-radius: 0; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4722232818604rem;left:36.309679031372rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { color:rgba(var(--color-tertiary-2),1);display:block;width:31.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.7141933441163rem;left:36.309679031372rem;height:9rem;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; }
#Urt8N91QiP5vNAnnn2beNfq3accNm5k6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5rem;width:33.4375rem;top:3.4754753112793rem;left:0rem;overflow:hidden;display:block; }
#T5zniGBVG3RV0PUBTfsMZTpfwbkmFH9r { background-color:#acacad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4980625rem;height:2.74956875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:22.291666030884rem;left:53.623048782349rem;display:block; }
#v2fyQol3RBwXgkKlT4PxUWlTqo3BEQy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container { background-color: transparent; background-image: none; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container > .video-iframe-container { display: none; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row > .video-iframe-container { display: none; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .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); }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container { border-width: 0; border-radius: 0; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#zqO0TGacIEotRs5h5G5Jc7ieQPK9SxCl { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:8.8368072509762rem;left:37.967668533325rem;height:10.5rem;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; }
#BD6RroAI241qR9DpsTOe4t4aPoI4c7mL { color:rgba(var(--color-tertiary-3),1);display:block;width:31.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7749557495117rem;left:37.967668533325rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xp4CHod514bCcO9Z8i60kDs6vpa71Cqx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:34.1875rem;top:3.7782039642334rem;left:0rem;overflow:hidden;display:block; }
#h4HaC02wDyik9a7kJWgk4Rf95SBbSxnx { background-color:#acacad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.499125rem;height:2.74956875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.719837188721rem;left:53.723962783814rem;display:block; }
#kS2HmuX1kTWdxyFrF1oslNLQs3vRhyen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.adaptive-delivery-prevent-bg, #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.lazyload, #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.lazyloading { background-image: none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container { border-width: 0; border-radius: 0; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:none; }#CoImdbqfPlSTk9sZuSkHMNAkrl1gBHLW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.6875rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fKhI6LO2m8uMX020ly4hTepy7gMMKv { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8134eb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8134eb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,19,78,0.7), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.249375rem;width:7.249375rem;top:47.937285423279rem;left:33.874784469604rem;display:block; }
#cfbGWn7wThF4UPuBt1IqEGWrgdA7V0Ru { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #050b2f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#050b2f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#050b2f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #050b2f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.49913125rem;width:5.49913125rem;top:48.810767173767rem;left:34.749349594116rem;display:block; }
#xIye1EXXLrHGnE7nwhPOEWG95R4TGngt { position:absolute;display:block;z-index:15018;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.06228125rem;width:1.62435rem;top:51.029734611511rem;left:36.687288284302rem;overflow:hidden;display:block; }
#yDm3sdU4KKbAOnOtmiasZ3JT5VwCrSp1 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:12.530382633209rem;left:29.062501907349rem;display:block; }
#RRPm2LWULe6o00SVyU97tnBTOFceEzdT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.9880657196045rem;left:0rem;height:4.12435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.375rem;width:75rem;overflow:visible;position:relative;display:block; }#wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.2719173431396rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #ff2e2e);background-image: -moz-linear-gradient(180deg, #000000, #ff2e2e);background-image: -ms-linear-gradient(180deg, #000000, #ff2e2e);background-image: -o-linear-gradient(180deg, #000000, #ff2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2e2e' );";background-image: linear-gradient(180deg, #000000, #ff2e2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:46.365016937256rem;left:57.810335159302rem;display:block; }
#XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.749375rem;width:53.125rem;top:23.289930820465rem;left:10.937501907349rem;display:block; }
#eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:26.312500357628rem;left:7.8098964691163rem; }
#BkksDLzBqFqPQHqLbdTTJTvCEzQD01eO { color:rgba(var(--color-tertiary-4),1);display:block;width:73.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.397123336792rem;left:0rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { background-color: transparent; background-image: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .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); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { border-width: 0; border-radius: 0; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.51175rem;height:4.263675rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.7041015625rem;left:25.7431640625rem;display:block; }
#KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7.6220703125rem;left:23.9365234375rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed0027, #231d27);background-image: -moz-linear-gradient(180deg, #ed0027, #231d27);background-image: -ms-linear-gradient(180deg, #ed0027, #231d27);background-image: -o-linear-gradient(180deg, #ed0027, #231d27);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0027', endColorstr='#231d27' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0027', endColorstr='#231d27' );";background-image: linear-gradient(180deg, #ed0027, #231d27);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.0625rem;width:46.1875rem;top:3.904296875rem;left:14.40625rem;display:block; }
#H44fCuUnnO3kR60cfUDBTsklOE7npJHK { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -moz-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -ms-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -o-linear-gradient(180deg, #bfbfbf, #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );";background-image: linear-gradient(180deg, #bfbfbf, #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16.0595703125rem;left:67.2822265625rem;display:block; }
#HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { position:absolute;display:block;z-index:15030;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:16.1230625rem;width:23.6230625rem;top:11.7744140625rem;left:48.9091796875rem;overflow:hidden;display:block; }
#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I { border-top:0.0625rem solid #dedcdd;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedcdd;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container { background-color: transparent; background-image: none; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container > .video-iframe-container { display: none; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row > .video-iframe-container { display: none; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .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); }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container { border-width: 0; border-radius: 0; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container { font-size:0.875rem;font-family:arial;height:11.67361125rem;width:75rem;position:relative;display:block; }#zABTnLVMTF6qUA07vUDNNlzMF9mkbxIP { position:absolute;display:block;z-index:15002;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:5.3125rem;width:5.625rem;top:1.748046875rem;left:55.311418533325rem;overflow:hidden;display:block; }
#pticrGF69SxMosUXQIkHuCAOhiLo8ESC { position:absolute;display:block;z-index:15003;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:5.3125rem;width:5.625rem;top:1.748046875rem;left:44.466150283814rem;overflow:hidden;display:block; }
#pmoSO0NdfNrzmGC0tdzPbkNZCy7TRp2B { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.2671451568606rem;left:53.404954910278rem;height:1.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQRdv1Z1qrFsM5SG1G4bv8mx996GR1rF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.2671451568606rem;left:63.8747882843rem;height:1.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFsgqZSvuf80fFLOzSfoGkR3LSJAsH8s { 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:5.18555rem;width:5.625rem;top:1.8109817504882rem;left:65.374353408812rem;overflow:hidden;display:block; }
#zDyNTFhzTRCwOeKi1BcQpXMHqkvdBQIE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.2671451568606rem;left:40.997179031372rem;height:2.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8fLFyCTQ7kfU3f1lkHKvWEAW67vZd4b { 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:5.18663125rem;width:5.625rem;top:1.8109817504882rem;left:33.4375rem;overflow:hidden;display:block; }
#cGBc6RLI7EeloS8Ohs065QiBi4v1LWmZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.2671451568606rem;left:30.968969345092rem;height:2.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeAc46Kig8Lf6SdmJiP1QouQIEimer61 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:4.93706875rem;width:6.875rem;top:1.9357643127441rem;left:22.25rem;overflow:hidden;display:block; }
#W9WTzRVqKHBTiLPSTUuTWt2rBlb1CR8b { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.1304264068606rem;left:21.0625rem;height:2.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcQEXtKJlOcuDH5gkyLT0n89HGOouRp2 { 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:4.62456875rem;width:19.936rem;top:1.7480621337891rem;left:0rem;overflow:hidden;display:block; }
#NT1AZmI8KG5fzcCORtOZVXz728o4a3la { border-top:0.0625rem solid #dedcdd;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedcdd;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container { background-color: transparent; background-image: none; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container > .video-iframe-container { display: none; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row > .video-iframe-container { display: none; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .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); }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container { border-width: 0; border-radius: 0; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container { font-size:0.875rem;font-family:arial;height:10.11111125rem;width:75rem;position:relative;display:block; }#Elp8OTEH4gT6nVdyllb03MVZROtOrydf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1968307495118rem;left:0rem;height:3.89844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGMCfu3ScTMTc0XSAXF38Tcoz33n8Haq { color:rgba(var(--color-primary-3),1);display:block;width:12.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#sBlI3RvbK9HuylMxs2PPWtxrN1czws2O { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:47.569444656372rem;height:1.21875rem;font-style:normal;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; }
#hixiLNP6TkaTIJth7x6UuppSV1BBRBx6 { color:rgba(var(--color-primary-3),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:31.000436782837rem;height:1.21875rem;font-style:normal;display:block; }
#aq4u6fEtiopoMtC1qdk3Lmu9gJWuNvSc { color:rgba(var(--color-primary-3),1);display:block;width:8.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:62.560770034788rem;height:1.21875rem;font-style:normal;display:block; }
#rWTFeiylWs2hnDkB3KNJrK91ellPN6tW { color:rgba(var(--color-primary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.2460918426512rem;left:17.811414718628rem;height:1.21875rem;font-style:normal;display:block; }
#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd { position:relative;display:block; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd { background-color: transparent; background-image: none; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row .container > .video-iframe-container { display: none; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row > .video-iframe-container { display: none; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .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); }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd { border-width: 0; border-radius: 0; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .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; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .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:13rem;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; }#fXwLH7qvJCTcTULtp1HvBb9GGXhepCnq { color:rgba(127,127,127,0.62);display:block;width:36.4995625rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.638240814209rem;left:20.372179031372rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#cD9fcioiFeuAgTSmxCrclO6cIZLbiPf1 { position:absolute;display:block;z-index:15001;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.81206875rem;width:0.87456875rem;top:1.2445755004882rem;left:33.372396469116rem;overflow:hidden;display:block; }
#JeavRq9o2ev5PSl9hQTavwyqhJlfqXnT { position:absolute;display:block;z-index:15003;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.5625rem;width:1.62435rem;top:1.3704433441162rem;left:37.810335159302rem;overflow:hidden;display:block; }
#OpA7mxmC8guvJVaUaky6qLwg7kVmT14o { position:absolute;display:block;z-index:15004;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.49956875rem;width:1.74913125rem;top:1.4008255004882rem;left:40.245225906372rem;overflow:hidden;display:block; }
#ABr2TfbnP82f6i4q3XM6ecqrhcLVc0rB { 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.37478125rem;width:1.93685rem;top:1.4637603759766rem;left:42.621530532837rem;overflow:hidden;display:block; }
#VvZM8vvtwHrngVXFUkWl3eCBHoQ3akJz { position:absolute;display:block;z-index:15002;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.5625rem;width:1.5625rem;top:1.3693580627441rem;left:35.432947158814rem;overflow:hidden;display:block; }
#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { background-color: transparent; background-image: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .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); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { border-width: 0; border-radius: 0; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.67057418823244rem;left:0rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #EVuNRz7W2V6x6dezTAJr7S36ZkAWkfbv { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLngZBfqzTouiwtT9Krh8uEOGFto8Za8 { display:block; }
 }@media only screen and (max-width: 763px) { #mVULyUeTK6Bl4kTgx239rpoVbOG1q2kA { top:0.9375rem;left:0rem;width:15.625rem;height:4.2323710606rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzwChsdCuyhI9DoaRGExMu9pJTnPu1Jx { top:12.1875rem;left:0rem;width:47.75rem;height:9.125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsKM19sfe9aFx3T4LRGScFqnqU1siBJT { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAHnwx2P5KAeVagAQvmtFf2MRdh1M5Eq { display:block; }
 }@media only screen and (max-width: 763px) { #a4vWTmuBZGWHhiSDA4bDwq0nCP7rL3N3 { top:4.0625rem;left:0rem;width:47.75rem;height:26.672019822485rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf { display:block; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHbtCChwBLlbogtdhK00PnDvbqmHgVdH { top:1.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQQ7UIU4oK2FphK48nVPi2riX3DMR7BA { top:17.5625rem;left:0rem;width:15.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SPhkAydS8cHXyLk6fRTyn22OKAAHhv { top:14.25rem;left:0rem;width:22.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULy13MuHaGsN82MO7twvfnbloVurTWa { top:14.25rem;left:10.593751907349rem;width:24.5625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwokgUtkOvMNBBogcBhF6DnJyHN2oPlP { top:14.1875rem;left:24.3125rem;width:23.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ51wX9RbQzsZXFi19TusdgfK7VcgVtT { top:17.5625rem;left:15.125001907349rem;width:15.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1Hz719qvVVq7AIbnHJ0VdqkS7qMzt4 { top:17.5625rem;left:29.625rem;width:18.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MtullmeM4u9ZUT4lLyKXNSms14Mmv5 { top:10.4375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7QIRBynWCenLiebbfiO1kXdTg5Xa7NI { top:10.5rem;left:20.687067031861rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNBMTyhHqTI03i4lzFUdzIxCzzwP2gX { top:10.5rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOT78LUomNzUDg3BneNMK8TtVTNuATf { display:block; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbOqIvBrFRlZiQh3IK0HnWZarXRysCw9 { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTn51AyBAPbMx1wB3de2g34r6ongzKp { top:6.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ { display:block; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbheH2QaPKltIUgyx6BGWkkEGOKKDfER { width:10rem;height:10rem;top:4.4375rem;left:18.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7nLWTn2ZQ9CvJC7sIlHNIJZQmUEEq0 { width:9.0625rem;height:9.0625rem;top:4.875rem;left:3.3747844696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzyxmX3C3R83yB05A6DTRhZafTlOXt1Q { top:4.0625rem;left:34.312067031861rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB { display:block; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaeFA1iZZ5U732cbJRAaIvNTEqVEN1nx { top:10.3125rem;left:18.1875rem;width:29.5625rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9xv9Bi7IkpgFr0AOVvXslHunPd63RK { top:3.75rem;left:0rem;width:33.125rem;height:21.89597497128rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdvLkoX9P44u9dxvdMvTU15PG5OteETc { top:3.75rem;left:20.5625rem;width:27.1875rem;height:6.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvHhxQvwWM2zyR3McZMJpVl4Pc4owZIe { top:7.1875rem;left:18.1875rem;width:29.5625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTh6yyw2MdbkfdNE84lKPhZLz9Je4kbI { width:15.3125rem;height:2.6875rem;top:23rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuIdt0NEtmnJXRvRTsMn0vt3u3zXGmQI { display:block; }
 }@media only screen and (max-width: 763px) { #xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { display:block; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { top:3.4375rem;left:20.5625rem;width:27.1875rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { top:8.6875rem;left:16rem;width:31.75rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt8N91QiP5vNAnnn2beNfq3accNm5k6 { top:3.4375rem;left:0rem;width:33.4375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zniGBVG3RV0PUBTfsMZTpfwbkmFH9r { width:15.4375rem;height:2.6875rem;top:22.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fyQol3RBwXgkKlT4PxUWlTqo3BEQy5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw { display:block; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqO0TGacIEotRs5h5G5Jc7ieQPK9SxCl { top:8.8125rem;left:22.3125rem;width:25.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6RroAI241qR9DpsTOe4t4aPoI4c7mL { top:3.75rem;left:16.625rem;width:31.125rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4CHod514bCcO9Z8i60kDs6vpa71Cqx { top:3.75rem;left:0rem;width:34.1875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4HaC02wDyik9a7kJWgk4Rf95SBbSxnx { width:15.4375rem;height:2.6875rem;top:21.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2HmuX1kTWdxyFrF1oslNLQs3vRhyen { display:block; }
 }@media only screen and (max-width: 763px) { #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo { display:block; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoImdbqfPlSTk9sZuSkHMNAkrl1gBHLW { width:47.75rem;height:1.25rem;top:44.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fKhI6LO2m8uMX020ly4hTepy7gMMKv { width:7.1875rem;height:7.1875rem;top:47.875rem;left:20.249784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfbGWn7wThF4UPuBt1IqEGWrgdA7V0Ru { width:5.4375rem;height:5.4375rem;top:48.75rem;left:21.124349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIye1EXXLrHGnE7nwhPOEWG95R4TGngt { width:1.5625rem;height:1.021833012051rem;top:51rem;left:23.062288284302rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDm3sdU4KKbAOnOtmiasZ3JT5VwCrSp1 { top:12.5rem;left:15.437501907349rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRPm2LWULe6o00SVyU97tnBTOFceEzdT { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { top:4.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { top:46.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { top:23.25rem;left:0rem;width:47.75rem;height:26.739438235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { top:26.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkksDLzBqFqPQHqLbdTTJTvCEzQD01eO { top:10.375rem;left:0rem;width:47.75rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:23.5rem;height:4.25rem;top:17.6875rem;left:12.1181640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:7.5625rem;left:10.3115234375rem;width:27.0625rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { top:3.875rem;left:0.78125rem;width:46.1875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44fCuUnnO3kR60cfUDBTsklOE7npJHK { top:16rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { top:11.75rem;left:24.1875rem;width:23.5625rem;height:16.081727767357rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I { display:block; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zABTnLVMTF6qUA07vUDNNlzMF9mkbxIP { top:1.6875rem;left:41.686418533325rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pticrGF69SxMosUXQIkHuCAOhiLo8ESC { top:1.6875rem;left:30.841150283814rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmoSO0NdfNrzmGC0tdzPbkNZCy7TRp2B { top:8.25rem;left:38.375rem;width:9.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQRdv1Z1qrFsM5SG1G4bv8mx996GR1rF { top:8.25rem;left:39.1875rem;width:8.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFsgqZSvuf80fFLOzSfoGkR3LSJAsH8s { top:1.75rem;left:42.125rem;width:5.625rem;height:5.18555rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDyNTFhzTRCwOeKi1BcQpXMHqkvdBQIE { top:8.25rem;left:27.372179031372rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fLFyCTQ7kfU3f1lkHKvWEAW67vZd4b { top:1.75rem;left:19.8125rem;width:5.625rem;height:5.18555rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGBc6RLI7EeloS8Ohs065QiBi4v1LWmZ { top:8.25rem;left:17.343969345092rem;width:10.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAc46Kig8Lf6SdmJiP1QouQIEimer61 { top:1.875rem;left:8.625rem;width:6.875rem;height:4.93706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTzRVqKHBTiLPSTUuTWt2rBlb1CR8b { top:8.125rem;left:7.4375rem;width:9.375rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcQEXtKJlOcuDH5gkyLT0n89HGOouRp2 { top:1.6875rem;left:0rem;width:19.875rem;height:4.6104185346233rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1AZmI8KG5fzcCORtOZVXz728o4a3la { display:block; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Elp8OTEH4gT6nVdyllb03MVZROtOrydf { top:1.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGMCfu3ScTMTc0XSAXF38Tcoz33n8Haq { top:7.1875rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBlI3RvbK9HuylMxs2PPWtxrN1czws2O { top:7.1875rem;left:33.944444656372rem;width:9.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixiLNP6TkaTIJth7x6UuppSV1BBRBx6 { top:7.1875rem;left:17.375436782837rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4u6fEtiopoMtC1qdk3Lmu9gJWuNvSc { top:7.1875rem;left:39.3125rem;width:8.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTFeiylWs2hnDkB3KNJrK91ellPN6tW { top:7.1875rem;left:4.1864147186279rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4qnulvigf91nTlDBWuz1TgtiNRAwmXd { display:block; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXwLH7qvJCTcTULtp1HvBb9GGXhepCnq { top:3.625rem;left:6.7471790313719rem;width:36.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD9fcioiFeuAgTSmxCrclO6cIZLbiPf1 { top:1.1875rem;left:19.747396469116rem;width:0.8125rem;height:1.6834649755951rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeavRq9o2ev5PSl9hQTavwyqhJlfqXnT { top:1.3125rem;left:24.185335159302rem;width:1.5625rem;height:1.5030050481731rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpA7mxmC8guvJVaUaky6qLwg7kVmT14o { top:1.375rem;left:26.620225906372rem;width:1.6875rem;height:1.446730921779rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABr2TfbnP82f6i4q3XM6ecqrhcLVc0rB { top:1.4375rem;left:28.996530532837rem;width:1.875rem;height:1.3308799565015rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZM8vvtwHrngVXFUkWl3eCBHoQ3akJz { top:1.3125rem;left:21.807947158814rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { top:0.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:8.6875rem;height:2.25rem;top:7.1796875rem;left:5.6562501192093rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:4.6875rem;height:2.25rem;top:4.9296875rem;left:7.6562501192094rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #EVuNRz7W2V6x6dezTAJr7S36ZkAWkfbv { width:12.3125rem;height:2.6875rem;top:9.8125rem;left:3.8437501192093rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLngZBfqzTouiwtT9Krh8uEOGFto8Za8 { display:block; }
 }@media only screen and (max-width: 763px) { #mVULyUeTK6Bl4kTgx239rpoVbOG1q2kA { width:12.5rem;height:3.3125rem;top:0.8125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { background-color:transparent;background-image: -webkit-linear-gradient(104deg, #000000, #ff2f2f);background-image: -moz-linear-gradient(104deg, #000000, #ff2f2f);background-image: -ms-linear-gradient(104deg, #000000, #ff2f2f);background-image: -o-linear-gradient(104deg, #000000, #ff2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2f2f' );";background-image: linear-gradient(104deg, #000000, #ff2f2f);background-size:auto !important;display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { background-color: transparent; background-image: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .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); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzwChsdCuyhI9DoaRGExMu9pJTnPu1Jx { width:20rem;height:3.44921875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsKM19sfe9aFx3T4LRGScFqnqU1siBJT { width:18.625rem;height:4.25rem;top:24.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAHnwx2P5KAeVagAQvmtFf2MRdh1M5Eq { display:block; }
 }@media only screen and (max-width: 763px) { #a4vWTmuBZGWHhiSDA4bDwq0nCP7rL3N3 { width:20rem;height:11.171rem;top:4.6987857818604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf { display:block; }#BsSCb2Ngyo8oHGagkbWRBCIJN4BI5Dqf > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHbtCChwBLlbogtdhK00PnDvbqmHgVdH { width:20rem;height:1.94986875rem;top:1.2500009536743rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQQ7UIU4oK2FphK48nVPi2riX3DMR7BA { width:13.625rem;height:3.41015625rem;top:11.391493171454rem;left:3.1875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SPhkAydS8cHXyLk6fRTyn22OKAAHhv { width:20rem;height:3.25rem;top:8.7039928436281rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DULy13MuHaGsN82MO7twvfnbloVurTWa { width:20rem;height:3.25rem;top:20.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwokgUtkOvMNBBogcBhF6DnJyHN2oPlP { width:20rem;height:3.25rem;top:32.759548187256rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ51wX9RbQzsZXFi19TusdgfK7VcgVtT { width:15.5rem;height:4.546875rem;top:22.65625rem;left:2.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1Hz719qvVVq7AIbnHJ0VdqkS7qMzt4 { width:18.125rem;height:4.546875rem;top:35.258682250976rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MtullmeM4u9ZUT4lLyKXNSms14Mmv5 { display:flex;width:4.5625rem;height:4.5625rem;top:5.0095481872559rem;left:7.7187501192094rem; }
 }@media only screen and (max-width: 763px) { #W7QIRBynWCenLiebbfiO1kXdTg5Xa7NI { display:flex;width:4.375rem;height:4.375rem;top:16.737845420837rem;left:7.8125001192094rem; }
 }@media only screen and (max-width: 763px) { #UKNBMTyhHqTI03i4lzFUdzIxCzzwP2gX { display:flex;width:4.375rem;height:4.375rem;top:30.127603530884rem;left:7.8125001192094rem; }
 }@media only screen and (max-width: 763px) { #MUOT78LUomNzUDg3BneNMK8TtVTNuATf { display:block; }#MUOT78LUomNzUDg3BneNMK8TtVTNuATf > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbOqIvBrFRlZiQh3IK0HnWZarXRysCw9 { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtTn51AyBAPbMx1wB3de2g34r6ongzKp { width:20rem;height:7.95703125rem;top:3.1475687026977rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ { display:block; }#glc4hDOdSqMkFfgnQhZ1ZzIxJAhQa7tQ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbheH2QaPKltIUgyx6BGWkkEGOKKDfER { width:4.375rem;height:4.375rem;top:0.8125rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7nLWTn2ZQ9CvJC7sIlHNIJZQmUEEq0 { width:4.25rem;height:4.25rem;top:0.875rem;left:7.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzyxmX3C3R83yB05A6DTRhZafTlOXt1Q { width:4.625rem;height:4.625rem;top:0.6875rem;left:12.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB { display:block; }#w5wRM2Rbt1KyPBmGPzTJwTpaHyWUeoCB > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaeFA1iZZ5U732cbJRAaIvNTEqVEN1nx { width:20rem;height:17.0625rem;top:18.793403625488rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9xv9Bi7IkpgFr0AOVvXslHunPd63RK { width:20rem;height:13.220211303414rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdvLkoX9P44u9dxvdMvTU15PG5OteETc { width:20rem;height:3.8984375rem;top:14.947916030884rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LvHhxQvwWM2zyR3McZMJpVl4Pc4owZIe { width:20rem;height:0.9375rem;top:17.118923187256rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTh6yyw2MdbkfdNE84lKPhZLz9Je4kbI { width:15.3125rem;height:2.75rem;top:33.160591125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuIdt0NEtmnJXRvRTsMn0vt3u3zXGmQI { display:block; }
 }@media only screen and (max-width: 763px) { #xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { display:block; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { width:20rem;height:1.875rem;top:14.32638835907rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { width:20rem;height:10.5rem;top:16.637153148651rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt8N91QiP5vNAnnn2beNfq3accNm5k6 { width:20rem;height:12.930114387147rem;top:2.3841857910156E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zniGBVG3RV0PUBTfsMZTpfwbkmFH9r { width:15.5rem;height:2.75rem;top:30.778645038605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fyQol3RBwXgkKlT4PxUWlTqo3BEQy5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw { display:block; }#ZBXBvssKHngqzcLd1ZbxpF1ZqunTKfDw > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqO0TGacIEotRs5h5G5Jc7ieQPK9SxCl { width:20rem;height:11.8125rem;top:16.186626434326rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6RroAI241qR9DpsTOe4t4aPoI4c7mL { width:20rem;height:1.875rem;top:13.686637878418rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4CHod514bCcO9Z8i60kDs6vpa71Cqx { width:20rem;height:12.142399299244rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4HaC02wDyik9a7kJWgk4Rf95SBbSxnx { width:15.5rem;height:2.75rem;top:29.328132629394rem;left:0rem;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kS2HmuX1kTWdxyFrF1oslNLQs3vRhyen { display:block; }
 }@media only screen and (max-width: 763px) { #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.adaptive-delivery-prevent-bg, #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.lazyload, #wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo.lazyloading { background-image: none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container { background-color: transparent; background-image: none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container > .video-iframe-container { display: none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row > .video-iframe-container { display: none; }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .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); }#wOq7wwlhBA9QXc6wtcbWkwM5VDpRbwTo > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoImdbqfPlSTk9sZuSkHMNAkrl1gBHLW { width:20rem;height:1.13715rem;top:3.0104160308838rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fKhI6LO2m8uMX020ly4hTepy7gMMKv { width:7.25rem;height:7.25rem;top:20.5625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfbGWn7wThF4UPuBt1IqEGWrgdA7V0Ru { width:5.5rem;height:5.5rem;top:29.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIye1EXXLrHGnE7nwhPOEWG95R4TGngt { width:1.625rem;height:1.0625rem;top:36.68750667572rem;left:9.1875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDm3sdU4KKbAOnOtmiasZ3JT5VwCrSp1 { width:16.875rem;height:30rem;top:5.6223955154419rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRPm2LWULe6o00SVyU97tnBTOFceEzdT { width:20rem;height:3.75rem;top:38.999567626953rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { width:20rem;height:1.875rem;top:1.125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { width:12.5rem;height:12.5rem;top:6.125rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { height:11.1988125rem;width:20rem;top:4.3524303436279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { display:flex;width:2.8125rem;height:2.8125rem;top:14.40625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BkksDLzBqFqPQHqLbdTTJTvCEzQD01eO { width:20rem;height:22.3125rem;top:19.935764312744rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:#626262;background-image:none;display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { background-color: transparent; background-image: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .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); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:17.0130275rem;height:3.63889rem;top:7.2717013359069rem;left:1.4444445371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:15.875rem;height:1.875rem;top:4.5625009536743rem;left:2.0625001192093rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { width:20rem;height:10.9375rem;top:2.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44fCuUnnO3kR60cfUDBTsklOE7npJHK { width:3.6875rem;height:3.6875rem;top:17.718750953674rem;left:14.305555462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { width:14.875rem;height:10.125rem;top:14.500000953674rem;left:3.1180557012558rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I { display:block; }#ulS8HH0yTerHF0ogZyLrsSSemb7mFx6I > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zABTnLVMTF6qUA07vUDNNlzMF9mkbxIP { width:3.99956875rem;height:3.75rem;top:25.654297113419rem;left:13.592665970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #pticrGF69SxMosUXQIkHuCAOhiLo8ESC { width:3.99956875rem;height:3.75rem;top:17.097440958023rem;left:13.592665970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmoSO0NdfNrzmGC0tdzPbkNZCy7TRp2B { width:6.436625rem;height:1.64930625rem;top:30.549045801162rem;left:0.96788197755812rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQRdv1Z1qrFsM5SG1G4bv8mx996GR1rF { width:7.3123125rem;height:1.64930625rem;top:30.549045801162rem;left:11.935764610767rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFsgqZSvuf80fFLOzSfoGkR3LSJAsH8s { width:3.99956875rem;height:3.68706875rem;top:17.128906488419rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDyNTFhzTRCwOeKi1BcQpXMHqkvdBQIE { width:8.6870625rem;height:2.47265625rem;top:21.764324426651rem;left:11.312934219837rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8fLFyCTQ7kfU3f1lkHKvWEAW67vZd4b { width:3.99956875rem;height:3.68706875rem;top:25.685764551162rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGBc6RLI7EeloS8Ohs065QiBi4v1LWmZ { width:8.3745625rem;height:2.47265625rem;top:21.764324426651rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeAc46Kig8Lf6SdmJiP1QouQIEimer61 { width:6.06228125rem;height:4.31206875rem;top:8.5101997852325rem;left:6.9683163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTzRVqKHBTiLPSTUuTWt2rBlb1CR8b { width:9.375rem;height:2.47265625rem;top:13.688152551651rem;left:5.3125002980232rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcQEXtKJlOcuDH5gkyLT0n89HGOouRp2 { width:18.125rem;height:4.3125rem;top:2.29296875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1AZmI8KG5fzcCORtOZVXz728o4a3la { display:block; }#NT1AZmI8KG5fzcCORtOZVXz728o4a3la > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Elp8OTEH4gT6nVdyllb03MVZROtOrydf { width:20rem;height:6.5rem;top:0.78125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGMCfu3ScTMTc0XSAXF38Tcoz33n8Haq { width:15.686875rem;height:1.21875rem;top:11.373699188233rem;left:2.1560330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBlI3RvbK9HuylMxs2PPWtxrN1czws2O { width:9.375rem;height:1.21875rem;top:8.8736991882325rem;left:5.3125002980232rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hixiLNP6TkaTIJth7x6UuppSV1BBRBx6 { width:12.999125rem;height:1.21875rem;top:16.686195373535rem;left:3.4993489384651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aq4u6fEtiopoMtC1qdk3Lmu9gJWuNvSc { width:8.499375rem;height:1.21875rem;top:19.310981750488rem;left:5.7497833371163rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTFeiylWs2hnDkB3KNJrK91ellPN6tW { width:10.4373125rem;height:1.21875rem;top:14.372831344604rem;left:4.7808163762093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4qnulvigf91nTlDBWuz1TgtiNRAwmXd { display:block; }#o4qnulvigf91nTlDBWuz1TgtiNRAwmXd > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXwLH7qvJCTcTULtp1HvBb9GGXhepCnq { width:20rem;height:0.8941rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD9fcioiFeuAgTSmxCrclO6cIZLbiPf1 { width:0.5625rem;height:1.1875rem;top:2.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeavRq9o2ev5PSl9hQTavwyqhJlfqXnT { width:1.1875rem;height:1.125rem;top:2.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpA7mxmC8guvJVaUaky6qLwg7kVmT14o { width:1.1875rem;height:1rem;top:2.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABr2TfbnP82f6i4q3XM6ecqrhcLVc0rB { width:1.1875rem;height:0.8125rem;top:2.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZM8vvtwHrngVXFUkWl3eCBHoQ3akJz { width:1.1875rem;height:1.1875rem;top:2.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { position:relative;z-index:auto;display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { width:20rem;height:6.254875rem;top:0.20625114440918rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;font-weight:700;font-style:normal;display:block; }
 }