.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;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;overflow:visible;position:relative;display:block; }#qBvpE92Bcu8I1q611GowH53WMIl9CWKF { background-color:#f8d71c;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.463050842285rem;left:11.936849117279rem;display:block; }
#GoP8ULwHTqCcWBz3NUK4hJcXrgyUL6UK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CM8bqxKybD8OT4A95u83TFtJnsIh0UdC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:25.4361875rem;top:7.22412109375rem;left:43.730466365814rem;overflow:hidden;display:block; }
#TxAbkuFaBorevG21kb2trGcv8Xb2GPq1 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.12;letter-spacing:0;top:12.374673843384rem;left:8.6124672889712rem;height:12.597625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2GDT19ZlE3RoOP9Tv1nEKo5JnTls7ys { color:#151515;display:block;width:32.0621875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.952310562134rem;left:8.6124672889712rem;height:1.2182625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DTTCWmXqTMO2ylQa9NGHGPvoAe6by6DG { color:#007aff;display:block;width:21.436375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:14.5rem;height:1.29964375rem;display:block; }
#lvCr4aHTLBtO8TLx0bkf8zsmFdpOJ5Od { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.25rem;left:8.625rem; }
#gT21vOLuJSeIApZJG8ArP4ppG6I06yNg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:9.75rem; }
#NPTfLGUIgTrAby4OMt9rseyDBTEpPUl2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.25rem;left:11.9375rem; }
#MTE0U8t1Gy5Bbf8i8MfScn4eCWy32RLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.25rem;left:10.8125rem; }
#Aw5ELGdih3oJevqgbehN9i6g3wwgvZxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.124675rem;width:1.124675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.25rem;left:13rem; }
#pDXLBIus8nMFF3RZFzem0M4iEkkrNqZ5 { color:#5a5a5a;display:block;width:8.0606875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:47rem;left:48.625rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#niwQVHVO9R5HMSPFAMDecJVRztni9ne5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:6.8123125rem;top:46.75rem;left:57.375rem;overflow:hidden;display:block; }
#y5dlDlOERUgdMmfmBSUhMarB7iqQkEUx { color:#007aff;display:block;width:21.436375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5rem;left:10.875rem;height:1.29964375rem;display:block; }
#GoJ5IMoXWm4c34V6dVb0q0rrf5pA2SOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.1875rem;left:8.625rem; }
#xyw13JDXnIkBd3501VpNk7mJuiQTzgeH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.5rem;left:8.625rem; }
#PDVG3Hi94cDMwiBIwLzMHWxklhgTzGG1 { color:#007aff;display:block;width:28.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.75rem;left:10.875rem;height:1.29964375rem;display:block; }
#L58yXH0TVVUVK0W1l2IfpEe2r11lfvT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.31201171875rem;left:8.61279296875rem;display:none; }
#H57TTuSgnMz8J2nTiBiOx6aaftqZFFCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.31201171875rem;left:8.61279296875rem;display:none; }
#n2dDHxRarTMEhlfN60dw2C7LhRQhgeOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.31201171875rem;left:8.61279296875rem;display:none; }
#Jf0ztDG0ucB0tZczDJMQaL9A7C9SqVXc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.31201171875rem;left:8.61279296875rem;display:none; }
#ktq3tzxVRJQ3S91ASslyzhSLyQLlO6wa { color:#007aff;display:block;width:21.436375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.22412109375rem;left:14.472654342651rem;height:1.2999125rem;display:none; }
#K9X2d6KcGELWVPlAuFvZRpqK2BQBbkrB { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10.499674797058rem;left:8.6124668121337rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zg7lPd92A6CoJWKNbZT5RA9JwxUgrMSk { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10.499674797058rem;left:8.6124668121337rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mepF3sGJdOExbTT1hS7tzGLDnf2Ahs8m { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.27);background-image:none;top:46.1875rem;left:56.6875rem;display:block; }
#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container { background-color: transparent; background-image: none; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container > .video-iframe-container { display: none; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row > .video-iframe-container { display: none; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .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); }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container { border-width: 0; border-radius: 0; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#kxHfyF4Z1AfCRitC29sNNzHgSWr1hZb5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.7495625rem;width:7.7495625rem;top:14.75rem;left:52.6875rem;overflow:hidden;display:block; }
#zk9GvsbzucweoMalsMB6JvwTllFas7yc { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:16.125rem;left:27.875rem;height:5.0610375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohR22aa3EGFJk9rMe7WF7H9027zAx3Bu { color:#070707;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:50.3125rem;height:1.4615875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PvB4uCVTR5eqKnI4RBybwsbxQmQpFxlw { 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:7.7495625rem;width:14.6875rem;top:27.5625rem;left:11.8125rem;overflow:hidden;display:block; }
#I9v9a8fCSaNLku8oNRuwA2o89bgQhuWA { color:#000000;display:block;width:24.8123125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:28.9375rem;left:24.375rem;height:5.0610375rem;font-style:normal;display:block; }
#Il3Mo2PZK9OMn8fPBM7feJk6l947Ofsz { color:#070707;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.25rem;left:10.9375rem;height:1.4615875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzT5S3NUzMDmHZH6fGFVg37CqbBwTG3i { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.34) ;height:49.75rem;width:60rem;top:2.4375rem;left:7.5rem;display:block; }
#nuFybHVDe8EQAV2CJGdQ2RHfskLFoqto { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.6875rem;width:27.0625rem;top:27.625rem;left:22rem;display:block; }
#lheicZkhiXlHPiOileDrtPD4d4M73THV { 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.1875rem dotted #009ef7;border-left:0.1875rem dotted #009ef7;border-right:0.1875rem dotted #009ef7;border-bottom:0.1875rem dotted #009ef7;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.596785rem;height:3.59635375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.75rem;left:27.6875rem;display:block; }
#lRCayIKPiXT6x2KlVTIpFWuLXOosiA9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNPszF6t2fRwTs0fbbxE593Ja9HLQtm4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.686625rem;width:27.061625rem;top:14.8125rem;left:25rem;display:block; }
#oJsdT9qcwVmoTPrMJIFskRrWKTXSX08F { color:#007aff;display:block;width:38.8748125rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.0625rem;left:17.3125rem;height:4.12435rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rieyEsMaQm8R0oKRZyw917w0USq2JHUr { 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;display:block; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container { background-color: transparent; background-image: none; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container > .video-iframe-container { display: none; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row > .video-iframe-container { display: none; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .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); }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container { border-width: 0; border-radius: 0; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#q2EO5SH1SlIURp8TsenT37dMGSNakk0w { color:#000000;display:block;width:32.6248125rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:21.1875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VqJABpAU0FEES99TT1OSOQ0crMlvqqUf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.625rem;left:35.625rem;overflow:hidden;display:block; }
#pf1p74ShEZTA9wsr2IIgcd9J4Xdr5ICB { color:#000000;display:block;width:2.12456875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:11.1875rem;height:1.62435rem;display:block; }
#ZPCtrO0zdTCugCuaV1dCz95bz2WO3E63 { color:#000000;display:block;width:2.37413125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.25rem;left:11.0625rem;height:1.62435rem;display:block; }
#iLrWdQvqpin7npRisd1AtTEiAeRT4q8Q { color:#ffffff;display:block;width:36.749125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.375rem;left:13.4375rem;height:1.62435rem;display:block; }
#kwSBBi2vS8SLOyAPDhz5dpQA1hc9a9F4 { color:#ffffff;display:block;width:36.4995625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.5625rem;left:13.375rem;height:1.62435rem;display:block; }
#tnDUQrD1O18qHAU7A23hBqrwOHIbhmbU { color:#ffffff;display:block;width:27.9373125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.75rem;left:13.5rem;height:1.62435rem;display:block; }
#fuMbBHB5HZ1sFh6KCImhFAxp5du4wduk { color:#ffffff;display:block;width:35.499125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.9375rem;left:13.4375rem;height:1.62435rem;display:block; }
#TFEaSNylEDLlvMqAwQXZu4JggSQxORRL { color:#ffffff;display:block;width:38.0620625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.4375rem;left:13.5rem;height:1.62435rem;display:block; }
#zQhk9PnJtkXV2zJt6W05Sx6Kr4BPFsob { color:#ffffff;display:block;width:27.9373125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.25rem;left:13.5625rem;height:1.62435rem;display:block; }
#kcyJDNcFbapGQMcwAXTdbVSHzUwyc852 { color:#f8d71c;display:block;width:33.936625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.75rem;left:13.4375rem;height:1.62435rem;font-style:normal;display:block; }
#CGaygMOJxmaOllh01HfkE95QoB7xND73 { color:#f8d71c;display:block;width:50.4373125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:46.75rem;left:13.4375rem;height:1.62435rem;font-style:normal;display:block; }
#fXDkliHGlR74QPTge39CPWmQl6uQZBLJ { color:#000000;display:block;width:37.3123125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:13.5625rem;height:1.62435rem;display:block; }
#ueTlMqLILm19mWf5JT33QTgcy1pz94QB { color:#000000;display:block;width:43.811875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:13.4375rem;height:1.62435rem;display:block; }
#I1U8vRtOy1e2IREGR5hhBFzGcXRmiTK4 { color:#ffffff;display:block;width:2.31228125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.375rem;left:11.1875rem;height:1.62435rem;display:block; }
#FPML8kAST25q9CRGuiq8OhX32V55uHON { color:#ffffff;display:block;width:1.37478125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.375rem;left:11.5rem;height:1.62435rem;display:block; }
#PNwvTQZZNTPVkOB2rPuaiKHlkppilmUs { color:#ffffff;display:block;width:1.68728125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.75rem;left:11.375rem;height:1.62435rem;display:block; }
#klxARe2xcvkBZPq1g5VV8HZczF7Tb9V1 { color:#ffffff;display:block;width:1.81206875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.9375rem;left:11.3125rem;height:1.62435rem;display:block; }
#JmnaRHuhDslOGsxPLigssGCE50htdCL7 { color:#ffffff;display:block;width:1.74913125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37.25rem;left:11.3125rem;height:1.62435rem;display:block; }
#Lt0f3ut5rqycIzmSfe6bWXM46bJgnNIc { color:#ffffff;display:block;width:1.74913125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:40.4375rem;left:11.3125rem;height:1.62435rem;display:block; }
#qARtbGFsvWTFCChx1J3STsDFiKIHbwup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:43.375rem;left:11.25rem; }
#oimqtbyZQtShTsJ8x3hIzsQ16XGGM0Kq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:46.375rem;left:11.25rem; }
#VOwlwz9tO92sPi4lTs3HIQ0Ny5z2FzbS { background-color:#f8d71c;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.749375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.214405059814rem;left:25.122611999512rem;display:block; }
#VT1QbSfuz6H2JUcWwBLzd1lcZdCWboyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQGo87TQVSkCA6C5uS5mFXSfTodqVXFW { color:#000000;display:block;width:37.3123125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:13.5625rem;height:1.62435rem;display:none; }
#zFHMDy7lyefgpOQgPWWimpaQ6RVVvSnL { color:#000000;display:block;width:37.3123125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:13.5625rem;height:1.62435rem;display:none; }
#wxruiA4WcczWdstaI1TL6zLLLBK9HuBi { color:#000000;display:block;width:43.811875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:13.4375rem;height:1.62435rem;display:none; }
#kTZvbEhpgr3tMTFRfCAT2dUhmFcvuwxQ { color:#000000;display:block;width:43.811875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:13.4375rem;height:1.62435rem;display:none; }
#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy { position:relative;display:block; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy { background-color: transparent; background-image: none; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row .container > .video-iframe-container { display: none; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row > .video-iframe-container { display: none; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .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); }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy { border-width: 0; border-radius: 0; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .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; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .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:37.875rem;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; }#Zp9LMkkPSaEJ2xviMwg0CwUmKRyc5NdB { color:#6d6d6d;display:block;width:41.25rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5618515014649rem;left:16.872829437256rem;height:4.53613125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4sKkFUzU3xhZFBBmxoCOvVLItSorCFe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:14.562286376953rem;left:21.311847686767rem;overflow:hidden;display:block; }
#RO42RR4TubpSINOi41LLosxKZKc27a7r { color:#000000;display:block;width:30.374375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.672960281372rem;left:23.841144561767rem;height:1.4615875rem;display:block; }
#JzJyrAqoMgOZsFNg4SanO3aATbF1wvBZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:16.0625rem;display:none; }
#c9ZXI24MsKxGIrQJ4iaL0ATJ7ATqQm6y { background-color:#f8d71c;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: 0rem 0.25rem 0rem #baa115 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9998125rem;height:3.99956875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.560764312744rem;left:22.123481750488rem;display:block; }
#vdgrZSBnQWenxz5W93XsDx6K8Fg5F5WG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbCT49kuiy1V0hmL75JNDMaOy2XnF1fT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:17.812278747559rem;left:21.311847686767rem;overflow:hidden;display:block; }
#rCD622zHS2sDl8x5J5S9q2gwlNcZcVwO { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.624351501465rem;left:23.999565124512rem;height:2.923175rem;display:block; }
#zFXPg1F0MLxP4HQ1fipB3oznu9Z7iypP { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.499778747559rem;left:23.999565124512rem;height:1.4615875rem;display:block; }
#RVHTEA8IAxH96JkaHpxFCz5DumWLWXHw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68728125rem;width:1.68728125rem;top:21.385198593139rem;left:21.309677124024rem;overflow:hidden;display:block; }
#CdDIoBfz7JtDINuXMgJJyc8AvpASqiCy { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:23.999565124512rem;height:2.923175rem;display:block; }
#HpcFN5X46u8dcvfTCcsg56L4cNteR2mb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:24.436851501465rem;left:21.311847686767rem;overflow:hidden;display:block; }
#cHWuHaX9SWBlGZ8iP4oQJCiCz51ONC99 { 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:21.25rem;width:48.75rem;top:9.247175216675rem;left:13.123914718628rem;overflow:hidden;display:block; }
#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container { background-color: transparent; background-image: none; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container > .video-iframe-container { display: none; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row > .video-iframe-container { display: none; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .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); }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container { border-width: 0; border-radius: 0; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#NilKZG12iiJ40kZCsT7Iuw6o4FDTdwIf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.75rem;top:4.5625rem;left:30.5625rem;overflow:hidden;display:block; }
#t5l2h734qtSh3shfMBRTQ2MX3gZ9a6wM { color:#c1c1c1;display:block;width:23.3745625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8125rem;left:25.25rem;height:1.21875rem;display:block; }
#xZbZKvmT3akWWLVLhOl01lhD1OpWP6To { 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; }
#xZbZKvmT3akWWLVLhOl01lhD1OpWP6To > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBvpE92Bcu8I1q611GowH53WMIl9CWKF { width:17.5rem;height:3.4375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoP8ULwHTqCcWBz3NUK4hJcXrgyUL6UK { display:block; }
 }@media only screen and (max-width: 763px) { #CM8bqxKybD8OT4A95u83TFtJnsIh0UdC { top:7.1875rem;left:22.375rem;width:25.375rem;height:35.227554738697rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAbkuFaBorevG21kb2trGcv8Xb2GPq1 { top:12.3125rem;left:0rem;width:30.9375rem;height:12.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2GDT19ZlE3RoOP9Tv1nEKo5JnTls7ys { top:27.9375rem;left:0rem;width:32rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTCWmXqTMO2ylQa9NGHGPvoAe6by6DG { top:9.1875rem;left:0.875rem;width:21.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvCr4aHTLBtO8TLx0bkf8zsmFdpOJ5Od { top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT21vOLuJSeIApZJG8ArP4ppG6I06yNg { top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTfLGUIgTrAby4OMt9rseyDBTEpPUl2 { top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTE0U8t1Gy5Bbf8i8MfScn4eCWy32RLW { top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5ELGdih3oJevqgbehN9i6g3wwgvZxy { top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXLBIus8nMFF3RZFzem0M4iEkkrNqZ5 { top:47rem;left:35rem;width:8rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwQVHVO9R5HMSPFAMDecJVRztni9ne5 { top:46.75rem;left:41rem;width:6.75rem;height:1.6717807201057rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dlDlOERUgdMmfmBSUhMarB7iqQkEUx { top:32.5rem;left:0rem;width:21.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoJ5IMoXWm4c34V6dVb0q0rrf5pA2SOK { top:32.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyw13JDXnIkBd3501VpNk7mJuiQTzgeH { top:34.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDVG3Hi94cDMwiBIwLzMHWxklhgTzGG1 { top:34.75rem;left:0rem;width:28rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L58yXH0TVVUVK0W1l2IfpEe2r11lfvT0 { top:7.25rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H57TTuSgnMz8J2nTiBiOx6aaftqZFFCu { top:7.25rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2dDHxRarTMEhlfN60dw2C7LhRQhgeOT { top:7.25rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jf0ztDG0ucB0tZczDJMQaL9A7C9SqVXc { top:7.25rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktq3tzxVRJQ3S91ASslyzhSLyQLlO6wa { top:7.875rem;left:0rem;width:8.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9X2d6KcGELWVPlAuFvZRpqK2BQBbkrB { top:8.5625rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg7lPd92A6CoJWKNbZT5RA9JwxUgrMSk { top:22rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mepF3sGJdOExbTT1hS7tzGLDnf2Ahs8m { top:46.1875rem;left:35.25rem;width:12.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl { display:block; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxHfyF4Z1AfCRitC29sNNzHgSWr1hZb5 { width:7.6875rem;height:7.6875rem;top:14.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk9GvsbzucweoMalsMB6JvwTllFas7yc { width:21.25rem;height:5rem;top:16.125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohR22aa3EGFJk9rMe7WF7H9027zAx3Bu { width:12.5rem;height:1.4375rem;top:23.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvB4uCVTR5eqKnI4RBybwsbxQmQpFxlw { width:14.6875rem;height:7.749rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9v9a8fCSaNLku8oNRuwA2o89bgQhuWA { width:24.75rem;height:5rem;top:28.9375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il3Mo2PZK9OMn8fPBM7feJk6l947Ofsz { width:12.5rem;height:1.4375rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzT5S3NUzMDmHZH6fGFVg37CqbBwTG3i { width:47.75rem;height:49.6875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFybHVDe8EQAV2CJGdQ2RHfskLFoqto { width:27rem;height:7.625rem;top:27.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lheicZkhiXlHPiOileDrtPD4d4M73THV { width:19.5rem;height:3.5rem;top:41.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRCayIKPiXT6x2KlVTIpFWuLXOosiA9l { display:block; }
 }@media only screen and (max-width: 763px) { #cNPszF6t2fRwTs0fbbxE593Ja9HLQtm4 { width:27rem;height:7.625rem;top:14.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsdT9qcwVmoTPrMJIFskRrWKTXSX08F { top:6.0625rem;left:3.6875rem;width:38.8125rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rieyEsMaQm8R0oKRZyw917w0USq2JHUr { display:block; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2EO5SH1SlIURp8TsenT37dMGSNakk0w { top:6.5625rem;left:7.5625rem;width:32.5625rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqJABpAU0FEES99TT1OSOQ0crMlvqqUf { top:1.625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf1p74ShEZTA9wsr2IIgcd9J4Xdr5ICB { top:18.125rem;left:0rem;width:2.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPCtrO0zdTCugCuaV1dCz95bz2WO3E63 { top:21.25rem;left:0rem;width:2.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLrWdQvqpin7npRisd1AtTEiAeRT4q8Q { top:24.375rem;left:0rem;width:36.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwSBBi2vS8SLOyAPDhz5dpQA1hc9a9F4 { top:27.5625rem;left:0rem;width:36.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnDUQrD1O18qHAU7A23hBqrwOHIbhmbU { top:30.75rem;left:0rem;width:27.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMbBHB5HZ1sFh6KCImhFAxp5du4wduk { top:33.9375rem;left:0rem;width:35.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFEaSNylEDLlvMqAwQXZu4JggSQxORRL { top:40.4375rem;left:0rem;width:38rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhk9PnJtkXV2zJt6W05Sx6Kr4BPFsob { top:37.25rem;left:0rem;width:27.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcyJDNcFbapGQMcwAXTdbVSHzUwyc852 { top:43.75rem;left:0rem;width:33.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGaygMOJxmaOllh01HfkE95QoB7xND73 { top:46.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXDkliHGlR74QPTge39CPWmQl6uQZBLJ { top:18.125rem;left:0rem;width:37.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueTlMqLILm19mWf5JT33QTgcy1pz94QB { top:21.25rem;left:0rem;width:43.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1U8vRtOy1e2IREGR5hhBFzGcXRmiTK4 { top:24.375rem;left:0rem;width:2.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPML8kAST25q9CRGuiq8OhX32V55uHON { top:27.375rem;left:0rem;width:1.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNwvTQZZNTPVkOB2rPuaiKHlkppilmUs { top:30.75rem;left:0rem;width:1.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klxARe2xcvkBZPq1g5VV8HZczF7Tb9V1 { top:33.9375rem;left:0rem;width:1.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnaRHuhDslOGsxPLigssGCE50htdCL7 { top:37.25rem;left:0rem;width:1.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0f3ut5rqycIzmSfe6bWXM46bJgnNIc { top:40.4375rem;left:0rem;width:1.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qARtbGFsvWTFCChx1J3STsDFiKIHbwup { top:43.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oimqtbyZQtShTsJ8x3hIzsQ16XGGM0Kq { top:46.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOwlwz9tO92sPi4lTs3HIQ0Ny5z2FzbS { width:24.6875rem;height:3.4375rem;top:54.1875rem;left:11.497611999512rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1QbSfuz6H2JUcWwBLzd1lcZdCWboyJ { display:block; }
 }@media only screen and (max-width: 763px) { #IQGo87TQVSkCA6C5uS5mFXSfTodqVXFW { top:14.1875rem;left:0rem;width:20rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFHMDy7lyefgpOQgPWWimpaQ6RVVvSnL { top:18rem;left:0rem;width:20rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxruiA4WcczWdstaI1TL6zLLLBK9HuBi { top:25.875rem;left:0rem;width:20rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTZvbEhpgr3tMTFRfCAT2dUhmFcvuwxQ { top:29.6875rem;left:0rem;width:20rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy { display:block; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zp9LMkkPSaEJ2xviMwg0CwUmKRyc5NdB { top:3.5rem;left:3.2478294372559rem;width:41.25rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sKkFUzU3xhZFBBmxoCOvVLItSorCFe { top:14.5rem;left:7.6868476867675rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO42RR4TubpSINOi41LLosxKZKc27a7r { top:14.625rem;left:10.216144561767rem;width:30.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzJyrAqoMgOZsFNg4SanO3aATbF1wvBZ { width:5.625rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9ZXI24MsKxGIrQJ4iaL0ATJ7ATqQm6y { width:31.9375rem;height:3.9375rem;top:28.5rem;left:8.4984817504881rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdgrZSBnQWenxz5W93XsDx6K8Fg5F5WG { display:block; }
 }@media only screen and (max-width: 763px) { #bbCT49kuiy1V0hmL75JNDMaOy2XnF1fT { top:17.75rem;left:7.6868476867675rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCD622zHS2sDl8x5J5S9q2gwlNcZcVwO { top:17.5625rem;left:10.374565124512rem;width:32.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFXPg1F0MLxP4HQ1fipB3oznu9Z7iypP { top:21.4375rem;left:10.374565124512rem;width:32.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVHTEA8IAxH96JkaHpxFCz5DumWLWXHw { top:21.375rem;left:7.6846771240238rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdDIoBfz7JtDINuXMgJJyc8AvpASqiCy { top:24.1875rem;left:10.374565124512rem;width:33.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpcFN5X46u8dcvfTCcsg56L4cNteR2mb { top:24.375rem;left:7.6868476867675rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHWuHaX9SWBlGZ8iP4oQJCiCz51ONC99 { top:9.1875rem;left:0rem;width:47.75rem;height:20.814102564103rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 { display:block; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NilKZG12iiJ40kZCsT7Iuw6o4FDTdwIf { top:4.5625rem;left:16.9375rem;width:12.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5l2h734qtSh3shfMBRTQ2MX3gZ9a6wM { top:7.8125rem;left:11.625rem;width:23.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZbZKvmT3akWWLVLhOl01lhD1OpWP6To { display:none; }
#xZbZKvmT3akWWLVLhOl01lhD1OpWP6To > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBvpE92Bcu8I1q611GowH53WMIl9CWKF { width:15.5606875rem;height:3.125rem;top:16.943359375rem;left:2.2184243202209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoP8ULwHTqCcWBz3NUK4hJcXrgyUL6UK { display:block; }
 }@media only screen and (max-width: 763px) { #CM8bqxKybD8OT4A95u83TFtJnsIh0UdC { width:14.6875rem;height:20.4996875rem;top:21.75537109375rem;left:2.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TxAbkuFaBorevG21kb2trGcv8Xb2GPq1 { width:20rem;height:0;top:12.983940124512rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #S2GDT19ZlE3RoOP9Tv1nEKo5JnTls7ys { width:20rem;height:2.436525rem;top:44.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTTCWmXqTMO2ylQa9NGHGPvoAe6by6DG { width:8.499375rem;height:0;top:4.0118813514709rem;left:8.375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#020202;display:none; }
 }@media only screen and (max-width: 763px) { #lvCr4aHTLBtO8TLx0bkf8zsmFdpOJ5Od { display:flex;width:0.875rem;height:0.875rem;top:3.6875rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #gT21vOLuJSeIApZJG8ArP4ppG6I06yNg { display:flex;width:1.0625rem;height:1.0625rem;top:57.197039123535rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPTfLGUIgTrAby4OMt9rseyDBTEpPUl2 { display:flex;width:1.0625rem;height:1.0625rem;top:61.822039123535rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTE0U8t1Gy5Bbf8i8MfScn4eCWy32RLW { display:flex;width:1.0625rem;height:1.0625rem;top:59.509539123535rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw5ELGdih3oJevqgbehN9i6g3wwgvZxy { display:flex;width:1.0625rem;height:1.0625rem;top:64.134539123537rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDXLBIus8nMFF3RZFzem0M4iEkkrNqZ5 { width:7.999125rem;height:1.2182625rem;top:59.3125rem;left:6rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niwQVHVO9R5HMSPFAMDecJVRztni9ne5 { width:5.812175rem;height:1.3745125rem;top:57.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dlDlOERUgdMmfmBSUhMarB7iqQkEUx { width:16.3745rem;height:1.29964375rem;top:50rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GoJ5IMoXWm4c34V6dVb0q0rrf5pA2SOK { display:flex;width:1.3745125rem;height:1.3745125rem;top:49.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #xyw13JDXnIkBd3501VpNk7mJuiQTzgeH { display:flex;width:1.375rem;height:1.375rem;top:52.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #PDVG3Hi94cDMwiBIwLzMHWxklhgTzGG1 { width:16.1246875rem;height:2.59928125rem;top:52.125rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L58yXH0TVVUVK0W1l2IfpEe2r11lfvT0 { display:flex;width:0.87456875rem;height:0.87456875rem;top:3.6875rem;left:5.625rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #H57TTuSgnMz8J2nTiBiOx6aaftqZFFCu { display:flex;width:0.87456875rem;height:0.87456875rem;top:3.6875rem;left:7.375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #n2dDHxRarTMEhlfN60dw2C7LhRQhgeOT { display:flex;width:0.875rem;height:0.875rem;top:3.6875rem;left:6.5rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #Jf0ztDG0ucB0tZczDJMQaL9A7C9SqVXc { display:flex;width:0.87456875rem;height:0.87456875rem;top:3.6875rem;left:8.3125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #ktq3tzxVRJQ3S91ASslyzhSLyQLlO6wa { width:8.499375rem;height:0.9749375rem;top:3.6875rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#5b5555;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #K9X2d6KcGELWVPlAuFvZRpqK2BQBbkrB { width:15.3125rem;height:3.7125625rem;top:5.875rem;left:2.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zg7lPd92A6CoJWKNbZT5RA9JwxUgrMSk { width:18.562rem;height:3.7125625rem;top:10.75rem;left:0.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mepF3sGJdOExbTT1hS7tzGLDnf2Ahs8m { width:12.5rem;height:3rem;top:65rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl { display:block; }#EEkfXw6v0GUwHnaAfiqe8ZE3kZrWVlFl > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxHfyF4Z1AfCRitC29sNNzHgSWr1hZb5 { width:3.2495125rem;height:3.2495125rem;top:8.6875rem;left:16rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zk9GvsbzucweoMalsMB6JvwTllFas7yc { width:16.1873125rem;height:5.19856875rem;top:11.875rem;left:1.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ohR22aa3EGFJk9rMe7WF7H9027zAx3Bu { width:12.5rem;height:1.29964375rem;top:9.2239584922788rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvB4uCVTR5eqKnI4RBybwsbxQmQpFxlw { width:6.1873375rem;height:3.312175rem;top:20.374347686767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9v9a8fCSaNLku8oNRuwA2o89bgQhuWA { width:15.4996875rem;height:5.19856875rem;top:24.00634765625rem;left:2.2493488788605rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Il3Mo2PZK9OMn8fPBM7feJk6l947Ofsz { width:12.5rem;height:1.29964375rem;top:21.067708492279rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzT5S3NUzMDmHZH6fGFVg37CqbBwTG3i { width:20rem;height:33.5rem;top:7.0624990463256rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.125rem dashed #f8d71c;border-left:0.125rem dashed #f8d71c;border-right:0.125rem dashed #f8d71c;border-bottom:0.125rem dashed #f8d71c;display:block; }
 }@media only screen and (max-width: 763px) { #nuFybHVDe8EQAV2CJGdQ2RHfskLFoqto { width:18.9371875rem;height:7.6245rem;top:22.794595718384rem;left:0.52978515625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lheicZkhiXlHPiOileDrtPD4d4M73THV { width:16.5rem;height:3.375rem;top:33.732908248901rem;left:1.7488605976105rem;font-size:1rem;border-top:0.125rem solid #007aff;border-left:0.125rem solid #007aff;border-right:0.125rem solid #007aff;border-bottom:0.125rem solid #007aff;display:block; }
 }@media only screen and (max-width: 763px) { #lRCayIKPiXT6x2KlVTIpFWuLXOosiA9l { display:block; }
 }@media only screen and (max-width: 763px) { #cNPszF6t2fRwTs0fbbxE593Ja9HLQtm4 { width:18.8745rem;height:7.1248125rem;top:10.875rem;left:0.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsdT9qcwVmoTPrMJIFskRrWKTXSX08F { width:18.3121875rem;height:2.47395625rem;top:2.6839189529419rem;left:0.84228515625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rieyEsMaQm8R0oKRZyw917w0USq2JHUr { display:none; }#rieyEsMaQm8R0oKRZyw917w0USq2JHUr > .row .container { width:20rem;height:137.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q2EO5SH1SlIURp8TsenT37dMGSNakk0w { width:20rem;height:2.999675rem;top:3.1079139709473rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqJABpAU0FEES99TT1OSOQ0crMlvqqUf { width:1.25rem;height:1.25rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf1p74ShEZTA9wsr2IIgcd9J4Xdr5ICB { width:2.4373375rem;height:1.900225rem;top:7.5712890625rem;left:8.7809238433837rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #ZPCtrO0zdTCugCuaV1dCz95bz2WO3E63 { width:2.6245125rem;height:1.900225rem;top:15.12451171875rem;left:8.6873369216919rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #iLrWdQvqpin7npRisd1AtTEiAeRT4q8Q { width:20rem;height:3.80045625rem;top:43.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #kwSBBi2vS8SLOyAPDhz5dpQA1hc9a9F4 { width:20rem;height:3.80045625rem;top:51.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #tnDUQrD1O18qHAU7A23hBqrwOHIbhmbU { width:20rem;height:1.900225rem;top:57.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #fuMbBHB5HZ1sFh6KCImhFAxp5du4wduk { width:20rem;height:3.80045625rem;top:65.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #TFEaSNylEDLlvMqAwQXZu4JggSQxORRL { width:20rem;height:3.80045625rem;top:73.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #zQhk9PnJtkXV2zJt6W05Sx6Kr4BPFsob { width:20rem;height:3.80045625rem;top:81.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #kcyJDNcFbapGQMcwAXTdbVSHzUwyc852 { width:20rem;height:3.2487rem;top:118.78904663086rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGaygMOJxmaOllh01HfkE95QoB7xND73 { width:20rem;height:4.87305rem;top:126.41274663086rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXDkliHGlR74QPTge39CPWmQl6uQZBLJ { width:20rem;height:0;top:9.1105079650881rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #ueTlMqLILm19mWf5JT33QTgcy1pz94QB { width:20rem;height:0;top:19.47184753418rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #I1U8vRtOy1e2IREGR5hhBFzGcXRmiTK4 { width:2.24935rem;height:1.900225rem;top:96.770834130856rem;left:8.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #FPML8kAST25q9CRGuiq8OhX32V55uHON { width:1.31185rem;height:1.900225rem;top:99.919702880856rem;left:9.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #PNwvTQZZNTPVkOB2rPuaiKHlkppilmUs { width:1.62435rem;height:1.900225rem;top:103.06857163086rem;left:9.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #klxARe2xcvkBZPq1g5VV8HZczF7Tb9V1 { width:1.74913125rem;height:1.900225rem;top:106.21744038086rem;left:9.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #JmnaRHuhDslOGsxPLigssGCE50htdCL7 { width:1.68728125rem;height:1.900225rem;top:109.36630913086rem;left:9.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0f3ut5rqycIzmSfe6bWXM46bJgnNIc { width:1.68728125rem;height:1.900225rem;top:112.51517788086rem;left:9.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #qARtbGFsvWTFCChx1J3STsDFiKIHbwup { display:flex;width:1.875rem;height:1.875rem;top:115.66404663086rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #oimqtbyZQtShTsJ8x3hIzsQ16XGGM0Kq { display:flex;width:1.875rem;height:1.875rem;top:123.28774663086rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #VOwlwz9tO92sPi4lTs3HIQ0Ny5z2FzbS { width:19rem;height:3.4375rem;top:132.53579663086rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1QbSfuz6H2JUcWwBLzd1lcZdCWboyJ { display:block; }
 }@media only screen and (max-width: 763px) { #IQGo87TQVSkCA6C5uS5mFXSfTodqVXFW { width:14.2496875rem;height:1.900225rem;top:9.4186191558837rem;left:2.8743488788605rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zFHMDy7lyefgpOQgPWWimpaQ6RVVvSnL { width:20rem;height:1.900225rem;top:11.318033218384rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wxruiA4WcczWdstaI1TL6zLLLBK9HuBi { width:20rem;height:1.900225rem;top:18.922526359558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kTZvbEhpgr3tMTFRfCAT2dUhmFcvuwxQ { width:7.1248125rem;height:1.900225rem;top:17.023112297058rem;left:6.4363603591919rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy { display:block; }#zkx0Qgs3fSu6azqIR4GxrvrZfQVR9TSy > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zp9LMkkPSaEJ2xviMwg0CwUmKRyc5NdB { width:19.4995rem;height:4.538575rem;top:2.3836250305176rem;left:0.2490234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sKkFUzU3xhZFBBmxoCOvVLItSorCFe { width:1.6870125rem;height:1.6870125rem;top:8.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO42RR4TubpSINOi41LLosxKZKc27a7r { width:20rem;height:2.436525rem;top:10.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JzJyrAqoMgOZsFNg4SanO3aATbF1wvBZ { top:7.87434387207rem;left:0rem;width:19.75rem;height:43.625rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #c9ZXI24MsKxGIrQJ4iaL0ATJ7ATqQm6y { width:15.3125rem;height:3.4375rem;top:32.842611312866rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdgrZSBnQWenxz5W93XsDx6K8Fg5F5WG { display:block; }
 }@media only screen and (max-width: 763px) { #bbCT49kuiy1V0hmL75JNDMaOy2XnF1fT { width:1.62435rem;height:1.62435rem;top:14.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCD622zHS2sDl8x5J5S9q2gwlNcZcVwO { width:20rem;height:2.59928125rem;top:16.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zFXPg1F0MLxP4HQ1fipB3oznu9Z7iypP { width:20rem;height:2.59928125rem;top:22.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RVHTEA8IAxH96JkaHpxFCz5DumWLWXHw { width:1.62435rem;height:1.62435rem;top:20.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdDIoBfz7JtDINuXMgJJyc8AvpASqiCy { width:20rem;height:2.59928125rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HpcFN5X46u8dcvfTCcsg56L4cNteR2mb { width:1.62435rem;height:1.62435rem;top:26.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHWuHaX9SWBlGZ8iP4oQJCiCz51ONC99 { width:20rem;height:8.75rem;top:18.38284375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 { display:block; }#iUCD0NpSsEWJh0zmqybgi8cTFDHf8Nd1 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NilKZG12iiJ40kZCsT7Iuw6o4FDTdwIf { width:12.7498125rem;height:2.56185rem;top:6.1865234375rem;left:3.6238603591919rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5l2h734qtSh3shfMBRTQ2MX3gZ9a6wM { width:20rem;height:0.9749375rem;top:13.12255859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZbZKvmT3akWWLVLhOl01lhD1OpWP6To { display:flex;top:0.74951171875rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15011; }
#xZbZKvmT3akWWLVLhOl01lhD1OpWP6To > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }