.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container { background-color: transparent; background-image: none; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container > .video-iframe-container { display: none; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row > .video-iframe-container { display: none; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .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); }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container { border-width: 0; border-radius: 0; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#SBvTRc9aozBtdUSSWQ3QXdIqidx9nqXM { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:39.6875rem;display:block; }
#cphh74TPh2nUU997MewP9TczTHI5sMwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVvE9e06iRP7eMmHvQ4iWCFzPWgWEx5R { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:45.8125rem;display:block; }
#yxHPPZykcODnzokfPCxzvClxlrxnVS8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJ8LJgUzrf6QqNmGn9OTTklWK8zd1NXP { background-color:#c02222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:62.75rem;display:block; }
#ckKeM9iqbg6o1apufALJkGqQbKTxgHTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdlDcFPFoD0wak6qOw4q71b8Xkyy9Kma { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:2.34375rem;left:73rem; }
#IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#wfU5EQRQ7C6kRhPG0mTUDGuFLyzM3KHk { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:33.25rem;display:block; }
#pHZHgVpkQZiOqSpfo8dEiCXligToUOqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g95BZUSzMl398ie32f570EsTbXyzQxFX { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:53.9375rem;display:block; }
#twySk2a611kTG72DXyitM0bVaG1ki8oF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uceead55d5d1d88f48bd88cc0886df7b { position:relative;display:none; }#uceead55d5d1d88f48bd88cc0886df7b { border-width: 0; border-radius: 0; }#uceead55d5d1d88f48bd88cc0886df7b > .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; }#uceead55d5d1d88f48bd88cc0886df7b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#c155f3e785afce140392f66452294af0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#hbdc92d7455201eae14c02eb01d8aec2 { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.25rem;left:40.625rem;display:none; }
#fb63e8eb727c53e61749a20940510296 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b29dadfe822542ecf283cd6b00a28629 { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:47.0625rem;display:none; }
#e9cae68186f486baaeb230e5307c9471 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e043d71e66a8874aefc18f05d1baf1e9 { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#a558fce2c90715b3088730b6dd98c002 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D29ca69aa5d68bf653112cde09c4e9a5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wa6f6f527a479e529478dc5086a27403 { background-color:transparent;background-image:none;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:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#J3b24c4ffae8f5319070357c91feda90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z15ad364392363b07cc0001a8aa1a24c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem;display:none; }
#z15ad364392363b07cc0001a8aa1a24c > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:247.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#2b2a29;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.75rem;left:28.09375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#2b2a29;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:15.5625rem;left:28.09375rem;height:7.99805rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:43.9375rem;display:none; }
#Xe7FRmLy0harUirvl0t11AdG9qFyLChH { 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:16.75rem;width:14.4375rem;top:8.75rem;left:8.0625rem;overflow:hidden;display:block; }
#HFwNdul0eCF5TfUznU5TGLcpI0eZXWMU { color:#2b2a29;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:42.0625rem;left:56.3125rem;height:11.19725rem;display:block; }
#J0cVp0UgrGn2BdQ34AF8d3fnaXnfNz4G { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #c02222;border-left:0.5rem solid #c02222;border-right:0.5rem solid #c02222;border-bottom:0.5rem solid #c02222;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:41.25rem;left:49rem;display:block; }
#GJyCETVqItspGEqHwmN7Mi6GrlsbTfPT { color:#2b2a29;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:42.0625rem;left:33.75rem;height:6.3984375rem;display:block; }
#WJEwWwf2BUdM4gpmPMwP4HBKKQQoozAT { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #c02222;border-left:0.5rem solid #c02222;border-right:0.5rem solid #c02222;border-bottom:0.5rem solid #c02222;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:41.25rem;left:26.4375rem;display:block; }
#yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:42.0625rem;left:10rem;height:6.3984375rem;display:block; }
#uZXR8rTt2xrkSBwRJq5X378yv1R0x6nd { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #c02222;border-left:0.5rem solid #c02222;border-right:0.5rem solid #c02222;border-bottom:0.5rem solid #c02222;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:41.25rem;left:2.6875rem;display:block; }
#MEe4OLx417pZ1LF8JBwEL2B0vX8i7Aau { color:#2b2a29;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:122rem;left:17.6875rem;height:6.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eqK92cVsJcr4XHeKnkXsubBPygyaPHqt { color:#2b2a29;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:132.8125rem;left:17.6875rem;height:6.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Wlsxquim5cO8KUy4tiDsLQUZOBhSFT4G { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:26.0625rem;top:110.5rem;left:19.875rem;overflow:hidden;display:block; }
#v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { background-color:#c02222;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:241.1875rem;left:28.6875rem;display:block; }
#cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { background-color:#c02222;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.8125rem;left:33.75rem;display:block; }
#MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHuHWWii6EwBlmkA02tRJLwZH8l5pfS1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:203.67578125rem;left:0rem;overflow:hidden;display:block; }
#cVRkTTt8bJC14qpDJdeCzcwd7t3GMXg8 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:203.67578125rem;left:17.6875rem;overflow:hidden;display:block; }
#fNUbhtDQN7Jg0DTTasTezZcyKeNp3vZK { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:203.67578125rem;left:35.3125rem;overflow:hidden;display:block; }
#KoHgT7iHOfmwOaosblVSz6OmD0phBUmc { color:#2b2a29;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:195.875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oreRvlpWTHoDAgT3BzoZ166FCTCF4rFW { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:223.2373046875rem;left:0rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fy4a07g0g3FZmTymATyeczyVCIhThF1q { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:223.2373046875rem;left:17.6875rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzrWzHiz62yirUuGBZzNiB2cS6tbmmcl { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:222.4365234375rem;left:35.3125rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEvBOSW2zLuQTkJE0thP0oMqRc81Fzoy { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:218.36328125rem;left:0rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aFVm5ITpKyQDfzim9zrUVmL1Gda2pt6a { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:218.42578125rem;left:17.6875rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcdm2xJcy9g0WXu3sAHXbIlEd6OQgpqo { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:218.36328125rem;left:35.3125rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOkc7VbbK80ktG81FHqCpPkwIvq2egB4 { color:#2b2a29;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:218.36328125rem;left:56.3125rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R16U7QJ9ZUQR7gvFq3mLFqBTguVmbe1G { color:#2b2a29;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:222.4365234375rem;left:53.375rem;height:12.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDm8EyP55XvXvdz3vDXBVCZ6OCnTgkNl { position:absolute;display:block;z-index:15038;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:14.375rem;width:14.375rem;top:203.36328125rem;left:54.375rem;overflow:hidden;display:block; }
#IOkz9UtbNgqbfimZcsrDsWNb4qePQJBw { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:63.5rem;left:2.40625rem;height:38.99418125rem;display:block; }
#ze0zM3bU3sVIn5qJ3D8zs89LUO384tDS { color:#000000;display:block;width:71.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.6;letter-spacing:0;top:144.4375rem;left:2.21875rem;height:46.38869375rem;display:block; }
#Tfee06cee9bba9b609bb376217db4611 { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tfee06cee9bba9b609bb376217db4611 > .row .container { background-color: transparent; background-image: none; }#Tfee06cee9bba9b609bb376217db4611::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfee06cee9bba9b609bb376217db4611 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfee06cee9bba9b609bb376217db4611 > .row .container > .video-iframe-container { display: none; }#Tfee06cee9bba9b609bb376217db4611 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfee06cee9bba9b609bb376217db4611 > .row > .video-iframe-container { display: none; }#Tfee06cee9bba9b609bb376217db4611 > .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); }#Tfee06cee9bba9b609bb376217db4611 > .row .container { border-width: 0; border-radius: 0; }#Tfee06cee9bba9b609bb376217db4611 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tfee06cee9bba9b609bb376217db4611 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#p9243dc1ec938a8e24d031e31eb51254 { color:#2b2a29;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.1494125rem;font-style:normal;display:block; }
#I10b862a00f15b932ab1c214e4a923f2 { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.1875rem;height:3.6738375rem;font-style:normal;display:block; }
#cb94f7bd1cb36844e42c0702890d7d67 { position:absolute;display:block;z-index:15015;background-color:#000000;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:35.625rem;top:11rem;left:31.875rem;display:block; }
#fcb954b1bb04782351c7684eba7e89f1 { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:49.75rem;height:1.2246125rem;font-style:normal;display:block; }
#fd8c022f0ece7a7994242e8e3ffd647f { color:#2b2a29;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#d23581330009c951d076b030cbd2abe2 { color:#2b2a29;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:59rem;height:1.04980625rem;font-style:normal;display:block; }
#L8e03eba5fd28873155f11f333ca6efc { color:#2b2a29;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#pdc37c09a3ab4934ebba9d57fa96480e { position:absolute;display:block;z-index:15016;background-color:#000000;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:20rem;top:11rem;left:7.5rem;display:block; }
#i01137f62a30ad0945c758803bd3057b { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#f4631fe9f99e3f911d0d0044ed90ac1b { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:47.8125rem; }
#C8f5788f169e645ff036577617432cb8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:58.125rem; }
#N95bf3757c81576cb6846917a32a0eb5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem; }
#N95bf3757c81576cb6846917a32a0eb5 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#Na28763a7f3eb07be404ce2861a66ab6 { position:absolute;display:block;z-index:15033;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.5625rem;width:9.375rem;top:2.6123046875rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW { display:block; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBvTRc9aozBtdUSSWQ3QXdIqidx9nqXM { width:6.5rem;height:2.1875rem;top:2.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphh74TPh2nUU997MewP9TczTHI5sMwT { display:block; }
 }@media only screen and (max-width: 763px) { #RVvE9e06iRP7eMmHvQ4iWCFzPWgWEx5R { width:6.875rem;height:2.1875rem;top:2.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHPPZykcODnzokfPCxzvClxlrxnVS8b { display:block; }
 }@media only screen and (max-width: 763px) { #FJ8LJgUzrf6QqNmGn9OTTklWK8zd1NXP { width:8.6875rem;height:2.125rem;top:2.3125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKeM9iqbg6o1apufALJkGqQbKTxgHTV { display:block; }
 }@media only screen and (max-width: 763px) { #DdlDcFPFoD0wak6qOw4q71b8Xkyy9Kma { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti { top:2.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wfU5EQRQ7C6kRhPG0mTUDGuFLyzM3KHk { width:6.5rem;height:2.1875rem;top:2.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHZHgVpkQZiOqSpfo8dEiCXligToUOqT { display:block; }
 }@media only screen and (max-width: 763px) { #g95BZUSzMl398ie32f570EsTbXyzQxFX { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twySk2a611kTG72DXyitM0bVaG1ki8oF { display:block; }
 }@media only screen and (max-width: 763px) { #uceead55d5d1d88f48bd88cc0886df7b { display:none; }#uceead55d5d1d88f48bd88cc0886df7b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c155f3e785afce140392f66452294af0 { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbdc92d7455201eae14c02eb01d8aec2 { width:6.5rem;height:2.1875rem;top:2.25rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb63e8eb727c53e61749a20940510296 { display:block; }
 }@media only screen and (max-width: 763px) { #b29dadfe822542ecf283cd6b00a28629 { width:6.5rem;height:2.1875rem;top:2.25rem;left:33.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9cae68186f486baaeb230e5307c9471 { display:block; }
 }@media only screen and (max-width: 763px) { #e043d71e66a8874aefc18f05d1baf1e9 { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a558fce2c90715b3088730b6dd98c002 { display:block; }
 }@media only screen and (max-width: 763px) { #D29ca69aa5d68bf653112cde09c4e9a5 { display:none; }
 }@media only screen and (max-width: 763px) { #wa6f6f527a479e529478dc5086a27403 { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3b24c4ffae8f5319070357c91feda90 { display:block; }
 }@media only screen and (max-width: 763px) { #z15ad364392363b07cc0001a8aa1a24c { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#z15ad364392363b07cc0001a8aa1a24c > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:8.75rem;left:8.3125rem;width:39.4375rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:15.5625rem;left:4.3125rem;width:43.4375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { top:8.75rem;left:0rem;width:14.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFwNdul0eCF5TfUznU5TGLcpI0eZXWMU { top:42.0625rem;left:31.75rem;width:16rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cVp0UgrGn2BdQ34AF8d3fnaXnfNz4G { top:41.25rem;left:35.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJyCETVqItspGEqHwmN7Mi6GrlsbTfPT { top:42.0625rem;left:20.125rem;width:12.125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEwWwf2BUdM4gpmPMwP4HBKKQQoozAT { top:41.25rem;left:12.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { top:42.0625rem;left:0rem;width:13.3125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZXR8rTt2xrkSBwRJq5X378yv1R0x6nd { top:41.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEe4OLx417pZ1LF8JBwEL2B0vX8i7Aau { top:122rem;left:4.0625rem;width:35.6875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqK92cVsJcr4XHeKnkXsubBPygyaPHqt { top:132.8125rem;left:4.0625rem;width:35.6875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlsxquim5cO8KUy4tiDsLQUZOBhSFT4G { top:110.5rem;left:6.25rem;width:26.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { width:13.6875rem;height:3.9375rem;top:241.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block; }
 }@media only screen and (max-width: 763px) { #W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { width:13.6875rem;height:3.9375rem;top:26.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block; }
 }@media only screen and (max-width: 763px) { #XHuHWWii6EwBlmkA02tRJLwZH8l5pfS1 { top:203.625rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRkTTt8bJC14qpDJdeCzcwd7t3GMXg8 { top:203.625rem;left:4.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNUbhtDQN7Jg0DTTasTezZcyKeNp3vZK { top:203.625rem;left:21.6875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoHgT7iHOfmwOaosblVSz6OmD0phBUmc { top:195.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oreRvlpWTHoDAgT3BzoZ166FCTCF4rFW { top:223.1875rem;left:0rem;width:13.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4a07g0g3FZmTymATyeczyVCIhThF1q { top:223.1875rem;left:4.0625rem;width:13.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzrWzHiz62yirUuGBZzNiB2cS6tbmmcl { top:222.375rem;left:21.6875rem;width:13.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEvBOSW2zLuQTkJE0thP0oMqRc81Fzoy { top:218.3125rem;left:0rem;width:13.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFVm5ITpKyQDfzim9zrUVmL1Gda2pt6a { top:218.375rem;left:4.0625rem;width:13.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdm2xJcy9g0WXu3sAHXbIlEd6OQgpqo { top:218.3125rem;left:21.6875rem;width:13.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOkc7VbbK80ktG81FHqCpPkwIvq2egB4 { top:218.3125rem;left:34rem;width:13.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R16U7QJ9ZUQR7gvFq3mLFqBTguVmbe1G { top:222.375rem;left:30.625rem;width:17.125rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDm8EyP55XvXvdz3vDXBVCZ6OCnTgkNl { top:203.3125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOkz9UtbNgqbfimZcsrDsWNb4qePQJBw { top:63.5rem;left:0rem;width:47.75rem;height:42.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0zM3bU3sVIn5qJ3D8zs89LUO384tDS { top:144.4375rem;left:0rem;width:47.75rem;height:49.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfee06cee9bba9b609bb376217db4611 { display:block; }#Tfee06cee9bba9b609bb376217db4611 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9243dc1ec938a8e24d031e31eb51254 { top:6.3125rem;left:0rem;width:19.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I10b862a00f15b932ab1c214e4a923f2 { top:6rem;left:40.4375rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb94f7bd1cb36844e42c0702890d7d67 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcb954b1bb04782351c7684eba7e89f1 { top:6.125rem;left:36.125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd8c022f0ece7a7994242e8e3ffd647f { top:6.0625rem;left:21.375rem;width:11.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23581330009c951d076b030cbd2abe2 { top:13.0625rem;left:35.9375rem;width:4.625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8e03eba5fd28873155f11f333ca6efc { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdc37c09a3ab4934ebba9d57fa96480e { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01137f62a30ad0945c758803bd3057b { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4631fe9f99e3f911d0d0044ed90ac1b { top:6rem;left:34.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f5788f169e645ff036577617432cb8 { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95bf3757c81576cb6846917a32a0eb5 { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#N95bf3757c81576cb6846917a32a0eb5 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #Na28763a7f3eb07be404ce2861a66ab6 { top:2.5625rem;left:0rem;width:9.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW { position:relative;z-index:auto;display:block; }#CP6hT8ChTLFycn0Mvo5ZTLWrhh0EIZFW > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBvTRc9aozBtdUSSWQ3QXdIqidx9nqXM { width:3.9375rem;height:2.1875rem;top:9.875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphh74TPh2nUU997MewP9TczTHI5sMwT { display:block; }
 }@media only screen and (max-width: 763px) { #RVvE9e06iRP7eMmHvQ4iWCFzPWgWEx5R { width:7.0625rem;height:2.1875rem;top:12.875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHPPZykcODnzokfPCxzvClxlrxnVS8b { display:block; }
 }@media only screen and (max-width: 763px) { #FJ8LJgUzrf6QqNmGn9OTTklWK8zd1NXP { width:8.6875rem;height:2.125rem;top:19.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKeM9iqbg6o1apufALJkGqQbKTxgHTV { display:block; }
 }@media only screen and (max-width: 763px) { #DdlDcFPFoD0wak6qOw4q71b8Xkyy9Kma { width:12.75rem;height:3.5rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti { width:2rem;height:2rem;top:23.125rem;left:9rem;display:block; }
#IdnaKOEKiEwNPM4rKP3Dz3V8nNdNKMti > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wfU5EQRQ7C6kRhPG0mTUDGuFLyzM3KHk { width:6.5rem;height:2.1875rem;top:6.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHZHgVpkQZiOqSpfo8dEiCXligToUOqT { display:block; }
 }@media only screen and (max-width: 763px) { #g95BZUSzMl398ie32f570EsTbXyzQxFX { width:6.5rem;height:2.1875rem;top:16.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twySk2a611kTG72DXyitM0bVaG1ki8oF { display:block; }
 }@media only screen and (max-width: 763px) { #uceead55d5d1d88f48bd88cc0886df7b { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uceead55d5d1d88f48bd88cc0886df7b > .row .container { border-width: 0; border-radius: 0; }#uceead55d5d1d88f48bd88cc0886df7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uceead55d5d1d88f48bd88cc0886df7b > .row .container { width:20rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c155f3e785afce140392f66452294af0 { width:12.75rem;height:3.3125rem;top:1.25rem;left:3.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hbdc92d7455201eae14c02eb01d8aec2 { width:3.3125rem;height:2.1875rem;top:20.375rem;left:8.34375rem;text-align:right;text-align-last:right;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fb63e8eb727c53e61749a20940510296 { display:block; }
 }@media only screen and (max-width: 763px) { #b29dadfe822542ecf283cd6b00a28629 { width:3.3125rem;height:2.1875rem;top:17.125rem;left:8.34375rem;text-align:right;text-align-last:right;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #e9cae68186f486baaeb230e5307c9471 { display:block; }
 }@media only screen and (max-width: 763px) { #e043d71e66a8874aefc18f05d1baf1e9 { width:4.8125rem;height:2.1875rem;top:14.0625rem;left:7.59375rem;text-align:right;text-align-last:right;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a558fce2c90715b3088730b6dd98c002 { display:block; }
 }@media only screen and (max-width: 763px) { #D29ca69aa5d68bf653112cde09c4e9a5 { display:flex;top:6.71875rem;left:0.5625rem;width:3.125rem;height:3.125rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #wa6f6f527a479e529478dc5086a27403 { width:4.0625rem;height:2.1875rem;top:11.9375rem;left:7.96875rem;z-index:15010;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J3b24c4ffae8f5319070357c91feda90 { display:block; }
 }@media only screen and (max-width: 763px) { #z15ad364392363b07cc0001a8aa1a24c { width:1.875rem;height:1.875rem;top:24.375rem;left:9.0625rem;z-index:15032;display:block; }
#z15ad364392363b07cc0001a8aa1a24c > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:457.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:18.125rem;height:19.1953rem;top:4.8984375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:78.9043125rem;left:4.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { width:14.4375rem;height:16.75rem;top:8.75rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFwNdul0eCF5TfUznU5TGLcpI0eZXWMU { width:13.125rem;height:15.996125rem;top:47.42675rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0cVp0UgrGn2BdQ34AF8d3fnaXnfNz4G { width:4.375rem;height:4.375rem;top:72.2793125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJyCETVqItspGEqHwmN7Mi6GrlsbTfPT { width:13.125rem;height:6.3984375rem;top:39.7783125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJEwWwf2BUdM4gpmPMwP4HBKKQQoozAT { width:4.375rem;height:4.375rem;top:58.005875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { width:13.125rem;height:7.9980625rem;top:30.53025rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZXR8rTt2xrkSBwRJq5X378yv1R0x6nd { width:4.375rem;height:4.375rem;top:42.1328125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEe4OLx417pZ1LF8JBwEL2B0vX8i7Aau { width:18.125rem;height:15.996125rem;top:155.609125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqK92cVsJcr4XHeKnkXsubBPygyaPHqt { width:18.125rem;height:14.3965rem;top:172.85525rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wlsxquim5cO8KUy4tiDsLQUZOBhSFT4G { width:20rem;height:5.4196642685851rem;top:110.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { width:13.6875rem;height:3.9375rem;top:452.130859375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block; }
 }@media only screen and (max-width: 763px) { #W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { width:13.6875rem;height:3.9375rem;top:25.34275rem;left:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block; }
 }@media only screen and (max-width: 763px) { #XHuHWWii6EwBlmkA02tRJLwZH8l5pfS1 { width:13.75rem;height:13.75rem;top:310.2734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRkTTt8bJC14qpDJdeCzcwd7t3GMXg8 { width:13.75rem;height:13.75rem;top:345.5859375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNUbhtDQN7Jg0DTTasTezZcyKeNp3vZK { width:13.75rem;height:13.75rem;top:379.3984375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoHgT7iHOfmwOaosblVSz6OmD0phBUmc { width:20rem;height:2.3994125rem;top:300.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oreRvlpWTHoDAgT3BzoZ166FCTCF4rFW { width:13.75rem;height:11.19725rem;top:331.0078125rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy4a07g0g3FZmTymATyeczyVCIhThF1q { width:13.75rem;height:11.19725rem;top:365.8916015625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzrWzHiz62yirUuGBZzNiB2cS6tbmmcl { width:13.75rem;height:12.796875rem;top:399.0884375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEvBOSW2zLuQTkJE0thP0oMqRc81Fzoy { width:13.75rem;height:3.19921875rem;top:326.2734375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFVm5ITpKyQDfzim9zrUVmL1Gda2pt6a { width:13.75rem;height:3.199225rem;top:361.09765625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcdm2xJcy9g0WXu3sAHXbIlEd6OQgpqo { width:13.75rem;height:3.199225rem;top:394.359375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOkc7VbbK80ktG81FHqCpPkwIvq2egB4 { width:13.75rem;height:3.199225rem;top:429.62109375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R16U7QJ9ZUQR7gvFq3mLFqBTguVmbe1G { width:17.125rem;height:15.996125rem;top:434.072265625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDm8EyP55XvXvdz3vDXBVCZ6OCnTgkNl { width:14.375rem;height:14.375rem;top:413.9609375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOkz9UtbNgqbfimZcsrDsWNb4qePQJBw { width:20rem;height:89.68655rem;top:64.672875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze0zM3bU3sVIn5qJ3D8zs89LUO384tDS { width:20rem;height:102.37496875rem;top:188.50175rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfee06cee9bba9b609bb376217db4611 { display:block; }#Tfee06cee9bba9b609bb376217db4611 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9243dc1ec938a8e24d031e31eb51254 { width:14.625rem;height:7.347625rem;top:7.36230625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I10b862a00f15b932ab1c214e4a923f2 { width:13.75rem;height:4.1982375rem;top:29.69336875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cb94f7bd1cb36844e42c0702890d7d67 { width:18.75rem;height:0.0625rem;top:36.45313125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcb954b1bb04782351c7684eba7e89f1 { width:9.875rem;height:1.3994125rem;top:24.23243125rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fd8c022f0ece7a7994242e8e3ffd647f { width:11.375rem;height:1.3994125rem;top:18.77149375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d23581330009c951d076b030cbd2abe2 { width:20rem;height:1.04980625rem;top:38.51563125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8e03eba5fd28873155f11f333ca6efc { width:20rem;height:1.04980625rem;top:5.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdc37c09a3ab4934ebba9d57fa96480e { width:18.75rem;height:0.0625rem;top:35.14063125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01137f62a30ad0945c758803bd3057b { width:1.5625rem;height:1.5625rem;top:15.95899375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4631fe9f99e3f911d0d0044ed90ac1b { width:1.5625rem;height:1.5625rem;top:21.41993125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f5788f169e645ff036577617432cb8 { width:1.5625rem;height:1.5625rem;top:26.88086875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95bf3757c81576cb6846917a32a0eb5 { width:1.875rem;height:1.875rem;top:40.8154375rem;left:9.0625rem;display:block; }
#N95bf3757c81576cb6846917a32a0eb5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Na28763a7f3eb07be404ce2861a66ab6 { width:9.375rem;height:2.5625rem;top:1.25rem;left:5.3125rem;display:block; }
 }