.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,229,222;--color-primary-1:244,168,146;--color-primary-2:232,80,36;--color-primary-3:116,40,18;--color-primary-4:35,12,5;--color-secondary-0:235,235,240;--color-secondary-1:186,195,212;--color-secondary-2:157,156,179;--color-secondary-3:94,94,107;--color-secondary-4:31,31,36;--color-tertiary-0:255,255,255;--color-tertiary-1:163,175,188;--color-tertiary-2:102,122,144;--color-tertiary-3:61,73,86;--color-tertiary-4:0,33,70;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HqzEAQgemK745B04MZi3efIh86DAvIc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HqzEAQgemK745B04MZi3efIh86DAvIc3 > .row .container { border-width: 0; border-radius: 0; }#HqzEAQgemK745B04MZi3efIh86DAvIc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqzEAQgemK745B04MZi3efIh86DAvIc3 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:none; }#qznemWGu5a35Fhvz6dAnhKvvaOtBImhU { 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:2.9375rem;width:11.4375rem;top:1.5625019073486rem;left:4.1875004768372rem;overflow:hidden;display:none; }
#sOmEbGOuUiViPTwUd9cDmKxoJmTc1CZy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:52.5rem;top:7.0601562261581rem;left:18.812500476837rem;display:block; }
#QoJEi0W38GlmbBOXWmCgpdCHG33aChMc { color:#d33f10;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:51.3125rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#COGbdTaAdA7b3vZBy8BEUfZbovaxyzJB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0609375238419rem;left:32.500002384186rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aTkGeD612hIXwWwRwFrH0lzD6WimVT3T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.75rem;top:5.871875166893rem;left:4.2500004768372rem;overflow:hidden;display:block; }
#V2NXbPyvcydaxScMkpiDIn5Nx909Nn3y { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:0rem;display:none; }
#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 > .row .container { border-width: 0; border-radius: 0; }#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:none; }#zD9LV1kypU7vd4VmqsvsUfc9WT2AuLBH { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;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:23.375rem;width:67.25rem;top:2.406005859375rem;left:5.15625rem;display:block; }
#dipZksm3Xm9a34TT1R3i35TWVw9ZruzB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#x0hvbbz5BXEOqOBggaHXPM4T9vlcmxAb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:66.875rem;top:37.1875rem;left:4.5rem;display:block; }
#pPCyWVA61O44PwCTyfUHxEGbFsvctWA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:5.0625rem;left:6.4375rem;height:3.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TBFzkDfECLEIb31S5JDwmRDfOCLlPJUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:9.5rem;left:6.4375rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#NZZti0SfqPCovFGrifNvAkBpGqSykbtL { color:#ec671c;display:block;width:24rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:15.3125rem;left:13.436718940735rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6Nhpw0NHbzZh2dQxUR5UZP4mOiO5Cwy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:22.137499809265rem;left:6.4375rem;height:1.6375rem;text-align:left;text-align-last:left;display:block; }
#X2RUTUMI8oUTskJPr4wJTcw4fksBXMuU { position:absolute;display:block;z-index:15069;background-color:transparent;background-image:none;border-top:0rem solid #f8dcc6;border-left:0.0625rem solid #f8dcc6;border-right:0;border-bottom:0rem solid #f8dcc6;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:0.625rem;top:2.5609378814698rem;left:39rem;display:block; }
#OVmpJBHN7aQE8BO0tiJrAyhQTQL0AIaa { position:absolute;display:block;z-index:15070;height:11.25rem;width:20rem;top:2.4052734375rem;left:45.7490234375rem;display:block; }
#nkHe3kLRbKEb3ehIZzTLV3gA5bT4EnXM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:3.375rem;left:8.8125rem;display:none; }
#wog2ITTshTVx0fPJQRAN7nRgAzkkhivl { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:7.125rem;top:14.46875rem;left:4.125rem;overflow:hidden;display:block; }
#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 > .row .container { border-width: 0; border-radius: 0; }#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:none; }#yDPkStZf4S0vbt6ANRrkAr9BHLwsvCSm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.5625rem;left:27.375rem;height:1.3rem;font-style:normal;display:block; }
#hW7eGx7OeB2y9OV7diHHm8nVrM2el9i5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:66.875rem;top:2.3125rem;left:4.5rem;display:block; }
#I8XZ7KLckObL2kdD3bbM9B9hOIeybWuk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:66.875rem;top:2.125rem;left:4.5000004768372rem;display:none; }
#umE8DGM4afqqDy0boxUIlam266QCJTbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#umE8DGM4afqqDy0boxUIlam266QCJTbL > .row .container { border-width: 0; border-radius: 0; }#umE8DGM4afqqDy0boxUIlam266QCJTbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umE8DGM4afqqDy0boxUIlam266QCJTbL > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:none; }#KqHTpbgOSTdsHhllAsD5XDQVk04lOCbV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:66.875rem;top:2.125rem;left:4.5000004768372rem;display:block; }
#wcylxV60xA2TuaHsxHQdX8CzVbwHGHgk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.75rem;height:1.1375rem;display:block; }
#fgsECtTkTbgpOETOOXdyObA0B3mIT6iT { color:#908c9c;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.3125rem;height:1.05625rem;font-style:normal;display:block; }
#mTJPGl0EbENTtJgaokFL9bCPBSDD2ksF { color:#908c9c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0.625rem;left:35.25rem;height:1.05625rem;font-style:normal;display:block; }
#mESyBXyfhDZgxg1Dvi3p3AlT72y6dtW3 { color:#908c9c;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:0.625rem;left:55.9375rem;height:1.05625rem;font-style:normal;display:block; }
#fUSPEEmdQDkmm68rRzaBxHgSZnyTwLPq { color:#908c9c;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0.5625rem;left:63.125rem;height:1.05625rem;font-style:normal;display:block; }
#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { background-color: transparent; background-image: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container > .video-iframe-container { display: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row > .video-iframe-container { display: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .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); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { border-width: 0; border-radius: 0; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#tDxKoX9k0Br3hyzfguQgndExNMEWfRSt { position:absolute;display:block;z-index:15001;background-color:#805d70;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:75rem;top:3.25rem;left:0rem;display:block; }
#CtUox4IGUvGqRkwpoFzHWFx6v3s5Sb0G { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.8125rem;left:28.812501907349rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fCXgwMB9lEDCZmvTK0tCGWKt3MUftbhG { color:#333a49;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:36.249999523163rem;left:1.0625rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IXUKlmfKp7BieVBTD5X8ZdldL1uwgTOg { color:#333a49;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:37.374999523163rem;left:0.9375rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#e7Id4buv6U6yRnD7bo6NzgNlWTd4GnaV { 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:25.5rem;width:43.5rem;top:8.4375rem;left:14.71875rem;overflow:hidden;display:block; }
#HdKFgG5RrydSQsf82STWB5ySLwfNh1Tr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:25.5rem;top:14.25rem;left:49.500001907349rem;display:block; }
#yeZ8vpduRvFSSw8inauBrh9KR46Ef13G { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.875rem;left:23.0625rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#XvZ80DtVTy9BgWAPSqO8ZV66HXq6bQpT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.875rem;left:23.0625rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#oLLMiBWd5P4g49fISncPqvy6sHqmccv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.875rem;left:23.0625rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wJI6ETAPJdP59TpxF3sDdADxpM4R8zhX { color:#000000;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:10.125rem;left:1.1875rem;display:none; }
#E73tww3lTRognodT15dE9PBazdFWZDTP { color:#333a49;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:12.125rem;left:22.59375rem;height:4.125rem;text-align:left;text-align-last:left;display:none; }
#nthRkPVlXszKnEvk0sya32vRkSPRqLxe { color:#333a49;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:28.3125rem;left:1.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NsrlGWgti3agnMoKXI6nvsGkTb0tyX4o { color:#333a49;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:29.5rem;left:0.9375rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#Se6FztyiPFAEmzbJupivrq8RXh5AVlTl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:35.3125rem;left:0.9375rem;display:block; }
#MWeec4bLMH091FImhVRNAIx1vKJCsDQT { color:#333a49;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:16.03125rem;left:25.4375rem;height:;text-align:left;text-align-last:left;display:block; }#MWeec4bLMH091FImhVRNAIx1vKJCsDQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MWeec4bLMH091FImhVRNAIx1vKJCsDQT li:before{  }
#W4X64OT8liZGAxWpvVy1kUKoq0rLNlKL { color:#333a49;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:10.9375rem;left:26.125rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CvnaLGs0WFtwpSEIBk33tH1mSBCXyOQF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.875rem;left:24.09375rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#eFC6pOWyl48ekp2Mi1dRQFlQiRykBTzm { color:#333a49;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:10.5625rem;left:49.531251907349rem;height:1.55rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZG9caEx5oMG6PtuvTo2uF0ceHsxTV8KU { color:#333a49;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:11.5rem;left:49.875rem;height:1.4625rem;font-style:normal;display:block; }
#JPzmGTIZEhrCSriq2sFBy5gr7h7acrqG { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:22.125rem;top:16.031250476837rem;left:22.937500953674rem;display:block; }
#ASJasiWSss9gDC6NMTmxJz3gTIuVIbQz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:20.75rem;left:0.9375rem;display:block; }
#Ny6aPDBkGVfv6CtceQNsU7kugBC6qwN9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:27.5rem;left:0.9375rem;display:block; }
#BgeEIRFTMrn8PbWWvTOFuvhx9ygJCxRc { color:#333a49;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:15.9375rem;left:1.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SzM1UAC9x8Wrm4Xvi6HRoy49npgfkVVs { color:#333a49;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:17.1875rem;left:0.9375rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#kp03WnXZ0Mt4ExWlTVAyhRTxNVlTHzE9 { color:#333a49;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.9375rem;height:4.546875rem;text-align:left;text-align-last:left;display:block; }
#Q1bbHwwbelEwfuU51PRVaJPRLHZUl1mQ { color:#333a49;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:21.5rem;left:1.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXF0br2O9Q5Ek0tunQlJnWLoTh9TUDWm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:52.6875rem;left:0rem;display:block; }
#fBTgLSv3kHrUU2DzN4gOl2FtC4yrRscV { position:absolute;display:block;z-index:15071;height:11.25rem;width:20rem;top:16.156249761581rem;left:52.250001907349rem;display:block; }
#ecZMbHOkkLCc4GdGQ2prS1mICvVrT3pb { 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:37.875rem;width:25.75rem;display:none; }
#alwKtlpoFJnpB2Gz6n9lq09xfWiHGaL8 { 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.75rem;width:5.25rem;display:none; }
#T1uHd18bOUDiyrDhdeVETiOffFpwtTLQ { 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:35.4375rem;width:18.1875rem;display:none; }
#W7fnB3i4KfQC0RPCW59Ru9kr2kEgGDly { 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:27.25rem;width:15.6875rem;display:none; }
#C8JB0mRtWehecJqghUnBRtiKvMRmRRUh { 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:16.5625rem;width:8.1875rem;display:none; }
#rSZ45r5LOJPbhz9rZWG56HNw5NAhSQAv { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:22.125rem;top:32.500000953674rem;left:2.28125rem;display:none; }
#FT2PFdGpEg3Pc7VaroQokX1oy0GcegHK { color:#333a49;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:10.9375rem;left:26.125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vaTmAokuzRN2uPHC2z9LGFaFZwL4tdAR { 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:3.9375rem;width:18.75rem;display:none; }
#rPTFzogoiz51Nq2Lyti0yJSB0lg5TTno { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.375rem;top:0.875rem;left:64.375rem;overflow:hidden;display:block; }
#gsRvAEqOb39vvsTIStvugVTWabJWQceS { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:25.375rem;top:33.28125rem;left:20.9375rem;overflow:hidden;display:block; }
#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { background-color: transparent; background-image: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container > .video-iframe-container { display: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row > .video-iframe-container { display: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .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); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { border-width: 0; border-radius: 0; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#NTx53zc2cGqxlwxkO0NB8qr5p3POTdPg { color:#333a49;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1312503814698rem;left:28.062501907349rem;height:1.3rem;font-style:normal;display:block; }
#TXQpqNJRsw3C7nley9yEsFTVULbLyWIs { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:3.4375rem;left:0rem;display:block; }
#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { background-color: transparent; background-image: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container > .video-iframe-container { display: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row > .video-iframe-container { display: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .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); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { border-width: 0; border-radius: 0; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#RzXHTndzwoxoMNn4xib08I0IIpD6pG5w { color:#333a49;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.625rem;height:1.05625rem;display:block; }
#wUBcDsplBThLHxuC3fF1U2fFoO2d0mUp { color:#333a49;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:18.875rem;height:1.05625rem;font-style:normal;display:block; }
#tVLlp4u9QvkDqVpLXBCrET1vBzsIkZeR { color:#333a49;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6875rem;left:33.25rem;height:1.05625rem;font-style:normal;display:block; }
#yruTVtRccdNpFGnPXMzKcirJNK3phQQq { color:#333a49;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:56.5rem;height:1.05625rem;font-style:normal;display:block; }
#i8z8ZNbd1uWCZI3hWTF8iOeUqJpodyfM { color:#333a49;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.6875rem;left:66.3125rem;height:1.05625rem;font-style:normal;display:block; }
#sR2t8zdaS5crfh13DTSBoHVmuST101ep { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:2.3125rem;left:0.0625rem;display:block; }
#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm { position:relative;display:block; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm { background-color: transparent; background-image: none; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container > .video-iframe-container { display: none; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row > .video-iframe-container { display: none; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .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); }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm { border-width: 0; border-radius: 0; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container { border-top:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vQ6lRafs8DnzwNawAk65hUBm9uIzbDXG { position:absolute;display:block;z-index:15059;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:69.625rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#vZ7QDPLzB0lrXMx7toKEKoJTPk1b41Z7 { 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:9.5rem;width:21.875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HqzEAQgemK745B04MZi3efIh86DAvIc3 { display:none; }#HqzEAQgemK745B04MZi3efIh86DAvIc3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qznemWGu5a35Fhvz6dAnhKvvaOtBImhU { width:11.4375rem;height:2.9375rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOmEbGOuUiViPTwUd9cDmKxoJmTc1CZy { width:47.75rem;height:0.3125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJEi0W38GlmbBOXWmCgpdCHG33aChMc { width:16.25rem;height:1.125rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #COGbdTaAdA7b3vZBy8BEUfZbovaxyzJB { width:38.625rem;height:2rem;top:5rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkGeD612hIXwWwRwFrH0lzD6WimVT3T { width:13.75rem;height:2.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2NXbPyvcydaxScMkpiDIn5Nx909Nn3y { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 { display:none; }#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zD9LV1kypU7vd4VmqsvsUfc9WT2AuLBH { width:47.75rem;height:23.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dipZksm3Xm9a34TT1R3i35TWVw9ZruzB { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0hvbbz5BXEOqOBggaHXPM4T9vlcmxAb { width:47.75rem;height:0.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPCyWVA61O44PwCTyfUHxEGbFsvctWA3 { width:33.5rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFzkDfECLEIb31S5JDwmRDfOCLlPJUJ { width:30.9375rem;height:4.1875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZZti0SfqPCovFGrifNvAkBpGqSykbtL { width:24rem;height:4.5rem;top:15.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Nhpw0NHbzZh2dQxUR5UZP4mOiO5Cwy { width:32.5625rem;height:1.5rem;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2RUTUMI8oUTskJPr4wJTcw4fksBXMuU { width:0.625rem;height:32.375rem;top:2.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVmpJBHN7aQE8BO0tiJrAyhQTQL0AIaa { width:20rem;height:11.25rem;top:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkHe3kLRbKEb3ehIZzTLV3gA5bT4EnXM { width:12.5rem;height:5.1875rem;top:3.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wog2ITTshTVx0fPJQRAN7nRgAzkkhivl { width:7.125rem;height:6.1875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 { display:none; }#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDPkStZf4S0vbt6ANRrkAr9BHLwsvCSm { width:20.25rem;height:1.25rem;top:0.5625rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW7eGx7OeB2y9OV7diHHm8nVrM2el9i5 { width:47.75rem;height:0.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8XZ7KLckObL2kdD3bbM9B9hOIeybWuk { width:47.75rem;height:0.125rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umE8DGM4afqqDy0boxUIlam266QCJTbL { display:none; }#umE8DGM4afqqDy0boxUIlam266QCJTbL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KqHTpbgOSTdsHhllAsD5XDQVk04lOCbV { width:47.75rem;height:0.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcylxV60xA2TuaHsxHQdX8CzVbwHGHgk { width:15.5rem;height:1.0625rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsECtTkTbgpOETOOXdyObA0B3mIT6iT { width:11.6875rem;height:1rem;top:0.625rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJPGl0EbENTtJgaokFL9bCPBSDD2ksF { width:21.0625rem;height:1rem;top:0.625rem;left:21.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mESyBXyfhDZgxg1Dvi3p3AlT72y6dtW3 { width:7rem;height:1rem;top:0.625rem;left:40.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUSPEEmdQDkmm68rRzaBxHgSZnyTwLPq { width:8rem;height:1rem;top:0.5625rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 { display:block; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDxKoX9k0Br3hyzfguQgndExNMEWfRSt { width:47.75rem;height:5.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtUox4IGUvGqRkwpoFzHWFx6v3s5Sb0G { width:17.375rem;height:2rem;top:4.8125rem;left:15.187501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCXgwMB9lEDCZmvTK0tCGWKt3MUftbhG { width:19.875rem;height:1.125rem;top:36.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXUKlmfKp7BieVBTD5X8ZdldL1uwgTOg { width:20.875rem;height:5.625rem;top:37.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Id4buv6U6yRnD7bo6NzgNlWTd4GnaV { width:43.5rem;height:25.5rem;top:8.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdKFgG5RrydSQsf82STWB5ySLwfNh1Tr { width:25.5rem;height:35.9375rem;top:14.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeZ8vpduRvFSSw8inauBrh9KR46Ef13G { width:28.875rem;height:2rem;top:4.875rem;left:9.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvZ80DtVTy9BgWAPSqO8ZV66HXq6bQpT { width:28.875rem;height:2rem;top:4.875rem;left:9.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLLMiBWd5P4g49fISncPqvy6sHqmccv1 { width:28.875rem;height:2rem;top:4.875rem;left:9.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJI6ETAPJdP59TpxF3sDdADxpM4R8zhX { width:17.625rem;height:3.375rem;top:10.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E73tww3lTRognodT15dE9PBazdFWZDTP { width:20rem;height:5.5rem;top:6.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nthRkPVlXszKnEvk0sya32vRkSPRqLxe { width:17.625rem;height:1.125rem;top:28.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsrlGWgti3agnMoKXI6nvsGkTb0tyX4o { width:22rem;height:5.625rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6FztyiPFAEmzbJupivrq8RXh5AVlTl { width:21.875rem;height:0.125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWeec4bLMH091FImhVRNAIx1vKJCsDQT { width:22.625rem;height:;top:16rem;left:11.8125rem;font-size:1rem;display:block; }#MWeec4bLMH091FImhVRNAIx1vKJCsDQT li:before{  }
 }@media only screen and (max-width: 763px) { #W4X64OT8liZGAxWpvVy1kUKoq0rLNlKL { width:20.6875rem;height:4.125rem;top:10.9375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvnaLGs0WFtwpSEIBk33tH1mSBCXyOQF { width:20rem;height:2.1875rem;top:2.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFC6pOWyl48ekp2Mi1dRQFlQiRykBTzm { width:20rem;height:2.875rem;top:17.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG9caEx5oMG6PtuvTo2uF0ceHsxTV8KU { width:25.125rem;height:1.4375rem;top:11.5rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPzmGTIZEhrCSriq2sFBy5gr7h7acrqG { width:22.125rem;height:36rem;top:16rem;left:9.3125009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASJasiWSss9gDC6NMTmxJz3gTIuVIbQz { width:21.875rem;height:0.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6aPDBkGVfv6CtceQNsU7kugBC6qwN9 { width:21.875rem;height:0.125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeEIRFTMrn8PbWWvTOFuvhx9ygJCxRc { width:20.9375rem;height:1.125rem;top:15.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzM1UAC9x8Wrm4Xvi6HRoy49npgfkVVs { width:20.875rem;height:3.375rem;top:17.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp03WnXZ0Mt4ExWlTVAyhRTxNVlTHzE9 { width:20.875rem;height:4.5rem;top:22.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1bbHwwbelEwfuU51PRVaJPRLHZUl1mQ { width:19.875rem;height:1.125rem;top:21.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXF0br2O9Q5Ek0tunQlJnWLoTh9TUDWm { width:47.75rem;height:0.0625rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBTgLSv3kHrUU2DzN4gOl2FtC4yrRscV { width:20rem;height:11.25rem;top:16.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecZMbHOkkLCc4GdGQ2prS1mICvVrT3pb { width:25.75rem;height:37.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alwKtlpoFJnpB2Gz6n9lq09xfWiHGaL8 { width:5.25rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1uHd18bOUDiyrDhdeVETiOffFpwtTLQ { width:18.1875rem;height:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7fnB3i4KfQC0RPCW59Ru9kr2kEgGDly { width:15.6875rem;height:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8JB0mRtWehecJqghUnBRtiKvMRmRRUh { width:8.1875rem;height:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSZ45r5LOJPbhz9rZWG56HNw5NAhSQAv { width:22.125rem;height:17.625rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT2PFdGpEg3Pc7VaroQokX1oy0GcegHK { width:20rem;height:8.25rem;top:10.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaTmAokuzRN2uPHC2z9LGFaFZwL4tdAR { width:18.75rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPTFzogoiz51Nq2Lyti0yJSB0lg5TTno { width:9.375rem;height:1.8125rem;top:0.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRvAEqOb39vvsTIStvugVTWabJWQceS { width:25.375rem;height:18.8125rem;top:33.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGtEi06oTlUHMDydeAguRiFHEWTZuQF { display:block; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTx53zc2cGqxlwxkO0NB8qr5p3POTdPg { width:15.625rem;height:1.3125rem;top:1.125rem;left:14.437501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQpqNJRsw3C7nley9yEsFTVULbLyWIs { width:47.75rem;height:0.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT { display:block; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzXHTndzwoxoMNn4xib08I0IIpD6pG5w { width:16.1875rem;height:1rem;top:0.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUBcDsplBThLHxuC3fF1U2fFoO2d0mUp { width:11.6875rem;height:1rem;top:0.6875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLlp4u9QvkDqVpLXBCrET1vBzsIkZeR { width:21.0625rem;height:1rem;top:0.6875rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yruTVtRccdNpFGnPXMzKcirJNK3phQQq { width:7rem;height:1rem;top:0.6875rem;left:40.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8z8ZNbd1uWCZI3hWTF8iOeUqJpodyfM { width:8rem;height:1rem;top:0.6875rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR2t8zdaS5crfh13DTSBoHVmuST101ep { width:47.75rem;height:0.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm { display:block; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ6lRafs8DnzwNawAk65hUBm9uIzbDXG { width:47.75rem;height:2.8718581687612rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ7QDPLzB0lrXMx7toKEKoJTPk1b41Z7 { width:12.5rem;height:5.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HqzEAQgemK745B04MZi3efIh86DAvIc3 { background-color:transparent;background-image:none;display:none; }#HqzEAQgemK745B04MZi3efIh86DAvIc3 > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qznemWGu5a35Fhvz6dAnhKvvaOtBImhU { width:12.625rem;height:3rem;top:2.0625rem;left:3.6874998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sOmEbGOuUiViPTwUd9cDmKxoJmTc1CZy { width:18.75rem;height:0.25rem;top:8.11874961853rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJEi0W38GlmbBOXWmCgpdCHG33aChMc { width:16.25rem;height:0;top:6.3992195129394rem;left:1.8750001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;color:#002146;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #COGbdTaAdA7b3vZBy8BEUfZbovaxyzJB { width:16.6875rem;height:2.2rem;top:5.0625004768372rem;left:1.6562501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:none; }
 }@media only screen and (max-width: 763px) { #aTkGeD612hIXwWwRwFrH0lzD6WimVT3T { width:14.375rem;height:3rem;top:9.6187515258787rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2NXbPyvcydaxScMkpiDIn5Nx909Nn3y { top:6.5187500715256rem;left:0rem;width:19.875rem;height:1.6rem;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 { background-color:transparent;background-image:none;display:none; }#yGvCze6kCRWTIXIlzKhoz5g18KFJHO86 > .row .container { width:20rem;height:52.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zD9LV1kypU7vd4VmqsvsUfc9WT2AuLBH { width:19.875rem;height:21.375rem;top:13.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dipZksm3Xm9a34TT1R3i35TWVw9ZruzB { top:3.5rem;left:0rem;width:20rem;height:18rem;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x0hvbbz5BXEOqOBggaHXPM4T9vlcmxAb { width:20rem;height:0.1875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPCyWVA61O44PwCTyfUHxEGbFsvctWA3 { width:20rem;height:1.05rem;top:27.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TBFzkDfECLEIb31S5JDwmRDfOCLlPJUJ { width:20rem;height:5.6rem;top:5.6624999046326rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZZti0SfqPCovFGrifNvAkBpGqSykbtL { width:20rem;height:2.8rem;top:18.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6Nhpw0NHbzZh2dQxUR5UZP4mOiO5Cwy { width:20rem;height:1.55rem;top:21.56875038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #X2RUTUMI8oUTskJPr4wJTcw4fksBXMuU { width:0.625rem;height:32.375rem;top:2.5rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVmpJBHN7aQE8BO0tiJrAyhQTQL0AIaa { width:20rem;height:11.25rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkHe3kLRbKEb3ehIZzTLV3gA5bT4EnXM { top:1.1500000953674rem;left:0rem;width:19.75rem;height:3.9rem;z-index:15071;color:#002146;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wog2ITTshTVx0fPJQRAN7nRgAzkkhivl { width:7.125rem;height:6.1875rem;top:11.625000476837rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 { background-color:transparent;background-image:none;display:none; }#PSNSNfJAFLzCP7yCeN6KxcR4qV5Brmn4 > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDPkStZf4S0vbt6ANRrkAr9BHLwsvCSm { width:19.75rem;height:1.2rem;top:0.50625038146973rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hW7eGx7OeB2y9OV7diHHm8nVrM2el9i5 { width:20rem;height:0.0625rem;top:2.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8XZ7KLckObL2kdD3bbM9B9hOIeybWuk { width:20rem;height:0.0625rem;top:0.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #umE8DGM4afqqDy0boxUIlam266QCJTbL { background-color:transparent;background-image:none;display:none; }#umE8DGM4afqqDy0boxUIlam266QCJTbL > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KqHTpbgOSTdsHhllAsD5XDQVk04lOCbV { width:20rem;height:0.125rem;top:6.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcylxV60xA2TuaHsxHQdX8CzVbwHGHgk { width:15.5rem;height:1.1rem;top:1.0624980926514rem;left:2.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsECtTkTbgpOETOOXdyObA0B3mIT6iT { width:11.6875rem;height:0.95rem;top:27.012503814697rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mTJPGl0EbENTtJgaokFL9bCPBSDD2ksF { width:20rem;height:0.95rem;top:2.5375003814698rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mESyBXyfhDZgxg1Dvi3p3AlT72y6dtW3 { width:7rem;height:0.95rem;top:3.8749980926514rem;left:2.8125001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUSPEEmdQDkmm68rRzaBxHgSZnyTwLPq { width:8rem;height:0.95rem;top:3.8749980926514rem;left:9.1875003576281rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 { background-color:transparent;background-image:none;display:block; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { background-color: transparent; background-image: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container > .video-iframe-container { display: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row > .video-iframe-container { display: none; }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .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); }#g15tmzPaVOWFH9tnBOkPh2mfg1o0QL65 > .row .container { width:20rem;height:127.39008811425rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDxKoX9k0Br3hyzfguQgndExNMEWfRSt { width:20rem;height:3.75rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtUox4IGUvGqRkwpoFzHWFx6v3s5Sb0G { width:20rem;height:1.1rem;top:1.9929688572884rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fCXgwMB9lEDCZmvTK0tCGWKt3MUftbhG { width:12.375rem;height:1.13715rem;top:97.06249809265rem;left:6.7421873211863rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXUKlmfKp7BieVBTD5X8ZdldL1uwgTOg { width:11.875rem;height:11.3715rem;top:98.559026718138rem;left:6.9921873211863rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7Id4buv6U6yRnD7bo6NzgNlWTd4GnaV { width:9.375rem;height:9.375rem;top:0.66796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdKFgG5RrydSQsf82STWB5ySLwfNh1Tr { width:20rem;height:34rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeZ8vpduRvFSSw8inauBrh9KR46Ef13G { width:20rem;height:0;top:6.9375rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #XvZ80DtVTy9BgWAPSqO8ZV66HXq6bQpT { width:20rem;height:0;top:6.75rem;left:1.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #oLLMiBWd5P4g49fISncPqvy6sHqmccv1 { width:20rem;height:0;top:15.5625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#333a49;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #wJI6ETAPJdP59TpxF3sDdADxpM4R8zhX { top:10.875rem;left:1.1875rem;width:17.625rem;height:0;z-index:15052;color:#333a49;text-align:center;text-align-last:center;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #E73tww3lTRognodT15dE9PBazdFWZDTP { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15042;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nthRkPVlXszKnEvk0sya32vRkSPRqLxe { width:10.5625rem;height:1.1375rem;top:84.0625rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsrlGWgti3agnMoKXI6nvsGkTb0tyX4o { width:11.875rem;height:10.234375rem;top:85.875rem;left:7.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Se6FztyiPFAEmzbJupivrq8RXh5AVlTl { width:20rem;height:0.125rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWeec4bLMH091FImhVRNAIx1vKJCsDQT { width:20rem;height:10.5625rem;top:11.6669921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#MWeec4bLMH091FImhVRNAIx1vKJCsDQT li:before{  }
 }@media only screen and (max-width: 763px) { #W4X64OT8liZGAxWpvVy1kUKoq0rLNlKL { width:18.125rem;height:4.19791875rem;top:9.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvnaLGs0WFtwpSEIBk33tH1mSBCXyOQF { width:20rem;height:2.25rem;top:5.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #eFC6pOWyl48ekp2Mi1dRQFlQiRykBTzm { width:20rem;height:0;top:16.954688072204rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #ZG9caEx5oMG6PtuvTo2uF0ceHsxTV8KU { width:20rem;height:2.9236125rem;top:23.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPzmGTIZEhrCSriq2sFBy5gr7h7acrqG { width:20rem;height:51.125rem;top:58.937501907349rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ASJasiWSss9gDC6NMTmxJz3gTIuVIbQz { width:20rem;height:0.125rem;top:96.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6aPDBkGVfv6CtceQNsU7kugBC6qwN9 { width:20rem;height:0.125rem;top:109.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeEIRFTMrn8PbWWvTOFuvhx9ygJCxRc { width:20rem;height:1.1375rem;top:59.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzM1UAC9x8Wrm4Xvi6HRoy49npgfkVVs { width:11.875rem;height:6.8229375rem;top:61.6875rem;left:7.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kp03WnXZ0Mt4ExWlTVAyhRTxNVlTHzE9 { width:11.875rem;height:6.8229375rem;top:73.25rem;left:7.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1bbHwwbelEwfuU51PRVaJPRLHZUl1mQ { width:19.0625rem;height:1.1375rem;top:70.875rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXF0br2O9Q5Ek0tunQlJnWLoTh9TUDWm { width:20rem;height:0.125rem;top:70.555557250975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBTgLSv3kHrUU2DzN4gOl2FtC4yrRscV { width:20rem;height:11.25rem;top:27.437500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecZMbHOkkLCc4GdGQ2prS1mICvVrT3pb { top:76.5625rem;left:2.75rem;width:0;height:0.0625rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #alwKtlpoFJnpB2Gz6n9lq09xfWiHGaL8 { top:59.5625rem;left:0rem;width:7.125rem;height:11rem;z-index:15074;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T1uHd18bOUDiyrDhdeVETiOffFpwtTLQ { top:70.6875rem;left:0rem;width:6.5rem;height:13rem;z-index:15075;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W7fnB3i4KfQC0RPCW59Ru9kr2kEgGDly { top:84.0625rem;left:0rem;width:7.25rem;height:12.625rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C8JB0mRtWehecJqghUnBRtiKvMRmRRUh { top:97.06249809265rem;left:0rem;width:6.25rem;height:12.875rem;z-index:15078;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rSZ45r5LOJPbhz9rZWG56HNw5NAhSQAv { width:20rem;height:16.375rem;top:23.625rem;left:0rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #FT2PFdGpEg3Pc7VaroQokX1oy0GcegHK { width:20rem;height:8.3958375rem;top:13.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15044;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vaTmAokuzRN2uPHC2z9LGFaFZwL4tdAR { top:1.1875rem;left:5.5937498807907rem;width:8.8125rem;height:1.875rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rPTFzogoiz51Nq2Lyti0yJSB0lg5TTno { width:5.9375rem;height:1.1479166666667rem;top:0.875rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsRvAEqOb39vvsTIStvugVTWabJWQceS { width:20rem;height:14.827586206897rem;top:111.31250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGtEi06oTlUHMDydeAguRiFHEWTZuQF { background-color:transparent;background-image:none;display:block; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { background-color: transparent; background-image: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container > .video-iframe-container { display: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row > .video-iframe-container { display: none; }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .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); }#PnGtEi06oTlUHMDydeAguRiFHEWTZuQF > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTx53zc2cGqxlwxkO0NB8qr5p3POTdPg { width:19.75rem;height:1.21875rem;top:0.47265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TXQpqNJRsw3C7nley9yEsFTVULbLyWIs { width:20rem;height:0.0625rem;top:2.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT { background-color:transparent;background-image:none;display:block; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { background-color: transparent; background-image: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container > .video-iframe-container { display: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row > .video-iframe-container { display: none; }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .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); }#skpsKaXkm2XSwva8KSMmQvTiiAT6AiQT > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzXHTndzwoxoMNn4xib08I0IIpD6pG5w { width:19.6875rem;height:0.975rem;top:0.80937957763675rem;left:0.28125011920929rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUBcDsplBThLHxuC3fF1U2fFoO2d0mUp { width:11.6875rem;height:0.95rem;top:27.012503814697rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tVLlp4u9QvkDqVpLXBCrET1vBzsIkZeR { width:20rem;height:0.975rem;top:2.4617176055908rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yruTVtRccdNpFGnPXMzKcirJNK3phQQq { width:7rem;height:0.975rem;top:3.7117195129394rem;left:6.4999998807906rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8z8ZNbd1uWCZI3hWTF8iOeUqJpodyfM { width:8rem;height:0.975rem;top:4.9984397888184rem;left:5.9999998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sR2t8zdaS5crfh13DTSBoHVmuST101ep { width:20rem;height:0.0625rem;top:6.5671920776369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm { display:block; }#w6s1qrHRVeTXRvWko0TM2yUa2uXk2Zrm > .row .container { width:20rem;height:8.6875016884766rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ6lRafs8DnzwNawAk65hUBm9uIzbDXG { width:20rem;height:1.2028725314183rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ7QDPLzB0lrXMx7toKEKoJTPk1b41Z7 { top:0.125rem;left:0.09375rem;width:19.8125rem;height:8.5625rem;z-index:15060;overflow:hidden;display:block; }
 }