.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:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container { background-color: transparent; background-image: none; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container > .video-iframe-container { display: none; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row > .video-iframe-container { display: none; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .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); }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container { border-width: 0; border-radius: 0; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#s9IiOTVZBWyPNGhQp9k1I80aQBRTKsUa { 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:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#i0kCLHfTgFgLL6Ao4ZTJpnXprH5WEzTZ { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.18678855896rem;display:block; }
#tesUSJOF1iaGMGOo47GTS8zAH26w7355 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw.adaptive-delivery-prevent-bg, #lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw.lazyload, #lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw.lazyloading { background-image: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { background-color: transparent; background-image: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .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); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { border-width: 0; border-radius: 0; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ysREkv9upLQegAyziZCFNPhbvJ7Q8Got { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:4.4992875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#de4AkMbwymdDrZSWyzTq5oZZK9LOMZ8m { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.49964375rem;font-style:normal;display:block; }
#D4oJsbcVW43TNw3vV7WPIHNSLfRybXTk { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:61.5rem;display:none; }
#NV9ZWR1ySiSwlTLuFhuiNZVeWRNQS5BS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ { position:relative;display:block; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ { background-color: transparent; background-image: none; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row .container > .video-iframe-container { display: none; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row > .video-iframe-container { display: none; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .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); }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ { border-width: 0; border-radius: 0; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .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; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .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:26.625rem;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; }#vVvzeBd6VB4Pr9pwTxMUxrAlAOubPttt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.0625rem;left:0rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DQGO9ezfQJnaGgfEqB1zees68QDwwT2C { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.8125rem;left:0rem;display:block; }
#VaThpTzOPki3OeWuUzQG6skPT01cCTWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpbG1PJOs4zEyILHRJmP2qXr2mGdCVCX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.4375rem;left:0rem;display:block; }
#TKadwzs2JveippxiK3b6tWS0USc7map3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnuGF5aTqi99FSzQqSKROCbWOnEbgxcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.625rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#T6Vi4vaDmJ5cVicmM49kmAy6UiJEyqBQ { 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:19.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container { background-color: transparent; background-image: none; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container > .video-iframe-container { display: none; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row > .video-iframe-container { display: none; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .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); }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container { border-width: 0; border-radius: 0; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#RfOga3NbKgKn1RDOEORAc3wWBkkvlDdG { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:3.5999625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2ITq4pTe7EoCZXADNcrGiHH92oWcBDo { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPGHc3bShQcy4XEkmi3gCvZtVzxieRkh { 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.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#dVqJseEDLzyQiEGldDNVwOKQGFwoEbda { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#F5tox3nITsK1ivFQ8USD0f155TaQSZyB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#HZQ7yyms9eZTLAWI7yvU9v7rK8CApItT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#hzQmeGHCSRDE7fWOiaG0501T8V1CT1IK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL { position:relative;display:block; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL { background-color: transparent; background-image: none; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row .container > .video-iframe-container { display: none; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row > .video-iframe-container { display: none; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .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); }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL { border-width: 0; border-radius: 0; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .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; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .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:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ekWmy4im6ZdSwgA5mODBbSvg8JDONemb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.5rem;left:40.625rem;height:5.3995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#adDI0uJ1tV82rL4qT1diZNzwT0WfbAiB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20rem;left:40.625rem;display:block; }
#CoG9IQTNUAfHbn2qT0V2DLkJTF0Hu4xE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6l048QU0HABsS8GUhONIZr00SwFisRH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:10.25rem;left:40.625rem;height:4.19744375rem;font-style:normal;display:block; }
#uu571miu2p6KutkAh91FE1RhitNUgoOW { 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:24.1868125rem;width:33.75rem;top:1.0298290252686rem;left:0rem;overflow:hidden;display:block; }
#c6iniwpv8vDKn6MGtIsSN3B8G4TMTlJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.25rem;left:40.625rem;height:2.79829375rem;font-style:normal;display:block; }
#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container { background-color: transparent; background-image: none; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container > .video-iframe-container { display: none; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row > .video-iframe-container { display: none; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .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); }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container { border-width: 0; border-radius: 0; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#AUgppQKlLFS5RdNIED9y7GpAuA9LCJke { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#pQsdutHuTOshJU7sWd9eawyF6wBJ8OEV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:10.625rem;left:5.0625rem;height:2.69975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mxbFT68UPRM88xtLxVAEqJr7ySLfNzuT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.125rem;left:5.0625rem;height:1.39915rem;font-style:normal;display:block; }
#HsmES2nWKcCJlAek35NbTewQQVeTwS3Q { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.4375rem;left:5.0625rem;display:block; }
#U5cKPUJ87SxRflnQidfSvi46k6Numz9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uccZD7BhL0gW06C1Gl7pFdVWq124HWsb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.0625rem;left:5.0625rem;display:block; }
#ek2tydFMTVSDf4DSOTffOzDRIl41Xy8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C17AJmkvzv5G0lc4c5d178ZTVITtquCg { 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:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 { position:relative;display:block; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 { background-color: transparent; background-image: none; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row .container > .video-iframe-container { display: none; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row > .video-iframe-container { display: none; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .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); }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 { border-width: 0; border-radius: 0; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .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; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .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:38.3125rem;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; }#A29QUDcUFmnH88SyVSSwR9lkDfL6QVJH { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5.1875rem;left:0rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TdMpN04pM2IhEKiG3V2HDSpgV2wQ1bRk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:block; }
#vnOkW1H05stgDHvX3lfPlCrTMro8lOEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emTEvsdATv8sRP3cAT5pr2qqQqPdHInd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.625rem;left:3rem;height:2.79829375rem;font-style:normal;display:block; }
#h5Au9JbI4tZ5OXSBlxTrDXDKMl5VNPrk { 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:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#S0i2ZoI0KQTxpJGMiIGHoVZfUV25I4pX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.1875rem;left:0rem;height:1.57404375rem;font-style:normal;display:block; }
#zXkHgFMLr0n9y0sOZ8TOD5TIkPwkfsun { 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:2rem;width:2rem;top:18.3125rem;left:0rem;overflow:hidden;display:block; }
#nI2gTRFIFpNQqXLLlTLSAB1nZROXSt7S { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.25rem;left:2.875rem;height:2.79829375rem;font-style:normal;display:block; }
#PmACHSBPzgTwndf4JvAg7ki6EfQilJAc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#eTSflF0ccPFMHFnQodWTeqTsd9bLmdhL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.9375rem;left:3rem;height:2.79829375rem;font-style:normal;display:block; }
#xkTH9HecPBnEqaC9ZOU5DBbnk0smTcdk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.625rem;left:0rem;overflow:hidden;display:block; }
#qwigIdJMQhT2IQ8bNtIXJukaNI6QHAAU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.3125rem;left:0rem;height:1.749825rem;font-style:normal;display:block; }
#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container { background-color: transparent; background-image: none; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container > .video-iframe-container { display: none; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row > .video-iframe-container { display: none; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .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); }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container { border-width: 0; border-radius: 0; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Xe3L76fZEQ02Vh8lzVvESTiTmSqer1Jh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ehJVHpFoUSTGUsKkskmCLGsdWZ65iaEP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#snPR6nf853zGvrrqtiTSve0nDtD6q3B7 { 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:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#qqHlF9ykPD43OdqZ5M9MqIAfK0UJ1xWd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#XOObsfF7Ix8KRKb3diNPTVKiE1isIzlV { 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:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#NlkRx4PkKbuiBFo5QqoEfQVMZfrSVTQr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#qw6KcOxgJ3qzS3fVx7LhOraT3z02wLBT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#EP35mlRLivdJTdZkTXoaWLUQFvl5QuWu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#hoTonId3LHFiGBpG1GZcOBOhEJbAQu8i { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:41.25rem;height:2.79829375rem;font-style:normal;display:block; }
#Nclga1ktyghFwgffoBlECiU7552RPXJi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#BVgGc2siiylW0XveQdA2748Wh4yC8Gbz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container { background-color: transparent; background-image: none; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container > .video-iframe-container { display: none; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row > .video-iframe-container { display: none; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .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); }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container { border-width: 0; border-radius: 0; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#qahBmuzyuF1htvySMDTD82mcaJKB1baO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dELKcMfmTutJKMTPDUU6EwByrLUVgf9o { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.6875rem;left:20.375rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2Sh7k1cp3XOoDCoeqH8loAaWOI2oshP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.5rem;left:28.8125rem;display:block; }
#OzTVPrlAT7Sf2pHHaUwW0JLyZX5LkfFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#soP7w8ufglhrC45NeI62XwC0513dqodO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container { background-color: transparent; background-image: none; }#soP7w8ufglhrC45NeI62XwC0513dqodO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container > .video-iframe-container { display: none; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row > .video-iframe-container { display: none; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .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); }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container { border-width: 0; border-radius: 0; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#wRFqF1P0dCsBDHzXPCT1wKQosl4TfxO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNXZ7XfwXuPGOvMDW55oDmygXh92qUyo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4w48QdR1OZqGzgpDy31xxKOznuTGfuk { 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:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#TeyNVOIqw8OFwBrF38v05rm5wz95Uk58 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmdakS2wN2bOkgS3x6ZboKpIP467mXXI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sm9aFEHIBlLX4e2wZvhJ6Qada0RJ6HkF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#aCIAgEenGT2iHSESoyJPqZLtKLMe8N4R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#xDkry4eVhnD1cuS4s1fNUVKIxKBXTJb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOKr8Bw7n1mdqqwm3By3EoT6lXZ4phIM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container { background-color: transparent; background-image: none; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container > .video-iframe-container { display: none; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row > .video-iframe-container { display: none; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .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); }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container { border-width: 0; border-radius: 0; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#TXLOX9Ik37fnyQeEXXsE4SyteNlX5TKh { 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:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#qMWGNnKdaxMZ4BdKN3672okWtdl28RIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#iB89QFkNoZVneRobU8iLywcMCtl9BCa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#qC3zL7uOOLFnSRS3IWEIBTFIXsD7TpOl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#pAxeqTMTzsZSMtWqCCPrhb1EGbLgxG3n { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#hbL7qpaJXh5pkiQMdtHTNfJPXggV1OBF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#VQZ1NmFeq2BA2hU6S9nMp8T1WspCtXQL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.3997375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 { display:block; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9IiOTVZBWyPNGhQp9k1I80aQBRTKsUa { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kCLHfTgFgLL6Ao4ZTJpnXprH5WEzTZ { width:11.75rem;height:2.875rem;top:1rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tesUSJOF1iaGMGOo47GTS8zAH26w7355 { display:block; }
 }@media only screen and (max-width: 763px) { #lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw { display:block; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw { background-color: transparent; background-image: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .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); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw { border-width: 0; border-radius: 0; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysREkv9upLQegAyziZCFNPhbvJ7Q8Got { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4AkMbwymdDrZSWyzTq5oZZK9LOMZ8m { top:9.9375rem;left:0rem;width:39.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4oJsbcVW43TNw3vV7WPIHNSLfRybXTk { width:12.5rem;height:2.875rem;top:1.0625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NV9ZWR1ySiSwlTLuFhuiNZVeWRNQS5BS { display:block; }
 }@media only screen and (max-width: 763px) { #iqwk0GacCb87T5xAbfo97w9REAPnT8yZ { display:block; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVvzeBd6VB4Pr9pwTxMUxrAlAOubPttt { top:3.0625rem;left:0rem;width:31rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQGO9ezfQJnaGgfEqB1zees68QDwwT2C { width:17.0625rem;height:2.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaThpTzOPki3OeWuUzQG6skPT01cCTWp { display:block; }
 }@media only screen and (max-width: 763px) { #bpbG1PJOs4zEyILHRJmP2qXr2mGdCVCX { width:17.3125rem;height:2.75rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKadwzs2JveippxiK3b6tWS0USc7map3 { display:block; }
 }@media only screen and (max-width: 763px) { #bnuGF5aTqi99FSzQqSKROCbWOnEbgxcJ { top:11.625rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Vi4vaDmJ5cVicmM49kmAy6UiJEyqBQ { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf { display:block; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfOga3NbKgKn1RDOEORAc3wWBkkvlDdG { top:2.75rem;left:1.9680385589599rem;width:43.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ITq4pTe7EoCZXADNcrGiHH92oWcBDo { top:6.9375rem;left:1.5312480926514rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPGHc3bShQcy4XEkmi3gCvZtVzxieRkh { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqJseEDLzyQiEGldDNVwOKQGFwoEbda { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5tox3nITsK1ivFQ8USD0f155TaQSZyB { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ7yyms9eZTLAWI7yvU9v7rK8CApItT { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQmeGHCSRDE7fWOiaG0501T8V1CT1IK { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcUUNQJSBJu79xtTSQ4SDalczcPunlzL { display:block; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekWmy4im6ZdSwgA5mODBbSvg8JDONemb { top:3.5rem;left:20.375rem;width:27.375rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDI0uJ1tV82rL4qT1diZNzwT0WfbAiB { width:17.0625rem;height:2.75rem;top:20rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoG9IQTNUAfHbn2qT0V2DLkJTF0Hu4xE { display:block; }
 }@media only screen and (max-width: 763px) { #M6l048QU0HABsS8GUhONIZr00SwFisRH { top:10.25rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu571miu2p6KutkAh91FE1RhitNUgoOW { top:1rem;left:0rem;width:33.75rem;height:24.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6iniwpv8vDKn6MGtIsSN3B8G4TMTlJ8 { top:15.25rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR { display:block; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUgppQKlLFS5RdNIED9y7GpAuA9LCJke { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQsdutHuTOshJU7sWd9eawyF6wBJ8OEV { top:10.625rem;left:0rem;width:26.0625rem;height:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxbFT68UPRM88xtLxVAEqJr7ySLfNzuT { top:14.125rem;left:0rem;width:31.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsmES2nWKcCJlAek35NbTewQQVeTwS3Q { width:17.1875rem;height:2.75rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5cKPUJ87SxRflnQidfSvi46k6Numz9M { display:block; }
 }@media only screen and (max-width: 763px) { #uccZD7BhL0gW06C1Gl7pFdVWq124HWsb { width:17.125rem;height:2.75rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2tydFMTVSDf4DSOTffOzDRIl41Xy8t { display:block; }
 }@media only screen and (max-width: 763px) { #C17AJmkvzv5G0lc4c5d178ZTVITtquCg { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 { display:block; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A29QUDcUFmnH88SyVSSwR9lkDfL6QVJH { top:5.1875rem;left:0rem;width:26.0625rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMpN04pM2IhEKiG3V2HDSpgV2wQ1bRk { width:17.3125rem;height:2.75rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnOkW1H05stgDHvX3lfPlCrTMro8lOEH { display:block; }
 }@media only screen and (max-width: 763px) { #emTEvsdATv8sRP3cAT5pr2qqQqPdHInd { top:18.625rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Au9JbI4tZ5OXSBlxTrDXDKMl5VNPrk { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0i2ZoI0KQTxpJGMiIGHoVZfUV25I4pX { top:16.1875rem;left:0rem;width:25.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkHgFMLr0n9y0sOZ8TOD5TIkPwkfsun { top:18.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI2gTRFIFpNQqXLLlTLSAB1nZROXSt7S { top:22.25rem;left:0rem;width:23rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmACHSBPzgTwndf4JvAg7ki6EfQilJAc { top:21.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTSflF0ccPFMHFnQodWTeqTsd9bLmdhL { top:25.9375rem;left:0rem;width:20.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTH9HecPBnEqaC9ZOU5DBbnk0smTcdk { top:25.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwigIdJMQhT2IQ8bNtIXJukaNI6QHAAU { top:13.3125rem;left:0rem;width:23.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc { display:block; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe3L76fZEQ02Vh8lzVvESTiTmSqer1Jh { top:1.75rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJVHpFoUSTGUsKkskmCLGsdWZ65iaEP { top:13.125rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snPR6nf853zGvrrqtiTSve0nDtD6q3B7 { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlF9ykPD43OdqZ5M9MqIAfK0UJ1xWd { top:15rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOObsfF7Ix8KRKb3diNPTVKiE1isIzlV { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlkRx4PkKbuiBFo5QqoEfQVMZfrSVTQr { top:18rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw6KcOxgJ3qzS3fVx7LhOraT3z02wLBT { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP35mlRLivdJTdZkTXoaWLUQFvl5QuWu { top:20rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTonId3LHFiGBpG1GZcOBOhEJbAQu8i { top:22.875rem;left:23.875rem;width:20.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nclga1ktyghFwgffoBlECiU7552RPXJi { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgGc2siiylW0XveQdA2748Wh4yC8Gbz { top:9.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK { display:block; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahBmuzyuF1htvySMDTD82mcaJKB1baO { top:4.375rem;left:6.9369678497312rem;width:33.8125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELKcMfmTutJKMTPDUU6EwByrLUVgf9o { top:12.625rem;left:6.7496433258056rem;width:34.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Sh7k1cp3XOoDCoeqH8loAaWOI2oshP { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTVPrlAT7Sf2pHHaUwW0JLyZX5LkfFn { display:block; }
 }@media only screen and (max-width: 763px) { #soP7w8ufglhrC45NeI62XwC0513dqodO { display:block; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRFqF1P0dCsBDHzXPCT1wKQosl4TfxO4 { top:18rem;left:0rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNXZ7XfwXuPGOvMDW55oDmygXh92qUyo { top:20.5rem;left:0rem;width:21.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4w48QdR1OZqGzgpDy31xxKOznuTGfuk { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyNVOIqw8OFwBrF38v05rm5wz95Uk58 { top:18.0625rem;left:13.437322616577rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmdakS2wN2bOkgS3x6ZboKpIP467mXXI { top:20.5625rem;left:13.312143325806rem;width:21.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm9aFEHIBlLX4e2wZvhJ6Qada0RJ6HkF { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIAgEenGT2iHSESoyJPqZLtKLMe8N4R { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDkry4eVhnD1cuS4s1fNUVKIxKBXTJb4 { top:18rem;left:26.9375rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOKr8Bw7n1mdqqwm3By3EoT6lXZ4phIM { top:20.5rem;left:26.6875rem;width:21.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTS62OTybKng1W1QO6gLAzeEKrx7LDy { display:block; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXLOX9Ik37fnyQeEXXsE4SyteNlX5TKh { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMWGNnKdaxMZ4BdKN3672okWtdl28RIZ { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB89QFkNoZVneRobU8iLywcMCtl9BCa2 { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC3zL7uOOLFnSRS3IWEIBTFIXsD7TpOl { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAxeqTMTzsZSMtWqCCPrhb1EGbLgxG3n { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbL7qpaJXh5pkiQMdtHTNfJPXggV1OBF { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQZ1NmFeq2BA2hU6S9nMp8T1WspCtXQL { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 { display:block; }#ELQMICtGwOA8wdzwu4gIy2atMXX1NEM0 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9IiOTVZBWyPNGhQp9k1I80aQBRTKsUa { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kCLHfTgFgLL6Ao4ZTJpnXprH5WEzTZ { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tesUSJOF1iaGMGOo47GTS8zAH26w7355 { display:block; }
 }@media only screen and (max-width: 763px) { #lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { background-color: transparent; background-image: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container { display: none; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .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); }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { border-width: 0; border-radius: 0; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lq2ycaQTAJ6bcGKaI4WoUST6BE5Tz9dw > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysREkv9upLQegAyziZCFNPhbvJ7Q8Got { width:20rem;height:2.24964375rem;top:1.93714427948rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de4AkMbwymdDrZSWyzTq5oZZK9LOMZ8m { width:20rem;height:5.24946875rem;top:6.1860790252686rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4oJsbcVW43TNw3vV7WPIHNSLfRybXTk { width:17.635801125rem;height:2.761007375rem;top:13.498756408691rem;left:1.1239346265793rem;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NV9ZWR1ySiSwlTLuFhuiNZVeWRNQS5BS { display:block; }
 }@media only screen and (max-width: 763px) { #iqwk0GacCb87T5xAbfo97w9REAPnT8yZ { display:block; }#iqwk0GacCb87T5xAbfo97w9REAPnT8yZ > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVvzeBd6VB4Pr9pwTxMUxrAlAOubPttt { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQGO9ezfQJnaGgfEqB1zees68QDwwT2C { width:17.1875rem;height:2.875rem;top:19.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaThpTzOPki3OeWuUzQG6skPT01cCTWp { display:block; }
 }@media only screen and (max-width: 763px) { #bpbG1PJOs4zEyILHRJmP2qXr2mGdCVCX { width:17.4375rem;height:2.875rem;top:15.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKadwzs2JveippxiK3b6tWS0USc7map3 { display:block; }
 }@media only screen and (max-width: 763px) { #bnuGF5aTqi99FSzQqSKROCbWOnEbgxcJ { width:20rem;height:6.99575rem;top:7.1111497879031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6Vi4vaDmJ5cVicmM49kmAy6UiJEyqBQ { width:17.9375rem;height:11.375rem;top:23.724609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf { display:block; }#ZhhMbJURuZLPhaBXWWg7yg9k9IE5qSWf > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfOga3NbKgKn1RDOEORAc3wWBkkvlDdG { width:20rem;height:1.7995375rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2ITq4pTe7EoCZXADNcrGiHH92oWcBDo { width:20rem;height:1.39915rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPGHc3bShQcy4XEkmi3gCvZtVzxieRkh { width:5.4375rem;height:1.625rem;top:13.162109375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqJseEDLzyQiEGldDNVwOKQGFwoEbda { width:11.8125rem;height:3.5625rem;top:8.35rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5tox3nITsK1ivFQ8USD0f155TaQSZyB { width:8.3125rem;height:2.8125rem;top:25.475rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ7yyms9eZTLAWI7yvU9v7rK8CApItT { width:8.75rem;height:3.3125rem;top:20.9125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQmeGHCSRDE7fWOiaG0501T8V1CT1IK { width:8.75rem;height:3.3125rem;top:16.35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcUUNQJSBJu79xtTSQ4SDalczcPunlzL { display:block; }#xcUUNQJSBJu79xtTSQ4SDalczcPunlzL > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekWmy4im6ZdSwgA5mODBbSvg8JDONemb { width:20rem;height:3.599075rem;top:2.1910510063171rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adDI0uJ1tV82rL4qT1diZNzwT0WfbAiB { width:16.990426125rem;height:2.677557375rem;top:19.991120815277rem;left:1.4462002515793rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoG9IQTNUAfHbn2qT0V2DLkJTF0Hu4xE { display:block; }
 }@media only screen and (max-width: 763px) { #M6l048QU0HABsS8GUhONIZr00SwFisRH { width:20rem;height:6.99575rem;top:7.5417256355288rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uu571miu2p6KutkAh91FE1RhitNUgoOW { width:20rem;height:14.3119375rem;top:24.6866106987rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6iniwpv8vDKn6MGtIsSN3B8G4TMTlJ8 { width:20rem;height:2.79829375rem;top:15.229047298431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR { display:block; }#JSk4ouAAXJNrtukpHDC7R2ya5upl6OTR > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUgppQKlLFS5RdNIED9y7GpAuA9LCJke { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQsdutHuTOshJU7sWd9eawyF6wBJ8OEV { width:17.625rem;height:1.7995375rem;top:5.7500002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mxbFT68UPRM88xtLxVAEqJr7ySLfNzuT { width:17.9375rem;height:2.79829375rem;top:8.9375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsmES2nWKcCJlAek35NbTewQQVeTwS3Q { width:17.8125rem;height:2.875rem;top:13.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5cKPUJ87SxRflnQidfSvi46k6Numz9M { display:block; }
 }@media only screen and (max-width: 763px) { #uccZD7BhL0gW06C1Gl7pFdVWq124HWsb { width:17.75rem;height:2.875rem;top:16.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2tydFMTVSDf4DSOTffOzDRIl41Xy8t { display:block; }
 }@media only screen and (max-width: 763px) { #C17AJmkvzv5G0lc4c5d178ZTVITtquCg { width:17.5rem;height:14.2498125rem;top:21.686788082123rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 { display:block; }#oO8J3HkoZLqqz02z6tbOWVGBTU7xsv52 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A29QUDcUFmnH88SyVSSwR9lkDfL6QVJH { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdMpN04pM2IhEKiG3V2HDSpgV2wQ1bRk { width:17.323301125rem;height:2.761007375rem;top:21.061789512634rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnOkW1H05stgDHvX3lfPlCrTMro8lOEH { display:block; }
 }@media only screen and (max-width: 763px) { #emTEvsdATv8sRP3cAT5pr2qqQqPdHInd { width:17.75rem;height:2.79829375rem;top:9.8125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5Au9JbI4tZ5OXSBlxTrDXDKMl5VNPrk { width:20rem;height:12.1875rem;top:25.473187446594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0i2ZoI0KQTxpJGMiIGHoVZfUV25I4pX { width:20rem;height:1.39915rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXkHgFMLr0n9y0sOZ8TOD5TIkPwkfsun { width:2rem;height:2rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI2gTRFIFpNQqXLLlTLSAB1nZROXSt7S { width:17.75rem;height:2.79829375rem;top:13.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmACHSBPzgTwndf4JvAg7ki6EfQilJAc { width:2rem;height:2rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTSflF0ccPFMHFnQodWTeqTsd9bLmdhL { width:17.75rem;height:2.79829375rem;top:17.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkTH9HecPBnEqaC9ZOU5DBbnk0smTcdk { width:2rem;height:2rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwigIdJMQhT2IQ8bNtIXJukaNI6QHAAU { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc { display:block; }#qxKCJsgiXVFnvME4bPBS3FV38zRmbRMc > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe3L76fZEQ02Vh8lzVvESTiTmSqer1Jh { width:20rem;height:3.5996125rem;top:13.6123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehJVHpFoUSTGUsKkskmCLGsdWZ65iaEP { width:17.75rem;height:1.3994125rem;top:20.5625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #snPR6nf853zGvrrqtiTSve0nDtD6q3B7 { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlF9ykPD43OdqZ5M9MqIAfK0UJ1xWd { width:17.6875rem;height:2.798825rem;top:21.8994140625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOObsfF7Ix8KRKb3diNPTVKiE1isIzlV { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlkRx4PkKbuiBFo5QqoEfQVMZfrSVTQr { width:17.625rem;height:1.3994125rem;top:25.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qw6KcOxgJ3qzS3fVx7LhOraT3z02wLBT { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP35mlRLivdJTdZkTXoaWLUQFvl5QuWu { width:17.5rem;height:1.3994125rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoTonId3LHFiGBpG1GZcOBOhEJbAQu8i { width:17.5rem;height:2.79829375rem;top:29.249824523926rem;left:2.5621448755264rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nclga1ktyghFwgffoBlECiU7552RPXJi { width:2rem;height:2rem;top:28.937324523926rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgGc2siiylW0XveQdA2748Wh4yC8Gbz { width:20rem;height:1.39915rem;top:18.149857997894rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK { display:block; }#hTSCcp439xhG9M5VyN3ZmJS2eveeQBqK > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahBmuzyuF1htvySMDTD82mcaJKB1baO { width:20rem;height:3.5996125rem;top:0.76171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dELKcMfmTutJKMTPDUU6EwByrLUVgf9o { width:20rem;height:4.19744375rem;top:5.9623508453369rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2Sh7k1cp3XOoDCoeqH8loAaWOI2oshP { width:17.4375rem;height:2.875rem;top:11.875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTVPrlAT7Sf2pHHaUwW0JLyZX5LkfFn { display:block; }
 }@media only screen and (max-width: 763px) { #soP7w8ufglhrC45NeI62XwC0513dqodO { display:block; }#soP7w8ufglhrC45NeI62XwC0513dqodO > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRFqF1P0dCsBDHzXPCT1wKQosl4TfxO4 { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNXZ7XfwXuPGOvMDW55oDmygXh92qUyo { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4w48QdR1OZqGzgpDy31xxKOznuTGfuk { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyNVOIqw8OFwBrF38v05rm5wz95Uk58 { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmdakS2wN2bOkgS3x6ZboKpIP467mXXI { width:17.249625rem;height:1.39915rem;top:29.329721629619rem;left:1.3742896318436rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sm9aFEHIBlLX4e2wZvhJ6Qada0RJ6HkF { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIAgEenGT2iHSESoyJPqZLtKLMe8N4R { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDkry4eVhnD1cuS4s1fNUVKIxKBXTJb4 { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOKr8Bw7n1mdqqwm3By3EoT6lXZ4phIM { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbTS62OTybKng1W1QO6gLAzeEKrx7LDy { display:block; }#mbTS62OTybKng1W1QO6gLAzeEKrx7LDy > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXLOX9Ik37fnyQeEXXsE4SyteNlX5TKh { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMWGNnKdaxMZ4BdKN3672okWtdl28RIZ { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iB89QFkNoZVneRobU8iLywcMCtl9BCa2 { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qC3zL7uOOLFnSRS3IWEIBTFIXsD7TpOl { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAxeqTMTzsZSMtWqCCPrhb1EGbLgxG3n { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbL7qpaJXh5pkiQMdtHTNfJPXggV1OBF { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQZ1NmFeq2BA2hU6S9nMp8T1WspCtXQL { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }