.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:228,239,253;--color-primary-1:187,203,236;--color-primary-2:121,177,244;--color-primary-3:109,158,176;--color-primary-4:2,163,223;--color-secondary-0:251,218,218;--color-secondary-1:241,132,132;--color-secondary-2:227,8,8;--color-secondary-3:114,4,4;--color-secondary-4:34,1,1;--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:"open sans";--paragraphs-font-family:"open sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
 #PfzLI9nqomSezQOORcA51dpIslVScy6n *:focus-visible, #PfzLI9nqomSezQOORcA51dpIslVScy6n input[type="text"]:focus-visible, #PfzLI9nqomSezQOORcA51dpIslVScy6n input[type="email"]:focus-visible, #PfzLI9nqomSezQOORcA51dpIslVScy6n input[type="tel"]:focus-visible, #PfzLI9nqomSezQOORcA51dpIslVScy6n textarea:focus-visible { outline:0.125rem solid #000000;; } #PfzLI9nqomSezQOORcA51dpIslVScy6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container { display: none; }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .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); }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container { background-color: transparent; background-image: none; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container > .video-iframe-container { display: none; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row > .video-iframe-container { display: none; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .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); }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container { border-width: 0; border-radius: 0; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#M1FiOziAA7LhPIKtoVbpJUUSHZbUEhBU { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:40.5rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:17.1875rem;display:block; }
#Gd8KR46OLfUNSU8stGGfmT2HldpPCBbU { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { background-color: transparent; background-image: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .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); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { border-width: 0; border-radius: 0; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:37.9375rem;width:75rem;position:relative;display:block; }#WXSZbgabprfkrSzKbMPaJ9dtwIUHFgGO { display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:7.7229175567625rem;height:7.23125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#g0b8cR95q8NS79CXq9aI8kdyBA04Pz0n { position:absolute;display:block;z-index:15015;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.25rem;width:18.25rem;top:8.58437538147rem;left:56.195837020874rem;overflow:hidden;display:block; }
#S6M4f6hM92OBy0TZ6ZcLxU6O5nuk3UJS { display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.77187538147rem;left:8.8354167938231rem;height:2.6rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Pet9p3Jsv11tEPTL6ggGF43pIdDw7412 { box-sizing:content-box;height:0.3125rem;width:37.4375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:18.59375rem;left:12.147916793823rem;display:block; }
#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/C7hVTnLK/_ago_wek_19_MCZ02201.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ.adaptive-delivery-prevent-bg, #bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ.lazyload, #bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ.lazyloading { background-image: none; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ > .row .container { border-width: 0; border-radius: 0; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:none; }#xuHNR3ZrR5PZRvs7rk8Ep3b0H325fDZm { display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD { display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:12.891665458679rem;left:0rem;height:14rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD li:before{  }
#Prxn7EV0fopWCaiEwlTaN114SdgQxhsm { display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1770820617676rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#SB62itMP80o0evkt8XczHMsRZevJOdU0 { display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.438540458679rem;left:37.312500953674rem;height:14.34375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#SB62itMP80o0evkt8XczHMsRZevJOdU0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SB62itMP80o0evkt8XczHMsRZevJOdU0 li:before{  }
#LxzrrTpBFLbPfM18EizQIilSreTtot3W { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.19);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:75rem;top:10.814581871032rem;left:0rem;display:block; }
#DUJdG4rPOWKy32Q0KKoflrTuQTAUXIg4 { display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.218749046326rem;left:14.437500953674rem;height:6.09375rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#z3xxQZ9EXStGgTHR7TXJVkeltckXu0dk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:29.343749046326rem;left:48.812500953674rem;display:block; }
#ScEXm21ATeUi6l3LUR5JhfRQm66HS82r { display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:29.52499961853rem;left:54.093750953674rem;height:3.45rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.330625rem;margin-bottom:0;margin-left:0.330625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.4975rem;padding-right:0.0825rem;padding-bottom:0;padding-left:0.0825rem;display:block;width:3.555rem;height:2.40625rem;position:relative;font-family:"open sans";font-size:2.24rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0825rem;padding-bottom:0.331875rem;padding-left:0.0825rem;display:block;width:3.555rem;height:0.6225rem;position:relative;font-family:"open sans";font-size:0.4975rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:17.6875rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.906249046326rem;left:29.312500953674rem;z-index:15014;display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #QuktWUOhPD9xkpzSaaX0xLDiTBLSTrIE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #LOeTfq90RAK8ypmmC1E104nPn5EbnLRr { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #uSRvcB73QlAons6A0yMEKnrDyOUsLvD9 { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #BAWuNbTTfdNzDHhwD5LikT7pw5zrt89z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #d0Tke7V2QONPe7m2kMrylBKbw36CTyOz { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #tVGWv6ph32LkTb8lI8ODQUUca5uPweVb { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #l33py3EC94ZPh3UFzoPbPFIPw1H2IO9d { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #glzX9qkeUpHCASdtymHPosDrRg1DEDO3 { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #ms9Bg84T2SSHtK9Wc3qvu74ZWRbdwycc { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #wcGfnKKLU1DXTumWTedcSwOTxXBnMd4V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #A3B2ACCq7Rt6bOtfHqAXi4bWrzdGn4Q3 { display:block; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #X5ba3V3UTsVRoP3y71RZQMd28TQubqQA { display:block; }
#NNCgctoswcPKdE6J2SszC9WuJGvowBdF { 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:none; }#NNCgctoswcPKdE6J2SszC9WuJGvowBdF > .row .container { border-width: 0; border-radius: 0; }#NNCgctoswcPKdE6J2SszC9WuJGvowBdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNCgctoswcPKdE6J2SszC9WuJGvowBdF > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:none; }#arTRnGJLPCE7uUJ92IAHJiHARDaru0Hw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),1) ;height:7.4375rem;width:15.25rem;top:2.84375rem;left:5rem;overflow:hidden;display:block; }
#JuwzAX7ZLJnPlt3VQQT1296SeGIC6ntg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:7.8125rem;width:16.875rem;top:2.65625rem;left:28.312500953674rem;overflow:hidden;display:block; }
#f5rQ6Uip9ZwEHlFcvmRtNFPDCVeSWukz { 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: 0.375rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:7.75rem;width:18.1875rem;top:2.6875rem;left:52.670834541321rem;overflow:hidden;display:block; }
#PQmWAaQV9V8DP8uf01p4CENCxQsXTg5q { display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.949999809265rem;left:5.15625rem;height:3.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#CWruTDusRUsOrt0QXRHHORIxPvZTAWa4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.9375rem;top:9.324999809265rem;left:0rem;overflow:hidden;display:block; }
#tyMOCn3rWOJukGeQZO7W4daF8dZWexOR { position:absolute;display:block;z-index:15015;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.625rem;width:4.9375rem;top:9.324999809265rem;left:23.420834541321rem;overflow:hidden;display:block; }
#b7JA0a2GUEmB8hzNyGSd71pdZl49TzDl { position:absolute;display:block;z-index:15016;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.625rem;width:4.9375rem;top:9.324999809265rem;left:47.733334541321rem;overflow:hidden;display:block; }
#WSOyIAneUvtFLye3kMJ18V1OGFP67nTi { display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.949999809265rem;left:30.031250953674rem;height:4.78125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#tkxURrDdouXKoVIyMIN7JEcTVD7gPwxu { display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.949999809265rem;left:54.625000953674rem;height:3.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#P7eG88PBpWckUqJl45tqkM16SCTIAbtI { display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.762499809265rem;left:8.7645835876462rem;height:6.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JTlRtNlIvK9pBUBaxktXMgiTBEgZKH8D { position:absolute;display:block;z-index:15016;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.625rem;width:4.9375rem;top:22.324996948243rem;left:3.8270835876465rem;overflow:hidden;display:block; }
#XcKHvCNznV0N87olf62CelxtL5d1NLn9 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.19);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-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:31.375rem;top:17.404163360596rem;left:2.8916673660278rem;display:block; }
#Fv7BRqxh5nQUS5Db32sPqK8P6FI8h6ad { display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:24.949999809265rem;left:9.71875rem;height:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UPQUZmEL4ZOIUaEIglI0MXkeo829TeGU { background-color:rgba(var(--color-primary-1),1);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-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:9.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.356249809265rem;left:41.466668128967rem;display:block; }
#o5mHlZU2l8Ai4cJvl41Qx2ttglzI9wbl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 { border-top:0rem solid #1e2a53;border-left:0rem solid #1e2a53;border-right:0rem solid #1e2a53;border-bottom:0.0625rem solid #1e2a53;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; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container { background-color: transparent; background-image: none; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container > .video-iframe-container { display: none; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row > .video-iframe-container { display: none; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .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); }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container { border-width: 0; border-radius: 0; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container { font-size:0.875rem;font-family:arial;height:11.8875rem;width:75rem;position:relative;display:block; }#HPtbhLTbrcKtoqHPusstBsZiU3SUhMbI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:poiret;font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:8.4593734741213rem;left:34.312498092651rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAhmPK8WatKfwNhwBebMkezGp1QEwDaP { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:poiret;font-size:2rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:4.3468694686889rem;left:17.291666030884rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OpNGZxioG3g1gVLIU0WIHxIVQwDiXGS0 { box-sizing:content-box;color:#030304;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:1.8968725204468rem;left:9.25rem;display:block; }
#LeT44gehZfOStQDT5ipl5A6FeULpcnDM { 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; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { background-color: transparent; background-image: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .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); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { border-width: 0; border-radius: 0; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#QHsn1T38BflRZQHnKfu9mRNLharO44pq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:poiret;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:1.4781246185302rem;left:21.125rem;height:;display:block; }#QHsn1T38BflRZQHnKfu9mRNLharO44pq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QHsn1T38BflRZQHnKfu9mRNLharO44pq li:before{  }
#OtLAEagqXJ60Kgm7Mmnbp03b6CvXqnv5 { position:absolute;display:block;z-index:14999;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:4rem;width:4rem;top:1.4781246185302rem;left:2.8125rem;overflow:hidden;display:block; }
#KHIknTIhFGUSUDTTbVM2vbMopfwuEiL6 { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.75rem;width:21.0625rem;position:absolute;display:block;z-index:14997;top:3.6156311035156rem;left:0.13749980926514rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ETO29kymsVOeVUiyoP7fGXn65IVwV4Ax { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:poiret;font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.4781255722046rem;left:0.41666603088379rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orC9LngGPVKTvxnRNJqNbOgitnDNuHmD { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.75rem;width:21.0625rem;position:absolute;display:block;z-index:14998;top:3.6156253814698rem;left:26.918748855591rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#bTx7BiTwrGzPMAsfi2TPyao4EJw4d1mT { 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:4rem;width:4rem;top:1.4781255722046rem;left:29.249998092651rem;overflow:hidden;display:block; }
#Tm5bDg9bvWRXW2wxTL515D0wsc86PJfT { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.75rem;width:21.0625rem;position:absolute;display:block;z-index:14999;top:3.6156253814698rem;left:53.83749961853rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#gFdMUCyv3VOgaLtSiqt4MNRu31lk5Co0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:1.4781255722046rem;left:56.499998092651rem;overflow:hidden;display:block; }
#JbvLNqhDFu8BuNJvo8yZfuWaR3ZBveuh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:poiret;font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:5.4781255722046rem;left:27.06875038147rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET7ONpc0crgiLwlluqCmKSV6FpW99CuO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:poiret;font-size:1.1875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:5.4781255722046rem;left:54.062498092651rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k { border-top:0rem solid #1e2a53;border-left:0rem solid #1e2a53;border-right:0rem solid #1e2a53;border-bottom:0.0625rem solid #1e2a53;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; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container { background-color: transparent; background-image: none; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container > .video-iframe-container { display: none; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row > .video-iframe-container { display: none; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .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); }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container { border-width: 0; border-radius: 0; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container { font-size:0.875rem;font-family:arial;height:11.8875rem;width:75rem;position:relative;display:block; }#PVg9Qz3vxaW92ZC27TAHaHwnFixIZOTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:poiret;font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:8.4593734741213rem;left:34.312498092651rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvbaTZAZo2kGZCtzSnTpHdWVnTykoA9T { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:poiret;font-size:2rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:4.3468694686889rem;left:17.291666030884rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUSXECMx3DV7TeXTyfDKiti29XO7cU1z { box-sizing:content-box;color:#030304;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:1.8968725204468rem;left:9.25rem;display:block; }
#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H { 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; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { background-color: transparent; background-image: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .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); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { border-width: 0; border-radius: 0; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:poiret;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:1.4781246185302rem;left:21.125rem;height:;display:block; }#a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M li:before{  }
#RSb756MBlHPkasCkfobc14Bmi8RoKGOp { position:absolute;display:block;z-index:14998;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:9rem;width:9rem;top:3.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#VkRJcTsiau3xkg07K37lkOkbAGcX6gNr { position:absolute;display:block;z-index:14999;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:4rem;width:4rem;top:1.4781246185302rem;left:2.8125rem;overflow:hidden;display:block; }
#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/naRcrybs/stronawww.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.adaptive-delivery-prevent-bg, #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.lazyload, #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.lazyloading { background-image: none; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b > .row .container { border-width: 0; border-radius: 0; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:none; }#re9JEr5gG23bcTE0XLo5uwMly4rb0xqQ { display:block;width:12.1875rem;position:absolute;font-family:poiret;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.491665840149rem;left:31.864584922791rem;height:4.3875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#sTRMfll0Ora3wWWtI54WJPleO7XJHMQW { display:block;width:11.8125rem;position:absolute;font-family:poiret;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.029159545899rem;left:31.843749046326rem;height:6.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#lxnlML4CB2wszV1yc7FR1efMqrtnkshT { display:block;width:11.25rem;position:absolute;font-family:poiret;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.760416984558rem;left:46.677083969116rem;height:5.85rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#DldxRSAxCQs7farBaJAEKHE1HZw0xEOV { display:block;width:13.9375rem;position:absolute;font-family:poiret;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.491665840149rem;left:1.6458339691162rem;height:2.925rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Lk80PoH4gSZA2tNRRbW5LwrgP8lJovf4 { display:block;width:12.1875rem;position:absolute;font-family:poiret;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.029166221619rem;left:46.677084922791rem;height:6.90625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#VJOvT92VWvwTU4L2g4ittPtPbZXiPFnp { display:block;width:9.0625rem;position:absolute;font-family:poiret;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.760416984558rem;left:18.716665267944rem;height:5.85rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#FWsLDVK42AQJHcL0BeXX5aV4tVBT3qpE { display:block;width:12.6875rem;position:absolute;font-family:poiret;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.029167175293rem;left:15.583333969116rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#gwT2QQT1zURxpZpSpc0Zm4tVrNACRCpm { display:block;width:10.5rem;position:absolute;font-family:poiret;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.491665840149rem;left:60.812498092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#pf6Zve2TR6NvSFzTKQBH2cQ4JQlbx2kq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),0.86);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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:22.657291412354rem;left:2.75rem;display:block; }
#J0ao72lylNlrwKfCGnlEfKCedozCAxmv { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),0.87);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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.271874427796rem;left:16.906249046326rem;display:block; }
#RvSHzc6w5xbvKk8W5zisstrdFJ6pgsaz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),0.87);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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.271874427796rem;left:31.552084922791rem;display:block; }
#Gtxp5VzRiqVOE8R8Tbhy82TP3AZfWeIO { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),0.87);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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.271874427796rem;left:46.052084922791rem;display:block; }
#KP1GMcLWKT5JatCRoMcZpaElRbfVdMTd { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),0.86);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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.271874427796rem;left:59.812499046326rem;display:block; }
#nqLEydvFoAUPi8ptIzrX36pt3LrQ1mqP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.86);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;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:6.5760412216188rem;left:30.593749046326rem;display:block; }
#rkX2oQyhfKTAaxWzcWXO622SaRqC1Uhw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),0.86);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;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:6.5760412216188rem;left:46.052084922791rem;display:block; }
#gVfpfFtknZiTs9RWb9xtLgDWnmxVlSAM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),0.84);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;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.8125rem;width:13.875rem;top:6.5760421752931rem;left:14.904165267944rem;display:block; }
#f64igF7iwHslODxoHqlfkXqqZasT1nP1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),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; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container { background-color: transparent; background-image: none; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container > .video-iframe-container { display: none; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row > .video-iframe-container { display: none; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .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); }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container { border-width: 0; border-radius: 0; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.125rem;width:75rem;position:relative;display:block; }#vFOCurbWOrkZDQMrtlFgLHEwOJtp1PET { display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8812522888184rem;left:6.875rem;height:2.35625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#cxxs55NmHEzAWIbyItqnT6eJmmwloi5R { display:block;width:56.9375rem;position:absolute;font-family:poiret;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.09375rem;left:6.875rem;height:;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#cxxs55NmHEzAWIbyItqnT6eJmmwloi5R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cxxs55NmHEzAWIbyItqnT6eJmmwloi5R li:before{  }
#Q49UnUv3tK2GCtPk49ElJoaWAXM2XKf6 { position:absolute;display:block;z-index:14999;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:9rem;width:9rem;top:7.8125rem;left:61.874998092651rem;overflow:hidden;display:block; }
#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),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; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { background-color: transparent; background-image: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container > .video-iframe-container { display: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row > .video-iframe-container { display: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .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); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { border-width: 0; border-radius: 0; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.4375rem;width:75rem;position:relative;display:block; }#dr82FIGsn2nJ8R75GnSTvfQ4y3bnZ6VH { display:block;width:48.6875rem;position:absolute;font-family:poiret;font-size:2.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5124969482425rem;left:21.15625rem;height:3.575rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Lqf3Rbodc1hXq2DTkFDSvcVKaCzrMKe2 { border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.625rem;width:12.625rem;position:absolute;display:block;z-index:14996;top:1.9375rem;left:1.4375rem;display:block; }
#qbN6wdOwlqtm645xt7LztrF2JTBQNRvZ { 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:7.25rem;width:7.25rem;top:4rem;left:4.1749992370606rem;overflow:hidden;display:block; }
#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI { 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; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container { background-color: transparent; background-image: none; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container > .video-iframe-container { display: none; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row > .video-iframe-container { display: none; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .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); }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container { border-width: 0; border-radius: 0; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.125rem;width:75rem;position:relative;display:block; }#yJMyBdP59z9ynCtHxqUyW5u6V1Iyq6oB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:4.65625rem;left:61.768751144409rem;overflow:hidden;display:block; }
#TFda4SsgzIBzcCRw88sDMFCa5Td14R2b { display:block;width:49.9375rem;position:absolute;font-family:poiret;font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3218688964844rem;left:7.6937494277956rem;height:9.99375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#ATzKhk20og7VeeMU78sDWHy1uUukb6ut { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.625rem;width:12.625rem;position:absolute;display:block;z-index:14997;top:1.1999988555908rem;left:58.312498092651rem;display:block; }
#UZTvnZnyHuOupTGPqKLmoZtHTHPczRsz { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:10.46875rem;left:35.531248092651rem;display:block; }
#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL { 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; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container { background-color: transparent; background-image: none; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container > .video-iframe-container { display: none; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row > .video-iframe-container { display: none; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .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); }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container { border-width: 0; border-radius: 0; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.5rem;width:75rem;position:relative;display:block; }#CNCxQBOROnOeFp4KfWsN1mTBNHNcAOAW { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0073ed;border-left:0.0625rem solid #0073ed;border-right:0.0625rem solid #0073ed;border-bottom:0.0625rem solid #0073ed;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0073ed;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:1.125rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:40.7125rem;height:6.5875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.21875rem;left:17.09375rem;display:block; }
#GBtGMgw2nGTUiPGsICxxzabuVru5wTTB { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#q6Sz1XlBkdALCEio7zr08nMR7D52onmX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:5.46875rem;left:51.831251144409rem;overflow:hidden;display:block; }
#LQ9HRTETNrN6WAasqdIvNXmhFWrtpFBf { display:block;width:75rem;position:absolute;font-family:poiret;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.381248474121rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O { position:relative;display:none; }#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O { border-width: 0; border-radius: 0; }#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O > .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; }#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O > .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:77.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uttFAG5GN01neMbpPrtqwAneRES3SBym { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:10.6875rem;width:21.625rem;top:6.6874990463256rem;left:2.4635419845581rem;overflow:hidden;display:block; }
#yqKS5ydf2n4rRTCZ5dwI7fX6DE4EVZKM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.5625rem;width:22.875rem;top:6.75rem;left:27.437499046326rem;overflow:hidden;display:block; }
#o5SprlOTqHT3hkhDZga8ARc9SFQ9Z3bZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.625rem;top:6.6874990463256rem;left:52.588541984558rem;overflow:hidden;display:block; }
#cuFc5Z3e2IfvyF0bkqCDAJ8B7SRHH3rg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.3125rem;width:21.625rem;top:21.562499046326rem;left:2.4635419845581rem;overflow:hidden;display:block; }
#AN0Fu6HUVmc0HEfk6Fans2TlsXvi2b4s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.4375rem;width:20.5625rem;top:21.499999046326rem;left:28.593749046326rem;overflow:hidden;display:block; }
#P2lqI5TaS11Gpkxug8eVb3Hp5yTABPrz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.3125rem;width:20rem;top:21.562499046326rem;left:52.588541984558rem;overflow:hidden;display:block; }
#DBqB6xCrD0Meq8ciVTTtVGJ9IpT9C34o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.875rem;width:21.5625rem;top:35.437499046326rem;left:2.4947919845581rem;overflow:hidden;display:block; }
#diaWRXtw9MDP2qKm1bhcXQQSBrFKpsfw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.8125rem;width:21.5625rem;top:35.468749046326rem;left:28.093749046326rem;overflow:hidden;display:block; }
#ozeOLpVybsWhnugdEXTuTR8tQ2TEzts8 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.8125rem;width:21.3125rem;top:35.468749046326rem;left:52.744791984558rem;overflow:hidden;display:block; }
#QOl29JDs34IvoT9TzVZahDrkEJqP13CH { display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7833318710327rem;left:14.874999046326rem;height:2.19375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Xx6pTSJd7hGvTePptmoU8lDyHRUNtwDS { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.968750953674rem;left:3.8385419845581rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#qTKpk8orDnSFcA7OUkXwOTnKrWuKWtmu { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.968750953674rem;left:27.999999046326rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#vUqoqnO4K94DHv3v8AAUQus8CiR8UTXI { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.968750953674rem;left:53.249999046326rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#cRmxF5sOwPnUdk4s7bz8km4ltPA16r8q { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.718750953674rem;left:3.2760419845581rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#vW1cHCE8pSVyWGTQQsfJhsZGJHUtL8ao { display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.718750953674rem;left:30.322916984558rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#nCRq9V5MugpZQQaU96gnWw67tf8nPPcq { display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.718750953674rem;left:54.557291984558rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#vU17RFC3MyCkM45tNo9HnH4thEDvLKtp { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:47.21875rem;left:2.4635419845581rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#QHbngkvT6bvwiQ0uzTgo5HVh2qSpNb3X { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.21875rem;left:30.322916984558rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Sl07MGf9r5NnqhHLnz5TrlZPtqAgGxr9 { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:47.21875rem;left:55.380209922791rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#cLyUeOR4u3rD5iuZTmiosiyxrmao2ped { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.5625rem;top:49.937511444092rem;left:2.4947919845581rem;overflow:hidden;display:block; }
#T5Ce94tMHAFXHwkuGEv6FUbJzzKuAdwr { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:61.71875rem;left:3.8385419845581rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#nV8VJh0NmMVEBaU1RmbRb9ESeb54nvcI { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:20.375rem;top:49.937500953674rem;left:28.827084541321rem;overflow:hidden;display:block; }
#QBxFeKoskKSf2WWf16pecQpuRXTJQJWV { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:61.71875rem;left:29.437500953674rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#ZUgUgG3kIsPBKKUooQ5ZsGBJo3tXyAW8 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:20.5rem;top:64.03125190735rem;left:53.759377479553rem;overflow:hidden;display:block; }
#hk9KeVMMPVNeaTCm3T7WCMbpx4x2f11c { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:74.34375rem;left:53.963540077209rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#fItOWWOxsO6oJksAap3nCpPVxhxe56Fn { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:21.75rem;top:63.9375rem;left:2.4947919845581rem;overflow:hidden;display:block; }
#fb94dHxIaNz4vceG7oLttsgTUTuIEbRw { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:74.34375rem;left:3.8385419845581rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Z4pwu4BgtS2ykDbPOzGqZ4fzTa9myySa { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.3125rem;width:20.9375rem;top:63.968749046325rem;left:28.406250953674rem;overflow:hidden;display:block; }
#PRAQAfInvV71lPVQqlGIVhAzoOx6fRnR { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:74.34375rem;left:29.437500953674rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#PDP5J2vzAnwnFeygPs2lCBUeaCQxX5rk { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.5rem;width:21.8125rem;top:50.281250953674rem;left:52.494790077209rem;overflow:hidden;display:block; }
#b7LLgCTOKRQ97TWQulZeyCRCv3MD4Lv7 { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:61.71875rem;left:53.963540077209rem;height:1.38125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#BTDairdJ28ktW1McM3wdCuVtZlKzt756 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,180,2,0.98);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; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container { background-color: transparent; background-image: none; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container > .video-iframe-container { display: none; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row > .video-iframe-container { display: none; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .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); }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container { border-width: 0; border-radius: 0; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#dhv4tT5FZCLdzgfc4RAudtzsfxn7rXFR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cTnNFdGkJWgcaHCEs1ySTQrXspTKnbAL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.6875rem;top:4.21875rem;left:60.638543128967rem;overflow:hidden;display:block; }
#g6J8DwXQ61COgqb2iT94MP1uGeEISL4q { display:block;width:38.6875rem;position:absolute;font-family:poiret;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:1.9749994277954rem;left:17.156250953674rem;height:7.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#K0vSy7WJJpZkOtt7mDOaI1uUgBTS7IKl { background-color:rgba(var(--color-primary-4),0.9);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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poiret;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.218749046326rem;left:29.875000953674rem;display:block; }
#HkDMrdnXmXtUyL1TiS53AL7IlAZK34Cf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container { background-color: transparent; background-image: none; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container > .video-iframe-container { display: none; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row > .video-iframe-container { display: none; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .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); }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container { border-width: 0; border-radius: 0; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #n3RTILoh3lhdDAigOF5f0Te40bJS56Fa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M1FiOziAA7LhPIKtoVbpJUUSHZbUEhBU { width:27.9625rem;height:2.4rem;top:0.65625rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gd8KR46OLfUNSU8stGGfmT2HldpPCBbU { display:block; }
 }@media only screen and (max-width: 1199px) { #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WXSZbgabprfkrSzKbMPaJ9dtwIUHFgGO { width:39.5rem;height:7.06875rem;top:13.659375190735rem;left:4.125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0b8cR95q8NS79CXq9aI8kdyBA04Pz0n { width:6rem;height:6rem;top:6.85312461853rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6M4f6hM92OBy0TZ6ZcLxU6O5nuk3UJS { width:37rem;height:2.6rem;top:24.125rem;left:6.6749992370606rem;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Pet9p3Jsv11tEPTL6ggGF43pIdDw7412 { width:37.4375rem;height:0.125rem;top:22.78125rem;left:6.2374992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ { display:none; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ > .row .container { width:47.75rem;height:35.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xuHNR3ZrR5PZRvs7rk8Ep3b0H325fDZm { width:29.25rem;height:2.51875rem;top:5.6833333969116rem;left:9.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD { width:29.25rem;height:12.5rem;top:15.139584541321rem;left:0.42083358764649rem;font-size:1.875rem;display:block; }#zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD li:before{  }
 }@media only screen and (max-width: 1199px) { #Prxn7EV0fopWCaiEwlTaN114SdgQxhsm { width:29.25rem;height:3.49375rem;top:1.3125rem;left:9.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SB62itMP80o0evkt8XczHMsRZevJOdU0 { width:29.25rem;height:12.925rem;top:14.927083969116rem;left:18.5rem;font-size:1.0625rem;line-height:1.3;display:block; }#SB62itMP80o0evkt8XczHMsRZevJOdU0 li:before{  }
 }@media only screen and (max-width: 1199px) { #LxzrrTpBFLbPfM18EizQIilSreTtot3W { width:47.625rem;height:16.9375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUJdG4rPOWKy32Q0KKoflrTuQTAUXIg4 { width:13.625rem;height:3.25rem;top:29.858336448669rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3xxQZ9EXStGgTHR7TXJVkeltckXu0dk { width:3.8125rem;height:3.8125rem;top:29.577086448669rem;left:41.34375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScEXm21ATeUi6l3LUR5JhfRQm66HS82r { width:9.25rem;height:3rem;top:29.983336448669rem;left:34.389583587646rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.330625rem;margin-bottom:0;margin-left:0.330625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.4975rem;padding-right:0.0825rem;padding-bottom:0;padding-left:0.0825rem;display:block;width:3.555rem;height:2.40625rem;position:relative;font-family:"open sans";font-size:2.24rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0825rem;padding-bottom:0.331875rem;padding-left:0.0825rem;display:block;width:3.555rem;height:0.6225rem;position:relative;font-family:"open sans";font-size:0.4975rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n { width:17.6875rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.358336448669rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #QuktWUOhPD9xkpzSaaX0xLDiTBLSTrIE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #LOeTfq90RAK8ypmmC1E104nPn5EbnLRr {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #uSRvcB73QlAons6A0yMEKnrDyOUsLvD9 {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #BAWuNbTTfdNzDHhwD5LikT7pw5zrt89z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #d0Tke7V2QONPe7m2kMrylBKbw36CTyOz {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #tVGWv6ph32LkTb8lI8ODQUUca5uPweVb {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #l33py3EC94ZPh3UFzoPbPFIPw1H2IO9d { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #glzX9qkeUpHCASdtymHPosDrRg1DEDO3 {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #ms9Bg84T2SSHtK9Wc3qvu74ZWRbdwycc {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #wcGfnKKLU1DXTumWTedcSwOTxXBnMd4V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #A3B2ACCq7Rt6bOtfHqAXi4bWrzdGn4Q3 {  }
 }@media only screen and (max-width: 1199px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #X5ba3V3UTsVRoP3y71RZQMd28TQubqQA {  }
 }@media only screen and (max-width: 1199px) { #NNCgctoswcPKdE6J2SszC9WuJGvowBdF { display:none; }#NNCgctoswcPKdE6J2SszC9WuJGvowBdF > .row .container { width:47.75rem;height:28.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #arTRnGJLPCE7uUJ92IAHJiHARDaru0Hw { width:9.875rem;height:4.8125rem;top:2.6229162216186rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuwzAX7ZLJnPlt3VQQT1296SeGIC6ntg { width:10rem;height:4.625rem;top:2.7166662216186rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5rQ6Uip9ZwEHlFcvmRtNFPDCVeSWukz { width:10.8125rem;height:4.625rem;top:2.8562498092651rem;left:34.983333587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQmWAaQV9V8DP8uf01p4CENCxQsXTg5q { width:13.1875rem;height:2.8125rem;top:9.1854171752931rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWruTDusRUsOrt0QXRHHORIxPvZTAWa4 { width:3.375rem;height:1.75rem;top:5.7312498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyMOCn3rWOJukGeQZO7W4daF8dZWexOR { width:3.4375rem;height:1.75rem;top:6.6083326339719rem;left:31.591667175293rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7JA0a2GUEmB8hzNyGSd71pdZl49TzDl { width:3.375rem;height:1.75rem;top:5.7770833969116rem;left:15.545833587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSOyIAneUvtFLye3kMJ18V1OGFP67nTi { width:14.1875rem;height:4.21875rem;top:9.1854171752931rem;left:2.3874998092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkxURrDdouXKoVIyMIN7JEcTVD7gPwxu { width:14.3125rem;height:2.8125rem;top:9.1854171752931rem;left:17.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7eG88PBpWckUqJl45tqkM16SCTIAbtI { width:21.5625rem;height:6.1875rem;top:16.795832633972rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTlRtNlIvK9pBUBaxktXMgiTBEgZKH8D { width:3.8125rem;height:2rem;top:21.293751716614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcKHvCNznV0N87olf62CelxtL5d1NLn9 { width:26.9375rem;height:9.375rem;top:15.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fv7BRqxh5nQUS5Db32sPqK8P6FI8h6ad { width:29.25rem;height:1.125rem;top:26.183333396912rem;left:7.7166662216188rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPQUZmEL4ZOIUaEIglI0MXkeo829TeGU { width:19.970833375rem;height:9.408333375rem;top:15.139583587646rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5mHlZU2l8Ai4cJvl41Qx2ttglzI9wbl { display:block; }
 }@media only screen and (max-width: 1199px) { #JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 { display:block; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container { width:47.75rem;height:14.3875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HPtbhLTbrcKtoqHPusstBsZiU3SUhMbI { width:11.5625rem;height:1.54375rem;top:11.040622711182rem;left:18.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAhmPK8WatKfwNhwBebMkezGp1QEwDaP { width:45rem;height:1.7875rem;top:2.1041660308838rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OpNGZxioG3g1gVLIU0WIHxIVQwDiXGS0 { width:5.125rem;height:5.125rem;top:4.6249980926514rem;left:21.3125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeT44gehZfOStQDT5ipl5A6FeULpcnDM { background-color:#ffffff;background-image:none;display:block; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { background-color: transparent; background-image: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .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); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QHsn1T38BflRZQHnKfu9mRNLharO44pq { width:32.5625rem;height:0;top:2.5rem;left:14.625rem;font-size:0.9375rem;display:block; }#QHsn1T38BflRZQHnKfu9mRNLharO44pq li:before{  }
 }@media only screen and (max-width: 1199px) { #OtLAEagqXJ60Kgm7Mmnbp03b6CvXqnv5 { width:4rem;height:4rem;top:3.9375rem;left:6.1124992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHIknTIhFGUSUDTTbVM2vbMopfwuEiL6 { width:10.6875rem;height:10.6875rem;top:0.5437536239624rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETO29kymsVOeVUiyoP7fGXn65IVwV4Ax { width:31.3125rem;height:8.9375rem;top:1.46875rem;left:15rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #orC9LngGPVKTvxnRNJqNbOgitnDNuHmD { width:10.6875rem;height:10.6875rem;top:23.812501907349rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTx7BiTwrGzPMAsfi2TPyao4EJw4d1mT { width:4rem;height:4rem;top:27.206251144409rem;left:6.1124992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tm5bDg9bvWRXW2wxTL515D0wsc86PJfT { width:10.6875rem;height:10.6875rem;top:12.187503814698rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFdMUCyv3VOgaLtSiqt4MNRu31lk5Co0 { width:4rem;height:4rem;top:14.71875rem;left:6.1124992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbvLNqhDFu8BuNJvo8yZfuWaR3ZBveuh { width:30.75rem;height:5.3625rem;top:14.89999961853rem;left:15.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ET7ONpc0crgiLwlluqCmKSV6FpW99CuO { width:30.4375rem;height:7.15rem;top:25.63125038147rem;left:15.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k { display:block; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container { width:47.75rem;height:15.7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PVg9Qz3vxaW92ZC27TAHaHwnFixIZOTQ { width:11.5625rem;height:1.54375rem;top:12.853128433227rem;left:18.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvbaTZAZo2kGZCtzSnTpHdWVnTykoA9T { width:45rem;height:1.7875rem;top:3.4791698455811rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TUSXECMx3DV7TeXTyfDKiti29XO7cU1z { width:5.125rem;height:5.125rem;top:6.3125038146975rem;left:21.3125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H { background-color:#ffffff;background-image:none;display:block; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { background-color: transparent; background-image: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .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); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M { width:32.5625rem;height:19rem;top:2.5rem;left:14.625rem;font-size:0.9375rem;display:block; }#a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M li:before{  }
 }@media only screen and (max-width: 1199px) { #RSb756MBlHPkasCkfobc14Bmi8RoKGOp { width:9rem;height:9rem;top:6.59375rem;left:1.6749992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkRJcTsiau3xkg07K37lkOkbAGcX6gNr { width:4rem;height:4rem;top:3.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b { display:none; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b > .row .container { width:47.75rem;height:51.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #re9JEr5gG23bcTE0XLo5uwMly4rb0xqQ { width:11.6875rem;height:3.65625rem;top:10.80624961853rem;left:18.031249046326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTRMfll0Ora3wWWtI54WJPleO7XJHMQW { width:11.3125rem;height:6.09375rem;top:9.9947929382325rem;left:33.677084922791rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #lxnlML4CB2wszV1yc7FR1efMqrtnkshT { width:9.625rem;height:4.875rem;top:10.80624961853rem;left:3.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DldxRSAxCQs7farBaJAEKHE1HZw0xEOV { width:11.5rem;height:2.4375rem;top:42.666667938233rem;left:25.937499046326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lk80PoH4gSZA2tNRRbW5LwrgP8lJovf4 { width:10.9375rem;height:6.09375rem;top:26.4375rem;left:33.864584922791rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #VJOvT92VWvwTU4L2g4ittPtPbZXiPFnp { width:9.3125rem;height:4.875rem;top:26.4375rem;left:19.218749046326rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #FWsLDVK42AQJHcL0BeXX5aV4tVBT3qpE { width:11.4375rem;height:1.21875rem;top:25.828125rem;left:1.9479169845581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwT2QQT1zURxpZpSpc0Zm4tVrNACRCpm { width:7.9375rem;height:1.21875rem;top:41.447916984558rem;left:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pf6Zve2TR6NvSFzTKQBH2cQ4JQlbx2kq { width:12.5rem;height:12.5rem;top:22.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0ao72lylNlrwKfCGnlEfKCedozCAxmv { width:12.5rem;height:12.5rem;top:37.3125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvSHzc6w5xbvKk8W5zisstrdFJ6pgsaz { width:12.5rem;height:12.5rem;top:23.25rem;left:17.624999046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gtxp5VzRiqVOE8R8Tbhy82TP3AZfWeIO { width:12.5rem;height:12.5rem;top:23.25rem;left:33.083334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KP1GMcLWKT5JatCRoMcZpaElRbfVdMTd { width:12.5rem;height:12.5rem;top:37.3125rem;left:25.437499046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqLEydvFoAUPi8ptIzrX36pt3LrQ1mqP { width:13.8125rem;height:13.8125rem;top:6.5625rem;left:16.968749046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkX2oQyhfKTAaxWzcWXO622SaRqC1Uhw { width:13.8125rem;height:13.8125rem;top:6.5625rem;left:32.427084922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVfpfFtknZiTs9RWb9xtLgDWnmxVlSAM { width:13.875rem;height:13.8125rem;top:6.5625rem;left:1.2791652679443rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f64igF7iwHslODxoHqlfkXqqZasT1nP1 { display:block; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vFOCurbWOrkZDQMrtlFgLHEwOJtp1PET { width:35.25rem;height:2.275rem;top:9.8125rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxxs55NmHEzAWIbyItqnT6eJmmwloi5R { width:26.625rem;height:12.71875rem;top:14.25rem;left:1.0625rem;font-size:1.0625rem;display:block; }#cxxs55NmHEzAWIbyItqnT6eJmmwloi5R li:before{  }
 }@media only screen and (max-width: 1199px) { #Q49UnUv3tK2GCtPk49ElJoaWAXM2XKf6 { width:9rem;height:9rem;top:14.9375rem;left:33.624998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwKmt1S5DTECE6qRUVRMMpiR7PcilAio { display:block; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dr82FIGsn2nJ8R75GnSTvfQ4y3bnZ6VH { width:23.25rem;height:4.3875rem;top:4.875rem;left:17.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lqf3Rbodc1hXq2DTkFDSvcVKaCzrMKe2 { width:10.6875rem;height:10.6875rem;top:2.375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbN6wdOwlqtm645xt7LztrF2JTBQNRvZ { width:7.25rem;height:7.25rem;top:3.4437503814698rem;left:4.4874992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCGvaXf6akamBcMUVECT1NHeTRvsd0zI { display:block; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container { width:47.75rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yJMyBdP59z9ynCtHxqUyW5u6V1Iyq6oB { width:4.125rem;height:4.125rem;top:3.6875rem;left:4.4249992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFda4SsgzIBzcCRw88sDMFCa5Td14R2b { width:30.8125rem;height:6.58125rem;top:2.8531246185302rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATzKhk20og7VeeMU78sDWHy1uUukb6ut { width:7.4375rem;height:7.4375rem;top:2.375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZTvnZnyHuOupTGPqKLmoZtHTHPczRsz { width:3.125rem;height:3.125rem;top:7.8124971389769rem;left:34.395833969116rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL { display:block; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CNCxQBOROnOeFp4KfWsN1mTBNHNcAOAW { width:28.3375rem;height:4.9rem;top:2.53125rem;left:9.7062492370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBtGMgw2nGTUiPGsICxxzabuVru5wTTB { display:block; }
 }@media only screen and (max-width: 1199px) { #q6Sz1XlBkdALCEio7zr08nMR7D52onmX { width:4.1875rem;height:4.1875rem;top:2.8875007629394rem;left:41.268751144409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQ9HRTETNrN6WAasqdIvNXmhFWrtpFBf { width:47.75rem;height:4.55rem;top:11.478125572204rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O { display:none; }#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O > .row .container { width:47.75rem;height:118.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uttFAG5GN01neMbpPrtqwAneRES3SBym { width:21.625rem;height:10.6875rem;top:5.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqKS5ydf2n4rRTCZ5dwI7fX6DE4EVZKM { width:22.875rem;height:10.5625rem;top:66.858337402344rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5SprlOTqHT3hkhDZga8ARc9SFQ9Z3bZ { width:21.625rem;height:10.1875rem;top:5.4375rem;left:25.124999046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuFc5Z3e2IfvyF0bkqCDAJ8B7SRHH3rg { width:21.625rem;height:10.3125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AN0Fu6HUVmc0HEfk6Fans2TlsXvi2b4s { width:20.5625rem;height:10.4375rem;top:21.4375rem;left:26.229166984558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2lqI5TaS11Gpkxug8eVb3Hp5yTABPrz { width:21.3125rem;height:10.9375rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBqB6xCrD0Meq8ciVTTtVGJ9IpT9C34o { width:21.5625rem;height:10.875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diaWRXtw9MDP2qKm1bhcXQQSBrFKpsfw { width:21.5625rem;height:10.8125rem;top:51.4375rem;left:26.187499046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozeOLpVybsWhnugdEXTuTR8tQ2TEzts8 { width:21.3125rem;height:10.8125rem;top:35.4375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOl29JDs34IvoT9TzVZahDrkEJqP13CH { width:33.8125rem;height:1.625rem;top:1.9374837875366rem;left:7.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Xx6pTSJd7hGvTePptmoU8lDyHRUNtwDS { width:23.6875rem;height:1.625rem;top:17.454166412354rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qTKpk8orDnSFcA7OUkXwOTnKrWuKWtmu { width:23.75rem;height:3.25rem;top:78.250000953675rem;left:23.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vUqoqnO4K94DHv3v8AAUQus8CiR8UTXI { width:21.25rem;height:1.625rem;top:17.454166412354rem;left:25.124999046326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cRmxF5sOwPnUdk4s7bz8km4ltPA16r8q { width:18.75rem;height:1.625rem;top:32.704166412354rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vW1cHCE8pSVyWGTQQsfJhsZGJHUtL8ao { width:21.4375rem;height:1.625rem;top:32.704166412354rem;left:26.187499046326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nCRq9V5MugpZQQaU96gnWw67tf8nPPcq { width:20.5625rem;height:1.625rem;top:63.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vU17RFC3MyCkM45tNo9HnH4thEDvLKtp { width:21.625rem;height:1.625rem;top:47.704166412354rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QHbngkvT6bvwiQ0uzTgo5HVh2qSpNb3X { width:21.5rem;height:1.625rem;top:63.3125rem;left:26.124999046326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Sl07MGf9r5NnqhHLnz5TrlZPtqAgGxr9 { width:21.125rem;height:1.625rem;top:47.704166412354rem;left:26.499999046326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cLyUeOR4u3rD5iuZTmiosiyxrmao2ped { width:21.5625rem;height:10.1875rem;top:67.045837402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5Ce94tMHAFXHwkuGEv6FUbJzzKuAdwr { width:21.625rem;height:1.625rem;top:78.249994277956rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nV8VJh0NmMVEBaU1RmbRb9ESeb54nvcI { width:20.375rem;height:10.1875rem;top:81.500022888181rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBxFeKoskKSf2WWf16pecQpuRXTJQJWV { width:21.625rem;height:1.625rem;top:92.562507629394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUgUgG3kIsPBKKUooQ5ZsGBJo3tXyAW8 { width:15rem;height:6.6875rem;top:107.98333263397rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hk9KeVMMPVNeaTCm3T7WCMbpx4x2f11c { width:21.625rem;height:1.625rem;top:115.2500038147rem;left:14.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fItOWWOxsO6oJksAap3nCpPVxhxe56Fn { width:19.875rem;height:8.5625rem;top:96.37499809265rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fb94dHxIaNz4vceG7oLttsgTUTuIEbRw { width:21.625rem;height:1.625rem;top:105.74999046326rem;left:25.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4pwu4BgtS2ykDbPOzGqZ4fzTa9myySa { width:20.375rem;height:9.125rem;top:82.358334541319rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRAQAfInvV71lPVQqlGIVhAzoOx6fRnR { width:21.625rem;height:1.625rem;top:92.56250190735rem;left:24.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PDP5J2vzAnwnFeygPs2lCBUeaCQxX5rk { width:20.375rem;height:8.9375rem;top:96.18749809265rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7LLgCTOKRQ97TWQulZeyCRCv3MD4Lv7 { width:20.625rem;height:1.625rem;top:106.3583316803rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BTDairdJ28ktW1McM3wdCuVtZlKzt756 { display:block; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container { width:47.75rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dhv4tT5FZCLdzgfc4RAudtzsfxn7rXFR { width:11.1875rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTnNFdGkJWgcaHCEs1ySTQrXspTKnbAL { width:7.6875rem;height:7rem;top:2.8125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6J8DwXQ61COgqb2iT94MP1uGeEISL4q { width:23.25rem;height:5.25rem;top:3.96875rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0vSy7WJJpZkOtt7mDOaI1uUgBTS7IKl { width:13.25rem;height:2.125rem;top:9.81249332428rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkDMrdnXmXtUyL1TiS53AL7IlAZK34Cf { display:block; }
 }@media only screen and (max-width: 1199px) { #pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC { display:block; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container { width:47.75rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3RTILoh3lhdDAigOF5f0Te40bJS56Fa { position:relative;z-index:auto;display:block; }#n3RTILoh3lhdDAigOF5f0Te40bJS56Fa > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1FiOziAA7LhPIKtoVbpJUUSHZbUEhBU { width:20rem;height:1.9375rem;top:0.6875rem;left:-0.012500762939453rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd8KR46OLfUNSU8stGGfmT2HldpPCBbU { display:block; }
 }@media only screen and (max-width: 763px) { #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXSZbgabprfkrSzKbMPaJ9dtwIUHFgGO { width:20rem;height:2.7625rem;top:3.2416672706604rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0b8cR95q8NS79CXq9aI8kdyBA04Pz0n { width:7.5rem;height:7.5rem;top:12rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6M4f6hM92OBy0TZ6ZcLxU6O5nuk3UJS { width:13.875rem;height:4.675rem;top:20.375rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Pet9p3Jsv11tEPTL6ggGF43pIdDw7412 { width:20rem;height:0.0625rem;top:8.6187500953675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ { display:none; }#bVW9rU2ITUeGglF0gXHwaUTBnZobeFWZ > .row .container { width:20rem;height:62.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xuHNR3ZrR5PZRvs7rk8Ep3b0H325fDZm { width:20rem;height:1.70625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD { width:20rem;height:9.5rem;top:11.575001716614rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#zFKuuc1XzLpUhh4LtZBwCXKmexnDUwcD li:before{  }
 }@media only screen and (max-width: 763px) { #Prxn7EV0fopWCaiEwlTaN114SdgQxhsm { width:20rem;height:1.70625rem;top:3.9499988555908rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB62itMP80o0evkt8XczHMsRZevJOdU0 { width:20rem;height:13.575rem;top:26.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SB62itMP80o0evkt8XczHMsRZevJOdU0 li:before{  }
 }@media only screen and (max-width: 763px) { #LxzrrTpBFLbPfM18EizQIilSreTtot3W { width:19.875rem;height:36.3125rem;top:9.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUJdG4rPOWKy32Q0KKoflrTuQTAUXIg4 { width:16.1875rem;height:3.4125rem;top:47.795834541321rem;left:1.90625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3xxQZ9EXStGgTHR7TXJVkeltckXu0dk { width:2.625rem;height:2.625rem;top:57.97500038147rem;left:12.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEXm21ATeUi6l3LUR5JhfRQm66HS82r { width:10.5625rem;height:3rem;top:57.78750038147rem;left:1.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:52.10000038147rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #QuktWUOhPD9xkpzSaaX0xLDiTBLSTrIE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #LOeTfq90RAK8ypmmC1E104nPn5EbnLRr {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #uSRvcB73QlAons6A0yMEKnrDyOUsLvD9 {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #BAWuNbTTfdNzDHhwD5LikT7pw5zrt89z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #d0Tke7V2QONPe7m2kMrylBKbw36CTyOz {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #tVGWv6ph32LkTb8lI8ODQUUca5uPweVb {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #l33py3EC94ZPh3UFzoPbPFIPw1H2IO9d { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #glzX9qkeUpHCASdtymHPosDrRg1DEDO3 {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #ms9Bg84T2SSHtK9Wc3qvu74ZWRbdwycc {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #wcGfnKKLU1DXTumWTedcSwOTxXBnMd4V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #A3B2ACCq7Rt6bOtfHqAXi4bWrzdGn4Q3 {  }
 }@media only screen and (max-width: 763px) { #y9Nn1TKhKX6B2CmJrnUmxSlpqzBXgU9n #X5ba3V3UTsVRoP3y71RZQMd28TQubqQA {  }
 }@media only screen and (max-width: 763px) { #NNCgctoswcPKdE6J2SszC9WuJGvowBdF { display:none; }#NNCgctoswcPKdE6J2SszC9WuJGvowBdF > .row .container { width:20rem;height:62.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #arTRnGJLPCE7uUJ92IAHJiHARDaru0Hw { width:14.5625rem;height:7.0625rem;top:1.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwzAX7ZLJnPlt3VQQT1296SeGIC6ntg { width:14.375rem;height:6.5rem;top:15.875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5rQ6Uip9ZwEHlFcvmRtNFPDCVeSWukz { width:14.9375rem;height:6.3125rem;top:29.624996185302rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQmWAaQV9V8DP8uf01p4CENCxQsXTg5q { width:15.75rem;height:3rem;top:10.937501907349rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWruTDusRUsOrt0QXRHHORIxPvZTAWa4 { width:4.9375rem;height:2.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyMOCn3rWOJukGeQZO7W4daF8dZWexOR { width:4.9375rem;height:2.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7JA0a2GUEmB8hzNyGSd71pdZl49TzDl { width:4.9375rem;height:2.625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSOyIAneUvtFLye3kMJ18V1OGFP67nTi { width:15.3125rem;height:4.5rem;top:24.3125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkxURrDdouXKoVIyMIN7JEcTVD7gPwxu { width:15.75rem;height:3rem;top:38.187498092651rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7eG88PBpWckUqJl45tqkM16SCTIAbtI { width:18.625rem;height:4.78125rem;top:44.577084541321rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTlRtNlIvK9pBUBaxktXMgiTBEgZKH8D { width:3.6875rem;height:1.9375rem;top:49.358333587646rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcKHvCNznV0N87olf62CelxtL5d1NLn9 { width:19.875rem;height:9.375rem;top:43.390623092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7BRqxh5nQUS5Db32sPqK8P6FI8h6ad { width:19.1875rem;height:1.125rem;top:54.544798851013rem;left:0.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPQUZmEL4ZOIUaEIglI0MXkeo829TeGU { width:18.783333375rem;height:3.033333375rem;top:57.794792175293rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mHlZU2l8Ai4cJvl41Qx2ttglzI9wbl { display:block; }
 }@media only screen and (max-width: 763px) { #JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 { display:block; }#JxzTRWd47khCrCZ9LJBAONHu6t9zmPr3 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPtbhLTbrcKtoqHPusstBsZiU3SUhMbI { width:8.5rem;height:1.4625rem;top:9.125rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAhmPK8WatKfwNhwBebMkezGp1QEwDaP { width:19.4375rem;height:1.625rem;top:1.3750019073486rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpNGZxioG3g1gVLIU0WIHxIVQwDiXGS0 { width:4.1875rem;height:4.1875rem;top:3.7374992370606rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeT44gehZfOStQDT5ipl5A6FeULpcnDM { background-color:#ffffff;background-image:none;display:block; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { background-color: transparent; background-image: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row > .video-iframe-container { display: none; }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .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); }#LeT44gehZfOStQDT5ipl5A6FeULpcnDM > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHsn1T38BflRZQHnKfu9mRNLharO44pq { width:19.75rem;height:0;top:7.0624923706056rem;left:0.3125rem;font-size:1rem;display:block; }#QHsn1T38BflRZQHnKfu9mRNLharO44pq li:before{  }
 }@media only screen and (max-width: 763px) { #OtLAEagqXJ60Kgm7Mmnbp03b6CvXqnv5 { width:4rem;height:4rem;top:1.1374998092651rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHIknTIhFGUSUDTTbVM2vbMopfwuEiL6 { width:19.875rem;height:11.75rem;top:1.1374969482422rem;left:0.024999618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO29kymsVOeVUiyoP7fGXn65IVwV4Ax { width:20rem;height:6.5rem;top:5.9124994277954rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orC9LngGPVKTvxnRNJqNbOgitnDNuHmD { width:19.875rem;height:11.75rem;top:27.200000762939rem;left:0.024999618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTx7BiTwrGzPMAsfi2TPyao4EJw4d1mT { width:4rem;height:4rem;top:27.200002670288rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5bDg9bvWRXW2wxTL515D0wsc86PJfT { width:19.875rem;height:11.75rem;top:14.349998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFdMUCyv3VOgaLtSiqt4MNRu31lk5Co0 { width:4rem;height:4rem;top:14.35000038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbvLNqhDFu8BuNJvo8yZfuWaR3ZBveuh { width:20rem;height:4.14375rem;top:18.912499427796rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET7ONpc0crgiLwlluqCmKSV6FpW99CuO { width:18.625rem;height:6.5rem;top:31.200000762939rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k { display:block; }#gqHs7Bx9fWc37HKKxT21kp1KmrL2GX2k > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVg9Qz3vxaW92ZC27TAHaHwnFixIZOTQ { width:8.5rem;height:1.4625rem;top:9.875rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvbaTZAZo2kGZCtzSnTpHdWVnTykoA9T { width:19.4375rem;height:3.25rem;top:0.75rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUSXECMx3DV7TeXTyfDKiti29XO7cU1z { width:4.1875rem;height:4.1875rem;top:4.4062442779541rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H { background-color:#ffffff;background-image:none;display:block; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { background-color: transparent; background-image: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row > .video-iframe-container { display: none; }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .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); }#xkIfMV28za8ZI0o3Deq6zVaS4f7FJS6H > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M { width:19.75rem;height:26.5rem;top:7.0624923706056rem;left:0.3125rem;font-size:1rem;display:block; }#a97STSs5ySRp8I5d9HD4wxMWb6cQQ00M li:before{  }
 }@media only screen and (max-width: 763px) { #RSb756MBlHPkasCkfobc14Bmi8RoKGOp { width:5.25rem;height:5.25rem;top:1.6666660308838rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkRJcTsiau3xkg07K37lkOkbAGcX6gNr { width:4rem;height:4rem;top:34.937505722046rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/naRcrybs/stronawww.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.adaptive-delivery-prevent-bg, #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.lazyload, #r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b.lazyloading { background-image: none; }#r3hSuK7B1R2Pvd4qq4gXMDKutzqQ4e6b > .row .container { width:20rem;height:117.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #re9JEr5gG23bcTE0XLo5uwMly4rb0xqQ { width:11.4375rem;height:3.65625rem;top:20.868748664856rem;left:4.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTRMfll0Ora3wWWtI54WJPleO7XJHMQW { width:11.125rem;height:7.3125rem;top:34.807292938233rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxnlML4CB2wszV1yc7FR1efMqrtnkshT { width:10.8125rem;height:4.875rem;top:5.71875rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DldxRSAxCQs7farBaJAEKHE1HZw0xEOV { width:10.4375rem;height:2.4375rem;top:106.46875286102rem;left:4.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lk80PoH4gSZA2tNRRbW5LwrgP8lJovf4 { width:11rem;height:6.09375rem;top:77.140627861025rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJOvT92VWvwTU4L2g4ittPtPbZXiPFnp { width:9.0625rem;height:4.875rem;top:64rem;left:5.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWsLDVK42AQJHcL0BeXX5aV4tVBT3qpE { width:11.25rem;height:1.21875rem;top:49.015624046326rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwT2QQT1zURxpZpSpc0Zm4tVrNACRCpm { width:7.75rem;height:1.21875rem;top:91.885418891906rem;left:6rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pf6Zve2TR6NvSFzTKQBH2cQ4JQlbx2kq { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ao72lylNlrwKfCGnlEfKCedozCAxmv { width:12.5rem;height:12.5rem;top:87.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvSHzc6w5xbvKk8W5zisstrdFJ6pgsaz { width:12.5rem;height:12.5rem;top:60.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtxp5VzRiqVOE8R8Tbhy82TP3AZfWeIO { width:12.5rem;height:12.5rem;top:73.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP1GMcLWKT5JatCRoMcZpaElRbfVdMTd { width:12.5rem;height:12.5rem;top:101.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqLEydvFoAUPi8ptIzrX36pt3LrQ1mqP { width:13.8125rem;height:13.8125rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkX2oQyhfKTAaxWzcWXO622SaRqC1Uhw { width:13.8125rem;height:13.8125rem;top:31.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVfpfFtknZiTs9RWb9xtLgDWnmxVlSAM { width:13.8125rem;height:13.8125rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64igF7iwHslODxoHqlfkXqqZasT1nP1 { display:block; }#f64igF7iwHslODxoHqlfkXqqZasT1nP1 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFOCurbWOrkZDQMrtlFgLHEwOJtp1PET { width:19.125rem;height:1.38125rem;top:0.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxxs55NmHEzAWIbyItqnT6eJmmwloi5R { width:20rem;height:20.6875rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }#cxxs55NmHEzAWIbyItqnT6eJmmwloi5R li:before{  }
 }@media only screen and (max-width: 763px) { #Q49UnUv3tK2GCtPk49ElJoaWAXM2XKf6 { width:4.5rem;height:4.5rem;top:27.249999046326rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKmt1S5DTECE6qRUVRMMpiR7PcilAio { background-color:#0c52ac;background-image:none;display:block; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { background-color: transparent; background-image: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container > .video-iframe-container { display: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row > .video-iframe-container { display: none; }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .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); }#HwKmt1S5DTECE6qRUVRMMpiR7PcilAio > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr82FIGsn2nJ8R75GnSTvfQ4y3bnZ6VH { width:10.625rem;height:5.11875rem;top:1.1124992370606rem;left:8.75rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Lqf3Rbodc1hXq2DTkFDSvcVKaCzrMKe2 { width:6.8125rem;height:6.8125rem;top:1.1124992370606rem;left:0.93333339691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbN6wdOwlqtm645xt7LztrF2JTBQNRvZ { width:4.625rem;height:4.625rem;top:1.9375066757202rem;left:2.0770826339722rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCGvaXf6akamBcMUVECT1NHeTRvsd0zI { display:block; }#mCGvaXf6akamBcMUVECT1NHeTRvsd0zI > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJMyBdP59z9ynCtHxqUyW5u6V1Iyq6oB { width:4.875rem;height:4.875rem;top:4.6187505722046rem;left:12.893749237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFda4SsgzIBzcCRw88sDMFCa5Td14R2b { width:10.9375rem;height:10.8rem;top:3.2875003814698rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ATzKhk20og7VeeMU78sDWHy1uUukb6ut { width:7.4375rem;height:7.4375rem;top:3.2875003814698rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTvnZnyHuOupTGPqKLmoZtHTHPczRsz { width:2.125rem;height:2.125rem;top:14.687499046326rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL { display:block; }#XAb6h7xHPRxm6pQ9ONNBN3gUL4k9r7AL > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNCxQBOROnOeFp4KfWsN1mTBNHNcAOAW { width:18.3125rem;height:3.375rem;top:0.9375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtGMgw2nGTUiPGsICxxzabuVru5wTTB { display:block; }
 }@media only screen and (max-width: 763px) { #q6Sz1XlBkdALCEio7zr08nMR7D52onmX { width:4.1875rem;height:4.1875rem;top:5.6666660308838rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9HRTETNrN6WAasqdIvNXmhFWrtpFBf { width:20rem;height:6rem;top:17.212500572204rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O { display:none; }#KvsTqy51iFsAoqSKnBqqrSyLH6LTpd1O > .row .container { width:20rem;height:209.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uttFAG5GN01neMbpPrtqwAneRES3SBym { width:20rem;height:9.8843930635837rem;top:3.8750009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqKS5ydf2n4rRTCZ5dwI7fX6DE4EVZKM { width:20rem;height:9.2349726775956rem;top:17.551041603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5SprlOTqHT3hkhDZga8ARc9SFQ9Z3bZ { width:20rem;height:9.4219653179194rem;top:30.590624809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuFc5Z3e2IfvyF0bkqCDAJ8B7SRHH3rg { width:20rem;height:9.537572254335rem;top:44.108331680298rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN0Fu6HUVmc0HEfk6Fans2TlsXvi2b4s { width:20rem;height:10.151975683891rem;top:58.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2lqI5TaS11Gpkxug8eVb3Hp5yTABPrz { width:20rem;height:10.3125rem;top:72.8270816803rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBqB6xCrD0Meq8ciVTTtVGJ9IpT9C34o { width:20rem;height:10.086956521739rem;top:87.421874046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diaWRXtw9MDP2qKm1bhcXQQSBrFKpsfw { width:20rem;height:10.028985507246rem;top:101.22291946411rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozeOLpVybsWhnugdEXTuTR8tQ2TEzts8 { width:20rem;height:10.146627565983rem;top:114.92812728882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOl29JDs34IvoT9TzVZahDrkEJqP13CH { width:20rem;height:1.3rem;top:0.8916664123535rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6pTSJd7hGvTePptmoU8lDyHRUNtwDS { width:18.875rem;height:1.21875rem;top:15.322916030884rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTKpk8orDnSFcA7OUkXwOTnKrWuKWtmu { width:20rem;height:1.21875rem;top:28.244790077209rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUqoqnO4K94DHv3v8AAUQus8CiR8UTXI { width:20rem;height:1.21875rem;top:41.741664886474rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRmxF5sOwPnUdk4s7bz8km4ltPA16r8q { width:18.875rem;height:1.21875rem;top:55.235415458679rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vW1cHCE8pSVyWGTQQsfJhsZGJHUtL8ao { width:17.6875rem;height:1.21875rem;top:70.0708322525rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCRq9V5MugpZQQaU96gnWw67tf8nPPcq { width:17.6875rem;height:1.21875rem;top:84.722915649412rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vU17RFC3MyCkM45tNo9HnH4thEDvLKtp { width:18.875rem;height:1.21875rem;top:98.934377670288rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHbngkvT6bvwiQ0uzTgo5HVh2qSpNb3X { width:18.875rem;height:1.21875rem;top:112.46041870118rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sl07MGf9r5NnqhHLnz5TrlZPtqAgGxr9 { width:18.875rem;height:1.21875rem;top:127.15416908264rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLyUeOR4u3rD5iuZTmiosiyxrmao2ped { width:20rem;height:9.4492753623187rem;top:129.8833322525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ce94tMHAFXHwkuGEv6FUbJzzKuAdwr { width:18.875rem;height:1.21875rem;top:141.12291526794rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nV8VJh0NmMVEBaU1RmbRb9ESeb54nvcI { width:20rem;height:10rem;top:144.88855266571rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxFeKoskKSf2WWf16pecQpuRXTJQJWV { width:18.875rem;height:1.21875rem;top:156.13854408264rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgUgG3kIsPBKKUooQ5ZsGBJo3tXyAW8 { width:19.4375rem;height:8.5625rem;top:158.72811985016rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9KeVMMPVNeaTCm3T7WCMbpx4x2f11c { width:18.875rem;height:1.21875rem;top:167.80520629882rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fItOWWOxsO6oJksAap3nCpPVxhxe56Fn { width:20rem;height:8.6208125rem;top:170.89896297455rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb94dHxIaNz4vceG7oLttsgTUTuIEbRw { width:18.875rem;height:1.21875rem;top:181.01979637146rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pwu4BgtS2ykDbPOzGqZ4fzTa9myySa { width:20rem;height:8.8958125rem;top:195.86979675293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRAQAfInvV71lPVQqlGIVhAzoOx6fRnR { width:18.875rem;height:1.21875rem;top:206.5635471344rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDP5J2vzAnwnFeygPs2lCBUeaCQxX5rk { width:20rem;height:8.7104375rem;top:183.55106544494rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LLgCTOKRQ97TWQulZeyCRCv3MD4Lv7 { width:18.875rem;height:1.21875rem;top:193.50936889649rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTDairdJ28ktW1McM3wdCuVtZlKzt756 { display:block; }#BTDairdJ28ktW1McM3wdCuVtZlKzt756 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhv4tT5FZCLdzgfc4RAudtzsfxn7rXFR { width:10.4375rem;height:10.4375rem;top:0.5625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTnNFdGkJWgcaHCEs1ySTQrXspTKnbAL { width:7.6875rem;height:7rem;top:23.875rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6J8DwXQ61COgqb2iT94MP1uGeEISL4q { width:20rem;height:5.25rem;top:11.000049591064rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0vSy7WJJpZkOtt7mDOaI1uUgBTS7IKl { width:13.25rem;height:2.125rem;top:20.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkDMrdnXmXtUyL1TiS53AL7IlAZK34Cf { display:block; }
 }@media only screen and (max-width: 763px) { #pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC { display:block; }#pqwqmrXrtfvpKQJP48qCS7x8TT63mxuC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }