.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#f7f7f7;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(77deg, #ffffff, #f3f3f3);background-image: -moz-linear-gradient(77deg, #ffffff, #f3f3f3);background-image: -ms-linear-gradient(77deg, #ffffff, #f3f3f3);background-image: -o-linear-gradient(77deg, #ffffff, #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3' );";background-image: linear-gradient(77deg, #ffffff, #f3f3f3);background-size:auto !important;font-size:0.875rem;font-family:arial;height:62.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#0c2537;display:block;width:27.25rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:10.5625rem;left:0rem;height:8.15625rem;font-style:normal;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:14978;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.9375rem;width:29.1875rem;top:45.5rem;left:0rem;overflow:hidden;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-form-header {  }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:bold;color:#000000;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5625rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fd6100;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.1875rem;height:3.4375rem;font-family:inter;overflow:hidden; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-moz-placeholder { color:#002e4e;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-moz-placeholder { color:#002e4e;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-ms-input-placeholder { color:#002e4e;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-webkit-input-placeholder { color:#002e4e;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:inter;line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:first-of-type{padding-top:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:last-of-type{padding-bottom:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:36.4375rem;top:28.8125rem;z-index:15035;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:36.4375rem;top:28.8125rem;z-index:15035;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fccCmnAXOEnQ3Me179dJbgpCNkkbITvS { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #AXTJiNtKB7ITz3bQDEw1kncEiu5QdCzF { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #UZNhgt3ipg3stZfy7C35yRTwTKeyWrIy { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF { position:relative;z-index:2; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #EQJVXlLaE4kJ5QIXxK4zk1uSLDF2fXbd { position:relative;display:block;z-index:15000; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #gkvVXhN2KHilm2Hp5RJNyhkFZDbfGcT5 { position:relative;display:block;z-index:15000; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn { position:relative; }
#ccb5UT5vQKkKuLbGC5zqW3Mdw0CmeJ9G { position:absolute;display:block;z-index:15032;background-color:#002e4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:26.125rem;top:16.125rem;left:0rem;display:block; }
#vsnBIAlsrP0EzPRE2iUCpP8R0fsTXyyg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#QBBI8EUynzGtP5Vg9I0QvyM7aLs4GbKd { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:16.375rem;left:0rem;height:2.0244125rem;font-style:normal;display:block; }
#TKQZMOq4n6r2OuFihSU9dPJo16LPZvip { color:#1e1e1e;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:19.6875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#mPzbAyeIMky3syl9mkI7u8kViM7nzdmC { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.75rem;top:21.5rem;left:0rem;overflow:hidden;display:block; }
#rumJywfxFe6gJ3KTKBbvsTcBvbBL21Ko { box-sizing:content-box;height:5.3125rem;width:5.3125rem;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:15048;background-color:#002e4e;background-image:none;top:20.375rem;left:52.6875rem;display:block; }
#fxXvlH5apbCarvDAklQ2Ta4dysAFvh6a { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.9;letter-spacing:0;top:22.625rem;left:53.5625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#srhybSHqucI44FBJgB1pS61MIRbTUToZ { color:#1e1e1e;display:block;width:0.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:21.0625rem;left:54.9375rem;height:1.5rem;font-style:normal;display:block; }
#RF0yhtTI8MahtHexJEPdoGFgJAdSwRzB { position:absolute;display:block;z-index:14996;background-color:#009efd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19rem;width:24.25rem;top:24.125rem;left:35.0625rem;display:block; }
#CxUNaLfk4VVrcXvSNNt6EE4gJyJ8TEln { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:25.6875rem;left:35.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WwUmXgyPfRr6cPBDRvMHD5L4HytQ1sev { position:absolute;display:block;z-index:15051;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:2rem;width:10.125rem;top:42.1875rem;left:0rem;overflow:hidden;display:block; }
#KAPd5WK6FmPrV0SX8fDKkIg0uzsMnfM4 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.5rem;top:42.0625rem;left:11.25rem;overflow:hidden;display:block; }
#Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE { color:#002e4e;display:block;width:28.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:27.875rem;left:0rem;height:12.6465rem;font-style:normal;display:block; }#Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE li:before{  }
#IkLPStrVqmUbx8g3spfJlXhibekg127K { color:#1e1e1e;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:18.0625rem;left:0rem;height:1.875rem;font-style:normal;display:none; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:1.123263835907rem;left:4.34375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.6814236640931rem;left:1.46875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:1.1223959922791rem;left:15rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.6814236640931rem;left:15.5625rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:1.125rem;left:31.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.6814236640931rem;left:33.0625rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.6814236640931rem;left:46.25rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:1.125rem;left:46.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU { 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; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container { background-color: transparent; background-image: none; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container > .video-iframe-container { display: none; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row > .video-iframe-container { display: none; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .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); }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container { border-width: 0; border-radius: 0; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#sJ0PnTBkLnD6uSOxbUmRfS9U2mXM8ztv { color:#1e1e1e;display:block;width:29.5625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.5rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pHrL7WrbhWIss7I4SbnDFiPbH4w0THrG { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:0.5rem;height:4.38574375rem;text-align:left;text-align-last:left;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; }
#ULMZ4Rc1lFiKAudpFQEft1PwIWQsxisJ { background-color:#fd6100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.8125rem;left:4.25rem;display:block; }
#Gmuq3vwNZ8s8AuNihowcS4fNKDUD72fe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.03750038147rem;left:0rem;height:13.99025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 li:before{  }
#CxXiPsOKQaHTVWbgeKpTmnJpMo2uKd99 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.2586803436279rem;left:0.75rem;display:block; }
#UR1WhXd071UWgxa9Fzr2GNO1xNCJuL7o { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:18.6875rem;width:29.125rem;top:7.40625rem;left:30.4375rem;overflow:hidden;display:block; }
#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG { position:relative;display:block; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG { background-color: transparent; background-image: none; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container > .video-iframe-container { display: none; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row > .video-iframe-container { display: none; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .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); }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG { border-width: 0; border-radius: 0; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T { 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:none; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T > .row .container { border-width: 0; border-radius: 0; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:none; }#RVJ92TNTa6UrOznakLbSVx5VKm848HPV { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"cerebri sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.75rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vrCkHkF47UWsLSNFi7GpmKzOQiEdDHMV { 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:23.3125rem;width:34.25rem;top:2.40625rem;left:25.75rem;overflow:hidden;display:block; }
#nVAWHtWnh4TVuaTmr48poa5p2m597gz2 { background-color:#ff8823;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19rem;left:0.75rem;display:block; }
#sUyV08Ceve1pu5Cq1VEzws9BPOyhFlGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dcm7tGPLE8fNpgmHvWdT6kPbPUF2vJAl { position:absolute;display:block;z-index:14999;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.0625rem;left:0.75rem;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#000000;display:block;width:23.125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.3125rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#000000;display:block;width:26.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.734375rem;left:32.3125rem;height:35.15625rem;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; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#fd6100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.625rem;left:35rem;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezVH74W07KwtXNFeOhFV8TA9RTVoU9eU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:19.8125rem;width:29.4375rem;top:10.281249046326rem;left:0.75rem;overflow:hidden;display:block; }
#cDboFu3UMEdVgKPGLq9EzrHdSJ1werfX { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.6875rem;left:32.3125rem;display:block; }
#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv { position:relative;display:block; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv { background-color: transparent; background-image: none; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container > .video-iframe-container { display: none; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row > .video-iframe-container { display: none; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .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); }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv { border-width: 0; border-radius: 0; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle { 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; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.6875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2XILUC5rqJQrARIX3dOghrXhwG1pIup { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.6597223281861rem;left:26.875rem;display:block; }
#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO { 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; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container { background-color: transparent; background-image: none; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container > .video-iframe-container { display: none; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row > .video-iframe-container { display: none; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .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); }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container { border-width: 0; border-radius: 0; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#v3MyFoiPavCzP8BVfCazlwL4cfFF7BTU { 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:7.75rem;width:15.8125rem;top:2.65625rem;left:6.78125rem;overflow:hidden;display:block; }
#Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,158,253,0.34), rgba(30,221,179,0.21));background-image: -moz-linear-gradient(183deg, rgba(0,158,253,0.34), rgba(30,221,179,0.21));background-image: -ms-linear-gradient(183deg, rgba(0,158,253,0.34), rgba(30,221,179,0.21));background-image: -o-linear-gradient(183deg, rgba(0,158,253,0.34), rgba(30,221,179,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd56', endColorstr='#1eddb335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd56', endColorstr='#1eddb335' );";background-image: linear-gradient(183deg, rgba(0,158,253,0.34), rgba(30,221,179,0.21));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5rem;width:16.625rem;top:2.1875rem;left:6.25rem;display:block; }
#XkJFvQswGcZNLlhVb2e14H7zCq9tTtBd { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:2.7812504768372rem;left:31.40625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm { position:relative;display:block; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm { background-color: transparent; background-image: none; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container > .video-iframe-container { display: none; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row > .video-iframe-container { display: none; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .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); }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm { border-width: 0; border-radius: 0; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { 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; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.3749961853027rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIP5HIE1zPVraXUSlLQevm5000QKDlEx { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.9296836853027rem;left:26.875rem;display:block; }
#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF { position:relative;display:block; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF { background-color: transparent; background-image: none; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row .container > .video-iframe-container { display: none; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row > .video-iframe-container { display: none; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .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); }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF { border-width: 0; border-radius: 0; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .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; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;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:block; }#dhQrXAf6U3krohr90JvPh39R726Oy8b6 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:14.0625rem;top:4.9375rem;left:0.5rem;display:block; }
#DSVdO4T0WpifHopHNLOod5LpTVubfQlc { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:0.5rem;display:block; }
#z90UpT29hEsOxRaC2mTyPBHzppCCqazu { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:4.25rem;display:block; }
#GFOkiesVkWUM13BZkOf6oTkGoL3TFXA7 { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:1.8125rem;left:3.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRIq1MvXU1gCmoMfRzTVLIg26zKs684o { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:3.4375rem;display:block; }
#aeNtyaIHtzkSDvXBU3vlUoTdveR1cgxP { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:8rem;left:2.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IH1wLPRVffi7A5TXUWEmTBKADLf30x6t { color:#000000;display:block;width:10.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.9375rem;left:2.375rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#Wz9yRZcLacnJ0wBiESqrZ67oaIyFWnND { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:14.0625rem;top:5rem;left:15.5rem;display:block; }
#HGIqX574JbyikkCQ9PqKGy5QAcBmOD4E { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:15.4375rem;display:block; }
#i6IEWGRELkny2CVkZw2f7aF3Q6eqxTrQ { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:19.75rem;display:block; }
#SKbuA34fBk4qIPGU0OxCP2zhSD1PREEb { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:1.8125rem;left:18.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMpTZs1EVqXTgwRn9Qm5LwCoQXRxPFDL { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:18.8125rem;display:block; }
#yMR3FTqlLqsnS3dif6TLen5NcA500K4v { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:8rem;left:17.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUDJEVJHAl3ARpmvRQ1OwF36yikqTbeW { color:#000000;display:block;width:11rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:12.9375rem;left:17rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#XHgl9ZW5n9hbSLEO7GZwfGOvrUOMtZS8 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:14.0625rem;top:4.9375rem;left:30.5rem;display:block; }
#L33sXavQO8p2mf4qQ6hWCrlMzdAiCMMI { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:30.4375rem;display:block; }
#wvieZIfGPvyMum4oiZTk65XxaZtmsZG5 { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:34.75rem;display:block; }
#c0aGfhHnDoaaz3m0rZzykBMnNhGUiTEk { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:1.8125rem;left:33.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1ibIKliiSE7TUgD4OBIIVqnfdUlGAmN { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:33.8125rem;display:block; }
#FhpFVhnTS9QNTpwkEMpmtDGyVHRxoOM2 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:8rem;left:32.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXWccRUXhmCVJDL2vwsWbO5MaME641QT { color:#000000;display:block;width:11.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:12.9375rem;left:31.8125rem;height:12.65625rem;text-align:center;text-align-last:center;display:block; }
#gdoWeIoVOukxa4yGUgCeLo4gVx4fyHCc { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:14.0625rem;top:4.9375rem;left:45.5rem;display:block; }
#wWywIpiguVBk5aTxLoinB6ItLnN9bUwT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9374998398125rem;left:45.46875rem;display:block; }
#TQ4DhaJEGZOCf0Cl4X5VhdRtF1ckDKmv { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1.0000118017197rem;left:49.75rem;display:block; }
#iDvlc8svVJWwNqdzUFGSeAVaX3CPEocw { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:1.8125116825104rem;left:48.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZ7FsP4kCgcmoPLztSBlHI6DxxSntTXU { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.6250133514404rem;left:48.65625rem;display:block; }
#FJiVQVTD17TqgxtE8lvCp4P7fxeiU47P { color:#000000;display:block;width:12.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:8rem;left:46.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vA0LTBUo4QmqbXBTxqLutCbTXIq4G2Ig { color:#000000;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:12.937500316649rem;left:45.75rem;height:19.6875rem;text-align:center;text-align-last:center;display:block; }
#IzbeTTHrfAseM6na14nCxZ3XidRhJW5v { position:absolute;display:block;z-index:15060;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:2.5625rem;top:2.4305558204651rem;left:5.71875rem;overflow:hidden;display:block; }
#GdenTOfiM7FMkFChIMt8HqTBK95ZzqWF { position:absolute;display:block;z-index:15061;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.1875rem;width:3.125rem;top:2.6805558204651rem;left:21.21875rem;overflow:hidden;display:block; }
#g7dT9CLXxtWpPL6c0UT4Ev1MneVpCMvp { position:absolute;display:block;z-index:15062;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.0625rem;width:3.4375rem;top:2.8680558204651rem;left:35.78125rem;overflow:hidden;display:block; }
#Hy010FP6m314RJoSvrJCQs69XuzinVR6 { position:absolute;display:block;z-index:15063;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.1875rem;width:2.5625rem;top:2.4305558204651rem;left:51.21875rem;overflow:hidden;display:block; }
#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH { position:relative;display:block; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH { background-color: transparent; background-image: none; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row .container > .video-iframe-container { display: none; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row > .video-iframe-container { display: none; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .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); }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH { border-width: 0; border-radius: 0; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .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; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;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:block; }#zJ5dtEfxCdqTX6gAGLHHu8trIDADTI9h { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:14.0625rem;top:4.9375rem;left:0.5rem;display:block; }
#N2Jy4ECe4ZgZm6kXWweUirG7tCu09hAJ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:0.5rem;display:block; }
#Gr9xzDn99MDtM4eAieOSUnKMGPhdGCEo { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:4.25rem;display:block; }
#GQFRZBmtHcdzsnUMuhCtG3NcBlGG5Egy { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:1.8125rem;left:3.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HekHDJsleJSqKE273BplEpn7CrEETuPf { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:3.4375rem;display:block; }
#vTXRJ59FGJQq5iDgx6zZyKU7A0blJeTi { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:8rem;left:2.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRMEq3wRTGK8NPWLFwRA5s363JpMlbpC { color:#000000;display:block;width:10.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.9375rem;left:2.375rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#rf5WfypW6q0xQFdRxJIyMeOsrQECRDOs { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:14.0625rem;top:5rem;left:15.5rem;display:block; }
#AVCTLM26pTEKfTCZg3hM2M6W6lFuBnP7 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:15.4375rem;display:block; }
#d5zIo1B4soEHg3HDJ08b9QmJb1ADMXqK { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:19.75rem;display:block; }
#EFDTZLKZddE48xPxD0yZiL5IKyDH1Nne { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:1.8125rem;left:18.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOSbvEQOs9Wmmv8QwJcmldmXsk8up86t { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:18.8125rem;display:block; }
#VT0fPOeI9Spr53Hy272WXut4TSmsq7GO { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:8rem;left:17.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVyGSKTh1U71VCwCmCvOnsVSglHLn6i { color:#000000;display:block;width:11rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:12.9375rem;left:17rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#HK7HNLnbXXktCspNF2xbnFGBiMDaDvGo { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:14.0625rem;top:4.9375rem;left:30.5rem;display:block; }
#Up3lLZS4MiIa068krxmHC1Sm13yANNdz { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9375rem;left:30.4375rem;display:block; }
#EFhvpJTTWipN7t8Exc3T9bSnQ6t6hdE3 { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1rem;left:34.75rem;display:block; }
#QxCDeZtvk7Kl70C2XumrTTeG0Zl7FbKX { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:1.8125rem;left:33.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q42lLbd1raQNadIalFCPTKP5SJdhbMhS { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.625rem;left:33.8125rem;display:block; }
#mHB2J01qXEX7g9CtAATPHVTvHUkcF1Ad { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:8rem;left:32.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VycAPJf5KrdTia4DaeQCuGTvk2ZoItbC { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:14.0625rem;top:4.9375rem;left:45.5rem;display:block; }
#OuQDxy8QZPkq7tAFTMdBMWRW5k0ZXMnk { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:14.0625rem;top:4.9374998398125rem;left:45.46875rem;display:block; }
#RNEARH7rXZET6N2UydxrvB4w05fdZIga { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:1.0000118017197rem;left:49.75rem;display:block; }
#odM8Rw0gzSKUb5WFTvFsDEzJl6cedHm0 { color:#009efd;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:1.8125116825104rem;left:48.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unscGcM3aVvDF8qyUoJy2Ev9ZUCNpOZ8 { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.6250133514404rem;left:48.65625rem;display:block; }
#rpXwJOxceLsbftT4sfAPPhMHDZ4GCQ0H { color:#000000;display:block;width:12.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:8rem;left:46.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aft7kUwlZgsw6PLQvxQVNAx20rUOOIRq { color:#000000;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:12.937500316649rem;left:45.75rem;height:19.6875rem;text-align:center;text-align-last:center;display:block; }
#fc0ti4E7qcNOztTFbeKwp2pLmK8UlTp9 { position:absolute;display:block;z-index:15060;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:2.5625rem;top:2.4305558204651rem;left:5.71875rem;overflow:hidden;display:block; }
#zLWqu0RN0uRaSw4l0RJAc0DnMyzmEFSG { position:absolute;display:block;z-index:15061;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.1875rem;width:3.125rem;top:2.6805558204651rem;left:21.21875rem;overflow:hidden;display:block; }
#VqGWWGdQG0TeGoANK5iZ0GTp1t0Zw2rT { position:absolute;display:block;z-index:15062;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.0625rem;width:3.4375rem;top:2.8680558204651rem;left:35.78125rem;overflow:hidden;display:block; }
#vK9XB4EW1MSozin5F8larvquUNrW9irG { position:absolute;display:block;z-index:15063;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.1875rem;width:2.5625rem;top:2.4305558204651rem;left:51.21875rem;overflow:hidden;display:block; }
#ZkyE5Da0BctPSE0V3bXbu00R6ZJBXHCx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:12.9375rem;left:31.8125rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ { 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:none; }#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ > .row .container { border-width: 0; border-radius: 0; }#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:none; }#QkGpyXCDrLzGcaG6aOdJPsfANHByTgZz { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:0.5625rem;left:3.4375rem;display:block; }
#MTE0EumxcOv6aLEbL08C8ZF8Hbq99BvD { box-sizing:content-box;color:#ff8823;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:1.3125rem;left:4.6875rem;display:block; }
#xRVtOJX9PoCuXrXE4gMdu2yGD99wX3Pd { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.1875rem;left:2.625rem;display:block; }
#fKXT1vhG1aHH09O2JGpLIR89afqLg5kn { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.375rem;left:2.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prSO3uIBG9BmZE8a82bRdcpI9ot5GmtD { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:0.5625rem;left:15.75rem;display:block; }
#AZPnqiRApifa3hrnOykmSfHGZByDt7u7 { box-sizing:content-box;color:#866ae3;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:1.3125rem;left:17rem;display:block; }
#Fos7P5DMwll7H62BZwMUbGvn38VIxVNt { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.1875rem;left:14.9375rem;display:block; }
#LWwRB2B0iQ9olDLU2MhX9P08MyDrsh48 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:1.375rem;left:15rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voQ7TWstTIzF36kEMgWHOtWoGOkaPxUl { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:0.5625rem;left:27.4375rem;display:block; }
#teAPlTpMCa7A8Knb38dqVSUO8TFCACi5 { box-sizing:content-box;color:#43d2dc;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:1.3125rem;left:28.6875rem;display:block; }
#tQdrbnkpIvXbTFPnlMtiqI2iABQS5mRV { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.1875rem;left:26.625rem;display:block; }
#BKJEfchd122ND1RW4FUOymlG8pU4U1sT { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:0.5625rem;left:38.6875rem;display:block; }
#yGTW01qrp9TMSis0Gf2p90FvcQ90OJJZ { box-sizing:content-box;color:#ffcb66;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:1.3125rem;left:39.9375rem;display:block; }
#FwBW2WXOCOO9As3GelxsTXTVUchPWsTR { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.1875rem;left:37.875rem;display:block; }
#nKZAqPUfqthOlr7viTOKbDqCH0cVPs0g { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.5rem;width:5.5rem;top:0.625rem;left:51.0625rem;display:block; }
#I6OXDq3tbuFoDR9LitnIhVFGVlWqeZ3A { box-sizing:content-box;color:#d0bcff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:1.375rem;left:52.3125rem;display:block; }
#EHTtBTlQyb30WHghs0g4KSZzLpNnJkSH { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:1.25rem;left:50.25rem;display:block; }
#XlLXT7P1wuscMKVBzfheMZPbNCroLwKf { color:#26265b;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9rem;left:1.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#novAPwhVeIuJosuOn7Lyqchv3S3vO8a9 { color:#26265b;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:9rem;left:13.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8yaJhwcEJxTQJSmTZAiF0n1aKMEi6eQ { color:#26265b;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9rem;left:24.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rk0TzlfUJuncs87KWi9reL6LutXrTsTq { color:#26265b;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9rem;left:36.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrNhqvWdoAziuBUzpLWZ7cb3dg1snppS { color:#26265b;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:9rem;left:48.6875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npgV4yPlFq97rZTpudUgZP0OHObet7xH { color:#4e4e80;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.25rem;left:1.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#UTKhf7K0q43RQ1DwlPx0Bs3LZbxiq2MX { color:#4e4e80;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:13.25rem;left:13.5625rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#iHcnzENFQVIaTz327cizPd3Q4qbpfrKg { color:#4e4e80;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.25rem;left:25.375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#ogO6EGmhhEkXUevPMbd4xez6RcX8yPAO { color:#4e4e80;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:13.25rem;left:36.8125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { 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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.7473955154419rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDBan4areyGmVy9HndplxbQcw0IdS28l { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:7.2473955154419rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#GpMuG1QTgBiEJSmfbcoBFQB3vTsrT6dm { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:2.6371526718139rem;left:26.875rem;display:block; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { 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; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.5625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { 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; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { 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; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv { 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; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container { background-color: transparent; background-image: none; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container > .video-iframe-container { display: none; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row > .video-iframe-container { display: none; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .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); }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container { border-width: 0; border-radius: 0; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#qEEIu8XbW08alybDJU5rpFTLu9rI12Jp { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xO7TKmdUBVCuba7PU7AGA3UrPUTpXavx { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#GTFktDSw6gE2cR4Unm4FUZDTR9lDDXGi { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g4whefWlGMcsFdGglNT8z2FhangW7QR3 { 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; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container { background-color: transparent; background-image: none; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container > .video-iframe-container { display: none; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row > .video-iframe-container { display: none; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .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); }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container { border-width: 0; border-radius: 0; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#SOau9ESNuqMcR3XM7vDCxtnWknKKezJz { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.75rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AwqoGalp2x6hLrX6QfGKN4kFTIfsr50J { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#EWJkpIozBVPQm5bzNwzGgqQWC7DoDKD3 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe { 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; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container { background-color: transparent; background-image: none; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container > .video-iframe-container { display: none; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row > .video-iframe-container { display: none; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .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); }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container { border-width: 0; border-radius: 0; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#hShTHJg45gKn05ygZp7gUyJaUOQdb0sl { color:#000000;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:8.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHPMy7ln3QTtrDU7UnAGChyn3rJxuesp { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#w0DFdo6hBit39QyUbbTAi7PLS7CuVbX0 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc { 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:none; }#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc > .row .container { border-width: 0; border-radius: 0; }#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#gQwM0hMeHvISJ1W8wmSxNoe3OUmefZPf { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:8.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUz9p2wC6EGEDVPcsTEMS6OMBlGZ2xxq { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#oEQHpc6z9JEZFAlBhsRal6R3sX5m6Oz1 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#peoh5xibEAQHAtm26FtIoae2IsV3buQf { 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:none; }#peoh5xibEAQHAtm26FtIoae2IsV3buQf > .row .container { border-width: 0; border-radius: 0; }#peoh5xibEAQHAtm26FtIoae2IsV3buQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#peoh5xibEAQHAtm26FtIoae2IsV3buQf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#aMxiXCKsSgT3iqgiQbuQhby0Z5dXtTUZ { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:8.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gtJJhfVbS89HFSZi6s48aCDVvPFled5a { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#d72Rn34a8HAwPfxoJKM95lKgCHN11OPO { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EhyFycs7PrsktG2PhBMsmU9anreoeKXu { 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:none; }#EhyFycs7PrsktG2PhBMsmU9anreoeKXu > .row .container { border-width: 0; border-radius: 0; }#EhyFycs7PrsktG2PhBMsmU9anreoeKXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhyFycs7PrsktG2PhBMsmU9anreoeKXu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#Z0zVtPC0RhX1hgWWpM5M6nUGIcRxJKmz { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:8.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mu2Sf8XxP6sZBdqn3BdPPaKuIqFEEyAS { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -moz-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -ms-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-image: -o-linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efdb2', endColorstr='#1eddb3b2' );";background-image: linear-gradient(90deg, rgba(0,158,253,0.7), rgba(30,221,179,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#mqndTPpfFIXWM9dPAkuHVIpJ34JTM54k { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { 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; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:#fd6100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6rem;left:14rem;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:#000000;display:block;width:35.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.625rem;left:12.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz { 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; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container { background-color: transparent; background-image: none; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container > .video-iframe-container { display: none; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row > .video-iframe-container { display: none; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .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); }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container { border-width: 0; border-radius: 0; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#kXycszZEzXrd3MqoiQ6aJiQXt3hl7DCZ { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oy8uW21UN9KNqhzHa5k0dxCgrezOgyPJ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.6388893127441rem;left:26.875rem;display:block; }
#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ { position:relative;display:block; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ { background-color: transparent; background-image: none; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row .container > .video-iframe-container { display: none; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row > .video-iframe-container { display: none; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .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); }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ { border-width: 0; border-radius: 0; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .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; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .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:19.625rem;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:block; }#wRaCZPbxRpeH0myaz8kbKXGQDOtqP4Fo { 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:17.5rem;width:22.375rem;top:1.0625rem;left:18.8125rem;overflow:hidden;display:block; }
#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 { 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:none; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container { border-width: 0; border-radius: 0; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:none; }#se06Zgbkp8zfi8pT28SdWNcmrqOnJnsX { background-color:#ff8823;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.6875rem;left:13.8125rem;display:block; }
#yo2atpLtMHzpflLmLxZ0f7NgJ007L0lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhJcH1vXGWEcs1MygDioQTsZEJBExKtA { color:#4e4e80;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.125rem;left:12.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,247,247,0.8);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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIeAXV9Ulb6tSFqVancsSVgrq7D7eJLb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.5625rem;left:26.875rem;display:block; }
#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq { 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; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container { background-color: transparent; background-image: none; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container > .video-iframe-container { display: none; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row > .video-iframe-container { display: none; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .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); }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container { border-width: 0; border-radius: 0; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#rhsXoTzRDkTMrlTe8dbZ3gTqH6Mvh16p { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:28.623958587646rem;left:37.34375rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#b5Imcu212T787GfaxC3920P0AP8Vdrrh { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:3.3104248046875rem;left:10.3125rem;overflow:hidden;display:block; }
#fZrMJXL8dcds16wwmTznyVNanTTuGlTq { color:#000000;display:block;width:16.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:28.623958587646rem;left:6.8125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#GB6ZNcGr0m6ncrFKoRbIP3V2OeBJA3lV { color:#4e4e80;display:block;width:24.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:13.640625rem;left:2.90625rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWCnCm49zPa45yeB2vN96EDJCTibMtKn { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:24.0625rem;width:28.1875rem;top:8.0000009536744rem;left:0.9375rem;display:block; }
#G9T72RQS5R5nTdVS3dHu1vw6dRkTVsk2 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:1.25rem;width:28.1875rem;top:8.125rem;left:0.9375rem;display:block; }
#cGNV4shek6v61zBy4T5Qv9hLiXb049fi { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:1.25rem;width:28.1875rem;top:8rem;left:30.875rem;display:block; }
#gLbv9z0hPcJOo2RtA6RhAXetAymLmQTb { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:24.0625rem;width:28.1875rem;top:8rem;left:30.9375rem;display:block; }
#t3CgTp8h29tMIGXP6vCRvAQZoKZAt51p { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3rem;left:40.3125rem;overflow:hidden;display:block; }
#wkkpnJVy3lEA6rQo62iTIu9eZH23RZIC { color:#4e4e80;display:block;width:21.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:14.40625rem;left:34.40625rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 { 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; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container { background-color: transparent; background-image: none; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container > .video-iframe-container { display: none; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row > .video-iframe-container { display: none; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .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); }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container { border-width: 0; border-radius: 0; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#VcnAZoDdxsLHT8J3bi6rOyPvHcDSwQPD { color:#4e4e80;display:block;width:26.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:13.467880249024rem;left:1.5625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvtNL2rQpC0vRBFnftB62Dl6ddDLgR9o { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:28.059375762939rem;left:37.09375rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cX9WfNX0pWBXNr3WtrQQxmxXDH3Idz4B { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:9.625rem;width:9.625rem;top:2.1684029102326rem;left:40.3125rem;overflow:hidden;display:block; }
#FkEv7cBpQ8KBwbmhVDJtHtEx5obuw6hh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.625rem;width:9.625rem;top:2.1684198379517rem;left:10.1875rem;overflow:hidden;display:block; }
#mtWZaazbFKLGOHDA8aTQl4NmBp43uGMw { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:24.0625rem;width:28.1875rem;top:7.4296875rem;left:0.90625rem;display:block; }
#XnkTVKpiEWAqgqdH0kMZGP8nWLDpPqEV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:1.25rem;width:28.1875rem;top:7.4288198947906rem;left:0.90625rem;display:block; }
#RSkhbOZLu2Fh7vfLxXqzdIAfIoASV2HC { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:24.0625rem;width:28.1875rem;top:7.4288196563719rem;left:30.90625rem;display:block; }
#Sh8mmu752PWz9orvh4PGgMtNduoGTlA7 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:1.25rem;width:28.1875rem;top:7.4288198947906rem;left:30.90625rem;display:block; }
#u5sICV62AkDopValgORuz3aLr8SZFoIh { color:#000000;display:block;width:21rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:28.059375762939rem;left:4.5rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#vqh1aWqxLTyTWcywSAmuEN6tw0T1xwEi { color:#4e4e80;display:block;width:23.5625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:13.997917175293rem;left:3.21875rem;height:12.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEuewll7rG3x9quyWVusxaUTOvFZe5oT { color:#4e4e80;display:block;width:24.625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:14.87326335907rem;left:32.6875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 { 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; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container { background-color: transparent; background-image: none; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container > .video-iframe-container { display: none; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row > .video-iframe-container { display: none; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .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); }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container { border-width: 0; border-radius: 0; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#U4sTUGVRbUOmGIJDnLWvI5pyslLq4kuB { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8oKM4foTKlLdJi4nI4bm22mTEod3HSi { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:0.78993034362794rem;left:26.875rem;display:block; }
#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX { 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; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container { background-color: transparent; background-image: none; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container > .video-iframe-container { display: none; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row > .video-iframe-container { display: none; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .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); }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container { border-width: 0; border-radius: 0; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#v1AO6oRC5MXf1ti66a7wdGBaLvaAgkek { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.5625rem;top:3.4375337362289rem;left:1.71875rem;overflow:hidden;display:block; }
#wUiuogkTaOiDXGLnDP9IMKf9bFak16eN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.3125rem;top:2.7500337362289rem;left:16.84375rem;overflow:hidden;display:block; }
#lXo1ShZIhSdaZkIpTzFCyuMdoXD2C7eb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.8125rem;top:2.2187837362289rem;left:33.59375rem;overflow:hidden;display:block; }
#A4GEPVnMHyuvVytKNu8EOP1fB5CZ2Zpc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.6875rem;top:4.1805557012558rem;left:46.15625rem;overflow:hidden;display:block; }
#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh { 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; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container { background-color: transparent; background-image: none; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container > .video-iframe-container { display: none; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row > .video-iframe-container { display: none; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .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); }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container { border-width: 0; border-radius: 0; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#yliDCqduaKouAeitDqOSgPyPtT3IiAyl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.9375rem;top:3.09375rem;left:0.53125rem;overflow:hidden;display:block; }
#gd06HvrgJSBLw24S73qKmHtCcaGZbHqs { 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:3.3125rem;width:12rem;top:3.6875rem;left:16.5rem;overflow:hidden;display:block; }
#z7MMpWQ5JD6rnbU0DXzgeEQvgADvFy2c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.125rem;top:2.2196178436279rem;left:31.9375rem;overflow:hidden;display:block; }
#HHcF4JyQ6Fqri4kcl0P6CpsODlZs69vz { 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:6.25rem;width:7.9375rem;top:2.2196178436279rem;left:48.53125rem;overflow:hidden;display:block; }
#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy { 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; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container { background-color: transparent; background-image: none; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container > .video-iframe-container { display: none; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row > .video-iframe-container { display: none; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .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); }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container { border-width: 0; border-radius: 0; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#kmAXyFienMdDFLiabfHbOrpp6VigcHCc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.1875rem;top:3.4999523162842rem;left:1.90625rem;overflow:hidden;display:block; }
#drhFiky7I32OOXHlgi4VdW6UTBSf4Xdg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.625rem;top:3.7430572509766rem;left:17.1875rem;overflow:hidden;display:block; }
#vFf6wTxNbbpq96pnkqZKavsoUmTO0hLk { 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:3.0625rem;width:12.3125rem;top:4.1805572509766rem;left:31.90625rem;overflow:hidden;display:block; }
#LSoTgRdTnkw5atZN4RBdkaUNINHo8wIF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.1875rem;top:3.5rem;left:46.90625rem;overflow:hidden;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.16796875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#RFhXmIKpmd98yhtdTFNpvOyB2d0BifmV { background-color:#fd6100;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.3125rem;left:22.625rem;display:block; }
#XycTEtRHLCkI25kvZ5LB4CdnBzeoNOnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWCJtA7mcdRkNTyuhis5idJJluMyqLKv { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009efd, #1eddb3);background-image: -moz-linear-gradient(180deg, #009efd, #1eddb3);background-image: -ms-linear-gradient(180deg, #009efd, #1eddb3);background-image: -o-linear-gradient(180deg, #009efd, #1eddb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#1eddb3' );";background-image: linear-gradient(180deg, #009efd, #1eddb3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:0.3125rem;width:6.25rem;top:1.2083339691162rem;left:26.875rem;display:block; }
#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c { 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; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container { background-color: transparent; background-image: none; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container > .video-iframe-container { display: none; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row > .video-iframe-container { display: none; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .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); }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container { border-width: 0; border-radius: 0; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#TTtsKWuspsIsDQpib5r1o1RcQlKGZCV9 { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.81857681274412rem;left:0rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:12.34375rem;left:0.25rem;width:29rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:26.75rem;height:15.625rem;top:43.6875rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.3125rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:18.9375rem;height:auto;top:28.75rem;left:25.625rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:18.9375rem;height:auto;top:28.75rem;left:25.625rem; }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fccCmnAXOEnQ3Me179dJbgpCNkkbITvS {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #AXTJiNtKB7ITz3bQDEw1kncEiu5QdCzF { display:block; }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #UZNhgt3ipg3stZfy7C35yRTwTKeyWrIy {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #EQJVXlLaE4kJ5QIXxK4zk1uSLDF2fXbd {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #gkvVXhN2KHilm2Hp5RJNyhkFZDbfGcT5 {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 959px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 959px) { #ccb5UT5vQKkKuLbGC5zqW3Mdw0CmeJ9G { width:26.75rem;height:3.9375rem;top:12.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vsnBIAlsrP0EzPRE2iUCpP8R0fsTXyyg { width:5.9375rem;height:5.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QBBI8EUynzGtP5Vg9I0QvyM7aLs4GbKd { top:7.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TKQZMOq4n6r2OuFihSU9dPJo16LPZvip { top:17.625rem;left:0rem;width:18.4375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mPzbAyeIMky3syl9mkI7u8kViM7nzdmC { width:8.75rem;height:6.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rumJywfxFe6gJ3KTKBbvsTcBvbBL21Ko { width:5.4375rem;height:5.4375rem;top:20rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fxXvlH5apbCarvDAklQ2Ta4dysAFvh6a { top:22.0625rem;left:42.0625rem;width:4.75rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #srhybSHqucI44FBJgB1pS61MIRbTUToZ { top:20.3125rem;left:43.875rem;width:1.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RF0yhtTI8MahtHexJEPdoGFgJAdSwRzB { top:23.8125rem;left:24.9375rem;width:22.8125rem;height:19rem;display:block; }
 }@media only screen and (max-width: 959px) { #CxUNaLfk4VVrcXvSNNt6EE4gJyJ8TEln { top:25.375rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WwUmXgyPfRr6cPBDRvMHD5L4HytQ1sev { width:10.125rem;height:2rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KAPd5WK6FmPrV0SX8fDKkIg0uzsMnfM4 { width:9.5rem;height:2.5625rem;top:39.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE { top:23.8125rem;left:0rem;width:22.625rem;height:14.55rem;font-size:1rem;display:block; }#Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE li:before{  }
 }@media only screen and (max-width: 959px) { #IkLPStrVqmUbx8g3spfJlXhibekg127K { top:16.75rem;left:0rem;width:18.4375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:1.0625rem;left:2.8125rem;width:6.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:6.625rem;left:0rem;width:12.0625rem;height:2.7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:1.3249998092651rem;left:12.375rem;width:11.0625rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:6.625rem;left:11.375rem;width:12.5rem;height:1.35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:1.125rem;left:23.3125rem;width:12.5rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:6.625rem;left:25.40625rem;width:8.875rem;height:1.35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:6.625rem;left:35.25rem;width:12.5rem;height:2.7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:1.125rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU { display:block; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container { width:47.75rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sJ0PnTBkLnD6uSOxbUmRfS9U2mXM8ztv { top:3.5rem;left:0rem;width:29.5625rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pHrL7WrbhWIss7I4SbnDFiPbH4w0THrG { top:6.875rem;left:0rem;width:22.25rem;height:3.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ULMZ4Rc1lFiKAudpFQEft1PwIWQsxisJ { width:21.5rem;height:2.8125rem;top:27.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gmuq3vwNZ8s8AuNihowcS4fNKDUD72fe { display:block; }
 }@media only screen and (max-width: 959px) { #IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 { top:12.25rem;left:0rem;width:22.5rem;height:13.2625rem;font-size:1rem;display:block; }#IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 li:before{  }
 }@media only screen and (max-width: 959px) { #CxXiPsOKQaHTVWbgeKpTmnJpMo2uKd99 { width:6.25rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UR1WhXd071UWgxa9Fzr2GNO1xNCJuL7o { width:23.75rem;height:15.1875rem;top:7.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG { display:none; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T { display:none; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #RVJ92TNTa6UrOznakLbSVx5VKm848HPV { top:3.5rem;left:0rem;width:29.5625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vrCkHkF47UWsLSNFi7GpmKzOQiEdDHMV { width:34.25rem;height:23.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nVAWHtWnh4TVuaTmr48poa5p2m597gz2 { width:26.125rem;height:3.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sUyV08Ceve1pu5Cq1VEzws9BPOyhFlGh { display:block; }
 }@media only screen and (max-width: 959px) { #Dcm7tGPLE8fNpgmHvWdT6kPbPUF2vJAl { top:2.0625rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:2.8125rem;left:24.625rem;width:23.125rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:5.53125rem;left:25.125rem;width:22.625rem;height:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:20.75rem;height:3.25rem;top:43.3125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 959px) { #ezVH74W07KwtXNFeOhFV8TA9RTVoU9eU { width:24.125rem;height:16.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cDboFu3UMEdVgKPGLq9EzrHdSJ1werfX { width:6.25rem;height:0.3125rem;top:1.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv { display:none; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:2.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #g2XILUC5rqJQrARIX3dOghrXhwG1pIup { width:6.25rem;height:0.3125rem;top:1.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO { display:block; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v3MyFoiPavCzP8BVfCazlwL4cfFF7BTU { width:15.8125rem;height:7.75rem;top:2.625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { top:2.1875rem;left:3.1875rem;width:16.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #XkJFvQswGcZNLlhVb2e14H7zCq9tTtBd { top:2.625rem;left:24.25rem;width:23.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm { display:none; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:3.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gIP5HIE1zPVraXUSlLQevm5000QKDlEx { width:6.25rem;height:0.3125rem;top:1.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #srGVMfbCPXGaWOmHKAVPPMNwovS5BawF { display:none; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #dhQrXAf6U3krohr90JvPh39R726Oy8b6 { width:14.0625rem;height:28.75rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DSVdO4T0WpifHopHNLOod5LpTVubfQlc { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #z90UpT29hEsOxRaC2mTyPBHzppCCqazu { width:5.5rem;height:5.5rem;top:1rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GFOkiesVkWUM13BZkOf6oTkGoL3TFXA7 { top:1.8125rem;left:1.96875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRIq1MvXU1gCmoMfRzTVLIg26zKs684o { width:2.25rem;height:2.25rem;top:1.625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aeNtyaIHtzkSDvXBU3vlUoTdveR1cgxP { top:8rem;left:0.90625rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IH1wLPRVffi7A5TXUWEmTBKADLf30x6t { top:12.9375rem;left:0.84375rem;width:10.375rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wz9yRZcLacnJ0wBiESqrZ67oaIyFWnND { width:14.0625rem;height:28.75rem;top:5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HGIqX574JbyikkCQ9PqKGy5QAcBmOD4E { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i6IEWGRELkny2CVkZw2f7aF3Q6eqxTrQ { width:5.5rem;height:5.5rem;top:1rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SKbuA34fBk4qIPGU0OxCP2zhSD1PREEb { top:1.8125rem;left:14.21875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #dMpTZs1EVqXTgwRn9Qm5LwCoQXRxPFDL { width:2.25rem;height:2.25rem;top:1.625rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yMR3FTqlLqsnS3dif6TLen5NcA500K4v { top:8rem;left:12.78125rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IUDJEVJHAl3ARpmvRQ1OwF36yikqTbeW { top:12.9375rem;left:12.40625rem;width:11rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XHgl9ZW5n9hbSLEO7GZwfGOvrUOMtZS8 { width:14.0625rem;height:28.8125rem;top:4.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #L33sXavQO8p2mf4qQ6hWCrlMzdAiCMMI { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wvieZIfGPvyMum4oiZTk65XxaZtmsZG5 { width:5.5rem;height:5.5rem;top:1rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #c0aGfhHnDoaaz3m0rZzykBMnNhGUiTEk { top:1.8125rem;left:26.15625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #y1ibIKliiSE7TUgD4OBIIVqnfdUlGAmN { width:2.25rem;height:2.25rem;top:1.625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #FhpFVhnTS9QNTpwkEMpmtDGyVHRxoOM2 { top:8rem;left:24.71875rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dXWccRUXhmCVJDL2vwsWbO5MaME641QT { top:12.9375rem;left:24.15625rem;width:11.375rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gdoWeIoVOukxa4yGUgCeLo4gVx4fyHCc { width:14.0625rem;height:28.8125rem;top:4.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wWywIpiguVBk5aTxLoinB6ItLnN9bUwT { width:14.0625rem;height:0.9375rem;top:4.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQ4DhaJEGZOCf0Cl4X5VhdRtF1ckDKmv { width:5.5rem;height:5.5rem;top:1rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iDvlc8svVJWwNqdzUFGSeAVaX3CPEocw { top:1.8125rem;left:37.96875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EZ7FsP4kCgcmoPLztSBlHI6DxxSntTXU { width:2.25rem;height:2.25rem;top:1.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FJiVQVTD17TqgxtE8lvCp4P7fxeiU47P { top:8rem;left:35.375rem;width:12.375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vA0LTBUo4QmqbXBTxqLutCbTXIq4G2Ig { top:12.9375rem;left:34.25rem;width:13.5rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IzbeTTHrfAseM6na14nCxZ3XidRhJW5v { width:2.5625rem;height:2.5625rem;top:2.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdenTOfiM7FMkFChIMt8HqTBK95ZzqWF { width:3.125rem;height:2.1875rem;top:2.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #g7dT9CLXxtWpPL6c0UT4Ev1MneVpCMvp { width:3.4375rem;height:3.0625rem;top:2.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hy010FP6m314RJoSvrJCQs69XuzinVR6 { width:2.5625rem;height:2.1875rem;top:2.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Akum3L3IUR3Qciv9HGOOcn491lEn8XPH { display:block; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zJ5dtEfxCdqTX6gAGLHHu8trIDADTI9h { width:12rem;height:28.75rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #N2Jy4ECe4ZgZm6kXWweUirG7tCu09hAJ { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gr9xzDn99MDtM4eAieOSUnKMGPhdGCEo { width:5.5rem;height:5.5rem;top:1rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQFRZBmtHcdzsnUMuhCtG3NcBlGG5Egy { top:1.8125rem;left:1.96875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HekHDJsleJSqKE273BplEpn7CrEETuPf { width:2.25rem;height:2.25rem;top:1.625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTXRJ59FGJQq5iDgx6zZyKU7A0blJeTi { top:8rem;left:0.90625rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XRMEq3wRTGK8NPWLFwRA5s363JpMlbpC { top:12.9375rem;left:0.84375rem;width:9.5625rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rf5WfypW6q0xQFdRxJIyMeOsrQECRDOs { width:11.875rem;height:28.75rem;top:5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #AVCTLM26pTEKfTCZg3hM2M6W6lFuBnP7 { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #d5zIo1B4soEHg3HDJ08b9QmJb1ADMXqK { width:5.5rem;height:5.5rem;top:1rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EFDTZLKZddE48xPxD0yZiL5IKyDH1Nne { top:1.8125rem;left:14.21875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kOSbvEQOs9Wmmv8QwJcmldmXsk8up86t { width:2.25rem;height:2.25rem;top:1.625rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VT0fPOeI9Spr53Hy272WXut4TSmsq7GO { top:8rem;left:12.78125rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wHVyGSKTh1U71VCwCmCvOnsVSglHLn6i { top:12.9375rem;left:13rem;width:9.8125rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HK7HNLnbXXktCspNF2xbnFGBiMDaDvGo { width:12.1875rem;height:28.8125rem;top:4.9375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Up3lLZS4MiIa068krxmHC1Sm13yANNdz { width:14.0625rem;height:0.9375rem;top:4.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #EFhvpJTTWipN7t8Exc3T9bSnQ6t6hdE3 { width:5.5rem;height:5.5rem;top:1rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QxCDeZtvk7Kl70C2XumrTTeG0Zl7FbKX { top:1.8125rem;left:26.15625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #q42lLbd1raQNadIalFCPTKP5SJdhbMhS { width:2.25rem;height:2.25rem;top:1.625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHB2J01qXEX7g9CtAATPHVTvHUkcF1Ad { top:8rem;left:24.71875rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VycAPJf5KrdTia4DaeQCuGTvk2ZoItbC { width:12rem;height:28.8125rem;top:4.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #OuQDxy8QZPkq7tAFTMdBMWRW5k0ZXMnk { width:14.0625rem;height:0.9375rem;top:4.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RNEARH7rXZET6N2UydxrvB4w05fdZIga { width:5.5rem;height:5.5rem;top:1rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #odM8Rw0gzSKUb5WFTvFsDEzJl6cedHm0 { top:1.8125rem;left:37.96875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #unscGcM3aVvDF8qyUoJy2Ev9ZUCNpOZ8 { width:2.25rem;height:2.25rem;top:1.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rpXwJOxceLsbftT4sfAPPhMHDZ4GCQ0H { top:8rem;left:35.375rem;width:12.375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aft7kUwlZgsw6PLQvxQVNAx20rUOOIRq { top:12.75rem;left:36.15625rem;width:11.25rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fc0ti4E7qcNOztTFbeKwp2pLmK8UlTp9 { width:2.5625rem;height:2.5625rem;top:2.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zLWqu0RN0uRaSw4l0RJAc0DnMyzmEFSG { width:3.125rem;height:2.1875rem;top:2.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VqGWWGdQG0TeGoANK5iZ0GTp1t0Zw2rT { width:3.4375rem;height:3.0625rem;top:2.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vK9XB4EW1MSozin5F8larvquUNrW9irG { width:2.5625rem;height:2.1875rem;top:2.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZkyE5Da0BctPSE0V3bXbu00R6ZJBXHCx { top:12.9375rem;left:24.875rem;width:9.9375rem;height:14.4375rem;font-size:0.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 959px) { #ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ { display:none; }#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #QkGpyXCDrLzGcaG6aOdJPsfANHByTgZz { width:5.5rem;height:5.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTE0EumxcOv6aLEbL08C8ZF8Hbq99BvD { width:2.9375rem;height:4rem;top:1.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xRVtOJX9PoCuXrXE4gMdu2yGD99wX3Pd { width:2.25rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fKXT1vhG1aHH09O2JGpLIR89afqLg5kn { top:1.375rem;left:0rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #prSO3uIBG9BmZE8a82bRdcpI9ot5GmtD { width:5.5rem;height:5.5rem;top:0.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AZPnqiRApifa3hrnOykmSfHGZByDt7u7 { width:2.9375rem;height:4rem;top:1.3125rem;left:10.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fos7P5DMwll7H62BZwMUbGvn38VIxVNt { width:2.25rem;height:2.25rem;top:1.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LWwRB2B0iQ9olDLU2MhX9P08MyDrsh48 { top:17.125rem;left:1.1875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #voQ7TWstTIzF36kEMgWHOtWoGOkaPxUl { width:5.5rem;height:5.5rem;top:0.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #teAPlTpMCa7A8Knb38dqVSUO8TFCACi5 { width:2.9375rem;height:4rem;top:1.3125rem;left:22.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #tQdrbnkpIvXbTFPnlMtiqI2iABQS5mRV { width:2.25rem;height:2.25rem;top:1.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #BKJEfchd122ND1RW4FUOymlG8pU4U1sT { width:5.5rem;height:5.5rem;top:0.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yGTW01qrp9TMSis0Gf2p90FvcQ90OJJZ { width:2.9375rem;height:4rem;top:1.3125rem;left:33.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FwBW2WXOCOO9As3GelxsTXTVUchPWsTR { width:2.25rem;height:2.25rem;top:1.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #nKZAqPUfqthOlr7viTOKbDqCH0cVPs0g { width:5.5rem;height:5.5rem;top:0.625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #I6OXDq3tbuFoDR9LitnIhVFGVlWqeZ3A { width:2.9375rem;height:4rem;top:1.375rem;left:44.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #EHTtBTlQyb30WHghs0g4KSZzLpNnJkSH { width:2.25rem;height:2.25rem;top:1.25rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XlLXT7P1wuscMKVBzfheMZPbNCroLwKf { top:9rem;left:0rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #novAPwhVeIuJosuOn7Lyqchv3S3vO8a9 { top:9rem;left:7.25rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #t8yaJhwcEJxTQJSmTZAiF0n1aKMEi6eQ { top:9rem;left:18.75rem;width:10.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rk0TzlfUJuncs87KWi9reL6LutXrTsTq { top:9rem;left:30.1875rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KrNhqvWdoAziuBUzpLWZ7cb3dg1snppS { top:9rem;left:37.5rem;width:10.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #npgV4yPlFq97rZTpudUgZP0OHObet7xH { top:13.25rem;left:0rem;width:10.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UTKhf7K0q43RQ1DwlPx0Bs3LZbxiq2MX { top:13.25rem;left:7.4375rem;width:9.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iHcnzENFQVIaTz327cizPd3Q4qbpfrKg { top:13.25rem;left:19.25rem;width:9.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ogO6EGmhhEkXUevPMbd4xez6RcX8yPAO { top:13.25rem;left:30.6875rem;width:9.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:3.6875rem;left:0rem;width:47.75rem;height:2.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { top:7.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GpMuG1QTgBiEJSmfbcoBFQB3vTsrT6dm { width:6.25rem;height:0.3125rem;top:2.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0rem;left:8.3125rem;width:39.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:0rem;left:8.1875rem;width:39.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:0rem;left:8.1875rem;width:39.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv { display:block; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qEEIu8XbW08alybDJU5rpFTLu9rI12Jp { top:0rem;left:8.375rem;width:39.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xO7TKmdUBVCuba7PU7AGA3UrPUTpXavx { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GTFktDSw6gE2cR4Unm4FUZDTR9lDDXGi { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #g4whefWlGMcsFdGglNT8z2FhangW7QR3 { display:block; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SOau9ESNuqMcR3XM7vDCxtnWknKKezJz { top:0rem;left:8.3125rem;width:39.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwqoGalp2x6hLrX6QfGKN4kFTIfsr50J { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EWJkpIozBVPQm5bzNwzGgqQWC7DoDKD3 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe { display:block; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hShTHJg45gKn05ygZp7gUyJaUOQdb0sl { top:0rem;left:8.4375rem;width:39.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CHPMy7ln3QTtrDU7UnAGChyn3rJxuesp { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #w0DFdo6hBit39QyUbbTAi7PLS7CuVbX0 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc { display:none; }#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #gQwM0hMeHvISJ1W8wmSxNoe3OUmefZPf { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oUz9p2wC6EGEDVPcsTEMS6OMBlGZ2xxq { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oEQHpc6z9JEZFAlBhsRal6R3sX5m6Oz1 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #peoh5xibEAQHAtm26FtIoae2IsV3buQf { display:none; }#peoh5xibEAQHAtm26FtIoae2IsV3buQf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #aMxiXCKsSgT3iqgiQbuQhby0Z5dXtTUZ { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtJJhfVbS89HFSZi6s48aCDVvPFled5a { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d72Rn34a8HAwPfxoJKM95lKgCHN11OPO { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #EhyFycs7PrsktG2PhBMsmU9anreoeKXu { display:none; }#EhyFycs7PrsktG2PhBMsmU9anreoeKXu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Z0zVtPC0RhX1hgWWpM5M6nUGIcRxJKmz { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mu2Sf8XxP6sZBdqn3BdPPaKuIqFEEyAS { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mqndTPpfFIXWM9dPAkuHVIpJ34JTM54k { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:32rem;height:3.25rem;top:6rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 959px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:1.625rem;left:6.0625rem;width:35.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz { display:block; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kXycszZEzXrd3MqoiQ6aJiQXt3hl7DCZ { top:3.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oy8uW21UN9KNqhzHa5k0dxCgrezOgyPJ { width:6.25rem;height:0.3125rem;top:1.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ { display:block; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wRaCZPbxRpeH0myaz8kbKXGQDOtqP4Fo { width:22.375rem;height:17.5rem;top:1.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZxQChNizBECU82kgmXSzWWSqsiasT6t5 { display:none; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #se06Zgbkp8zfi8pT28SdWNcmrqOnJnsX { width:32.375rem;height:3.25rem;top:5.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yo2atpLtMHzpflLmLxZ0f7NgJ007L0lf { display:block; }
 }@media only screen and (max-width: 959px) { #DhJcH1vXGWEcs1MygDioQTsZEJBExKtA { top:1.25rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:2.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xIeAXV9Ulb6tSFqVancsSVgrq7D7eJLb { width:6.25rem;height:0.3125rem;top:1.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Au64CcAv3Cek1caSnDGfobWpT3AI0mDq { display:block; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rhsXoTzRDkTMrlTe8dbZ3gTqH6Mvh16p { top:28.5625rem;left:28.875rem;width:13.875rem;height:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:9.0625rem;height:9.0625rem;top:3.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fZrMJXL8dcds16wwmTznyVNanTTuGlTq { top:28.5625rem;left:3.4375rem;width:17rem;height:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GB6ZNcGr0m6ncrFKoRbIP3V2OeBJA3lV { top:13.328125rem;left:1.40625rem;width:21.0625rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWCnCm49zPa45yeB2vN96EDJCTibMtKn { width:28.1875rem;height:24.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #G9T72RQS5R5nTdVS3dHu1vw6dRkTVsk2 { width:28.1875rem;height:1.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cGNV4shek6v61zBy4T5Qv9hLiXb049fi { width:28.1875rem;height:1.25rem;top:8rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gLbv9z0hPcJOo2RtA6RhAXetAymLmQTb { width:23.9375rem;height:24.0625rem;top:8rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #t3CgTp8h29tMIGXP6vCRvAQZoKZAt51p { width:9.375rem;height:9.375rem;top:3rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wkkpnJVy3lEA6rQo62iTIu9eZH23RZIC { top:15.5rem;left:26.84375rem;width:17.9375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nOefpCXyw5ApQXG4mXOituMcQZk4nV76 { display:block; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VcnAZoDdxsLHT8J3bi6rOyPvHcDSwQPD { top:13.4375rem;left:0rem;width:26.875rem;height:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UvtNL2rQpC0vRBFnftB62Dl6ddDLgR9o { top:28rem;left:28.9375rem;width:13.75rem;height:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cX9WfNX0pWBXNr3WtrQQxmxXDH3Idz4B { width:9.625rem;height:9.625rem;top:2.125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FkEv7cBpQ8KBwbmhVDJtHtEx5obuw6hh { width:9.625rem;height:9.625rem;top:2.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mtWZaazbFKLGOHDA8aTQl4NmBp43uGMw { width:28.1875rem;height:24.0625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XnkTVKpiEWAqgqdH0kMZGP8nWLDpPqEV { width:28.1875rem;height:1.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RSkhbOZLu2Fh7vfLxXqzdIAfIoASV2HC { width:24.125rem;height:24.0625rem;top:7.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sh8mmu752PWz9orvh4PGgMtNduoGTlA7 { width:28.1875rem;height:1.25rem;top:7.375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #u5sICV62AkDopValgORuz3aLr8SZFoIh { top:28rem;left:4.71875rem;width:14.4375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vqh1aWqxLTyTWcywSAmuEN6tw0T1xwEi { top:13.4375rem;left:4.8125rem;width:14.25rem;height:13.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nEuewll7rG3x9quyWVusxaUTOvFZe5oT { top:13.4375rem;left:28.1875rem;width:15.25rem;height:8.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 { display:block; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #U4sTUGVRbUOmGIJDnLWvI5pyslLq4kuB { top:2.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q8oKM4foTKlLdJi4nI4bm22mTEod3HSi { width:6.25rem;height:0.3125rem;top:0.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #x49qqcbVyXkZtsFIhPxoDbawiWccUQlX { display:block; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v1AO6oRC5MXf1ti66a7wdGBaLvaAgkek { width:11.5625rem;height:3.8125rem;top:3.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wUiuogkTaOiDXGLnDP9IMKf9bFak16eN { width:11.3125rem;height:5.1875rem;top:2.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXo1ShZIhSdaZkIpTzFCyuMdoXD2C7eb { width:7.8125rem;height:6.25rem;top:2.1875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #A4GEPVnMHyuvVytKNu8EOP1fB5CZ2Zpc { width:12.6875rem;height:3.8125rem;top:4.125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh { display:block; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yliDCqduaKouAeitDqOSgPyPtT3IiAyl { width:13.9375rem;height:4.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gd06HvrgJSBLw24S73qKmHtCcaGZbHqs { width:12rem;height:3.3125rem;top:3.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z7MMpWQ5JD6rnbU0DXzgeEQvgADvFy2c { width:11.125rem;height:6.25rem;top:2.1875rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HHcF4JyQ6Fqri4kcl0P6CpsODlZs69vz { width:7.9375rem;height:6.25rem;top:2.1875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy { display:block; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kmAXyFienMdDFLiabfHbOrpp6VigcHCc { width:11.1875rem;height:3.6875rem;top:3.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #drhFiky7I32OOXHlgi4VdW6UTBSf4Xdg { width:10.625rem;height:3.5rem;top:3.6875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vFf6wTxNbbpq96pnkqZKavsoUmTO0hLk { width:12.3125rem;height:3.0625rem;top:4.125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #LSoTgRdTnkw5atZN4RBdkaUNINHo8wIF { width:11.1875rem;height:3.6875rem;top:3.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:2.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { top:5.125rem;left:0rem;width:47.75rem;height:2.925rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RFhXmIKpmd98yhtdTFNpvOyB2d0BifmV { width:14.75rem;height:3.25rem;top:9.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #XycTEtRHLCkI25kvZ5LB4CdnBzeoNOnK { display:block; }
 }@media only screen and (max-width: 959px) { #vWCJtA7mcdRkNTyuhis5idJJluMyqLKv { width:6.25rem;height:0.3125rem;top:1.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #yRATLQOn1DW8NIuzTTDU1ogmShmseB7c { display:block; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TTtsKWuspsIsDQpib5r1o1RcQlKGZCV9 { top:0.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:102.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:19.75rem;height:6.46875rem;top:7.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#0c2537;z-index:15039;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:20rem;height:11.6875rem;top:26.5rem;left:0rem;z-index:14988;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:17.5rem;height:auto;top:70.9375rem;left:0rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-info-text { color:#ffffff; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:17.5rem;height:auto;top:42.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fccCmnAXOEnQ3Me179dJbgpCNkkbITvS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #AXTJiNtKB7ITz3bQDEw1kncEiu5QdCzF { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #UZNhgt3ipg3stZfy7C35yRTwTKeyWrIy {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #EQJVXlLaE4kJ5QIXxK4zk1uSLDF2fXbd {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #gkvVXhN2KHilm2Hp5RJNyhkFZDbfGcT5 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #ccb5UT5vQKkKuLbGC5zqW3Mdw0CmeJ9G { width:19.4375rem;height:3.875rem;top:14.375rem;left:0.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #vsnBIAlsrP0EzPRE2iUCpP8R0fsTXyyg { width:4.875rem;height:4.875rem;top:0rem;left:7.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QBBI8EUynzGtP5Vg9I0QvyM7aLs4GbKd { width:17.0625rem;height:3.4375rem;top:14.59375rem;left:1.34375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKQZMOq4n6r2OuFihSU9dPJo16LPZvip { width:18.4375rem;height:1.375rem;top:19.625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mPzbAyeIMky3syl9mkI7u8kViM7nzdmC { width:8.75rem;height:6.375rem;top:20.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumJywfxFe6gJ3KTKBbvsTcBvbBL21Ko { width:5.3125rem;height:5.3125rem;top:34.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXvlH5apbCarvDAklQ2Ta4dysAFvh6a { width:3.625rem;height:2.125rem;top:36.5625rem;left:14.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #srhybSHqucI44FBJgB1pS61MIRbTUToZ { width:0.875rem;height:1.71875rem;top:34.8125rem;left:16rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RF0yhtTI8MahtHexJEPdoGFgJAdSwRzB { width:20rem;height:19rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxUNaLfk4VVrcXvSNNt6EE4gJyJ8TEln { width:20rem;height:1.875rem;top:39.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwUmXgyPfRr6cPBDRvMHD5L4HytQ1sev { width:8rem;height:1.5rem;top:98.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPd5WK6FmPrV0SX8fDKkIg0uzsMnfM4 { width:7.4375rem;height:1.9375rem;top:98.46875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE { width:20rem;height:18.34375rem;top:77.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15026;display:block; }#Eaylw2Ty1macVkLamtkL2fUR5qUzmJlE li:before{  }
 }@media only screen and (max-width: 763px) { #IkLPStrVqmUbx8g3spfJlXhibekg127K { width:18.0625rem;height:1.71875rem;top:73rem;left:0.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15023;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.9rem;top:1.7255859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:2.699225rem;top:6.51171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.9rem;top:11.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:1.349825rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.9rem;top:26.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:20rem;height:1.349825rem;top:30.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:20rem;height:1.349825rem;top:23.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.9rem;top:19.2265625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU { display:block; }#NsN5bzOkGXT1LOQTLWccEJXaQA5FKbMU > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJ0PnTBkLnD6uSOxbUmRfS9U2mXM8ztv { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pHrL7WrbhWIss7I4SbnDFiPbH4w0THrG { width:19.9375rem;height:6rem;top:23.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ULMZ4Rc1lFiKAudpFQEft1PwIWQsxisJ { width:19rem;height:3.9375rem;top:48.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmuq3vwNZ8s8AuNihowcS4fNKDUD72fe { display:block; }
 }@media only screen and (max-width: 763px) { #IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 { width:20rem;height:16.5625rem;top:30.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#IIlMUG0qE40DLrTzyaaEbzZBFSm1kOt6 li:before{  }
 }@media only screen and (max-width: 763px) { #CxXiPsOKQaHTVWbgeKpTmnJpMo2uKd99 { width:6.25rem;height:0.3125rem;top:1.7500038146973rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1WhXd071UWgxa9Fzr2GNO1xNCJuL7o { width:18.6875rem;height:12rem;top:9.75rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG { display:none; }#DULdgqy9HnkGZzgNz9DLGnnVRqwq2iRG > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T { display:none; }#qUUrud4XMWRtIgF9Mn9eXJsNM5nNSk3T > .row .container { width:20rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RVJ92TNTa6UrOznakLbSVx5VKm848HPV { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vrCkHkF47UWsLSNFi7GpmKzOQiEdDHMV { width:20rem;height:13.613138686131rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAWHtWnh4TVuaTmr48poa5p2m597gz2 { width:19rem;height:3.9375rem;top:34.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyV08Ceve1pu5Cq1VEzws9BPOyhFlGh { display:block; }
 }@media only screen and (max-width: 763px) { #Dcm7tGPLE8fNpgmHvWdT6kPbPUF2vJAl { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:52.5rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:16.3125rem;height:3.25rem;top:72.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #ezVH74W07KwtXNFeOhFV8TA9RTVoU9eU { width:18.6875rem;height:12.5rem;top:5.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDboFu3UMEdVgKPGLq9EzrHdSJ1werfX { width:6.25rem;height:0.3125rem;top:0.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv { display:none; }#A4tSiB6Exzp3dIQ9JvmTd7dT5cB1stsv > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g2XILUC5rqJQrARIX3dOghrXhwG1pIup { width:6.25rem;height:0.3125rem;top:1.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO { display:block; }#Il151z5bDEJ5m0m6yUNbNXrI1Lf5F3RO > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3MyFoiPavCzP8BVfCazlwL4cfFF7BTU { width:12.5rem;height:6.1875rem;top:2.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { width:13.125rem;height:7.0625rem;top:1.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJFvQswGcZNLlhVb2e14H7zCq9tTtBd { width:20rem;height:10.5rem;top:11.625003814698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm { display:none; }#UZMdE0F1hdImZ92mNlR8ANBWAMZB4bCm > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gIP5HIE1zPVraXUSlLQevm5000QKDlEx { width:6.25rem;height:0.3125rem;top:1.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGVMfbCPXGaWOmHKAVPPMNwovS5BawF { display:none; }#srGVMfbCPXGaWOmHKAVPPMNwovS5BawF > .row .container { width:20rem;height:249.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dhQrXAf6U3krohr90JvPh39R726Oy8b6 { width:14.0625rem;height:28.75rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVdO4T0WpifHopHNLOod5LpTVubfQlc { width:14.0625rem;height:0.9375rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z90UpT29hEsOxRaC2mTyPBHzppCCqazu { width:5.5rem;height:5.5rem;top:31.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFOkiesVkWUM13BZkOf6oTkGoL3TFXA7 { width:2.1875rem;height:1.875rem;top:32.0625rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIq1MvXU1gCmoMfRzTVLIg26zKs684o { width:2.25rem;height:2.25rem;top:31.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNtyaIHtzkSDvXBU3vlUoTdveR1cgxP { width:10.25rem;height:2.8125rem;top:4.3125rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH1wLPRVffi7A5TXUWEmTBKADLf30x6t { width:10.375rem;height:15.46875rem;top:9.25rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz9yRZcLacnJ0wBiESqrZ67oaIyFWnND { width:14.0625rem;height:28.75rem;top:40.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGIqX574JbyikkCQ9PqKGy5QAcBmOD4E { width:14.0625rem;height:0.9375rem;top:38rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6IEWGRELkny2CVkZw2f7aF3Q6eqxTrQ { width:5.5rem;height:5.5rem;top:70.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKbuA34fBk4qIPGU0OxCP2zhSD1PREEb { width:2.1875rem;height:1.875rem;top:71rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMpTZs1EVqXTgwRn9Qm5LwCoQXRxPFDL { width:2.25rem;height:2.25rem;top:70.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMR3FTqlLqsnS3dif6TLen5NcA500K4v { width:10.25rem;height:2.8125rem;top:43.1875rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUDJEVJHAl3ARpmvRQ1OwF36yikqTbeW { width:11rem;height:16.875rem;top:48.125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHgl9ZW5n9hbSLEO7GZwfGOvrUOMtZS8 { width:14.0625rem;height:28.8125rem;top:76.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L33sXavQO8p2mf4qQ6hWCrlMzdAiCMMI { width:14.0625rem;height:0.9375rem;top:76.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvieZIfGPvyMum4oiZTk65XxaZtmsZG5 { width:5.5rem;height:5.5rem;top:107rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0aGfhHnDoaaz3m0rZzykBMnNhGUiTEk { width:2.1875rem;height:1.875rem;top:73.8125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ibIKliiSE7TUgD4OBIIVqnfdUlGAmN { width:2.25rem;height:2.25rem;top:107.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhpFVhnTS9QNTpwkEMpmtDGyVHRxoOM2 { width:10.25rem;height:2.8125rem;top:80rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXWccRUXhmCVJDL2vwsWbO5MaME641QT { width:11.375rem;height:16.875rem;top:84.9375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoWeIoVOukxa4yGUgCeLo4gVx4fyHCc { width:14.0625rem;height:28.8125rem;top:113.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWywIpiguVBk5aTxLoinB6ItLnN9bUwT { width:14.0625rem;height:0.9375rem;top:113.75rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4DhaJEGZOCf0Cl4X5VhdRtF1ckDKmv { width:5.5rem;height:5.5rem;top:143.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDvlc8svVJWwNqdzUFGSeAVaX3CPEocw { width:2.1875rem;height:1.875rem;top:144.625rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ7FsP4kCgcmoPLztSBlHI6DxxSntTXU { width:2.25rem;height:2.25rem;top:144.4375rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJiVQVTD17TqgxtE8lvCp4P7fxeiU47P { width:12.375rem;height:2.8125rem;top:116.8125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA0LTBUo4QmqbXBTxqLutCbTXIq4G2Ig { width:13.5rem;height:19.6875rem;top:121.75rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzbeTTHrfAseM6na14nCxZ3XidRhJW5v { width:2.5625rem;height:2.5625rem;top:-1.2569427490234rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdenTOfiM7FMkFChIMt8HqTBK95ZzqWF { width:3.125rem;height:2.1875rem;top:37.868057250976rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7dT9CLXxtWpPL6c0UT4Ev1MneVpCMvp { width:3.4375rem;height:3.0625rem;top:74.868057250975rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy010FP6m314RJoSvrJCQs69XuzinVR6 { width:2.5625rem;height:2.1875rem;top:111.24305725097rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akum3L3IUR3Qciv9HGOOcn491lEn8XPH { display:block; }#Akum3L3IUR3Qciv9HGOOcn491lEn8XPH > .row .container { width:20rem;height:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ5dtEfxCdqTX6gAGLHHu8trIDADTI9h { width:14.0625rem;height:25rem;top:4.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Jy4ECe4ZgZm6kXWweUirG7tCu09hAJ { width:14.0625rem;height:0.9375rem;top:4.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9xzDn99MDtM4eAieOSUnKMGPhdGCEo { width:5.5rem;height:5.5rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQFRZBmtHcdzsnUMuhCtG3NcBlGG5Egy { width:2.1875rem;height:1.875rem;top:2.0625rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HekHDJsleJSqKE273BplEpn7CrEETuPf { width:2.25rem;height:2.25rem;top:1.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTXRJ59FGJQq5iDgx6zZyKU7A0blJeTi { width:10.25rem;height:2.8125rem;top:7.75rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRMEq3wRTGK8NPWLFwRA5s363JpMlbpC { width:10.375rem;height:15.46875rem;top:12.6875rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5WfypW6q0xQFdRxJIyMeOsrQECRDOs { width:14.0625rem;height:26.0625rem;top:34.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCTLM26pTEKfTCZg3hM2M6W6lFuBnP7 { width:14.0625rem;height:0.9375rem;top:34.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zIo1B4soEHg3HDJ08b9QmJb1ADMXqK { width:5.5rem;height:5.5rem;top:31.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFDTZLKZddE48xPxD0yZiL5IKyDH1Nne { width:2.1875rem;height:1.875rem;top:31.875rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOSbvEQOs9Wmmv8QwJcmldmXsk8up86t { width:2.25rem;height:2.25rem;top:31.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT0fPOeI9Spr53Hy272WXut4TSmsq7GO { width:10.25rem;height:2.8125rem;top:38.3125rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVyGSKTh1U71VCwCmCvOnsVSglHLn6i { width:11rem;height:15.46875rem;top:43.125rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7HNLnbXXktCspNF2xbnFGBiMDaDvGo { width:14.0625rem;height:24.75rem;top:65.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up3lLZS4MiIa068krxmHC1Sm13yANNdz { width:14.0625rem;height:0.9375rem;top:65.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFhvpJTTWipN7t8Exc3T9bSnQ6t6hdE3 { width:5.5rem;height:5.5rem;top:62.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxCDeZtvk7Kl70C2XumrTTeG0Zl7FbKX { width:2.1875rem;height:1.875rem;top:63.0625rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42lLbd1raQNadIalFCPTKP5SJdhbMhS { width:2.25rem;height:2.25rem;top:62.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHB2J01qXEX7g9CtAATPHVTvHUkcF1Ad { width:10.25rem;height:2.8125rem;top:69.5rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VycAPJf5KrdTia4DaeQCuGTvk2ZoItbC { width:14.0625rem;height:30.5rem;top:95.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQDxy8QZPkq7tAFTMdBMWRW5k0ZXMnk { width:14.0625rem;height:0.9375rem;top:95.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEARH7rXZET6N2UydxrvB4w05fdZIga { width:5.5rem;height:5.5rem;top:92.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odM8Rw0gzSKUb5WFTvFsDEzJl6cedHm0 { width:2.1875rem;height:1.875rem;top:93.1875rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unscGcM3aVvDF8qyUoJy2Ev9ZUCNpOZ8 { width:2.25rem;height:2.25rem;top:93rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpXwJOxceLsbftT4sfAPPhMHDZ4GCQ0H { width:12.375rem;height:2.8125rem;top:99.875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aft7kUwlZgsw6PLQvxQVNAx20rUOOIRq { width:13.5rem;height:19.6875rem;top:104.875rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0ti4E7qcNOztTFbeKwp2pLmK8UlTp9 { width:2.5625rem;height:2.5625rem;top:2.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWqu0RN0uRaSw4l0RJAc0DnMyzmEFSG { width:3.4375rem;height:2.375rem;top:32.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGWWGdQG0TeGoANK5iZ0GTp1t0Zw2rT { width:3.25rem;height:2.875rem;top:63.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9XB4EW1MSozin5F8larvquUNrW9irG { width:2.5625rem;height:2.1875rem;top:94rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkyE5Da0BctPSE0V3bXbu00R6ZJBXHCx { width:10.75rem;height:14.4375rem;top:74.9375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ { display:none; }#ZeaGZt2LKRF8A4tepgXDmBWkAMM3HdwJ > .row .container { width:20rem;height:89.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QkGpyXCDrLzGcaG6aOdJPsfANHByTgZz { width:5.5rem;height:5.5rem;top:1.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTE0EumxcOv6aLEbL08C8ZF8Hbq99BvD { width:2.9375rem;height:4rem;top:2.375rem;left:8.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVtOJX9PoCuXrXE4gMdu2yGD99wX3Pd { width:2.25rem;height:2.25rem;top:1rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXT1vhG1aHH09O2JGpLIR89afqLg5kn { width:2.1875rem;height:1.875rem;top:1.1875rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prSO3uIBG9BmZE8a82bRdcpI9ot5GmtD { width:5.5rem;height:5.5rem;top:17.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPnqiRApifa3hrnOykmSfHGZByDt7u7 { width:2.9375rem;height:4rem;top:18.4375rem;left:8.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fos7P5DMwll7H62BZwMUbGvn38VIxVNt { width:2.25rem;height:2.25rem;top:16.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwRB2B0iQ9olDLU2MhX9P08MyDrsh48 { width:2.1875rem;height:1.875rem;top:17.125rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voQ7TWstTIzF36kEMgWHOtWoGOkaPxUl { width:5.5rem;height:5.5rem;top:34.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teAPlTpMCa7A8Knb38dqVSUO8TFCACi5 { width:2.9375rem;height:4rem;top:35.5625rem;left:8.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQdrbnkpIvXbTFPnlMtiqI2iABQS5mRV { width:2.25rem;height:2.25rem;top:34.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKJEfchd122ND1RW4FUOymlG8pU4U1sT { width:5.5rem;height:5.5rem;top:51.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTW01qrp9TMSis0Gf2p90FvcQ90OJJZ { width:2.9375rem;height:4rem;top:51.875rem;left:8.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBW2WXOCOO9As3GelxsTXTVUchPWsTR { width:2.25rem;height:2.25rem;top:50.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKZAqPUfqthOlr7viTOKbDqCH0cVPs0g { width:5.5rem;height:5.5rem;top:70.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6OXDq3tbuFoDR9LitnIhVFGVlWqeZ3A { width:2.9375rem;height:4rem;top:71.375rem;left:8.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTtBTlQyb30WHghs0g4KSZzLpNnJkSH { width:2.25rem;height:2.25rem;top:69.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLXT7P1wuscMKVBzfheMZPbNCroLwKf { width:10.25rem;height:2.8125rem;top:9.0625rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #novAPwhVeIuJosuOn7Lyqchv3S3vO8a9 { width:10.25rem;height:2.8125rem;top:24.75rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yaJhwcEJxTQJSmTZAiF0n1aKMEi6eQ { width:10.25rem;height:1.40625rem;top:42.1875rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk0TzlfUJuncs87KWi9reL6LutXrTsTq { width:10.25rem;height:2.8125rem;top:58.625rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrNhqvWdoAziuBUzpLWZ7cb3dg1snppS { width:10.25rem;height:2.8125rem;top:78.0625rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgV4yPlFq97rZTpudUgZP0OHObet7xH { width:12.1875rem;height:3rem;top:12.5625rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKhf7K0q43RQ1DwlPx0Bs3LZbxiq2MX { width:15.3125rem;height:4.5rem;top:28.125rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcnzENFQVIaTz327cizPd3Q4qbpfrKg { width:17.5rem;height:3rem;top:45.28125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogO6EGmhhEkXUevPMbd4xez6RcX8yPAO { width:10.25rem;height:4.5rem;top:62.90625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { width:20rem;height:3rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMuG1QTgBiEJSmfbcoBFQB3vTsrT6dm { width:6.25rem;height:0.3125rem;top:1.8124713897705rem;left:6.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:18.875rem;height:4.5rem;top:3.6875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:20rem;height:4.5rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:4.5rem;height:2.625rem;top:0.53125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:20rem;height:3rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:4.5rem;height:2.625rem;top:0.53125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv { display:block; }#XK4W6VtRqyoTeelgTGto2J7JsFhaTcDv > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEEIu8XbW08alybDJU5rpFTLu9rI12Jp { width:19.125rem;height:3rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xO7TKmdUBVCuba7PU7AGA3UrPUTpXavx { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFktDSw6gE2cR4Unm4FUZDTR9lDDXGi { width:4.5rem;height:2.625rem;top:0.53125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4whefWlGMcsFdGglNT8z2FhangW7QR3 { display:block; }#g4whefWlGMcsFdGglNT8z2FhangW7QR3 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOau9ESNuqMcR3XM7vDCxtnWknKKezJz { width:20rem;height:3rem;top:3.78125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwqoGalp2x6hLrX6QfGKN4kFTIfsr50J { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJkpIozBVPQm5bzNwzGgqQWC7DoDKD3 { width:4.5rem;height:2.625rem;top:0.53125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe { display:block; }#h6A6LVgMhZqCMRB4DJIWrL1ZiUAaDqTe > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hShTHJg45gKn05ygZp7gUyJaUOQdb0sl { width:20rem;height:4.5rem;top:3.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHPMy7ln3QTtrDU7UnAGChyn3rJxuesp { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0DFdo6hBit39QyUbbTAi7PLS7CuVbX0 { width:4.5rem;height:2.625rem;top:0.53125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc { display:none; }#U0k9NUPOTw4NVST3bXOxLmAnIbmI27kc > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gQwM0hMeHvISJ1W8wmSxNoe3OUmefZPf { width:20rem;height:3rem;top:5.5625247955322rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUz9p2wC6EGEDVPcsTEMS6OMBlGZ2xxq { width:7.625rem;height:3.6875rem;top:0.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQHpc6z9JEZFAlBhsRal6R3sX5m6Oz1 { width:4.5rem;height:2.625rem;top:1.375rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peoh5xibEAQHAtm26FtIoae2IsV3buQf { display:none; }#peoh5xibEAQHAtm26FtIoae2IsV3buQf > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aMxiXCKsSgT3iqgiQbuQhby0Z5dXtTUZ { width:20rem;height:3rem;top:5.5625247955322rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtJJhfVbS89HFSZi6s48aCDVvPFled5a { width:7.625rem;height:3.6875rem;top:0.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d72Rn34a8HAwPfxoJKM95lKgCHN11OPO { width:4.5rem;height:2.625rem;top:1.375rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhyFycs7PrsktG2PhBMsmU9anreoeKXu { display:none; }#EhyFycs7PrsktG2PhBMsmU9anreoeKXu > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z0zVtPC0RhX1hgWWpM5M6nUGIcRxJKmz { width:20rem;height:1.5rem;top:5.5625247955322rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2Sf8XxP6sZBdqn3BdPPaKuIqFEEyAS { width:7.625rem;height:3.6875rem;top:0.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqndTPpfFIXWM9dPAkuHVIpJ34JTM54k { width:4.5rem;height:2.625rem;top:1.375rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:13.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:19.5rem;height:3.25rem;top:7.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz { display:block; }#kv9LRvQ6U8q0xlx33xUCEtDifTgzBPxz > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXycszZEzXrd3MqoiQ6aJiQXt3hl7DCZ { width:20rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Oy8uW21UN9KNqhzHa5k0dxCgrezOgyPJ { width:6.25rem;height:0.3125rem;top:1.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ { display:block; }#ZGyQPdEEnneEn0OEyiwrH8eyc3eV0uJQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRaCZPbxRpeH0myaz8kbKXGQDOtqP4Fo { width:19.5rem;height:15.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQChNizBECU82kgmXSzWWSqsiasT6t5 { background-color:#f7f7f7;background-image:none;display:block; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container { background-color: transparent; background-image: none; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container > .video-iframe-container { display: none; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row > .video-iframe-container { display: none; }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .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); }#ZxQChNizBECU82kgmXSzWWSqsiasT6t5 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se06Zgbkp8zfi8pT28SdWNcmrqOnJnsX { width:12.0625rem;height:3.25rem;top:6.8125rem;left:3.96875rem;font-family:inter;background-color:#fd6100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yo2atpLtMHzpflLmLxZ0f7NgJ007L0lf { display:block; }
 }@media only screen and (max-width: 763px) { #DhJcH1vXGWEcs1MygDioQTsZEJBExKtA { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { background-color:#ffffff;background-image:none;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIeAXV9Ulb6tSFqVancsSVgrq7D7eJLb { width:6.25rem;height:0.3125rem;top:2.0000381469726rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au64CcAv3Cek1caSnDGfobWpT3AI0mDq { display:block; }#Au64CcAv3Cek1caSnDGfobWpT3AI0mDq > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhsXoTzRDkTMrlTe8dbZ3gTqH6Mvh16p { width:19.3125rem;height:1.21875rem;top:54.5625rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:9.375rem;height:9.375rem;top:1.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZrMJXL8dcds16wwmTznyVNanTTuGlTq { width:17.5625rem;height:1.21875rem;top:29.9921875rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GB6ZNcGr0m6ncrFKoRbIP3V2OeBJA3lV { width:18.5rem;height:15.75rem;top:12.280395507812rem;left:0.74913197755812rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWCnCm49zPa45yeB2vN96EDJCTibMtKn { width:19.375rem;height:25.625rem;top:7.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9T72RQS5R5nTdVS3dHu1vw6dRkTVsk2 { width:19.375rem;height:1.25rem;top:7.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNV4shek6v61zBy4T5Qv9hLiXb049fi { width:19.375rem;height:1.25rem;top:39.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLbv9z0hPcJOo2RtA6RhAXetAymLmQTb { width:19.375rem;height:19.375rem;top:39.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3CgTp8h29tMIGXP6vCRvAQZoKZAt51p { width:9.375rem;height:9.375rem;top:34rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkkpnJVy3lEA6rQo62iTIu9eZH23RZIC { width:18.0625rem;height:9.1875rem;top:45.1875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOefpCXyw5ApQXG4mXOituMcQZk4nV76 { display:block; }#nOefpCXyw5ApQXG4mXOituMcQZk4nV76 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcnAZoDdxsLHT8J3bi6rOyPvHcDSwQPD { width:17.75rem;height:1.3125rem;top:11.5rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvtNL2rQpC0vRBFnftB62Dl6ddDLgR9o { width:20rem;height:1.21875rem;top:24.397916793823rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cX9WfNX0pWBXNr3WtrQQxmxXDH3Idz4B { width:9.625rem;height:9.625rem;top:29.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEv7cBpQ8KBwbmhVDJtHtEx5obuw6hh { width:9.625rem;height:9.625rem;top:0.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtWZaazbFKLGOHDA8aTQl4NmBp43uGMw { width:19.375rem;height:20.5rem;top:6.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnkTVKpiEWAqgqdH0kMZGP8nWLDpPqEV { width:19.375rem;height:1.25rem;top:6.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkhbOZLu2Fh7vfLxXqzdIAfIoASV2HC { width:19.375rem;height:22.3125rem;top:35.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8mmu752PWz9orvh4PGgMtNduoGTlA7 { width:19.375rem;height:1.25rem;top:35.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5sICV62AkDopValgORuz3aLr8SZFoIh { width:17.875rem;height:1.21875rem;top:54.9375rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqh1aWqxLTyTWcywSAmuEN6tw0T1xwEi { width:17.5625rem;height:15.46875rem;top:42rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEuewll7rG3x9quyWVusxaUTOvFZe5oT { width:16.5rem;height:9.84375rem;top:12.812472641468rem;left:1.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 { display:block; }#nSBZhpTIb9P6NNCHrWXUA5bMiwFafEt7 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4sTUGVRbUOmGIJDnLWvI5pyslLq4kuB { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q8oKM4foTKlLdJi4nI4bm22mTEod3HSi { width:6.25rem;height:0.3125rem;top:2.3749465942383rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #x49qqcbVyXkZtsFIhPxoDbawiWccUQlX { display:block; }#x49qqcbVyXkZtsFIhPxoDbawiWccUQlX > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1AO6oRC5MXf1ti66a7wdGBaLvaAgkek { width:11.5625rem;height:3.8125rem;top:2.6250267028809rem;left:4.2187498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUiuogkTaOiDXGLnDP9IMKf9bFak16eN { width:11.3125rem;height:5.1875rem;top:9rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXo1ShZIhSdaZkIpTzFCyuMdoXD2C7eb { width:7.8125rem;height:6.25rem;top:17.3125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4GEPVnMHyuvVytKNu8EOP1fB5CZ2Zpc { width:11.1875rem;height:3.4375rem;top:27.5rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh { display:block; }#TUVdw2rOLHJXaosm3XJAKZCMsq5XRySh > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yliDCqduaKouAeitDqOSgPyPtT3IiAyl { width:13.9375rem;height:4.5rem;top:15.03125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd06HvrgJSBLw24S73qKmHtCcaGZbHqs { width:10.1875rem;height:2.75rem;top:1.75rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MMpWQ5JD6rnbU0DXzgeEQvgADvFy2c { width:10.1875rem;height:5.6875rem;top:6.8125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHcF4JyQ6Fqri4kcl0P6CpsODlZs69vz { width:7.9375rem;height:6.25rem;top:22.311458587646rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy { display:block; }#rhqOmdOB0lwTJDnBkL2NF91Lh3sknNAy > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmAXyFienMdDFLiabfHbOrpp6VigcHCc { width:11.1875rem;height:3.6875rem;top:13.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drhFiky7I32OOXHlgi4VdW6UTBSf4Xdg { width:13.375rem;height:4.3125rem;top:1.375rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFf6wTxNbbpq96pnkqZKavsoUmTO0hLk { width:13.8125rem;height:3.4375rem;top:8.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSoTgRdTnkw5atZN4RBdkaUNINHo8wIF { width:11.1875rem;height:3.6875rem;top:19.125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { width:20rem;height:5.84765rem;top:6.3250007629394rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhXmIKpmd98yhtdTFNpvOyB2d0BifmV { width:14.75rem;height:3.25rem;top:14.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycTEtRHLCkI25kvZ5LB4CdnBzeoNOnK { display:block; }
 }@media only screen and (max-width: 763px) { #vWCJtA7mcdRkNTyuhis5idJJluMyqLKv { width:6.25rem;height:0.3125rem;top:1.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRATLQOn1DW8NIuzTTDU1ogmShmseB7c { display:block; }#yRATLQOn1DW8NIuzTTDU1ogmShmseB7c > .row .container { width:20rem;height:5.47168125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTtsKWuspsIsDQpib5r1o1RcQlKGZCV9 { width:20rem;height:4.22265rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }