.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv { position:relative;display:none; }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv { border-width: 0; border-radius: 0; }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv > .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; }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s1EfiecdfnioZuUDhWUVBByAovT0H0WL { 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:60rem;width:60rem;display:none; }
#r1KpWyqOiZLDec236qtATDpkraQUamLI { position:relative;display:none; }#r1KpWyqOiZLDec236qtATDpkraQUamLI { border-width: 0; border-radius: 0; }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .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; }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VvL9xqCnBzedoTsSXAsyPsa2ooBheCSy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:8.8125rem;left:1.625rem;display:none; }
#v2e6vnObkzynwRIEUu5mw9P8L910s45M { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.5rem;left:0rem;display:none; }
#ErInz1n95e17GWnPCBtlNAQ6s802TXsl { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Jf5SJDoSVo5GDuXrLo3LT7pbo6uT739l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFlKgkzEr5HCNmfnZwpwvDG8m5rocs5I { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:20.25rem;left:3.75rem;display:none; }
#d9I2lRmQENIqImfXapb9wqoZyuSSqlpU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:27.375rem;left:5.75rem;display:none; }
#gZWzOZg8ZLTgXHV3Ap3cEm1JX9JWKsyk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hLXXAirX674hzvoH6nX8lgZfTUrSffml { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf { position:relative;display:none; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf { border-width: 0; border-radius: 0; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .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; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LrDRafSZ5VQ6TQad81TgxrxqxN3QqrEp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.4375rem;left:3.75rem;display:none; }
#BtrVeSSpgS45I98GxalV3Lz07ogvUB6c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.5rem;left:4.8125rem;display:none; }
#hxuuCZlOsnOdPJgREPWhJTmRUWN4eTOC { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:arial;font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:9.125rem;left:1.75rem;display:none; }
#mHWqVx1McIoZb7SfC5rkaBZpkgCflqOz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#n3zQXyLCf1o8xRnc9Ly8oUmCGCccTKlr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nZQ6ASaIN7ule07y1AwIUW7DXvWD6CTW { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8125rem;top:15.375rem;left:1.6875rem;display:none; }
#bDdDy7lVNQlJgdhamotHvktxXJJJunfT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:17.0625rem;left:0.625rem;display:none; }
#nDwpnW8T6QRkJiTdRuXTxSRfnkTm4biy { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8125rem;top:27.3125rem;left:1.6875rem;display:none; }
#fAm2L6wRW6UzifRn4T2OSvs00ZsN2Ish { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#r3VILTV226fPEO18Tv2eV3sdwqFxU1ct { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:27.3125rem;left:7.5rem;display:none; }
#SfulKQ4bD45fXKJraqx8qumcfT2sGJrJ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:37.4375rem;left:4.125rem;display:none; }
#CiDsJgUVbKkxH6LMeBsWpOlI3L0uf2K2 { 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:45.4375rem;width:50rem;display:none; }
#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ { position:relative;display:none; }#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ { border-width: 0; border-radius: 0; }#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ > .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; }#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cQZ6X6ilFWIFh77bqNw0URH0rJ1zJPNo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.5rem;left:5.0625rem;display:none; }
#MpZbhWfwOkm9O6dwZXkT9g6IgwZ1fOBM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:7.8125rem;left:2.6875rem;display:none; }
#ygSNtQpTTVT5iyvwn8LgFEl5a2FsBAaO { 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:50rem;width:45.6875rem;display:none; }
#iVBM95M3m1NCtII5REKvzE6QIfxcolRX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SrJk4Tu8iH6hruNFVWoTMqomVZ1igRbT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:17.25rem;left:4.8125rem;display:none; }
#CxkcLAZLNvaccMMfOplC5qauafAvPleH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ts1VOiE50EcoSGMBmTMHlxPpqhLKUsGq { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:23.3125rem;left:0.5625rem;display:none; }
#mePN1xOEeQKdreLNiqXtUS8FVntR70BC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#V4tBSzu1RVfC70UBKAk2hmrLChtarVvK { 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:40.9375rem;width:50rem;display:none; }
#ryCbp57T7k9JTrzDCSoraaeATbf7GSaa { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:30.8125rem;left:0.375rem;display:none; }
#nkhNJvGBb9keBsgMyPaGZ83mdWU3qkDT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TOPXM2OF47EwmQJBOakH7LfDtNNcxM3f { 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:50rem;width:50rem;display:none; }
#LkR1P603QoyXuZfT6y96W7iHD5USKScp { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MuapaLTSSvucbeq4tPhgwGsQsi33cLPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo8OQO03anoMEWcDX6dUDh8FdK5BBsal { 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:40.9375rem;width:50rem;display:none; }
#TACE61sUlXTVAbotmIl7T7gGHkphUbsb { position:relative;display:none; }#TACE61sUlXTVAbotmIl7T7gGHkphUbsb { border-width: 0; border-radius: 0; }#TACE61sUlXTVAbotmIl7T7gGHkphUbsb > .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; }#TACE61sUlXTVAbotmIl7T7gGHkphUbsb > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OhhEQ2UFCKevE5eSvG5z5l8ezH4lQl65 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4.375rem;top:1.0625rem;left:1.125rem;display:none; }
#GEL1ttGkQK3E02PPOfXGB8BiUInWEq06 { 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.9375rem;width:48.3125rem;display:none; }
#V81Bs7po3qL1aF3cKk45tWQkQzGSQFZs { 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:29.1875rem;width:48.125rem;display:none; }
#kEkvS7nfBKupnNTtXOCykBsrg4ltEmEt { 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:49.25rem;width:50rem;display:none; }
#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou { position:relative;display:none; }#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou { border-width: 0; border-radius: 0; }#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou > .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; }#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mPBScob6QTMd7A4FdMAWWhPUeChnKRT3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.25rem;top:5.3125rem;left:4.625rem;display:none; }
#h9iOCdylTJV7a7owu1T3exZStr352U0o { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:6.375rem;left:0.375rem;display:none; }
#JPJid48lI8qmXFKvpRVTyAasAV6kQKFT { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TC9tqLV5dfmTXksIJgAtU3NPn2bmtIyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyP6iKqhVARQ82VLTN0XNi5whL0rKvLK { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:28.0625rem;left:0.375rem;display:none; }
#dHc8c6Uf9t5sMeqdLWHmxtAVGWX3A7BD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GFQOeeXe1hzSTziSXTdBQaLpcvmoFM5m { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UhDHdKFG0wRTJpuNirMo6f6v4zcH91nR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMIe3BmaJ3ilHFz997R1pBdMtZXcfe54 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EsM1xpHyqHJxB8cKffEGWSDbgCqTqrI9 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:46.5625rem;left:0.5rem;display:none; }
#xN8ULkJe8ObtptvFDlrDHGnx0PSOO0rW { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#F1Tym0hAIttskqlB1TFMPA2hWxcbOgxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1XuQq6CvRc902JJONrTsG5GGolscka2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SuZ8voXBCfHJ6BRXtc5gUnMEHtNFFGid { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:63.25rem;left:0.625rem;display:none; }
#NyXnM0dmJXNAE1DdTxzcaXTdKTX9Qre4 { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cPiLAchxOG8X7lIcHNGXR4DKJI15lhTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqqIuSHU6i5I95GaQCy4rVdn9TUbUFLx { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UeZVR0PlSd9wt7tPwNRdIqfVMlXaLASU { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:83.4375rem;left:0.3125rem;display:none; }
#CZXJHl9OL7NMJKOhrZOCd8NCPh1QZkcw { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#D5SUJTnINseL46MxeBp8GzNcz1f0XOPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EywZ8RVuUB25R5D4AoqEC2qA8FBdUZyS { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:97.5rem;left:0.25rem;display:none; }
#Ea8vwisxc2RXuFc3IaosPaw0eVt1D0mq { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ul4uKJeFFZGTTK4Lklr2qwOn8sCImPuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQmNBhpQO6cJmdbrkUUEVIDuWTrrAlgN { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:116.375rem;left:0.25rem;display:none; }
#BD0VGZgeIlQZltWylqOSzZDzGr0sDSxo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tlyhL2xJB4eRoDJhKMF5WNT0zidznVtv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rTTVqGsMigkPr2t1cRlmFHhGpPX4wqSU { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KRI2UG1QXp9kV4ugWIdJ6raxns4m1iiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTnulAhX86nQUV0qpNe2TvfvoHn0PxFD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Z5F07XkKockOKbNE6oVuc5RrzvJCtZMM { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:134.8125rem;left:0.25rem;display:none; }
#oqmliLEC717kpnDhkHgtK7VtdcvbKq23 { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fJSaZaAVTTpMVlmBM2W0PToD5q926Dl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqwHDuAOHLyIWniUrBp69h71k6JRl8pe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QrQG4rVnbEciv7MCLv4drFg7botelpHg { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:154.5rem;left:0.25rem;display:none; }
#KAUkVqUu3Hx92T3gDJoNBx6pPlSH1EFL { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#sEPZa4aJFBBNHKJKWkAlk3Nw1UqArmUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJg1Qz81JhAd29ELpT1troW0bXyTuHc7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Tbpz6FWAi1GSZnoSsoPLb19inOwdsnsl { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:172rem;left:0.25rem;display:none; }
#u4l8sU7eTzx7t7JLFt1b6Ds2fH7JogEw { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#K66uIfn12bnHTWu17HJLIfUyV7AtcFgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn { position:relative;display:none; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn { border-width: 0; border-radius: 0; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .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; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#U3bq5V8tDdI5zp1a1DUd8FXETXeXT4Jc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.375rem;left:8.1875rem;display:none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-trigger.adaptive-delivery-prevent-bg, #XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-trigger.lazyload, #XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-trigger.lazyloading { background-image: none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #R0k0h3zMZafs9loAnx4rrXy3JHARuq7F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #z1au8foLMFhTTT0PTJG8Kby17QHWWo0W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #y6zd7sk1QO3FKA91TG1DtryuXl7VWTbd { display:block;position:relative; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #r7h5ml04TmcWL4fAzsTTvaJ9cDNsiFem {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #bJi7TnEpqLi2zrP1Ttmpf1LabLsUWWXJ {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Q3Hn2zvvXnb2TIHMSt1CpSgGLWei6T1p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Claf2Fb9vc9s5ShhoXhyk0EtcvetuDzf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #wlTHKHQQah5dldxobk7HmIIiywFU4fvv { display:block;position:relative; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #DSTfc9WVFkpTwEOL6TZHUN5CZtrKP1Pl {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #iLprkErJxNJo8P74GPeJ736wknNTOnw9 { display:none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #MQi65kuBhxNn0vJruTv7rNl7NH7l7hdk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #tQlTv7G5rG5QpCQuUphqUvcPmwlBBLEN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #hOKI6zp79JpFrDTaXnMQNlThE9IreAW3 { display:block;position:relative; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #sUONggihzmXz1uFLdO2qwfeh4PITahqx {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #VZlMomPb189HsP8TPwrtSpvRpfFnKgJR { display:none; }
#ryqI4fJfPyyXZHmu46fut7TgkxhoV889 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:28.5625rem;left:0.25rem;display:none; }
#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 { position:relative;display:none; }#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 { border-width: 0; border-radius: 0; }#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 > .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; }#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }body { position:relative;display:block; }
#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv { display:none; }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv > .row .container { width:47.75rem;position:relative;display:none; }#s1EfiecdfnioZuUDhWUVBByAovT0H0WL { width:47.75rem;height:47.75rem;display:none; }
#r1KpWyqOiZLDec236qtATDpkraQUamLI { display:none; }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row .container { width:47.75rem;position:relative;display:none; }#VvL9xqCnBzedoTsSXAsyPsa2ooBheCSy { top:8.8125rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
#v2e6vnObkzynwRIEUu5mw9P8L910s45M { top:2.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#ErInz1n95e17GWnPCBtlNAQ6s802TXsl { width:14.0625rem;height:3.4375rem;display:none; }
#Jf5SJDoSVo5GDuXrLo3LT7pbo6uT739l { display:block; }
#WFlKgkzEr5HCNmfnZwpwvDG8m5rocs5I { top:20.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
#d9I2lRmQENIqImfXapb9wqoZyuSSqlpU { top:27.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
#gZWzOZg8ZLTgXHV3Ap3cEm1JX9JWKsyk { display:none; }
#hLXXAirX674hzvoH6nX8lgZfTUrSffml { display:none; }
#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf { display:none; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row .container { width:47.75rem;position:relative;display:none; }#LrDRafSZ5VQ6TQad81TgxrxqxN3QqrEp { top:1.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
#BtrVeSSpgS45I98GxalV3Lz07ogvUB6c { top:10.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
#hxuuCZlOsnOdPJgREPWhJTmRUWN4eTOC { top:9.125rem;left:0rem;width:2.0625rem;height:2.1875rem;font-size:2.9375rem;display:none; }
#mHWqVx1McIoZb7SfC5rkaBZpkgCflqOz { display:none; }
#n3zQXyLCf1o8xRnc9Ly8oUmCGCccTKlr { display:none; }
#nZQ6ASaIN7ule07y1AwIUW7DXvWD6CTW { top:15.375rem;left:0rem;width:3.75rem;height:3.8125rem;font-size:2.9375rem;display:none; }
#bDdDy7lVNQlJgdhamotHvktxXJJJunfT { top:17.0625rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:none; }
#nDwpnW8T6QRkJiTdRuXTxSRfnkTm4biy { top:27.3125rem;left:0rem;width:3.75rem;height:3.8125rem;font-size:2.9375rem;display:none; }
#fAm2L6wRW6UzifRn4T2OSvs00ZsN2Ish { display:none; }
#r3VILTV226fPEO18Tv2eV3sdwqFxU1ct { top:27.3125rem;left:1.375rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:none; }
#SfulKQ4bD45fXKJraqx8qumcfT2sGJrJ { top:37.4375rem;left:0rem;width:15.3125rem;height:5.1875rem;font-size:1rem;display:none; }
#CiDsJgUVbKkxH6LMeBsWpOlI3L0uf2K2 { width:47.75rem;height:43.375rem;display:none; }
#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ { display:none; }#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ > .row .container { width:47.75rem;position:relative;display:none; }#cQZ6X6ilFWIFh77bqNw0URH0rJ1zJPNo { top:2.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
#MpZbhWfwOkm9O6dwZXkT9g6IgwZ1fOBM { top:7.8125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
#ygSNtQpTTVT5iyvwn8LgFEl5a2FsBAaO { width:45.6875rem;height:50rem;display:none; }
#iVBM95M3m1NCtII5REKvzE6QIfxcolRX { display:none; }
#SrJk4Tu8iH6hruNFVWoTMqomVZ1igRbT { top:17.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
#CxkcLAZLNvaccMMfOplC5qauafAvPleH { display:none; }
#Ts1VOiE50EcoSGMBmTMHlxPpqhLKUsGq { top:23.3125rem;left:0rem;width:9.9375rem;height:3.875rem;font-size:1rem;display:none; }
#mePN1xOEeQKdreLNiqXtUS8FVntR70BC { display:none; }
#V4tBSzu1RVfC70UBKAk2hmrLChtarVvK { width:47.75rem;height:39.0625rem;display:none; }
#ryCbp57T7k9JTrzDCSoraaeATbf7GSaa { top:30.8125rem;left:0rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:none; }
#nkhNJvGBb9keBsgMyPaGZ83mdWU3qkDT { display:none; }
#TOPXM2OF47EwmQJBOakH7LfDtNNcxM3f { width:47.75rem;height:47.75rem;display:none; }
#LkR1P603QoyXuZfT6y96W7iHD5USKScp { width:14.0625rem;height:3.4375rem;display:none; }
#MuapaLTSSvucbeq4tPhgwGsQsi33cLPP { display:block; }
#Bo8OQO03anoMEWcDX6dUDh8FdK5BBsal { width:47.75rem;height:39.0625rem;display:none; }
#TACE61sUlXTVAbotmIl7T7gGHkphUbsb { display:none; }#TACE61sUlXTVAbotmIl7T7gGHkphUbsb > .row .container { width:47.75rem;position:relative;display:none; }#OhhEQ2UFCKevE5eSvG5z5l8ezH4lQl65 { top:1.0625rem;left:0rem;width:17.6875rem;height:4.375rem;font-size:1.5rem;display:none; }
#GEL1ttGkQK3E02PPOfXGB8BiUInWEq06 { width:47.75rem;height:27.5625rem;display:none; }
#V81Bs7po3qL1aF3cKk45tWQkQzGSQFZs { width:47.75rem;height:28.9375rem;display:none; }
#kEkvS7nfBKupnNTtXOCykBsrg4ltEmEt { width:47.75rem;height:47rem;display:none; }
#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou { display:none; }#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou > .row .container { width:47.75rem;position:relative;display:none; }#mPBScob6QTMd7A4FdMAWWhPUeChnKRT3 { top:5.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
#h9iOCdylTJV7a7owu1T3exZStr352U0o { top:6.375rem;left:0rem;width:19.1875rem;height:10.375rem;font-size:1rem;display:none; }
#JPJid48lI8qmXFKvpRVTyAasAV6kQKFT { width:14.0625rem;height:3.4375rem;display:none; }
#TC9tqLV5dfmTXksIJgAtU3NPn2bmtIyr { display:block; }
#VyP6iKqhVARQ82VLTN0XNi5whL0rKvLK { top:28.0625rem;left:0rem;width:19.25rem;height:10.375rem;font-size:1rem;display:none; }
#dHc8c6Uf9t5sMeqdLWHmxtAVGWX3A7BD { display:none; }
#GFQOeeXe1hzSTziSXTdBQaLpcvmoFM5m { width:14.0625rem;height:3.4375rem;display:none; }
#UhDHdKFG0wRTJpuNirMo6f6v4zcH91nR { display:block; }
#UMIe3BmaJ3ilHFz997R1pBdMtZXcfe54 { display:none; }
#EsM1xpHyqHJxB8cKffEGWSDbgCqTqrI9 { top:46.5625rem;left:0rem;width:19.1875rem;height:9.0625rem;font-size:1rem;display:none; }
#xN8ULkJe8ObtptvFDlrDHGnx0PSOO0rW { width:14.0625rem;height:3.4375rem;display:none; }
#F1Tym0hAIttskqlB1TFMPA2hWxcbOgxQ { display:block; }
#E1XuQq6CvRc902JJONrTsG5GGolscka2 { display:none; }
#SuZ8voXBCfHJ6BRXtc5gUnMEHtNFFGid { top:63.25rem;left:0rem;width:18.6875rem;height:9.0625rem;font-size:1rem;display:none; }
#NyXnM0dmJXNAE1DdTxzcaXTdKTX9Qre4 { width:14.0625rem;height:3.4375rem;display:none; }
#cPiLAchxOG8X7lIcHNGXR4DKJI15lhTH { display:block; }
#vqqIuSHU6i5I95GaQCy4rVdn9TUbUFLx { display:none; }
#UeZVR0PlSd9wt7tPwNRdIqfVMlXaLASU { top:83.4375rem;left:0rem;width:19.5rem;height:7.75rem;font-size:1rem;display:none; }
#CZXJHl9OL7NMJKOhrZOCd8NCPh1QZkcw { width:14.0625rem;height:3.4375rem;display:none; }
#D5SUJTnINseL46MxeBp8GzNcz1f0XOPK { display:block; }
#EywZ8RVuUB25R5D4AoqEC2qA8FBdUZyS { top:97.5rem;left:0rem;width:19.5rem;height:7.75rem;font-size:1rem;display:none; }
#Ea8vwisxc2RXuFc3IaosPaw0eVt1D0mq { width:14.0625rem;height:3.4375rem;display:none; }
#Ul4uKJeFFZGTTK4Lklr2qwOn8sCImPuz { display:block; }
#wQmNBhpQO6cJmdbrkUUEVIDuWTrrAlgN { top:116.375rem;left:0rem;width:19.5rem;height:9.0625rem;font-size:1rem;display:none; }
#BD0VGZgeIlQZltWylqOSzZDzGr0sDSxo { display:none; }
#tlyhL2xJB4eRoDJhKMF5WNT0zidznVtv { display:none; }
#rTTVqGsMigkPr2t1cRlmFHhGpPX4wqSU { width:14.0625rem;height:3.4375rem;display:none; }
#KRI2UG1QXp9kV4ugWIdJ6raxns4m1iiW { display:block; }
#GTnulAhX86nQUV0qpNe2TvfvoHn0PxFD { display:none; }
#Z5F07XkKockOKbNE6oVuc5RrzvJCtZMM { top:134.8125rem;left:0rem;width:19.5rem;height:9.0625rem;font-size:1rem;display:none; }
#oqmliLEC717kpnDhkHgtK7VtdcvbKq23 { width:14.0625rem;height:3.4375rem;display:none; }
#fJSaZaAVTTpMVlmBM2W0PToD5q926Dl0 { display:block; }
#ZqwHDuAOHLyIWniUrBp69h71k6JRl8pe { display:none; }
#QrQG4rVnbEciv7MCLv4drFg7botelpHg { top:154.5rem;left:0rem;width:19.5rem;height:7.75rem;font-size:1rem;display:none; }
#KAUkVqUu3Hx92T3gDJoNBx6pPlSH1EFL { width:14.0625rem;height:3.4375rem;display:none; }
#sEPZa4aJFBBNHKJKWkAlk3Nw1UqArmUL { display:block; }
#EJg1Qz81JhAd29ELpT1troW0bXyTuHc7 { display:none; }
#Tbpz6FWAi1GSZnoSsoPLb19inOwdsnsl { top:172rem;left:0rem;width:19.5rem;height:10.375rem;font-size:1rem;display:none; }
#u4l8sU7eTzx7t7JLFt1b6Ds2fH7JogEw { width:14.0625rem;height:3.4375rem;display:none; }
#K66uIfn12bnHTWu17HJLIfUyV7AtcFgP { display:block; }
#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn { display:none; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row .container { width:47.75rem;position:relative;display:none; }#U3bq5V8tDdI5zp1a1DUd8FXETXeXT4Jc { top:8.375rem;left:2.09375rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe { display:flex;height:auto;width:17.5rem;display:none; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #R0k0h3zMZafs9loAnx4rrXy3JHARuq7F {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #z1au8foLMFhTTT0PTJG8Kby17QHWWo0W {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #y6zd7sk1QO3FKA91TG1DtryuXl7VWTbd {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #r7h5ml04TmcWL4fAzsTTvaJ9cDNsiFem {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #bJi7TnEpqLi2zrP1Ttmpf1LabLsUWWXJ {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Q3Hn2zvvXnb2TIHMSt1CpSgGLWei6T1p {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Claf2Fb9vc9s5ShhoXhyk0EtcvetuDzf {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #wlTHKHQQah5dldxobk7HmIIiywFU4fvv {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #DSTfc9WVFkpTwEOL6TZHUN5CZtrKP1Pl {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #iLprkErJxNJo8P74GPeJ736wknNTOnw9 {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #MQi65kuBhxNn0vJruTv7rNl7NH7l7hdk {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #tQlTv7G5rG5QpCQuUphqUvcPmwlBBLEN {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #hOKI6zp79JpFrDTaXnMQNlThE9IreAW3 {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #sUONggihzmXz1uFLdO2qwfeh4PITahqx {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #VZlMomPb189HsP8TPwrtSpvRpfFnKgJR {  }
#ryqI4fJfPyyXZHmu46fut7TgkxhoV889 { top:28.5625rem;left:0rem;width:19.5rem;height:5.1875rem;font-size:1rem;display:none; }
#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 { display:none; }#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 > .row .container { width:47.75rem;position:relative;display:none; }body { position:relative;display:block; }
#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv { display:block; }#uNKXiIZ0S1qJfITMtIOy179QlSAXDFGv > .row .container { width:20rem;height:20.375rem;position:relative;display:block; }#s1EfiecdfnioZuUDhWUVBByAovT0H0WL { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;display:block; }
#r1KpWyqOiZLDec236qtATDpkraQUamLI { display:block; }#r1KpWyqOiZLDec236qtATDpkraQUamLI { background-color: transparent; background-image: none; }#r1KpWyqOiZLDec236qtATDpkraQUamLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row .container > .video-iframe-container { display: none; }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row > .video-iframe-container { display: none; }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .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); }#r1KpWyqOiZLDec236qtATDpkraQUamLI > .row .container { width:20rem;background-color:#eedbd8;background-image:none;height:32.625rem;position:relative;display:block; }#VvL9xqCnBzedoTsSXAsyPsa2ooBheCSy { top:0.5625rem;left:0.3125rem;width:19.4375rem;height:3.8994125rem;z-index:15003;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#v2e6vnObkzynwRIEUu5mw9P8L910s45M { top:8.63671875rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15001;font-family:"proxima nova";font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErInz1n95e17GWnPCBtlNAQ6s802TXsl { top:13.375rem;left:2.96875rem;z-index:15000;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#Jf5SJDoSVo5GDuXrLo3LT7pbo6uT739l { display:block; }
#WFlKgkzEr5HCNmfnZwpwvDG8m5rocs5I { top:20.44921875rem;left:3.75rem;width:12.5rem;height:2.5996125rem;z-index:15004;font-family:"proxima nova";color:#ffffff;text-align:center;text-align-last:center;display:block; }
#d9I2lRmQENIqImfXapb9wqoZyuSSqlpU { top:27.51171875rem;left:3.75rem;width:12.5rem;height:2.5996125rem;z-index:15005;color:#ffffff;text-align:center;text-align-last:center;font-family:"proxima nova";display:block; }
#gZWzOZg8ZLTgXHV3Ap3cEm1JX9JWKsyk { top:19.1875rem;left:5.78125rem;width:8.3125rem;height:5.125rem;z-index:14999;background-color:#c6afc6;background-image:none;display:block; }
#hLXXAirX674hzvoH6nX8lgZfTUrSffml { top:26.25rem;left:5.84375rem;width:8.3125rem;height:5.125rem;z-index:14998;background-color:#c6afc6;background-image:none;display:block; }
#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf { display:block; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf { background-color: transparent; background-image: none; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row .container > .video-iframe-container { display: none; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row > .video-iframe-container { display: none; }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .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); }#HdvxZrkzOC1AF8AGgG1CNqWwgNsPmTyf > .row .container { width:20rem;height:44.0625rem;background-color:#9c93b5;background-image:none;position:relative;display:block; }#LrDRafSZ5VQ6TQad81TgxrxqxN3QqrEp { top:1.4375rem;left:3.75rem;width:12.5rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;color:#fffdfd;font-family:"proxima nova";display:block; }
#BtrVeSSpgS45I98GxalV3Lz07ogvUB6c { top:9.142578125rem;left:7rem;width:12.5rem;height:3.89941875rem;z-index:15001;display:block; }
#hxuuCZlOsnOdPJgREPWhJTmRUWN4eTOC { top:9.18359375rem;left:1.71875rem;width:3.75rem;height:3.8183625rem;z-index:15002;font-family:"proxima nova";color:#ffffff;font-size:2.9375rem;display:block; }
#mHWqVx1McIoZb7SfC5rkaBZpkgCflqOz { top:9.125rem;left:0.625rem;width:5.375rem;height:3.625rem;z-index:14999;background-color:#b1a1bd;background-image:none;display:block; }
#n3zQXyLCf1o8xRnc9Ly8oUmCGCccTKlr { top:17.1875rem;left:14.1875rem;width:5.375rem;height:3.625rem;z-index:15000;background-color:#b1a1bd;background-image:none;display:block; }
#nZQ6ASaIN7ule07y1AwIUW7DXvWD6CTW { top:17.0625rem;left:15.3125rem;width:3.75rem;height:3.8183625rem;z-index:15003;font-family:"proxima nova";color:#ffffff;font-size:2.9375rem;display:block; }
#bDdDy7lVNQlJgdhamotHvktxXJJJunfT { top:17.0625rem;left:0.625rem;width:12.5rem;height:5.19921875rem;z-index:15004;text-align:left;text-align-last:left;font-family:"proxima nova";display:block; }
#nDwpnW8T6QRkJiTdRuXTxSRfnkTm4biy { top:27.3740234375rem;left:1.71875rem;width:3.75rem;height:3.8183625rem;z-index:15005;font-family:"proxima nova";color:#ffffff;font-size:2.9375rem;display:block; }
#fAm2L6wRW6UzifRn4T2OSvs00ZsN2Ish { top:27.4716796875rem;left:0.625rem;width:5.375rem;height:3.625rem;z-index:15001;background-color:#b1a1bd;background-image:none;display:block; }
#r3VILTV226fPEO18Tv2eV3sdwqFxU1ct { top:27.3740234375rem;left:7.5rem;width:12.5rem;height:5.19921875rem;z-index:15006;font-family:"proxima nova";color:#ffffff;display:block; }
#SfulKQ4bD45fXKJraqx8qumcfT2sGJrJ { top:37.4375rem;left:4.125rem;width:15.3125rem;height:5.19921875rem;z-index:15007;font-family:"proxima nova";color:#fafafa;display:block; }
#CiDsJgUVbKkxH6LMeBsWpOlI3L0uf2K2 { top:38rem;left:0.625rem;width:2.5625rem;height:2.3125rem;z-index:15008;overflow:hidden;display:block; }
#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ { display:block; }#wSGnLV0zihakm1ynLOEcr4u9y0TQuqZZ > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#cQZ6X6ilFWIFh77bqNw0URH0rJ1zJPNo { top:0.9375rem;left:3.75rem;width:12.5rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
#MpZbhWfwOkm9O6dwZXkT9g6IgwZ1fOBM { top:5.9375rem;left:0.59375rem;width:11.5rem;height:3.8994125rem;z-index:15001;font-family:"proxima nova";display:block; }
#ygSNtQpTTVT5iyvwn8LgFEl5a2FsBAaO { top:6.01171875rem;left:14.1875rem;width:3.375rem;height:3.75rem;z-index:15002;overflow:hidden;display:block; }
#iVBM95M3m1NCtII5REKvzE6QIfxcolRX { top:5rem;left:12.75rem;width:6.25rem;height:6.25rem;z-index:14999;background-color:#c6afc6;background-image:none;display:block; }
#SrJk4Tu8iH6hruNFVWoTMqomVZ1igRbT { top:15.16796875rem;left:0.5625rem;width:11.5625rem;height:2.5996125rem;z-index:15003;font-family:"proxima nova";display:block; }
#CxkcLAZLNvaccMMfOplC5qauafAvPleH { top:13.34375rem;left:12.75rem;width:6.25rem;height:6.25rem;z-index:15000;background-color:#c6afc6;background-image:none;display:block; }
#Ts1VOiE50EcoSGMBmTMHlxPpqhLKUsGq { top:23.3125rem;left:0.59375rem;width:9.9375rem;height:3.8994125rem;z-index:15004;font-family:"proxima nova";display:block; }
#mePN1xOEeQKdreLNiqXtUS8FVntR70BC { top:22.13671875rem;left:12.75rem;width:6.25rem;height:6.25rem;z-index:15001;background-color:#c6afc6;background-image:none;display:block; }
#V4tBSzu1RVfC70UBKAk2hmrLChtarVvK { top:23.26171875rem;left:13.40625rem;width:4.9375rem;height:4rem;z-index:15005;overflow:hidden;display:block; }
#ryCbp57T7k9JTrzDCSoraaeATbf7GSaa { top:32.1875rem;left:0.375rem;width:11.9375rem;height:3.8994125rem;z-index:15006;font-family:"proxima nova";display:block; }
#nkhNJvGBb9keBsgMyPaGZ83mdWU3qkDT { top:32.1875rem;left:12.75rem;width:6.25rem;height:6.25rem;z-index:15001;background-color:#c6afc6;background-image:none;display:block; }
#TOPXM2OF47EwmQJBOakH7LfDtNNcxM3f { top:33.28125rem;left:13.84375rem;width:4.1875rem;height:4.1875rem;z-index:15007;overflow:hidden;display:block; }
#LkR1P603QoyXuZfT6y96W7iHD5USKScp { top:42.5rem;left:2.96875rem;z-index:15001;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#MuapaLTSSvucbeq4tPhgwGsQsi33cLPP { display:block; }
#Bo8OQO03anoMEWcDX6dUDh8FdK5BBsal { top:14.4677734375rem;left:13.40625rem;width:4.9375rem;height:4rem;z-index:15006;overflow:hidden;display:block; }
#TACE61sUlXTVAbotmIl7T7gGHkphUbsb { display:block; }#TACE61sUlXTVAbotmIl7T7gGHkphUbsb > .row .container { width:20rem;height:49rem;position:relative;display:block; }#OhhEQ2UFCKevE5eSvG5z5l8ezH4lQl65 { top:1.0625rem;left:0.875rem;width:18.25rem;height:1.94921875rem;z-index:15001;color:#9c93b5;font-family:"proxima nova";font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);font-size:1.5rem;display:block; }
#GEL1ttGkQK3E02PPOfXGB8BiUInWEq06 { top:5rem;left:0rem;width:20rem;height:11.5625rem;z-index:15002;overflow:hidden;display:block; }
#V81Bs7po3qL1aF3cKk45tWQkQzGSQFZs { top:36.25rem;left:0rem;width:20rem;height:12.125rem;z-index:15003;overflow:hidden;display:block; }
#kEkvS7nfBKupnNTtXOCykBsrg4ltEmEt { top:16.5625rem;left:0rem;width:20rem;height:19.6875rem;z-index:15004;overflow:hidden;display:block; }
#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou { display:block; }#FnCOIUoDg3iuFJWRSVMGOskFeWDts7Ou > .row .container { width:20rem;height:189.4375rem;position:relative;display:block; }#mPBScob6QTMd7A4FdMAWWhPUeChnKRT3 { top:1.125rem;left:1.15625rem;width:17.6875rem;height:4.38671875rem;z-index:15000;color:#9c93b5;font-family:"proxima nova";font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);font-size:1.6875rem;display:block; }
#h9iOCdylTJV7a7owu1T3exZStr352U0o { top:6.375rem;left:0.40625rem;width:19.1875rem;height:10.39841875rem;z-index:15001;text-align:center;text-align-last:center;font-family:"proxima nova";display:block; }
#JPJid48lI8qmXFKvpRVTyAasAV6kQKFT { top:17.9375rem;left:2.96875rem;z-index:15002;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#TC9tqLV5dfmTXksIJgAtU3NPn2bmtIyr { display:block; }
#VyP6iKqhVARQ82VLTN0XNi5whL0rKvLK { top:25rem;left:0.375rem;width:19.25rem;height:9.0986125rem;z-index:15003;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#dHc8c6Uf9t5sMeqdLWHmxtAVGWX3A7BD { top:23.6875rem;left:0rem;width:20rem;height:0.375rem;z-index:15004;display:block; }
#GFQOeeXe1hzSTziSXTdBQaLpcvmoFM5m { top:36.9375rem;left:2.9375rem;z-index:15003;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#UhDHdKFG0wRTJpuNirMo6f6v4zcH91nR { display:block; }
#UMIe3BmaJ3ilHFz997R1pBdMtZXcfe54 { top:42.6875rem;left:0rem;width:20rem;height:0.375rem;z-index:15005;display:block; }
#EsM1xpHyqHJxB8cKffEGWSDbgCqTqrI9 { top:44.5rem;left:0.40625rem;width:19.1875rem;height:7.79883125rem;z-index:15006;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#xN8ULkJe8ObtptvFDlrDHGnx0PSOO0rW { top:55.375rem;left:2.96875rem;z-index:15004;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#F1Tym0hAIttskqlB1TFMPA2hWxcbOgxQ { display:block; }
#E1XuQq6CvRc902JJONrTsG5GGolscka2 { top:60.9375rem;left:0rem;width:20rem;height:0.375rem;z-index:15006;display:block; }
#SuZ8voXBCfHJ6BRXtc5gUnMEHtNFFGid { top:63.25rem;left:0.65625rem;width:18.6875rem;height:7.79883125rem;z-index:15007;text-align:center;text-align-last:center;font-family:"proxima nova";display:block; }
#NyXnM0dmJXNAE1DdTxzcaXTdKTX9Qre4 { top:74rem;left:2.96875rem;z-index:15005;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#cPiLAchxOG8X7lIcHNGXR4DKJI15lhTH { display:block; }
#vqqIuSHU6i5I95GaQCy4rVdn9TUbUFLx { top:79.625rem;left:0rem;width:20rem;height:0.375rem;z-index:15007;display:block; }
#UeZVR0PlSd9wt7tPwNRdIqfVMlXaLASU { top:81.8125rem;left:0.25rem;width:19.5rem;height:7.79883125rem;z-index:15008;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#CZXJHl9OL7NMJKOhrZOCd8NCPh1QZkcw { top:91.4375rem;left:2.96875rem;z-index:15006;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#D5SUJTnINseL46MxeBp8GzNcz1f0XOPK { display:block; }
#EywZ8RVuUB25R5D4AoqEC2qA8FBdUZyS { top:98.5625rem;left:0.25rem;width:19.5rem;height:7.79883125rem;z-index:15009;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#Ea8vwisxc2RXuFc3IaosPaw0eVt1D0mq { top:108.1875rem;left:3rem;z-index:15007;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#Ul4uKJeFFZGTTK4Lklr2qwOn8sCImPuz { display:block; }
#wQmNBhpQO6cJmdbrkUUEVIDuWTrrAlgN { top:115.875rem;left:0.25rem;width:19.5rem;height:9.0986125rem;z-index:15010;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#BD0VGZgeIlQZltWylqOSzZDzGr0sDSxo { top:96.5625rem;left:0rem;width:20rem;height:0.375rem;z-index:15008;display:block; }
#tlyhL2xJB4eRoDJhKMF5WNT0zidznVtv { top:113.625rem;left:0rem;width:20rem;height:0.375rem;z-index:15009;display:block; }
#rTTVqGsMigkPr2t1cRlmFHhGpPX4wqSU { top:126.8125rem;left:2.96875rem;z-index:15008;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#KRI2UG1QXp9kV4ugWIdJ6raxns4m1iiW { display:block; }
#GTnulAhX86nQUV0qpNe2TvfvoHn0PxFD { top:132.5rem;left:0rem;width:20rem;height:0.375rem;z-index:15012;display:block; }
#Z5F07XkKockOKbNE6oVuc5RrzvJCtZMM { top:134.8125rem;left:0.25rem;width:19.5rem;height:7.79883125rem;z-index:15013;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#oqmliLEC717kpnDhkHgtK7VtdcvbKq23 { top:145.5rem;left:2.96875rem;z-index:15011;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#fJSaZaAVTTpMVlmBM2W0PToD5q926Dl0 { display:block; }
#ZqwHDuAOHLyIWniUrBp69h71k6JRl8pe { top:151.4375rem;left:0rem;width:20rem;height:0.375rem;z-index:15013;display:block; }
#QrQG4rVnbEciv7MCLv4drFg7botelpHg { top:153.875rem;left:0.25rem;width:19.5rem;height:6.499025rem;z-index:15014;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#KAUkVqUu3Hx92T3gDJoNBx6pPlSH1EFL { top:163.3125rem;left:2.96875rem;z-index:15012;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#sEPZa4aJFBBNHKJKWkAlk3Nw1UqArmUL { display:block; }
#EJg1Qz81JhAd29ELpT1troW0bXyTuHc7 { top:168.875rem;left:0rem;width:20rem;height:0.375rem;z-index:15014;display:block; }
#Tbpz6FWAi1GSZnoSsoPLb19inOwdsnsl { top:172rem;left:0.25rem;width:19.5rem;height:10.398425rem;z-index:15015;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
#u4l8sU7eTzx7t7JLFt1b6Ds2fH7JogEw { top:184.375rem;left:2.96875rem;z-index:15013;width:14.0625rem;height:3.4375rem;background-color:#9c93b5;background-image:none;font-family:"proxima nova";font-weight:400;font-style:normal;box-shadow: none;display:block; }
#K66uIfn12bnHTWu17HJLIfUyV7AtcFgP { display:block; }
#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn { display:block; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn { background-color: transparent; background-image: none; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row .container > .video-iframe-container { display: none; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row > .video-iframe-container { display: none; }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .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); }#rB7O8nmOAbAo3goeblsIJys1IaT0P9Qn > .row .container { width:20rem;height:34rem;background-color:#9c93b5;background-image:none;position:relative;display:block; }#U3bq5V8tDdI5zp1a1DUd8FXETXeXT4Jc { top:1.1875rem;left:2.09375rem;width:15.8125rem;height:2.1933625rem;z-index:15000;color:#f6f6f6;font-family:"proxima nova";font-weight:700;font-style:normal;font-size:1.6875rem;display:block; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe .accordion-heading-text { color:#9c93b5;text-align:left;text-align-last:left; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe { display:flex;height:auto;width:17.5rem;top:6.375rem;left:0rem;z-index:15001; }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #R0k0h3zMZafs9loAnx4rrXy3JHARuq7F {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #z1au8foLMFhTTT0PTJG8Kby17QHWWo0W {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #y6zd7sk1QO3FKA91TG1DtryuXl7VWTbd {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #r7h5ml04TmcWL4fAzsTTvaJ9cDNsiFem {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #bJi7TnEpqLi2zrP1Ttmpf1LabLsUWWXJ {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Q3Hn2zvvXnb2TIHMSt1CpSgGLWei6T1p {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #Claf2Fb9vc9s5ShhoXhyk0EtcvetuDzf {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #wlTHKHQQah5dldxobk7HmIIiywFU4fvv {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #DSTfc9WVFkpTwEOL6TZHUN5CZtrKP1Pl {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #iLprkErJxNJo8P74GPeJ736wknNTOnw9 {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #MQi65kuBhxNn0vJruTv7rNl7NH7l7hdk {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #tQlTv7G5rG5QpCQuUphqUvcPmwlBBLEN {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #hOKI6zp79JpFrDTaXnMQNlThE9IreAW3 {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #sUONggihzmXz1uFLdO2qwfeh4PITahqx {  }
#XNTQQlLgyQqUuvL473KQLtLClpueGFFe #VZlMomPb189HsP8TPwrtSpvRpfFnKgJR {  }
#ryqI4fJfPyyXZHmu46fut7TgkxhoV889 { top:28.5625rem;left:0.25rem;width:19.5rem;height:3.8994125rem;z-index:15002;text-align:center;text-align-last:center;font-family:"proxima nova";display:block; }
#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 { display:block; }#zsQpnRy3ZqxHUTrBq95uoPfAIUsyAyz4 > .row .container { width:20rem;height:3rem;position:relative;display:block; }