.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { 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; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { background-color: transparent; background-image: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container > .video-iframe-container { display: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container { display: none; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .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); }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { border-width: 0; border-radius: 0; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container { background-color: transparent; background-image: none; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container > .video-iframe-container { display: none; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row > .video-iframe-container { display: none; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .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); }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container { border-width: 0; border-radius: 0; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87456601858137rem;left:34.625rem;display:block; }
#Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.87456601858137rem;left:48.624671936035rem;display:block; }
#n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prOulzlo3My4abw93uBAgTP05uiFgXu4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93706875rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:56.875rem;display:block; }
#X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:63.4375rem;display:block; }
#KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { 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:1.375rem;width:7.75rem;top:1.5934245586395rem;left:0rem;overflow:hidden;display:block; }
#aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6871875rem;height:2.707901875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:23.6865234375rem;display:block; }
#LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container { border-width: 0; border-radius: 0; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#PqMLCNQopaqLpMpc0TokUMknVF4fQQ9i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87456601858137rem;left:34.625rem;display:block; }
#xm7ChWleNwKfSBqrSiDFNy7tgdzPk99i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzVgk4h3DmPmEzmxypS1tcygOA58iQeP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.87456601858137rem;left:48.624671936035rem;display:block; }
#rFh1qoCnDSRDVkt9IHfbzH3iS35TmoJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUThmsGzXXCImS50QoNMdcdPIReZiOUV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93706875rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:56.875rem;display:block; }
#IhDEsgxGgggmRLBS2k2yE76O85InPir9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHb3hvPAVEXfgvMVUBMp9wFAOLNtOwp8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:63.4375rem;display:block; }
#gDsXJqL3Qk2SdI7OSCBzzLN8MKAPP72A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7tKm0SyNyFD3SlSeZ1JlSlPleEzgpnl { 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:1.375rem;width:7.75rem;top:1.5934245586395rem;left:0rem;overflow:hidden;display:block; }
#HvShqF840Rte73BKrotirfaTrKQ1bqg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DLQa3XUEKGEC74IwTqmCrPulAeXkd5dN { background-color:transparent;background-image:none;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sora font family";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6871875rem;height:2.707901875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:23.6865234375rem;display:block; }
#fc4zBi66OuDUbARWqX2LPaUiRZoqWwRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { background-color: transparent; background-image: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container > .video-iframe-container { display: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row > .video-iframe-container { display: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .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); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { border-width: 0; border-radius: 0; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UorOEAGTyt7OKKmvXBLZOdsfCxGaLJXh { color:#1c2637;display:block;width:38.8748125rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8741326332092rem;left:19.655492782592rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTvq61fe0PQPc5pXpyartT819Qb9XPCv { color:#1c2637;display:block;width:52.6248125rem;position:absolute;font-family:"sora font family";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:8.1233735084531rem;left:12.780490875244rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO { z-index:;position:relative;display:block; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO { background-color: transparent; background-image: none; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row .container > .video-iframe-container { display: none; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row > .video-iframe-container { display: none; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .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); }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO { border-width: 0; border-radius: 0; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qQWPy0atfbwiWCAcIHXSwIgB86F2f2nH { position:absolute;display:block;z-index:15000;height:32.375rem;width:33.9375rem;top:2.0625rem;left:41.0625rem;display:block; }
#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { background-color: transparent; background-image: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container > .video-iframe-container { display: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row > .video-iframe-container { display: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .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); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { border-width: 0; border-radius: 0; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#AHdcN33IqRN6MdZ5NJP3K8naMRf0rPvF { 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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:6.1875rem;left:10.75rem;display:block; }
#tWEBxRJiwB11hPtPatZzgtacZrW0cqti { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:15rem;left:12.1875rem;height:3.09375rem;font-style:normal;display:block; }
#xB09sPnmt2Q1r9i2pwQAyJ5vdvS2PlTl { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:10.75rem;left:12.25rem;height:3.6738375rem;font-style:normal;display:block; }
#oMC3OC5AHD16Zid7n4Ni16VRiqMviEps { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:9.125rem;left:12.25rem;height:1.2246125rem;font-style:normal;display:block; }
#s5Uy47mAQGs8hnaWEJeC2NVC13esxSAF { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.4375rem;left:12.25rem;height:1.29980625rem;font-style:normal;display:block; }
#Ac0IFSVaS20fWRbgv8pEsdKEP07Fm15n { position:absolute;display:block;z-index:15024;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:1rem;width:1rem;top:7.3125rem;left:30.0625rem;overflow:hidden;display:block; }
#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { background-color: transparent; background-image: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container > .video-iframe-container { display: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row > .video-iframe-container { display: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .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); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { border-width: 0; border-radius: 0; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#vibegAhHoh8dEh1eJp08bbJMMktBnH1S { position:absolute;display:block;z-index:15013;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:11.5rem;left:15.8125rem;display:block; }
#ZCWiLWCPOVIgcn5KUPnXbndDSTGW735K { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.3125rem;left:17.25rem;height:3.09375rem;font-style:normal;display:block; }
#d81DJMw4g22if8nlfQhAr7Xunezgs9lf { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.0625rem;left:17.3125rem;height:3.6738375rem;font-style:normal;display:block; }
#D0r1OF9yWuVi6zT5klqZaL71psy72Oey { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:14.423828125rem;left:17.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#bcqWZh1d2UvfSnP8QJ4iuI38ohiFs2fn { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.75rem;left:17.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#tLLhcgAXvSRpbgJ9XKu0qVbsvJ35vCJt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:12.6259765625rem;left:35.1259765625rem;overflow:hidden;display:block; }
#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { background-color: transparent; background-image: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container > .video-iframe-container { display: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row > .video-iframe-container { display: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .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); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { border-width: 0; border-radius: 0; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#hnEAii3Tm90wV0SqkdmvJICsZqDkkdC1 { 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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:7.625rem;left:11.0625rem;display:block; }
#qH4hcd4MNfSrTGvMKwEmUPWL3g3RpxF2 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.4375rem;left:12.5rem;height:3.09375rem;font-style:normal;display:block; }
#zFVVFdJ1mxVAF5BcJCCLx9hJqy0yZ1SB { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:12.1875rem;left:12.5625rem;height:3.6738375rem;font-style:normal;display:block; }
#v6rTLJnG1SfdSsuduLLihh1SFcc6ixQA { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:10.5625rem;left:12.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#p4QZTaipgkSrhH6JKpcT2STsbGi1U0MF { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#mZNvZTyG0IKREE2nih3LTemMrP5vxN1g { position:absolute;display:block;z-index:15024;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:1rem;width:1rem;top:8.75rem;left:30.375rem;overflow:hidden;display:block; }
#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { background-color: transparent; background-image: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container > .video-iframe-container { display: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row > .video-iframe-container { display: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .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); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { border-width: 0; border-radius: 0; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Wz85pXo65mLggBwc7N2zmHRvUbxRNCOa { position:absolute;display:block;z-index:15025;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:12rem;left:15.5rem;display:block; }
#GDCC4T9EJivg2q2I76iVRiRaFpTnL9fD { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.8125rem;left:16.9375rem;height:3.09375rem;font-style:normal;display:block; }
#Baow7In0shhEc4TOzOrl52mdUbr5TWWT { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:16.5625rem;left:17rem;height:3.6738375rem;font-style:normal;display:block; }
#JQUvd5Gab0cb84gHVldCKAV1Frlmlgyd { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:14.923828125rem;left:17rem;height:1.2246125rem;font-style:normal;display:block; }
#zD9hRedEeFiiZpoMspdGHuHPeDgozqWZ { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:17rem;height:1.29980625rem;font-style:normal;display:block; }
#vJGvRMXgyywwNE2Pct6bz5xwb5CkM2RW { position:absolute;display:block;z-index:15030;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:1rem;width:1rem;top:13.1259765625rem;left:34.8134765625rem;overflow:hidden;display:block; }
#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { background-color: transparent; background-image: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container > .video-iframe-container { display: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row > .video-iframe-container { display: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .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); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { border-width: 0; border-radius: 0; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Ta7Z2k3Xwav7880GPhIsUe7kEObZNUPh { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:12.875rem;left:16.3125rem;display:block; }
#bmyEunr4NLC16h2XMouBLxJK4EFA84HG { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:21.6875rem;left:17.75rem;height:3.09375rem;font-style:normal;display:block; }
#lAEtCfabEypz58hLHA4WxAiHHDC7KpHs { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:17.4375rem;left:17.8125rem;height:3.6738375rem;font-style:normal;display:block; }
#u4sfHTlbkskUWLkrEfxoHoeln7hHqDiT { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:15.798828125rem;left:17.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#MuUZdeWQNhvDiVJiP9IwoiqpWJ7skegg { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:14.125rem;left:17.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#DTOC0e0pGgAUNZ4cAzT7J8qzTxe0S7IN { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:14.0009765625rem;left:35.6259765625rem;overflow:hidden;display:block; }
#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { background-color: transparent; background-image: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container > .video-iframe-container { display: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row > .video-iframe-container { display: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .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); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { border-width: 0; border-radius: 0; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#T7xdviFRFeFeV93ro1wUVmEUtT8ZCFoo { position:absolute;display:block;z-index:15037;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:11.8125rem;left:18.0625rem;display:block; }
#qIMWOiASBve69WKPhVxbyT5rmwJ5p2qZ { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:20.625rem;left:19.5rem;height:3.09375rem;font-style:normal;display:block; }
#BDsOz56QUk7iaD2laoLPlny7U3hSPKka { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:16.375rem;left:19.5625rem;height:3.6738375rem;font-style:normal;display:block; }
#GRnUKlwUCGDkIx2TL8oV9WNNfc0Vrxi6 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:14.736328125rem;left:19.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#EWVHxaNQd3Vy2JbPtV0AvN5NJE9dePxn { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.0625rem;left:19.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#P9vzBo50Eg6lOK1upDFtxOM1sf9ISbEE { position:absolute;display:block;z-index:15042;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:1rem;width:1rem;top:12.9384765625rem;left:37.3759765625rem;overflow:hidden;display:block; }
#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { background-color: transparent; background-image: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container > .video-iframe-container { display: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row > .video-iframe-container { display: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .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); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { border-width: 0; border-radius: 0; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#nApAhxnJqWqkeSLD5zx3VnhfM8ReHtPW { 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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:6.625rem;left:11.6875rem;display:block; }
#NtZeHOSug662vf1B8pAOWQCISkAVwzmc { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:15.4375rem;left:13.125rem;height:3.09375rem;font-style:normal;display:block; }
#I6N5OsTcQOt3z8RpqOQyGGARIeqAxU9P { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:11.1875rem;left:13.1875rem;height:3.6738375rem;font-style:normal;display:block; }
#RD0QombNKEnqyHpqXGnp9S6Vr53oBSyG { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:9.5625rem;left:13.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#avL5QKQSG3wHWnEvviL7qzrlGOWvmUeI { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#iOTHHXSdlOnzKM0tTsMML2u23iqmDVw3 { position:absolute;display:block;z-index:15024;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:1rem;width:1rem;top:7.75rem;left:31rem;overflow:hidden;display:block; }
#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { background-color: transparent; background-image: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container > .video-iframe-container { display: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row > .video-iframe-container { display: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .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); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { border-width: 0; border-radius: 0; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#DaH0pir5Fd2JfG92ZlmKCPdmJZWk09af { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.75rem;left:10.875rem;display:block; }
#aTBGB5UOmlMlQKKgK8LXuGpeWnoSNCNF { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:14.5625rem;left:12.3125rem;height:3.09375rem;font-style:normal;display:block; }
#KeAspQnQPm1cWhwhLnvxH88yzx8yhRsp { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:10.3125rem;left:12.375rem;height:3.6738375rem;font-style:normal;display:block; }
#WfJsT2AqbFxFls9vhpOebNQKpvIZSxJV { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:8.6875rem;left:12.375rem;height:1.2246125rem;font-style:normal;display:block; }
#e3Gvb7tg9N6AIV5r8WTX0302Q9LvZIc7 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:7rem;left:12.375rem;height:1.29980625rem;font-style:normal;display:block; }
#F7aVWhte1HzmTBUkBwGulFOzd7N5Zrq3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:6.875rem;left:30.1875rem;overflow:hidden;display:block; }
#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { background-color: transparent; background-image: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container > .video-iframe-container { display: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row > .video-iframe-container { display: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .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); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { border-width: 0; border-radius: 0; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#IdWSmL3RJcOr7gTubHNGBnrrgLKGU0he { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:14.125rem;left:17.375rem;display:block; }
#Vt4J3TMHkCaueRXxAnrg8tgFWrMhc7Rv { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:22.9375rem;left:18.8125rem;height:3.09375rem;font-style:normal;display:block; }
#ll3z4G25r9gs951BCJEa4p6AhHuTBwJy { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:18.6875rem;left:18.875rem;height:3.6738375rem;font-style:normal;display:block; }
#fSrUDwIzpNghyCmUcodRAX9BKCRrVp6s { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:17.048828125rem;left:18.875rem;height:1.2246125rem;font-style:normal;display:block; }
#LPOiTdiKzlgMvUToVUIB2yUDJ1HfqUCl { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.375rem;left:18.875rem;height:1.29980625rem;font-style:normal;display:block; }
#LhuBuXIx0PDMNTI3LJZZHxwAqcxB6U0x { position:absolute;display:block;z-index:15048;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:1rem;width:1rem;top:15.2509765625rem;left:36.6884765625rem;overflow:hidden;display:block; }
#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { background-color: transparent; background-image: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container > .video-iframe-container { display: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row > .video-iframe-container { display: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .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); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { border-width: 0; border-radius: 0; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ToLuWJiDuKnWnyJmXUPnR2Sa1DmQIWr3 { position:absolute;display:block;z-index:15049;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:13.1875rem;left:16.3125rem;display:block; }
#vso2KoBUai8GbUmQwAeqJoLOWnPZe9SA { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:22rem;left:17.75rem;height:3.09375rem;font-style:normal;display:block; }
#eweBTCpgLKSCdHG7TLkkSNrKlurQUw56 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:17.75rem;left:17.8125rem;height:3.6738375rem;font-style:normal;display:block; }
#krTz3G4JooCkBIk9JnfunywBOIb5X2fs { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:16.111328125rem;left:17.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#CyF6zsa9QwCZ7dFSxGpcNwUDtoup4UKm { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.4375rem;left:17.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#A2pJDvEJXdG2CWATuwnyvbtcur4E8fQf { position:absolute;display:block;z-index:15054;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:1rem;width:1rem;top:14.3134765625rem;left:35.6259765625rem;overflow:hidden;display:block; }
#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { background-color: transparent; background-image: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container > .video-iframe-container { display: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row > .video-iframe-container { display: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .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); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { border-width: 0; border-radius: 0; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IXIPg4UmBoeX0MTaA6kShMD92kwCdly6 { position:absolute;display:block;z-index:15037;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:13.5625rem;left:17.375rem;display:block; }
#ImtcUUztiU17RJzE8MHZUMIOrlblF6HT { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:22.375rem;left:18.8125rem;height:3.09375rem;font-style:normal;display:block; }
#C5F72c4XQVhApwZH96ZEsqtbZykaBsom { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:18.125rem;left:18.875rem;height:3.6738375rem;font-style:normal;display:block; }
#gTcMUFXTCUf2xQR1pZkW9AJe4ipcKtgh { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:16.5rem;left:18.875rem;height:1.2246125rem;font-style:normal;display:block; }
#VUB13C93woUsh4UEtOvVugnLLkC5A8fI { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.8125rem;left:18.875rem;height:1.29980625rem;font-style:normal;display:block; }
#FWCI8BDrxD2Z7K8J1CEGGv73BiIKLeZM { position:absolute;display:block;z-index:15042;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:1rem;width:1rem;top:14.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#EwnsJkyZE6JVFqqLTomROFbL30CIV18b { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { background-color: transparent; background-image: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container > .video-iframe-container { display: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row > .video-iframe-container { display: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .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); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { border-width: 0; border-radius: 0; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#L9lL2DocpBJsMJHQULewKuBDX5hSQswO { position:absolute;display:block;z-index:15013;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:19.625rem;left:11.9375rem;display:block; }
#GwZ87zD5Tv72ZWTk5PGmQVDiFLc4KwsT { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.1875rem;left:13.4375rem;height:3.6738375rem;font-style:normal;display:block; }
#qTLuO66hh50ooPkNr8pMTABHXk94UXXI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.75rem;left:31.25rem;overflow:hidden;display:block; }
#dPNMtSfVJrNW1oToZM81tcS1lmkzto28 { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#Z3zkNh0eT4DUpuZPOhRgL5n0ecCgTPTT { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#EQSA7yIppInPZee1R5AzSP0owmZIP1q2 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.4375rem;left:13.375rem;height:3.09375rem;font-style:normal;display:block; }
#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { background-color: transparent; background-image: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container > .video-iframe-container { display: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row > .video-iframe-container { display: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .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); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { border-width: 0; border-radius: 0; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#a6yczsog2CAz9Hd0Hai45e6TiczODHXu { position:absolute;display:block;z-index:15055;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:11.875rem;left:16.5625rem;display:block; }
#fdHWJBk9GrODWMT5SK3bz3MV5LinBa2k { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:20.6875rem;left:18rem;height:3.09375rem;font-style:normal;display:block; }
#pxtR91PrT0AqcTDiXSow1TID91OdzCc9 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:16.4375rem;left:18.0625rem;height:3.6738375rem;font-style:normal;display:block; }
#hsbSw23iQgDPcqvG8FF0iRky7wyz74Vu { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:14.798828125rem;left:18.0625rem;height:1.2246125rem;font-style:normal;display:block; }
#g8hxTRSBXZtQ1sXi2c57Z3DCoAxxX4Il { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#XynymTmKD1EkP7z0PTiyXnfW8N34kmZz { 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:1rem;width:1rem;top:13.0009765625rem;left:35.8759765625rem;overflow:hidden;display:block; }
#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { background-color: transparent; background-image: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container > .video-iframe-container { display: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row > .video-iframe-container { display: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .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); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { border-width: 0; border-radius: 0; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nsTTnuflA9fyBKVaHsOhvOLnCWs3uMNT { position:absolute;display:block;z-index:15007;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:5.562068939209rem;left:11.937393188476rem;display:block; }
#MnK0BtpyXXtX6G5VP0faKM8yZOVhMMpS { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8120689392087rem;left:13.437286376953rem;height:1.29980625rem;font-style:normal;display:block; }
#DA3R8VCXoS8914gPP8KHiEB1vDpg2KTS { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.124891281128rem;left:13.436958312988rem;height:3.6738375rem;font-style:normal;display:block; }
#u9fgMMsApfOxo3efx3hrS5lyOIF1V7G3 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.374996185302rem;left:13.374568939209rem;height:3.09375rem;font-style:normal;display:block; }
#V2Vm6TFRHe6FBsfyNNTtSgEtDD08Bucy { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:6.6875rem;left:31.25rem;overflow:hidden;display:block; }
#A72kSLLL1RVtiVH0rFKp5L1uQtctkTgq { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.4853525161744rem;left:13.436958312988rem;height:1.2246125rem;font-style:normal;display:block; }
#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { background-color: transparent; background-image: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container > .video-iframe-container { display: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row > .video-iframe-container { display: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .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); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { border-width: 0; border-radius: 0; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#OaCl1WoSFobf2fotXPyHUuLe4h9hTOEt { 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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:12.0625rem;left:16.3125rem;display:block; }
#Zieto8KE8SdHnSq9MCWkaVDFpzXNB1q3 { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:20.875rem;left:17.75rem;height:3.09375rem;font-style:normal;display:block; }
#brOmmEUVIT3GvPxoyJrH2mrkVOT9caUT { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:16.625rem;left:17.8125rem;height:3.6738375rem;font-style:normal;display:block; }
#WmRq9TQ7lZEanzUfJgfk2GHTdDTXrBeF { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:15rem;left:17.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#gWBxSeqHXQphrqTD3Xwipsk5K6LRR9Fx { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.3125rem;left:17.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#JASkHIks37FBg91pVseX1lJhINT1kLM3 { position:absolute;display:block;z-index:15024;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:1rem;width:1rem;top:13.1875rem;left:35.625rem;overflow:hidden;display:block; }
#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { background-color: transparent; background-image: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container > .video-iframe-container { display: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row > .video-iframe-container { display: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .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); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { border-width: 0; border-radius: 0; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#O45k1y2B7aFbnetlB83Vc22JqHWBT7fr { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:12.8125rem;width:21.4375rem;top:11.875rem;left:16.125rem;display:block; }
#GkpcMAn6xFWuLFMeqBdv9v84iuhlyB3S { color:#9c9c9c;display:block;width:17.3746875rem;position:absolute;font-family:"sora font family";font-size:0.6875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:20.6875rem;left:17.5625rem;height:3.09375rem;font-style:normal;display:block; }
#OQasXwbe5VJRUpXGfDSsVikqZ7FIJn85 { color:#1c2637;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:16.4375rem;left:17.625rem;height:3.6738375rem;font-style:normal;display:block; }
#mHo6Svp4DQhSJBC71S2zH6L0IFmAJrQU { color:#828da0;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:14.8125rem;left:17.625rem;height:1.2246125rem;font-style:normal;display:block; }
#a8uT4SwI1ogvExAvMeBLnnlBbq2oMuJ2 { color:#1c2637;display:block;width:17rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.125rem;left:17.625rem;height:1.29980625rem;font-style:normal;display:block; }
#lpZUNHPKrAkOobMhT0TFI56ac4fnoZVg { position:absolute;display:block;z-index:15048;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:1rem;width:1rem;top:13rem;left:35.4375rem;overflow:hidden;display:block; }
#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { background-color: transparent; background-image: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container > .video-iframe-container { display: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row > .video-iframe-container { display: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .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); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { border-width: 0; border-radius: 0; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TZnXV5T5ZT5wF6AkwTppPQSa0THKpTpX { background-color:#1c2637;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:8.6875rem;border-top-right-radius:8.6875rem;border-bottom-left-radius:8.6875rem;border-bottom-right-radius:8.6875rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.4375rem;left:31rem;display:block; }
#b36yfl7loMsCEEX9wDAdvn2JmetCs6yC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hpo7LbbcQXrqyS3xTuR59L66znUAXB1S { color:#1c2635;display:block;width:21.1246875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.8125rem;left:26.9375rem;height:2.4500875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { background-color: transparent; background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .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); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { border-width: 0; border-radius: 0; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { color:#ffffff;display:block;width:21.1246875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:2.7490234375rem;left:28.372940063476rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ES2vAEaMT1WoW8ZLsH81M4iJB1zmyqk7 { position:absolute;display:block;z-index:15020;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.8125rem;width:13.6875rem;top:7.6736106872556rem;left:32.090389251709rem;overflow:hidden;display:block; }
#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { position:relative;display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { background-color: transparent; background-image: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container > .video-iframe-container { display: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row > .video-iframe-container { display: none; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .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); }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv { border-width: 0; border-radius: 0; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .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; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .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:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { color:#9c9c9c;display:block;width:33.6865rem;position:absolute;font-family:"sora font family";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4205703735351rem;left:22.655708312988rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:1.9352188110351rem;left:36.249460220337rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { display:block; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btXvLoW7K4VEC7iNazG8TsMVmaTAyliq { display:block; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { width:11.25rem;height:2.75rem;top:0.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { width:7rem;height:2.6875rem;top:0.8125rem;left:34.999671936035rem;display:block; }
 }@media only screen and (max-width: 763px) { #n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block; }
 }@media only screen and (max-width: 763px) { #prOulzlo3My4abw93uBAgTP05uiFgXu4 { width:4.875rem;height:2.6875rem;top:0.9375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block; }
 }@media only screen and (max-width: 763px) { #gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { width:11.5625rem;height:2.6875rem;top:0.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block; }
 }@media only screen and (max-width: 763px) { #O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { top:1.5625rem;left:0rem;width:7.75rem;height:1.3748588630003rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { display:none; }
 }@media only screen and (max-width: 763px) { #TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { width:7.625rem;height:2.6875rem;top:0.9375rem;left:10.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #oEPzPrpOeJ810onfAa36NfTsrdrF8TDT { display:none; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PqMLCNQopaqLpMpc0TokUMknVF4fQQ9i { width:11.25rem;height:2.75rem;top:0.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7ChWleNwKfSBqrSiDFNy7tgdzPk99i { display:block; }
 }@media only screen and (max-width: 763px) { #vzVgk4h3DmPmEzmxypS1tcygOA58iQeP { width:7rem;height:2.6875rem;top:0.8125rem;left:34.999671936035rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFh1qoCnDSRDVkt9IHfbzH3iS35TmoJN { display:block; }
 }@media only screen and (max-width: 763px) { #qUThmsGzXXCImS50QoNMdcdPIReZiOUV { width:4.875rem;height:2.6875rem;top:0.9375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhDEsgxGgggmRLBS2k2yE76O85InPir9 { display:block; }
 }@media only screen and (max-width: 763px) { #xHb3hvPAVEXfgvMVUBMp9wFAOLNtOwp8 { width:11.5625rem;height:2.6875rem;top:0.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDsXJqL3Qk2SdI7OSCBzzLN8MKAPP72A { display:block; }
 }@media only screen and (max-width: 763px) { #r7tKm0SyNyFD3SlSeZ1JlSlPleEzgpnl { top:1.5625rem;left:0rem;width:7.75rem;height:1.3748588630003rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvShqF840Rte73BKrotirfaTrKQ1bqg6 { display:none; }
 }@media only screen and (max-width: 763px) { #DLQa3XUEKGEC74IwTqmCrPulAeXkd5dN { width:7.625rem;height:2.6875rem;top:0.9375rem;left:10.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc4zBi66OuDUbARWqX2LPaUiRZoqWwRD { display:block; }
 }@media only screen and (max-width: 763px) { #cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw { display:block; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UorOEAGTyt7OKKmvXBLZOdsfCxGaLJXh { top:4.8125rem;left:6.0302734375rem;width:38.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvq61fe0PQPc5pXpyartT819Qb9XPCv { top:8.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO { display:block; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQWPy0atfbwiWCAcIHXSwIgB86F2f2nH { top:2.0625rem;left:9rem;width:33.9375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOaMEWqOvVcTKEaRbTvyPsi98iff74TX { display:block; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHdcN33IqRN6MdZ5NJP3K8naMRf0rPvF { top:6.1875rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEBxRJiwB11hPtPatZzgtacZrW0cqti { top:15rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB09sPnmt2Q1r9i2pwQAyJ5vdvS2PlTl { top:10.75rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMC3OC5AHD16Zid7n4Ni16VRiqMviEps { top:9.125rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Uy47mAQGs8hnaWEJeC2NVC13esxSAF { top:7.4375rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0IFSVaS20fWRbgv8pEsdKEP07Fm15n { width:1rem;height:1rem;top:7.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBUxsfVEVuWOEu7zqUVac68r16OvXoMK { display:block; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vibegAhHoh8dEh1eJp08bbJMMktBnH1S { top:12.125rem;left:2.8125rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCWiLWCPOVIgcn5KUPnXbndDSTGW735K { top:20.9375rem;left:4.25rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81DJMw4g22if8nlfQhAr7Xunezgs9lf { top:16.6875rem;left:4.3125rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0r1OF9yWuVi6zT5klqZaL71psy72Oey { top:15rem;left:4.3125rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqWZh1d2UvfSnP8QJ4iuI38ohiFs2fn { top:13.375rem;left:4.3125rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLLhcgAXvSRpbgJ9XKu0qVbsvJ35vCJt { width:1rem;height:1rem;top:13.25rem;left:22.1259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL { display:block; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnEAii3Tm90wV0SqkdmvJICsZqDkkdC1 { top:7.625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH4hcd4MNfSrTGvMKwEmUPWL3g3RpxF2 { top:16.4375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFVVFdJ1mxVAF5BcJCCLx9hJqy0yZ1SB { top:12.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6rTLJnG1SfdSsuduLLihh1SFcc6ixQA { top:10.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QZTaipgkSrhH6JKpcT2STsbGi1U0MF { top:8.875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZNvZTyG0IKREE2nih3LTemMrP5vxN1g { width:1rem;height:1rem;top:8.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV { display:block; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz85pXo65mLggBwc7N2zmHRvUbxRNCOa { top:12.625rem;left:2.5rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDCC4T9EJivg2q2I76iVRiRaFpTnL9fD { top:21.4375rem;left:3.9375rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baow7In0shhEc4TOzOrl52mdUbr5TWWT { top:17.1875rem;left:4rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUvd5Gab0cb84gHVldCKAV1Frlmlgyd { top:15.5rem;left:4rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9hRedEeFiiZpoMspdGHuHPeDgozqWZ { top:13.875rem;left:4rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGvRMXgyywwNE2Pct6bz5xwb5CkM2RW { width:1rem;height:1rem;top:13.75rem;left:21.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV { display:block; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta7Z2k3Xwav7880GPhIsUe7kEObZNUPh { top:13.5rem;left:3.3125rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmyEunr4NLC16h2XMouBLxJK4EFA84HG { top:22.3125rem;left:4.75rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAEtCfabEypz58hLHA4WxAiHHDC7KpHs { top:18.0625rem;left:4.8125rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4sfHTlbkskUWLkrEfxoHoeln7hHqDiT { top:16.375rem;left:4.8125rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuUZdeWQNhvDiVJiP9IwoiqpWJ7skegg { top:14.75rem;left:4.8125rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTOC0e0pGgAUNZ4cAzT7J8qzTxe0S7IN { width:1rem;height:1rem;top:14.625rem;left:22.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk { display:block; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7xdviFRFeFeV93ro1wUVmEUtT8ZCFoo { top:12.4375rem;left:5.0625rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIMWOiASBve69WKPhVxbyT5rmwJ5p2qZ { top:21.25rem;left:6.5rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDsOz56QUk7iaD2laoLPlny7U3hSPKka { top:17rem;left:6.5625rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnUKlwUCGDkIx2TL8oV9WNNfc0Vrxi6 { top:15.3125rem;left:6.5625rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVHxaNQd3Vy2JbPtV0AvN5NJE9dePxn { top:13.6875rem;left:6.5625rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vzBo50Eg6lOK1upDFtxOM1sf9ISbEE { width:1rem;height:1rem;top:13.5625rem;left:24.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ { display:block; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nApAhxnJqWqkeSLD5zx3VnhfM8ReHtPW { top:6.625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtZeHOSug662vf1B8pAOWQCISkAVwzmc { top:15.4375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6N5OsTcQOt3z8RpqOQyGGARIeqAxU9P { top:11.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD0QombNKEnqyHpqXGnp9S6Vr53oBSyG { top:9.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avL5QKQSG3wHWnEvviL7qzrlGOWvmUeI { top:7.875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOTHHXSdlOnzKM0tTsMML2u23iqmDVw3 { width:1rem;height:1rem;top:7.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq { display:block; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaH0pir5Fd2JfG92ZlmKCPdmJZWk09af { top:5.75rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBGB5UOmlMlQKKgK8LXuGpeWnoSNCNF { top:14.5625rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeAspQnQPm1cWhwhLnvxH88yzx8yhRsp { top:10.3125rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfJsT2AqbFxFls9vhpOebNQKpvIZSxJV { top:8.6875rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Gvb7tg9N6AIV5r8WTX0302Q9LvZIc7 { top:7rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aVWhte1HzmTBUkBwGulFOzd7N5Zrq3 { width:1rem;height:1rem;top:6.875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq { display:block; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdWSmL3RJcOr7gTubHNGBnrrgLKGU0he { top:14.75rem;left:4.375rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt4J3TMHkCaueRXxAnrg8tgFWrMhc7Rv { top:23.5625rem;left:5.8125rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3z4G25r9gs951BCJEa4p6AhHuTBwJy { top:19.3125rem;left:5.875rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrUDwIzpNghyCmUcodRAX9BKCRrVp6s { top:17.625rem;left:5.875rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPOiTdiKzlgMvUToVUIB2yUDJ1HfqUCl { top:16rem;left:5.875rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuBuXIx0PDMNTI3LJZZHxwAqcxB6U0x { width:1rem;height:1rem;top:15.875rem;left:23.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH { display:block; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToLuWJiDuKnWnyJmXUPnR2Sa1DmQIWr3 { top:13.8125rem;left:3.3125rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vso2KoBUai8GbUmQwAeqJoLOWnPZe9SA { top:22.625rem;left:4.75rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweBTCpgLKSCdHG7TLkkSNrKlurQUw56 { top:18.375rem;left:4.8125rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTz3G4JooCkBIk9JnfunywBOIb5X2fs { top:16.6875rem;left:4.8125rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyF6zsa9QwCZ7dFSxGpcNwUDtoup4UKm { top:15.0625rem;left:4.8125rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2pJDvEJXdG2CWATuwnyvbtcur4E8fQf { width:1rem;height:1rem;top:14.9375rem;left:22.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL { display:block; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXIPg4UmBoeX0MTaA6kShMD92kwCdly6 { top:14.1875rem;left:4.375rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtcUUztiU17RJzE8MHZUMIOrlblF6HT { top:23rem;left:5.8125rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5F72c4XQVhApwZH96ZEsqtbZykaBsom { top:18.75rem;left:5.875rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcMUFXTCUf2xQR1pZkW9AJe4ipcKtgh { top:17.125rem;left:5.875rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUB13C93woUsh4UEtOvVugnLLkC5A8fI { top:15.4375rem;left:5.875rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCI8BDrxD2Z7K8J1CEGGv73BiIKLeZM { width:1rem;height:1rem;top:15.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwnsJkyZE6JVFqqLTomROFbL30CIV18b { display:block; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9lL2DocpBJsMJHQULewKuBDX5hSQswO { top:19.625rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwZ87zD5Tv72ZWTk5PGmQVDiFLc4KwsT { top:24.1875rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLuO66hh50ooPkNr8pMTABHXk94UXXI { width:1rem;height:1rem;top:20.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPNMtSfVJrNW1oToZM81tcS1lmkzto28 { top:22.5625rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zkNh0eT4DUpuZPOhRgL5n0ecCgTPTT { top:20.875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQSA7yIppInPZee1R5AzSP0owmZIP1q2 { top:28.4375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbOcWoZy4s4azyP3MwoyV60nQav8QK29 { display:block; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6yczsog2CAz9Hd0Hai45e6TiczODHXu { top:12.5rem;left:3.5625rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHWJBk9GrODWMT5SK3bz3MV5LinBa2k { top:21.3125rem;left:5rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtR91PrT0AqcTDiXSow1TID91OdzCc9 { top:17.0625rem;left:5.0625rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsbSw23iQgDPcqvG8FF0iRky7wyz74Vu { top:15.375rem;left:5.0625rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8hxTRSBXZtQ1sXi2c57Z3DCoAxxX4Il { top:13.75rem;left:5.0625rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynymTmKD1EkP7z0PTiyXnfW8N34kmZz { width:1rem;height:1rem;top:13.625rem;left:22.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO { display:block; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsTTnuflA9fyBKVaHsOhvOLnCWs3uMNT { top:5.5rem;left:0rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnK0BtpyXXtX6G5VP0faKM8yZOVhMMpS { top:6.75rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA3R8VCXoS8914gPP8KHiEB1vDpg2KTS { top:10.0625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9fgMMsApfOxo3efx3hrS5lyOIF1V7G3 { top:14.3125rem;left:0rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Vm6TFRHe6FBsfyNNTtSgEtDD08Bucy { width:1rem;height:1rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A72kSLLL1RVtiVH0rFKp5L1uQtctkTgq { top:8.4375rem;left:0rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA { display:block; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaCl1WoSFobf2fotXPyHUuLe4h9hTOEt { top:12.6875rem;left:3.3125rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zieto8KE8SdHnSq9MCWkaVDFpzXNB1q3 { top:21.5rem;left:4.75rem;width:17.375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOmmEUVIT3GvPxoyJrH2mrkVOT9caUT { top:17.25rem;left:4.8125rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmRq9TQ7lZEanzUfJgfk2GHTdDTXrBeF { top:15.625rem;left:4.8125rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWBxSeqHXQphrqTD3Xwipsk5K6LRR9Fx { top:13.9375rem;left:4.8125rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JASkHIks37FBg91pVseX1lJhINT1kLM3 { width:1rem;height:1rem;top:13.8125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWTGTseSVdS5lH0s47o9Tq6LVa6313d { display:block; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O45k1y2B7aFbnetlB83Vc22JqHWBT7fr { top:12.5rem;left:3.125rem;width:21.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkpcMAn6xFWuLFMeqBdv9v84iuhlyB3S { top:21.3125rem;left:4.5625rem;width:17.3125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQasXwbe5VJRUpXGfDSsVikqZ7FIJn85 { top:17.0625rem;left:4.625rem;width:18.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHo6Svp4DQhSJBC71S2zH6L0IFmAJrQU { top:15.4375rem;left:4.625rem;width:18.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uT4SwI1ogvExAvMeBLnnlBbq2oMuJ2 { top:13.75rem;left:4.625rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZUNHPKrAkOobMhT0TFI56ac4fnoZVg { width:1rem;height:1rem;top:13.625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS { display:block; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZnXV5T5ZT5wF6AkwTppPQSa0THKpTpX { width:13.75rem;height:3.625rem;top:5.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36yfl7loMsCEEX9wDAdvn2JmetCs6yC { display:block; }
 }@media only screen and (max-width: 763px) { #Hpo7LbbcQXrqyS3xTuR59L66znUAXB1S { top:1.8125rem;left:13.3125rem;width:21.125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { display:block; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { top:2.6875rem;left:14.74755859375rem;width:21.0625rem;height:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES2vAEaMT1WoW8ZLsH81M4iJB1zmyqk7 { width:13.6875rem;height:4.8125rem;top:7.625rem;left:18.465389251709rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdrRTCx1usotgh63KXlBdsUEumMzvlnv { display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { top:4.375rem;left:9.0307083129881rem;width:33.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { top:1.875rem;left:22.624460220337rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV { display:block; }#IUlTdXPsZfSM0Pbo1L0xGLknNyxhUKTV > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btXvLoW7K4VEC7iNazG8TsMVmaTAyliq { display:block; }#btXvLoW7K4VEC7iNazG8TsMVmaTAyliq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4M7LpuUO9mdLW23oCs1W1H3zgftG4gu { width:11.25rem;height:2.75rem;top:3.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Amh7743IGfgWr0ps9ArotLLSbK0ZVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #bzwq3cga3Dn7TxJQ8ygHHnvS1zr3P3bJ { width:7rem;height:2.6875rem;top:7.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n52iJMS3s8A7qyfW98ncqtdxKdKBSG3I { display:block; }
 }@media only screen and (max-width: 763px) { #prOulzlo3My4abw93uBAgTP05uiFgXu4 { width:4.875rem;height:2.6875rem;top:11.8125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0sWqmRUk975XrJyeaJ7fx2A2KA8ulMT { display:block; }
 }@media only screen and (max-width: 763px) { #gxnKt5NHTwTQUgCC2uQBCU4FkVwG38O8 { width:11.5625rem;height:2.6875rem;top:15.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KI36H1isOqcz6TIhe9ml3sxRloThTXEE { display:block; }
 }@media only screen and (max-width: 763px) { #O82xwBlBu0mPvvNDOEyTUyTmL426mVOT { width:7.7495625rem;height:1.37478125rem;top:1.374783039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUJfp2faTuw8b7gZtMLRgMM836TRT3P { display:flex;top:0.78027349710463rem;left:17.312283813953rem;width:2.687175rem;height:2.687175rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #TBeB2pAB9Mn1qCRAl4SfAVh6bx7wTTkI { width:7.6875rem;height:2.75rem;top:7.6546225547787rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmGwTAb3VoHV4RR9dnrT1Pkf4CMtE3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #oEPzPrpOeJ810onfAa36NfTsrdrF8TDT { background-color:#ffffff;background-image:none;display:block; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container { background-color: transparent; background-image: none; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container > .video-iframe-container { display: none; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row > .video-iframe-container { display: none; }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .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); }#oEPzPrpOeJ810onfAa36NfTsrdrF8TDT > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqMLCNQopaqLpMpc0TokUMknVF4fQQ9i { width:11.25rem;height:2.75rem;top:5.5625rem;left:4.4375rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #xm7ChWleNwKfSBqrSiDFNy7tgdzPk99i { display:block; }
 }@media only screen and (max-width: 763px) { #vzVgk4h3DmPmEzmxypS1tcygOA58iQeP { width:7rem;height:2.6875rem;top:9.5625rem;left:6.4375rem;color:#1c2637;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #3dd37a;display:block; }
 }@media only screen and (max-width: 763px) { #rFh1qoCnDSRDVkt9IHfbzH3iS35TmoJN { display:block; }
 }@media only screen and (max-width: 763px) { #qUThmsGzXXCImS50QoNMdcdPIReZiOUV { width:4.875rem;height:2.6875rem;top:13.5rem;left:7.625rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #IhDEsgxGgggmRLBS2k2yE76O85InPir9 { display:block; }
 }@media only screen and (max-width: 763px) { #xHb3hvPAVEXfgvMVUBMp9wFAOLNtOwp8 { width:11.5625rem;height:2.6875rem;top:17.4375rem;left:4.25rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #gDsXJqL3Qk2SdI7OSCBzzLN8MKAPP72A { display:block; }
 }@media only screen and (max-width: 763px) { #r7tKm0SyNyFD3SlSeZ1JlSlPleEzgpnl { width:7.7495625rem;height:1.37478125rem;top:1.374783039093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvShqF840Rte73BKrotirfaTrKQ1bqg6 { display:flex;top:0.78027349710463rem;left:17.312283813953rem;width:2.687175rem;height:2.687175rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #DLQa3XUEKGEC74IwTqmCrPulAeXkd5dN { width:7.6871875rem;height:2.707901875rem;top:1.312283039093rem;left:6.1561415791511rem;color:#1c2637;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fc4zBi66OuDUbARWqX2LPaUiRZoqWwRD { display:block; }
 }@media only screen and (max-width: 763px) { #cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw { background-color:#ffffff;background-image:none;display:block; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { background-color: transparent; background-image: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container > .video-iframe-container { display: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row > .video-iframe-container { display: none; }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .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); }#cEif42MdAhJ8ug3Ix2NWRblSAh6Kuxyw > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UorOEAGTyt7OKKmvXBLZOdsfCxGaLJXh { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvq61fe0PQPc5pXpyartT819Qb9XPCv { width:20rem;height:9.1875rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO { display:block; }#qrCCvTE2CFKtOqDv3uZnGbUb9TJ1rVvO > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQWPy0atfbwiWCAcIHXSwIgB86F2f2nH { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOaMEWqOvVcTKEaRbTvyPsi98iff74TX { background-color:#ffffff;background-image:none;display:block; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { background-color: transparent; background-image: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container > .video-iframe-container { display: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row > .video-iframe-container { display: none; }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .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); }#pOaMEWqOvVcTKEaRbTvyPsi98iff74TX > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHdcN33IqRN6MdZ5NJP3K8naMRf0rPvF { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEBxRJiwB11hPtPatZzgtacZrW0cqti { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB09sPnmt2Q1r9i2pwQAyJ5vdvS2PlTl { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMC3OC5AHD16Zid7n4Ni16VRiqMviEps { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Uy47mAQGs8hnaWEJeC2NVC13esxSAF { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0IFSVaS20fWRbgv8pEsdKEP07Fm15n { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBUxsfVEVuWOEu7zqUVac68r16OvXoMK { background-color:#ffffff;background-image:none;display:block; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { background-color: transparent; background-image: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container > .video-iframe-container { display: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row > .video-iframe-container { display: none; }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .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); }#PBUxsfVEVuWOEu7zqUVac68r16OvXoMK > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vibegAhHoh8dEh1eJp08bbJMMktBnH1S { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCWiLWCPOVIgcn5KUPnXbndDSTGW735K { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81DJMw4g22if8nlfQhAr7Xunezgs9lf { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0r1OF9yWuVi6zT5klqZaL71psy72Oey { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqWZh1d2UvfSnP8QJ4iuI38ohiFs2fn { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLLhcgAXvSRpbgJ9XKu0qVbsvJ35vCJt { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL { background-color:#ffffff;background-image:none;display:block; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { background-color: transparent; background-image: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container > .video-iframe-container { display: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row > .video-iframe-container { display: none; }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .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); }#XXQ5tJNCpPbdl6C7w9tywbNKe51yZDCL > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnEAii3Tm90wV0SqkdmvJICsZqDkkdC1 { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH4hcd4MNfSrTGvMKwEmUPWL3g3RpxF2 { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFVVFdJ1mxVAF5BcJCCLx9hJqy0yZ1SB { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6rTLJnG1SfdSsuduLLihh1SFcc6ixQA { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QZTaipgkSrhH6JKpcT2STsbGi1U0MF { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZNvZTyG0IKREE2nih3LTemMrP5vxN1g { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV { background-color:#ffffff;background-image:none;display:block; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { background-color: transparent; background-image: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container > .video-iframe-container { display: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row > .video-iframe-container { display: none; }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .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); }#Ugf2kH0KrkGg3USsxwDCF9HXCIT1qvrV > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz85pXo65mLggBwc7N2zmHRvUbxRNCOa { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDCC4T9EJivg2q2I76iVRiRaFpTnL9fD { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baow7In0shhEc4TOzOrl52mdUbr5TWWT { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUvd5Gab0cb84gHVldCKAV1Frlmlgyd { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9hRedEeFiiZpoMspdGHuHPeDgozqWZ { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGvRMXgyywwNE2Pct6bz5xwb5CkM2RW { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV { background-color:#ffffff;background-image:none;display:block; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { background-color: transparent; background-image: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container > .video-iframe-container { display: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row > .video-iframe-container { display: none; }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .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); }#qxrxyzRTKEkq8cnyCqZlh2ubAHLhG7OV > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta7Z2k3Xwav7880GPhIsUe7kEObZNUPh { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmyEunr4NLC16h2XMouBLxJK4EFA84HG { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAEtCfabEypz58hLHA4WxAiHHDC7KpHs { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4sfHTlbkskUWLkrEfxoHoeln7hHqDiT { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuUZdeWQNhvDiVJiP9IwoiqpWJ7skegg { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTOC0e0pGgAUNZ4cAzT7J8qzTxe0S7IN { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk { background-color:#ffffff;background-image:none;display:block; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { background-color: transparent; background-image: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container > .video-iframe-container { display: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row > .video-iframe-container { display: none; }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .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); }#GQh3Kq8FZ8NpBa3zlfM8amMXihAvS9rk > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7xdviFRFeFeV93ro1wUVmEUtT8ZCFoo { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIMWOiASBve69WKPhVxbyT5rmwJ5p2qZ { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDsOz56QUk7iaD2laoLPlny7U3hSPKka { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnUKlwUCGDkIx2TL8oV9WNNfc0Vrxi6 { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVHxaNQd3Vy2JbPtV0AvN5NJE9dePxn { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vzBo50Eg6lOK1upDFtxOM1sf9ISbEE { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ { background-color:#ffffff;background-image:none;display:block; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { background-color: transparent; background-image: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container > .video-iframe-container { display: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row > .video-iframe-container { display: none; }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .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); }#A3ObpBwHpkE1enfwJJrGmIq7Kku0ayLQ > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nApAhxnJqWqkeSLD5zx3VnhfM8ReHtPW { width:20rem;height:12.8125rem;top:28.6246875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtZeHOSug662vf1B8pAOWQCISkAVwzmc { width:17.3123125rem;height:3.09375rem;top:37.4375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6N5OsTcQOt3z8RpqOQyGGARIeqAxU9P { width:18.4375rem;height:3.6738375rem;top:33.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD0QombNKEnqyHpqXGnp9S6Vr53oBSyG { width:18.4375rem;height:1.225rem;top:31.5625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avL5QKQSG3wHWnEvviL7qzrlGOWvmUeI { width:16.937375rem;height:1.3rem;top:29.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOTHHXSdlOnzKM0tTsMML2u23iqmDVw3 { width:0.9375rem;height:0.9375rem;top:29.7496875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq { background-color:#ffffff;background-image:none;display:block; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { background-color: transparent; background-image: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container > .video-iframe-container { display: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row > .video-iframe-container { display: none; }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .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); }#HPCytVMXwe4dCl3oyMTWl1hlAJ1ynEdq > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaH0pir5Fd2JfG92ZlmKCPdmJZWk09af { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBGB5UOmlMlQKKgK8LXuGpeWnoSNCNF { width:17.3125rem;height:0;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeAspQnQPm1cWhwhLnvxH88yzx8yhRsp { width:18.4375rem;height:0;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfJsT2AqbFxFls9vhpOebNQKpvIZSxJV { width:18.4375rem;height:0;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Gvb7tg9N6AIV5r8WTX0302Q9LvZIc7 { width:17rem;height:0;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aVWhte1HzmTBUkBwGulFOzd7N5Zrq3 { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq { background-color:#ffffff;background-image:none;display:block; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { background-color: transparent; background-image: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container > .video-iframe-container { display: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row > .video-iframe-container { display: none; }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .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); }#MDs9dHxuc7r57TtrhcSI9QXxCqxp64Rq > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdWSmL3RJcOr7gTubHNGBnrrgLKGU0he { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt4J3TMHkCaueRXxAnrg8tgFWrMhc7Rv { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3z4G25r9gs951BCJEa4p6AhHuTBwJy { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrUDwIzpNghyCmUcodRAX9BKCRrVp6s { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPOiTdiKzlgMvUToVUIB2yUDJ1HfqUCl { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuBuXIx0PDMNTI3LJZZHxwAqcxB6U0x { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH { background-color:#ffffff;background-image:none;display:block; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { background-color: transparent; background-image: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container > .video-iframe-container { display: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row > .video-iframe-container { display: none; }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .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); }#y42UAhIaZdD2ys4iEtCBSahuhKTxPCfH > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToLuWJiDuKnWnyJmXUPnR2Sa1DmQIWr3 { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vso2KoBUai8GbUmQwAeqJoLOWnPZe9SA { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweBTCpgLKSCdHG7TLkkSNrKlurQUw56 { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTz3G4JooCkBIk9JnfunywBOIb5X2fs { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyF6zsa9QwCZ7dFSxGpcNwUDtoup4UKm { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2pJDvEJXdG2CWATuwnyvbtcur4E8fQf { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL { background-color:#ffffff;background-image:none;display:block; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { background-color: transparent; background-image: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container > .video-iframe-container { display: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row > .video-iframe-container { display: none; }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .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); }#NMTl4OCnGD2HggTa8IxzaOEHx2koxVTL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXIPg4UmBoeX0MTaA6kShMD92kwCdly6 { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtcUUztiU17RJzE8MHZUMIOrlblF6HT { width:17.3125rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5F72c4XQVhApwZH96ZEsqtbZykaBsom { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcMUFXTCUf2xQR1pZkW9AJe4ipcKtgh { width:18.4375rem;height:1.2246125rem;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUB13C93woUsh4UEtOvVugnLLkC5A8fI { width:17rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCI8BDrxD2Z7K8J1CEGGv73BiIKLeZM { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwnsJkyZE6JVFqqLTomROFbL30CIV18b { background-color:#ffffff;background-image:none;display:block; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { background-color: transparent; background-image: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container > .video-iframe-container { display: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row > .video-iframe-container { display: none; }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .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); }#EwnsJkyZE6JVFqqLTomROFbL30CIV18b > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9lL2DocpBJsMJHQULewKuBDX5hSQswO { width:20rem;height:12.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwZ87zD5Tv72ZWTk5PGmQVDiFLc4KwsT { width:18.4375rem;height:3.6738375rem;top:19.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLuO66hh50ooPkNr8pMTABHXk94UXXI { width:1rem;height:1rem;top:15.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPNMtSfVJrNW1oToZM81tcS1lmkzto28 { width:18.4375rem;height:1.225rem;top:17.5rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zkNh0eT4DUpuZPOhRgL5n0ecCgTPTT { width:17rem;height:1.3rem;top:15.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQSA7yIppInPZee1R5AzSP0owmZIP1q2 { width:17.3125rem;height:3.09375rem;top:23.375rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbOcWoZy4s4azyP3MwoyV60nQav8QK29 { background-color:#ffffff;background-image:none;display:block; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { background-color: transparent; background-image: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container > .video-iframe-container { display: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row > .video-iframe-container { display: none; }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .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); }#EbOcWoZy4s4azyP3MwoyV60nQav8QK29 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6yczsog2CAz9Hd0Hai45e6TiczODHXu { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHWJBk9GrODWMT5SK3bz3MV5LinBa2k { width:17.312rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtR91PrT0AqcTDiXSow1TID91OdzCc9 { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsbSw23iQgDPcqvG8FF0iRky7wyz74Vu { width:18.4375rem;height:1.2246125rem;top:4.173828125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8hxTRSBXZtQ1sXi2c57Z3DCoAxxX4Il { width:16.9365rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynymTmKD1EkP7z0PTiyXnfW8N34kmZz { width:0.9995125rem;height:0.9995125rem;top:2.3759765625rem;left:19.0004875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO { background-color:#ffffff;background-image:none;display:block; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { background-color: transparent; background-image: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container > .video-iframe-container { display: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row > .video-iframe-container { display: none; }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .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); }#Qc0qpT8UDNT4m6mgmB8Jfdg31rt5kLaO > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsTTnuflA9fyBKVaHsOhvOLnCWs3uMNT { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnK0BtpyXXtX6G5VP0faKM8yZOVhMMpS { width:16.936875rem;height:1.29980625rem;top:1.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA3R8VCXoS8914gPP8KHiEB1vDpg2KTS { width:18.4375rem;height:3.6738375rem;top:4.6245727539062rem;left:0.81217449903488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9fgMMsApfOxo3efx3hrS5lyOIF1V7G3 { width:17.3123125rem;height:3.09375rem;top:9.24967956543rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Vm6TFRHe6FBsfyNNTtSgEtDD08Bucy { width:0.99989375rem;height:0.99989375rem;top:1.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A72kSLLL1RVtiVH0rFKp5L1uQtctkTgq { width:18.4375rem;height:1.22504375rem;top:3.0479698181152rem;left:0.78125005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA { background-color:#ffffff;background-image:none;display:block; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { background-color: transparent; background-image: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container > .video-iframe-container { display: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row > .video-iframe-container { display: none; }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .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); }#qnCsUoJaRwFGMhlZmk1DiFoTNJQasImA > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaCl1WoSFobf2fotXPyHUuLe4h9hTOEt { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zieto8KE8SdHnSq9MCWkaVDFpzXNB1q3 { width:17.375rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOmmEUVIT3GvPxoyJrH2mrkVOT9caUT { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmRq9TQ7lZEanzUfJgfk2GHTdDTXrBeF { width:18.4375rem;height:1.2246125rem;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWBxSeqHXQphrqTD3Xwipsk5K6LRR9Fx { width:17rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JASkHIks37FBg91pVseX1lJhINT1kLM3 { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWTGTseSVdS5lH0s47o9Tq6LVa6313d { background-color:#ffffff;background-image:none;display:block; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { background-color: transparent; background-image: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container > .video-iframe-container { display: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row > .video-iframe-container { display: none; }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .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); }#PSWTGTseSVdS5lH0s47o9Tq6LVa6313d > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O45k1y2B7aFbnetlB83Vc22JqHWBT7fr { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkpcMAn6xFWuLFMeqBdv9v84iuhlyB3S { width:17.3125rem;height:3.09375rem;top:10.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQasXwbe5VJRUpXGfDSsVikqZ7FIJn85 { width:18.4375rem;height:3.6738375rem;top:5.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHo6Svp4DQhSJBC71S2zH6L0IFmAJrQU { width:18.4375rem;height:1.2246125rem;top:4.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uT4SwI1ogvExAvMeBLnnlBbq2oMuJ2 { width:17rem;height:1.29980625rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZUNHPKrAkOobMhT0TFI56ac4fnoZVg { width:1rem;height:1rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS { background-color:#ffffff;background-image:none;display:block; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { background-color: transparent; background-image: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container > .video-iframe-container { display: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row > .video-iframe-container { display: none; }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .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); }#ZBX9COaEgZlhVVmlVQJtvRGyZWqRcPBS > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZnXV5T5ZT5wF6AkwTppPQSa0THKpTpX { width:13.75rem;height:3.624675rem;top:5.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36yfl7loMsCEEX9wDAdvn2JmetCs6yC { display:block; }
 }@media only screen and (max-width: 763px) { #Hpo7LbbcQXrqyS3xTuR59L66znUAXB1S { width:20rem;height:2.4500875rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge { background-color:#1c2637;background-image:none;display:block; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { background-color: transparent; background-image: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row > .video-iframe-container { display: none; }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .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); }#Z9qQJzCJJqkTHl1pSwpuJTfnvNfcl0ge > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkgzcaNeavvbp4xnRJ7mZHpywpJB3Tl { width:20rem;height:4.19921875rem;top:3.5801858901977rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ES2vAEaMT1WoW8ZLsH81M4iJB1zmyqk7 { width:13.6875rem;height:4.8125rem;top:11.336806297303rem;left:3.1553822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdrRTCx1usotgh63KXlBdsUEumMzvlnv { display:block; }#xdrRTCx1usotgh63KXlBdsUEumMzvlnv > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGC6TwKDwd6gBLo5eE1mDH5K0oeyXc7 { width:18.875rem;height:4.125rem;top:5.1247863769531rem;left:0rem;font-size:0.9375rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #zc0NIMoUc2LynrLwh8EW8VSMibhe07pQ { width:6.5rem;height:1.25rem;top:2.625rem;left:6.75rem;display:block; }
 }