.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container { background-color: transparent; background-image: none; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container > .video-iframe-container { display: none; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row > .video-iframe-container { display: none; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .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); }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container { border-width: 0; border-radius: 0; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#RxaUrc9sgv9ARTnOUhA5h8BwMTTw1185 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bc571a6-ea8d-4113-b876-ce5ebb608d7c/Rectangle50.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,113,0.6); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,113,0.6); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:21.1875rem;left:0.625rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubNtW6oUMrvSvHM7UgqgQUzFEqgel7kL { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:9.5625rem;left:0.625rem;height:10.10625rem;font-style:normal;display:block; }
#ETBNkGDJai5dRtf3bK7kUTWcb8p6OdTa { position:absolute;display:block;z-index:15023;height:25.7498125rem;width:22.874375rem;top:10.235460281372rem;left:49.373485565186rem;display:block; }
#kRPRQbrCybmT5H0Q64Eg24BMyvnOWEHW { position:absolute;display:block;z-index:14999;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.5) ;height:29.124375rem;width:24.249125rem;top:8.5481777191163rem;left:48.624134063721rem;display:block; }
#MqPiHo7A8iwfbab4pp6iEyfQxNnTvRxQ { 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:4.75rem;width:40.5rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#b6u0teD6PpS7oLPVdeHDfO1Zg2qDqWAx { z-index:15003;top:25.4375rem;left:38.21875rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem #ffffff ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kOqzywkSGqLQK63DrFbxNnXEpATz7Xdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4yew0xJdTBSoyXs9TU8TKQOXUy7FQfC { color:#acf77e;display:block;width:37.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:-2.4375rem;left:61.21875rem;height:4.3125rem;display:block; }
#zaInPQrXg8SeUfl3MJMGf6FfJxy9HhhA { color:#ffe800;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.75rem;left:0.625rem;height:3.9375rem;font-style:normal;display:block; }
#B95wmL38GmednQH8FUdf6J1MoNwXMJpd { position:relative;display:block; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd { background-color: transparent; background-image: none; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row .container > .video-iframe-container { display: none; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row > .video-iframe-container { display: none; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .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); }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd { border-width: 0; border-radius: 0; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .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; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .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:6.0625rem;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; }#Ji6T0gdQZT4XK5lZtZgI3fowq6eTsJCK { background-color:#013ebe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:25.65625rem;display:block; }
#oflkrygFKugGED1fsyIMfLg9tLZ3SnSU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO { 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; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container { background-color: transparent; background-image: none; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container > .video-iframe-container { display: none; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row > .video-iframe-container { display: none; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .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); }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container { border-width: 0; border-radius: 0; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#xk47IUuXACwoKrbMVcN8ckJFwALdlWyy { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#uGIcwFJnMwaGU3OeXKdaThpu4iJ8wX3p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V6Fi2ukRQ14af8DSyT1bLaht6OwlfXwF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.5rem;top:0.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#gGefVmnXurg9FFWyPnoLT8OSSdI7shIu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.45068359375rem;left:2.1875rem;height:1.462675rem;font-style:normal;display:block; }
#NDCl9rERgm3oUZkGwJTJuyV07bin40ve { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.7431640625rem;left:2.1875rem;height:6.5rem;font-style:normal;display:block; }
#vQxdF9mMv4ywCz7Ua6dTSpRlTHG7LV4F { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#AtV2ECC2N4CouDuwDIHBCfLA16VaBRaF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.7431640625rem;left:28.75rem;height:7.3125rem;font-style:normal;display:block; }
#ftJu5NSlDuBU0Fhm5a79ha2lHzrwecMG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4501953125rem;left:28.9375rem;height:1.462675rem;font-style:normal;display:block; }
#acqcDIydqHcrdoIfRTSP9EkVdoxpwwZG { 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:3.6875rem;width:4.5rem;top:0.90625rem;left:27.5625rem;overflow:hidden;display:block; }
#kmyZzP4Nrei0dRfdzmrNhpsxoWTkLmTI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:53.5rem;overflow:hidden;display:block; }
#qBffxLhVtGdQK6rvB5yUHECXiirDHch2 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.7431640625rem;left:55.6875rem;height:3.9rem;font-style:normal;display:block; }
#NK1NuWm8owzKFbX5PpqMESrm3XA2RNTE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4501953125rem;left:55.6875rem;height:1.462675rem;font-style:normal;display:block; }
#fDEO7TCG3gGWF7GWLcgFCMGMzzJLbcEZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.5rem;top:0.875rem;left:54.125rem;overflow:hidden;display:block; }
#CsfWTyqeWaeimFimgixe9dki2lbzfpgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container { background-color: transparent; background-image: none; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container > .video-iframe-container { display: none; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row > .video-iframe-container { display: none; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .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); }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container { border-width: 0; border-radius: 0; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#iGZHTVwfHUE5clrzqq1W6MK8J6Mmtzxn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gvN5SEobnBT3TBbWppSkxIgKrQs0OFAf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.5rem;top:1.0625rem;left:1.125rem;overflow:hidden;display:block; }
#bPdk6eK3JJ9MVSMzJgmy3NUMuLbArmxL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.60009765625rem;left:2.1875rem;height:1.462675rem;font-style:normal;display:block; }
#QtZRIRhD6nulnHdHPH0HNm0iNQNdkeZs { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.70263671875rem;left:2.1875rem;height:3.9rem;font-style:normal;display:block; }
#oG1FrKHOrTlmQX5Cv7D1NS6Tr8ml0kMG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#E39ZnJf4yyz88fvqIGwWTaaP8JqZLkI3 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.70263671875rem;left:28.9375rem;height:5.2rem;font-style:normal;display:block; }
#XuCHvJ3rIkTXTWIgQ5onF5oArlVN3Bao { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.599609375rem;left:28.9375rem;height:1.462675rem;font-style:normal;display:block; }
#pBNO5TPp9XDBtS8CVb6ah8m3xcW5HX7J { 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:3.25rem;width:3.5625rem;top:1.03125rem;left:27.75rem;overflow:hidden;display:block; }
#yKGhJZLMEbAC9UdBJRvKwLxBczKkPL1B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.5rem;top:0rem;left:53.5rem;overflow:hidden;display:block; }
#Rsx297LhUcSH9z5Ko7KrA3zSn9Md9q4h { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.70263671875rem;left:55.6875rem;height:5.2rem;font-style:normal;display:block; }
#MWzuXfyxq9FAprmJawaFciWOsoqG6p3A { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.599609375rem;left:55.6875rem;height:1.462675rem;font-style:normal;display:block; }
#wkROcIreAkn2vTqPit3ZqmEtMlOIbD8p { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.75rem;top:1.03125rem;left:54.5625rem;overflow:hidden;display:block; }
#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 { 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; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container { background-color: transparent; background-image: none; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container > .video-iframe-container { display: none; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row > .video-iframe-container { display: none; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .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); }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container { border-width: 0; border-radius: 0; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#xpOWhMT2kTPi99zNSpi1UnEhv6RMV3iC { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container { background-color: transparent; background-image: none; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container > .video-iframe-container { display: none; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row > .video-iframe-container { display: none; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .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); }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container { border-width: 0; border-radius: 0; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#DBmIyq95umsO51awWqtyRWId0RDsULzq { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.1875rem;height:1.462675rem;font-style:normal;display:block; }
#SsEV6xhrLXT89ErpwXVPR1ys10lon1Iu { color:#000000;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.487195968628rem;left:2.1875009536743rem;height:2.6rem;font-style:normal;display:block; }
#Ei1iJk4Z1gv2hI1OrTW65btqel5AVZ6q { 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:5.37435rem;width:5.37435rem;top:0.87239551544187rem;left:0rem;overflow:hidden;display:block; }
#L1Z569nomOmN3cKNkoy8uJl2FZ6UmUkx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.875rem;top:2.3068571090698rem;left:1.25rem;overflow:hidden;display:block; }
#gin5RTDeAzkoMqkSyeUDXmSZzNEXRUlc { color:#000000;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.375rem;height:2.6rem;font-style:normal;display:block; }
#bILRQMlhiHGoUg5sTF5imEXKnc425DOS { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:29.375rem;height:1.462675rem;font-style:normal;display:block; }
#EKwyHrdanMa8paSoH6qFszLOZ2K5TD5o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:5.37435rem;top:1.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#yWTAuDCSKGuHtlVuG1iTW9ulCsJJwRtk { 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:2.5rem;width:2.9375rem;top:2.625rem;left:28.4375rem;overflow:hidden;display:block; }
#Wt8sIRzseSThzpZvunhfbdDis3Eo95ch { 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:13.125rem;width:20.6875rem;top:1.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#ZopobmozlTgPJBKKHNwx7ZAnUla1mP0P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:20.6875rem;top:0.875rem;left:54.3125rem;overflow:hidden;display:block; }
#s1fmx9QEwmTPgVBz1z8FZAvNPEDRf3U0 { color:#000000;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5rem;left:56.125rem;height:2.6rem;font-style:normal;display:block; }
#OrBSs0ROzkVocWRyO5xm9q7KThggfdgS { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.375rem;left:56.125rem;height:2.7rem;font-style:normal;display:block; }
#EgV2TWCTc0VMgC2KDOGDMgbtW6BSNtoQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:5.37435rem;top:0.9375rem;left:54.4375rem;overflow:hidden;display:block; }
#VmfOvElTVxfpmAtmpt2BfnDqnoPNLEtW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.875rem;top:2.3125rem;left:55.75rem;overflow:hidden;display:block; }
#o7horAZps0qU79q3JrC70psXtTmln8Iy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:21.4375rem;top:0.99935150146487rem;left:0rem;overflow:hidden;display:block; }
#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq { position:relative;display:block; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq { background-color: transparent; background-image: none; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row .container > .video-iframe-container { display: none; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row > .video-iframe-container { display: none; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .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); }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq { border-width: 0; border-radius: 0; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .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; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .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.0625rem;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; }#egBKpZQ1Je5GCf2xtDxcbRLShlkxEhyM { background-color:#013ebe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:25.65625rem;display:block; }
#wJW2pPOydWA5GzJJmmcf0usx1JHtlhvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey { position:relative;display:block; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey { background-color: transparent; background-image: none; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row .container > .video-iframe-container { display: none; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row > .video-iframe-container { display: none; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .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); }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey { border-width: 0; border-radius: 0; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .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; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .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:8.5625rem;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; }#J6onSTxVWJ7W7aRxwUeAhmTHwRbEvAN0 { box-sizing:content-box;height:7.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#013ebe;background-image:none;top:0.46875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#izx5PpL99883z5PeXRTlwLyVbsA95tlt { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.69);background-image:none;top:2.5rem;left:37.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qeDNibOcRvooa8tu5NH2eCcGRfzdICDo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.6875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WlccmmpUkbIdeLUlTT86s6c15ib3IMpQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#FubSHb8Op9akIPmSHxAk90iuX6Hu6pvd { color:#ffca3c;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDl2yLVDn6p01pzkCfDG56l9F49kGIzA { color:#ffca3c;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:43.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge { 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; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container { background-color: transparent; background-image: none; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container > .video-iframe-container { display: none; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row > .video-iframe-container { display: none; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .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); }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container { border-width: 0; border-radius: 0; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#x4TMkRu1f3JIOh70ATVd7vGXeWmceIxR { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQbZt5CfJaFed1xa24iJOmLntSK8LU1G { box-sizing:content-box;height:15.686875rem;width:74.874375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.3749933242798rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB { 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; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container { background-color: transparent; background-image: none; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container > .video-iframe-container { display: none; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row > .video-iframe-container { display: none; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .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); }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container { border-width: 0; border-radius: 0; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#WvgdCsTzWOWwsDID0ry4M4MN3wFfiTkl { color:#3a78f1;display:block;width:17.061625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.25rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#sHJE4N5cpgDw0bMttRu2MdW0FqrycZrP { color:#3a78f1;display:block;width:21.0616875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6578140258787rem;left:1.25rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#bN57OqeOBWD2NTWCetqFtAhgpO69FwPh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.125rem;left:9.875rem;overflow:hidden;display:block; }
#fOfdM9Ac4ropg3MkL2apqDt7gGDei0Tl { color:#3a78f1;display:block;width:14.4998125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4131946563719rem;left:30.249568939209rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#twRTh2euwlvVVskLCKskifA6MFKJIMvK { color:#3a78f1;display:block;width:22.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.65819644928rem;left:26.374786376953rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#JMPhMfzOPKVG9h8hNJKKtpwv4pQSuOfA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.1245660781861rem;left:35.625003814698rem;overflow:hidden;display:block; }
#uldT4vI0a2cq2eUJUxhfpGOMabAwrRt1 { color:#3a78f1;display:block;width:21.1859375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6578140258787rem;left:52.624218940735rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#sm2x7QfZPDqfrQRNRzAPobxfUTdNB554 { color:#3a78f1;display:block;width:14.311rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4131898880006rem;left:56.062286376953rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#K8TTlzOo1ec44299yF4yEOTTOUT8B27u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.1223917007446rem;left:61.342231750488rem;overflow:hidden;display:block; }
#GPXUgJNKZJekQXyWEJ3cw1UbCxuzc4GZ { box-sizing:content-box;height:2.875rem;width:68.6875rem;position:absolute;display:block;z-index:15013;background-color:#013ebe;background-image:none;top:18rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ErNU1BovKidUhyGgwz4ESeET7fIc4f08 { color:#ffca3c;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.625rem;left:12.1875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE { 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; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container { background-color: transparent; background-image: none; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container > .video-iframe-container { display: none; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row > .video-iframe-container { display: none; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .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); }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container { border-width: 0; border-radius: 0; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#ABoDdqwfea6TgcRg1wncFGJyFomLdh1s { color:#3a78f1;display:block;width:24.2480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.7471790313719rem;left:7.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#hHA46hNVQkpcoUiOSF0TTlv0mdD5TDh1 { color:#3a78f1;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0616321563719rem;left:10.529514312744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#zAr2G6B5txqNVqz1AT3gwkQHuIU9s2Sa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.8728303909302rem;left:18.060981750488rem;overflow:hidden;display:block; }
#fEsb4V1kdH4nS4bgvns1XxSunxSBKgaC { color:#3a78f1;display:block;width:27.8741875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.74610042572rem;left:40.621094703674rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#x5vCLFRALK6MNzNHUIbVa4DnATRFezP6 { color:#3a78f1;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0605425834656rem;left:44.871963500976rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#FxeNLkLgurtRQ2aZFzgHHvmK1fqaRpba { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:4.56055rem;top:1.7458710670471rem;left:52.279735565186rem;overflow:hidden;display:block; }
#c9XCMa3RSkykw7qXVbLV81id8R6XfAAa { box-sizing:content-box;height:15.68675rem;width:74.874375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0.63671588897706rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 { 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; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container { background-color: transparent; background-image: none; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container > .video-iframe-container { display: none; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row > .video-iframe-container { display: none; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .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); }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container { border-width: 0; border-radius: 0; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#O5vunXKqNy2QCJ8OGTzMbc9R9KQmSaQW { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry { position:relative;display:block; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry { background-color: transparent; background-image: none; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row .container > .video-iframe-container { display: none; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row > .video-iframe-container { display: none; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .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); }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry { border-width: 0; border-radius: 0; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .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; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .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:16.625rem;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; }#ahNEv9xPgqlLV0K3qtbNOwD4EnNo2ib9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#Fll2qadwx78N2IRQm4XZMeAs9CJvoZa1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.3125rem;top:0rem;left:67.875000953675rem;overflow:hidden;display:block; }
#TLkqVKixfUTMzGxxLSPW5kTmWSza2A4i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:0rem;left:29.6875rem;overflow:hidden;display:block; }
#Zb95xa4HyFWmgnsACWNEF88DDmLF71VH { 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:7.3125rem;width:6.3125rem;top:0rem;left:58.250000953674rem;overflow:hidden;display:block; }
#spTy5XmK7e2EKV8r8MnTf89EomrZX4qK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:0rem;left:10.6875rem;overflow:hidden;display:block; }
#GqNwkh0dMMNTa4Q5HwAPBT46IaX3LBnq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.4375rem;top:0rem;left:48.875000953674rem;overflow:hidden;display:block; }
#vTVVQHaXbFCElMGcDHLO1iJ2C4lGD1dP { 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:7.375rem;width:6.4375rem;top:0.0625rem;left:39.250000953674rem;overflow:hidden;display:block; }
#cySKxZOOTQlQaUPmzr2laftF4bww97CB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.625rem;left:20.874999046326rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#yF2ddNX0sXxXSZ6GFMwtSGTDhvvvRUdp { position:absolute;display:block;z-index:15008;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:5rem;width:4.9375rem;top:0.71875rem;left:20.905468940735rem;overflow:hidden;display:block; }
#IBTall4BQIaHbT6hgWJyi5O45Xi6lSUs { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.2500009536744rem;left:19.937499046326rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#EMeiJtObcoQFamFc5woERdKcRWPxAKgd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:8.7500009536744rem;left:67.750000953675rem;overflow:hidden;display:block; }
#zuTLh5ErIUc0bSQk0k8KNIUXaWMP27HB { 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:7.3125rem;width:6.3125rem;top:8.7500009536744rem;left:58.312500953674rem;overflow:hidden;display:block; }
#HZC0QuXalOah06iffSNmdOIxVxKgrp8k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.3125rem;top:8.7500009536744rem;left:48.750000953674rem;overflow:hidden;display:block; }
#xD7JJ1nObURmXflJiHGtcn9qAQMPnMs6 { 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:7.3125rem;width:6.3125rem;top:8.7500009536744rem;left:39.312500953674rem;overflow:hidden;display:block; }
#fZZc7Dt7UR4QS61Vv14q8KD2l4XOPa2S { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:8.6875009536744rem;left:29.687500953674rem;overflow:hidden;display:block; }
#AfftR0KmAUxhxTGLnTR5BAOAF6RmNyTE { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.136724472046rem;left:20.155468940735rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#fKET9TbXUwxpidflcnzx6tSGR4NczMQ6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:8.7500009536744rem;left:10.687499046326rem;overflow:hidden;display:block; }
#ebRLlPs1ZO2OteaAPv9rGXUIfMRp0Gnx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.4375rem;top:8.7500009536744rem;left:1.25rem;overflow:hidden;display:block; }
#xL3VaP6TMk3dRycFQlEUvF0aGEbvFJlK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:9.3750009536744rem;left:20.874218940735rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#tkZIwpSK4W4JlhOFwiq1nBgS2Gn8xkLT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:9.4062509536744rem;left:20.936718940735rem;overflow:hidden;display:block; }
#nilSA3ighgZTbHKTvWxIEDtbO7rTSKZ8 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:67.812500953675rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#H06zPNaQX61R3lbT4mDCsfugeaW8DquN { position:relative;display:block; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN { background-color: transparent; background-image: none; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row .container > .video-iframe-container { display: none; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row > .video-iframe-container { display: none; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .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); }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN { border-width: 0; border-radius: 0; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .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; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .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:32.0625rem;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; }#Ngp7UJ3nv0g4MWom9gaQXZhuL2F8BXmp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:18.125rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#J6fO75pyeRPWbzJnwDM6Vyg3LahBSf6d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:18.125rem;top:3.3125rem;left:19.0625rem;overflow:hidden;display:block; }
#FSKpCNMuMiWAmPa12EZkOLSRMLWZ5JR9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:18.125rem;top:0rem;left:37.8125rem;overflow:hidden;display:block; }
#o5gutpsmi37HyePJUG2csyL5LA7y86gB { 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:27.5rem;width:18.125rem;top:3.3125rem;left:56.5625rem;overflow:hidden;display:block; }
#WU85NqBHCWVcIqZGu21BBOLUkqvvRiQa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.6875rem;top:1.125rem;left:2.03125rem;overflow:hidden;display:block; }
#G9KoqlrEuSuggTxyBHpduMvCRl47N3RE { 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:14.5625rem;width:14.6875rem;top:1.125rem;left:20.592968940735rem;overflow:hidden;display:block; }
#mJMA7VJ1TpU5uJSLsetMlnm5FQ72cIOt { 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:12.1875rem;width:12.8125rem;top:3.5rem;left:40.468750953674rem;overflow:hidden;display:block; }
#Z1A98JMsa9CO4amGhp3zMzHTWW71yQWb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:1.1875rem;left:58.406250953674rem;overflow:hidden;display:block; }
#ysonXo7cH7ucOygyuiFDynOxz7ZULdnP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7hLAib62QqGh27EzMOrsbxTpVypAIKy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:3.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLpvP3eKEmOwBJu9BOwEi5V5gkLhabZd { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24rem;left:0.5625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyK20am8VceGqTsfAptWQ6085KvhVqDs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6rem;top:21.3125rem;left:6.375rem;overflow:hidden;display:block; }
#tCGDWsCeTs99nfL3hRTilI2snuTNQdrV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.3125rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0OAh9gSAECTtTW8EBdx15cqRRSvNmPk { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.125rem;left:19.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUS4VE2FftaCOsUZXwwE9TrivvqVV1QC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6rem;top:21.25rem;left:25.125rem;overflow:hidden;display:block; }
#lzucPazkJnX5ZWGL6LXBiP2iwDL2TXVo { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24rem;left:19.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgggRF0LLrwnn1PhP3r83LuTiLLWnExz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSGXlubZQi6OCRt8Bb1e31m9kcf3eQAp { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.96875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFr9blPR8n00dfhz6qdVug08GITa4BsZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6rem;top:21.3125rem;left:43.875rem;overflow:hidden;display:block; }
#rEykJNZof2FN1LiKUTqF4Q4DfGdoGVPE { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24rem;left:38.0625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGORqtyBarOhk6K0aOIDMDkiWsFsrn1U { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.375rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD35BgrX2ragaXL3o8oF5sC6s1ADdwVu { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.205456733704rem;left:56.187500953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aDEXvZMGpsAHZ0o3mdQcbc7V4II58eM7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6rem;top:21.375rem;left:62.625rem;overflow:hidden;display:block; }
#hvMJPcBX27gWC3dhWTUsvvBSXW6yzQwc { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.0625rem;left:56.8125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd { 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; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { background-color: transparent; background-image: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container > .video-iframe-container { display: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row > .video-iframe-container { display: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .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); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { border-width: 0; border-radius: 0; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#HJp1MW7hJD5ItOtZkmvhTCRAIPJfH3Sv { box-sizing:content-box;height:18.875rem;width:74.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,202,60,0.4);background-image:none;top:0.1875rem;left:0.28125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#zcipG9o4maoJGABQuuJZhmOCx01wtbpz { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:6.2499990463257rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nov2WowBtU6QGvSPU13NyufSCUV8yino { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:19.875rem;top:9.8125rem;left:7.6562490463256rem;overflow:hidden;display:block; }
#ZTTnTppmnICBv8g1I0nSG9l8wuMfhnre { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.1875rem;width:11.4375rem;top:2.1875004768372rem;left:55.081254005432rem;overflow:hidden;display:block; }
#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 { 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; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container { background-color: transparent; background-image: none; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container > .video-iframe-container { display: none; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row > .video-iframe-container { display: none; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .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); }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container { border-width: 0; border-radius: 0; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#pg3hsdftgKRqVTicGRUExcO2XblmbpZl { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR { position:relative;display:block; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR { background-color: transparent; background-image: none; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row .container > .video-iframe-container { display: none; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row > .video-iframe-container { display: none; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .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); }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR { border-width: 0; border-radius: 0; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .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; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .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:11.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; }#De818iUzNS3xiMUrc048J2LSuIBnqCPT { background-color:#00d685;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.03125rem;left:54.5rem;display:block; }
#SFGHCRhPr7Bm9doaMVN6INLDpaBNydSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0FLJq4S2KKW6cP5x0IeG9bwSuBB2kiI { box-sizing:content-box;height:9rem;width:74.4375rem;position:absolute;display:block;z-index:14999;background-color:#013ebe;background-image:none;top:1.25rem;left:0.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#iiRLRc6i7TF1C8zbgfWu5CJXCAb9QLQA { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1748046875rem;left:9.40625rem;height:2.68125rem;display:block; }
#pB6v4vaMRmEDlLbm9MXeS0a0a4GZLJx8 { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.03125rem;left:8.2499990463256rem;height:3.00625rem;font-style:normal;display:block; }
#ZmaT1CcVkhiZWLanSp6yX8p4Ct5NSqLX { color:#ffca3c;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:28.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSL6xcuIaGq2afOTM4RNeShzuPTswuGp { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:28.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKUkNKKFZUoUMBUrJ7MpiiidN7sGxc6h { box-sizing:content-box;height:0.125rem;width:8.375rem;position:absolute;display:block;z-index:15005;background-color:#ff0046;background-image:none;top:4.4833984375rem;left:8.90625rem;display:block; }
#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz { 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; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container { background-color: transparent; background-image: none; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container > .video-iframe-container { display: none; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row > .video-iframe-container { display: none; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .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); }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container { border-width: 0; border-radius: 0; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#lSPveFB1vZZex5ZtTa2C9bC6083R3eDg { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.30224609375rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 { position:relative;display:block; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 { background-color: transparent; background-image: none; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row .container > .video-iframe-container { display: none; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row > .video-iframe-container { display: none; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .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); }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 { border-width: 0; border-radius: 0; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .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; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .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:23.9375rem;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; }#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#30383e;font-family:poppins; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#30383e;line-height:1.4;overflow:hidden;height:auto;font-family:poppins; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-trigger.adaptive-delivery-prevent-bg, #P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-trigger.lazyload, #P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-trigger.lazyloading { background-image: none; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(255,202,60,0.4);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.53125095367432rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tEVMrTcX6hycTh4pQoS7w7anZHam0hM6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #iSiWoCQhSRTZxLmLlwTW19BhuD9E1uD7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #bTV7JZoBWK2O94tKOEvPS1JnX02lIi7v { display:block;position:relative; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #dcoQ8CoGXZIMuX4G6P6hQC1LBT0UfLFk {  }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #BuVksVQni3spMlRsLSXnN4XibgvM7ps9 {  }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nCGna57tH1scXCTiKSTGTKcaJrlelzBd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #L6DoRBtZuCsS0TU1kTdzWLHVzlZ6HXPs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #h3BTImpITCqx0I2aLmkT0qGzaybH05uW { display:block;position:relative; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tblNCbILB9aUhSBHpySnQTguaLNBS2EE {  }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #pi5DSPe6muEbDwQ2vKiTFL9duCc0ngrq { display:none; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nQsO4Pai3rJbe87E1zpg2c0RMqHTN413 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tM3c5TAtEpg8ooAE8qB2SZExeyAdJVf2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #RtEWZzlX1IwRJTAK7eZGnpTShJHPcvUF { display:block;position:relative; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #LDAbgAoRWqf91i1yA7wZ8RmV30OorJPd {  }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #VREEpUhiWHTOgJQov1nAeet1GraGxWin { display:none; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #QR5xy3ClHG5wPrTkBmCTqTOwrI8Xkqh2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #GwBuZZqseA1v5AQAUC6B4sF8VRsMTB5z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #lUcVG5famKlzmWPuuh4UsAlbNyMfn3Ln { display:block;position:relative; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #TTF5sT6gxuudak7NgQuTgGpXE9UqDmF5 {  }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nJQiPQkJKUcvvc2zRLlit46oTDGJcnDG { display:none; }
#Un8fUDGk2QF9wKhx8tvqzyzwV5UWNFMg { background-color:#030ebe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.875rem;left:28.75rem;display:block; }
#oV32vW0Tzd3C7fE7V9zkmSHRM7XreTyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kiURnXvbxFbSVAfweodkSDUy7bJTrraa { display:block; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxaUrc9sgv9ARTnOUhA5h8BwMTTw1185 { top:1rem;left:0rem;width:12.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { top:21.1875rem;left:0rem;width:39.1875rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNtW6oUMrvSvHM7UgqgQUzFEqgel7kL { top:9.5625rem;left:0rem;width:46.375rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBNkGDJai5dRtf3bK7kUTWcb8p6OdTa { top:10.1875rem;left:24.9375rem;width:22.8125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRPRQbrCybmT5H0Q64Eg24BMyvnOWEHW { top:8.5rem;left:23.5625rem;width:24.1875rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqPiHo7A8iwfbab4pp6iEyfQxNnTvRxQ { top:25.6875rem;left:0rem;width:40.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6u0teD6PpS7oLPVdeHDfO1Zg2qDqWAx { top:26.0625rem;left:25.21875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOqzywkSGqLQK63DrFbxNnXEpATz7Xdp { display:block; }
 }@media only screen and (max-width: 763px) { #M4yew0xJdTBSoyXs9TU8TKQOXUy7FQfC { top:-1.8125rem;left:9.8125rem;width:37.9375rem;height:4.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaInPQrXg8SeUfl3MJMGf6FfJxy9HhhA { top:32.75rem;left:0rem;width:36.5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B95wmL38GmednQH8FUdf6J1MoNwXMJpd { display:block; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ji6T0gdQZT4XK5lZtZgI3fowq6eTsJCK { width:23.6875rem;height:3.9375rem;top:1.125rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oflkrygFKugGED1fsyIMfLg9tLZ3SnSU { display:block; }
 }@media only screen and (max-width: 763px) { #HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO { display:block; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk47IUuXACwoKrbMVcN8ckJFwALdlWyy { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGIcwFJnMwaGU3OeXKdaThpu4iJ8wX3p { top:0rem;left:0rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Fi2ukRQ14af8DSyT1bLaht6OwlfXwF { top:0.8125rem;left:0rem;width:4.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGefVmnXurg9FFWyPnoLT8OSSdI7shIu { top:6.4375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDCl9rERgm3oUZkGwJTJuyV07bin40ve { top:8.6875rem;left:0rem;width:17.125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQxdF9mMv4ywCz7Ua6dTSpRlTHG7LV4F { top:0rem;left:10.25rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtV2ECC2N4CouDuwDIHBCfLA16VaBRaF { top:8.6875rem;left:14.25rem;width:17.5rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftJu5NSlDuBU0Fhm5a79ha2lHzrwecMG { top:6.4375rem;left:15.875rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqcDIydqHcrdoIfRTSP9EkVdoxpwwZG { top:0.875rem;left:15.875rem;width:4.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmyZzP4Nrei0dRfdzmrNhpsxoWTkLmTI { top:0rem;left:26.125rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBffxLhVtGdQK6rvB5yUHECXiirDHch2 { top:8.6875rem;left:30.5rem;width:17.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1NuWm8owzKFbX5PpqMESrm3XA2RNTE { top:6.4375rem;left:32.875rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDEO7TCG3gGWF7GWLcgFCMGMzzJLbcEZ { top:0.875rem;left:31.75rem;width:4.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsfWTyqeWaeimFimgixe9dki2lbzfpgO { display:block; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGZHTVwfHUE5clrzqq1W6MK8J6Mmtzxn { top:0rem;left:0rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvN5SEobnBT3TBbWppSkxIgKrQs0OFAf { top:1.0625rem;left:0rem;width:3.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdk6eK3JJ9MVSMzJgmy3NUMuLbArmxL { top:6.5625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZRIRhD6nulnHdHPH0HNm0iNQNdkeZs { top:8.6875rem;left:0rem;width:17.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1FrKHOrTlmQX5Cv7D1NS6Tr8ml0kMG { top:0rem;left:10.25rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39ZnJf4yyz88fvqIGwWTaaP8JqZLkI3 { top:8.6875rem;left:14.625rem;width:17.125rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuCHvJ3rIkTXTWIgQ5onF5oArlVN3Bao { top:6.5625rem;left:15.875rem;width:13.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNO5TPp9XDBtS8CVb6ah8m3xcW5HX7J { top:1rem;left:15.875rem;width:3.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKGhJZLMEbAC9UdBJRvKwLxBczKkPL1B { top:0rem;left:26.125rem;width:21.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsx297LhUcSH9z5Ko7KrA3zSn9Md9q4h { top:8.6875rem;left:30.5rem;width:17.125rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWzuXfyxq9FAprmJawaFciWOsoqG6p3A { top:6.5625rem;left:32.875000953674rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkROcIreAkn2vTqPit3ZqmEtMlOIbD8p { top:1rem;left:31.75rem;width:3.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxp8wFNlt5DTIURngMdMUId63wVHdr5 { display:block; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpOWhMT2kTPi99zNSpi1UnEhv6RMV3iC { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q { display:block; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBmIyq95umsO51awWqtyRWId0RDsULzq { top:7.625rem;left:0rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsEV6xhrLXT89ErpwXVPR1ys10lon1Iu { top:10.4375rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei1iJk4Z1gv2hI1OrTW65btqel5AVZ6q { top:0.8125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Z569nomOmN3cKNkoy8uJl2FZ6UmUkx { top:2.25rem;left:0rem;width:2.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gin5RTDeAzkoMqkSyeUDXmSZzNEXRUlc { top:10.8125rem;left:14.6875rem;width:17.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bILRQMlhiHGoUg5sTF5imEXKnc425DOS { top:7.8125rem;left:11.6875rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKwyHrdanMa8paSoH6qFszLOZ2K5TD5o { top:1.1875rem;left:15.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTAuDCSKGuHtlVuG1iTW9ulCsJJwRtk { top:2.625rem;left:15.875rem;width:2.875rem;height:2.4469907333525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt8sIRzseSThzpZvunhfbdDis3Eo95ch { top:1.1875rem;left:11.125rem;width:20.625rem;height:13.085742771685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZopobmozlTgPJBKKHNwx7ZAnUla1mP0P { top:0.875rem;left:26.9375rem;width:20.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fmx9QEwmTPgVBz1z8FZAvNPEDRf3U0 { top:10.5rem;left:30.5625rem;width:17.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBSs0ROzkVocWRyO5xm9q7KThggfdgS { top:7.375rem;left:29.375rem;width:18.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgV2TWCTc0VMgC2KDOGDMgbtW6BSNtoQ { top:0.9375rem;left:31.75rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmfOvElTVxfpmAtmpt2BfnDqnoPNLEtW { top:2.3125rem;left:32.9375rem;width:2.8125rem;height:2.4462052290083rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7horAZps0qU79q3JrC70psXtTmln8Iy { top:0.9375rem;left:0rem;width:21.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq { display:block; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBKpZQ1Je5GCf2xtDxcbRLShlkxEhyM { width:23.6875rem;height:3.9375rem;top:1.5625rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJW2pPOydWA5GzJJmmcf0usx1JHtlhvt { display:block; }
 }@media only screen and (max-width: 763px) { #GHOkzWEL1mkUkHifHB67UbmvOPFFNVey { display:block; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6onSTxVWJ7W7aRxwUeAhmTHwRbEvAN0 { top:0.4375rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izx5PpL99883z5PeXRTlwLyVbsA95tlt { top:2.5rem;left:23.8125rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeDNibOcRvooa8tu5NH2eCcGRfzdICDo { top:2.0625rem;left:5.0625rem;width:12.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlccmmpUkbIdeLUlTT86s6c15ib3IMpQ { top:2.0625rem;left:30.125rem;width:12.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubSHb8Op9akIPmSHxAk90iuX6Hu6pvd { top:4.0625rem;left:5.0625rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDl2yLVDn6p01pzkCfDG56l9F49kGIzA { top:3.875rem;left:30.125rem;width:12.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge { display:block; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4TMkRu1f3JIOh70ATVd7vGXeWmceIxR { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQbZt5CfJaFed1xa24iJOmLntSK8LU1G { top:4.3125rem;left:0rem;width:47.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tlccHMpHaRixZrsePdXE9hRBJnJuWB { display:block; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvgdCsTzWOWwsDID0ry4M4MN3wFfiTkl { top:7.375rem;left:0rem;width:17rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJE4N5cpgDw0bMttRu2MdW0FqrycZrP { top:9.625rem;left:0rem;width:21rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN57OqeOBWD2NTWCetqFtAhgpO69FwPh { top:2.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOfdM9Ac4ropg3MkL2apqDt7gGDei0Tl { top:7.375rem;left:16.624218940735rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRTh2euwlvVVskLCKskifA6MFKJIMvK { top:9.625rem;left:12.749786376953rem;width:22.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPhMfzOPKVG9h8hNJKKtpwv4pQSuOfA { top:2.0625rem;left:22.000003814698rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldT4vI0a2cq2eUJUxhfpGOMabAwrRt1 { top:9.625rem;left:26.625rem;width:21.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2x7QfZPDqfrQRNRzAPobxfUTdNB554 { top:7.375rem;left:33.5rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TTlzOo1ec44299yF4yEOTTOUT8B27u { top:2.0625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXUgJNKZJekQXyWEJ3cw1UbCxuzc4GZ { top:18rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErNU1BovKidUhyGgwz4ESeET7fIc4f08 { top:18.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE { display:block; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABoDdqwfea6TgcRg1wncFGJyFomLdh1s { top:9.6875rem;left:0rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHA46hNVQkpcoUiOSF0TTlv0mdD5TDh1 { top:7rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAr2G6B5txqNVqz1AT3gwkQHuIU9s2Sa { top:1.8125rem;left:4.4359817504883rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsb4V1kdH4nS4bgvns1XxSunxSBKgaC { top:9.6875rem;left:19.9375rem;width:27.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5vCLFRALK6MNzNHUIbVa4DnATRFezP6 { top:7rem;left:28.375rem;width:19.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeNLkLgurtRQ2aZFzgHHvmK1fqaRpba { top:1.6875rem;left:38.654735565186rem;width:4.5rem;height:3.9464668461041rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XCMa3RSkykw7qXVbLV81id8R6XfAAa { top:0.625rem;left:0rem;width:47.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 { display:block; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5vunXKqNy2QCJ8OGTzMbc9R9KQmSaQW { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEofsdKMxGhgU88mNnEB4y0LsfGyHwry { display:block; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahNEv9xPgqlLV0K3qtbNOwD4EnNo2ib9 { top:0rem;left:0rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fll2qadwx78N2IRQm4XZMeAs9CJvoZa1 { top:0rem;left:41.4375rem;width:6.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkqVKixfUTMzGxxLSPW5kTmWSza2A4i { top:0rem;left:16.0625rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb95xa4HyFWmgnsACWNEF88DDmLF71VH { top:0rem;left:41.4375rem;width:6.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTy5XmK7e2EKV8r8MnTf89EomrZX4qK { top:0rem;left:0rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqNwkh0dMMNTa4Q5HwAPBT46IaX3LBnq { top:0rem;left:35.250000953674rem;width:6.4375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVVQHaXbFCElMGcDHLO1iJ2C4lGD1dP { top:0.0625rem;left:25.625000953674rem;width:6.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cySKxZOOTQlQaUPmzr2laftF4bww97CB { top:0.625rem;left:7.2499990463256rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF2ddNX0sXxXSZ6GFMwtSGTDhvvvRUdp { top:0.6875rem;left:7.280468940735rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTall4BQIaHbT6hgWJyi5O45Xi6lSUs { top:6.25rem;left:6.3124990463256rem;width:6.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMeiJtObcoQFamFc5woERdKcRWPxAKgd { top:8.75rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTLh5ErIUc0bSQk0k8KNIUXaWMP27HB { top:8.75rem;left:41.4375rem;width:6.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZC0QuXalOah06iffSNmdOIxVxKgrp8k { top:8.75rem;left:35.125000953674rem;width:6.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7JJ1nObURmXflJiHGtcn9qAQMPnMs6 { top:8.75rem;left:25.687500953674rem;width:6.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZc7Dt7UR4QS61Vv14q8KD2l4XOPa2S { top:8.6875rem;left:16.062500953674rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfftR0KmAUxhxTGLnTR5BAOAF6RmNyTE { top:15.125rem;left:6.530468940735rem;width:6.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKET9TbXUwxpidflcnzx6tSGR4NczMQ6 { top:8.75rem;left:0rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebRLlPs1ZO2OteaAPv9rGXUIfMRp0Gnx { top:8.75rem;left:0rem;width:6.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3VaP6TMk3dRycFQlEUvF0aGEbvFJlK { top:9.375rem;left:7.249218940735rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkZIwpSK4W4JlhOFwiq1nBgS2Gn8xkLT { top:9.375rem;left:7.311718940735rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilSA3ighgZTbHKTvWxIEDtbO7rTSKZ8 { top:15.0625rem;left:41.3125rem;width:6.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H06zPNaQX61R3lbT4mDCsfugeaW8DquN { display:block; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ngp7UJ3nv0g4MWom9gaQXZhuL2F8BXmp { top:0rem;left:0rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fO75pyeRPWbzJnwDM6Vyg3LahBSf6d { top:3.3125rem;left:5.75rem;width:18.125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSKpCNMuMiWAmPa12EZkOLSRMLWZ5JR9 { top:0rem;left:17.6875rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gutpsmi37HyePJUG2csyL5LA7y86gB { top:3.3125rem;left:29.625rem;width:18.125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU85NqBHCWVcIqZGu21BBOLUkqvvRiQa { top:1.125rem;left:0rem;width:14.6875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KoqlrEuSuggTxyBHpduMvCRl47N3RE { top:1.125rem;left:9.1875rem;width:14.6875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMA7VJ1TpU5uJSLsetMlnm5FQ72cIOt { top:3.5rem;left:23rem;width:12.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1A98JMsa9CO4amGhp3zMzHTWW71yQWb { top:1.1875rem;left:33.3125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysonXo7cH7ucOygyuiFDynOxz7ZULdnP { top:16.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hLAib62QqGh27EzMOrsbxTpVypAIKy { top:18.125rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLpvP3eKEmOwBJu9BOwEi5V5gkLhabZd { top:24rem;left:0rem;width:17.625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyK20am8VceGqTsfAptWQ6085KvhVqDs { top:21.3125rem;left:2.96875rem;width:6rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCGDWsCeTs99nfL3hRTilI2snuTNQdrV { top:16.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0OAh9gSAECTtTW8EBdx15cqRRSvNmPk { top:18.125rem;left:7.125rem;width:16.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUS4VE2FftaCOsUZXwwE9TrivvqVV1QC { top:21.25rem;left:14.90625rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzucPazkJnX5ZWGL6LXBiP2iwDL2TXVo { top:24rem;left:6.25rem;width:17.625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgggRF0LLrwnn1PhP3r83LuTiLLWnExz { top:16.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSGXlubZQi6OCRt8Bb1e31m9kcf3eQAp { top:18.125rem;left:18rem;width:17.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFr9blPR8n00dfhz6qdVug08GITa4BsZ { top:21.3125rem;left:26.84375rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEykJNZof2FN1LiKUTqF4Q4DfGdoGVPE { top:24rem;left:18.1875rem;width:17.625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGORqtyBarOhk6K0aOIDMDkiWsFsrn1U { top:16.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD35BgrX2ragaXL3o8oF5sC6s1ADdwVu { top:18.1875rem;left:17rem;width:18.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDEXvZMGpsAHZ0o3mdQcbc7V4II58eM7 { top:21.375rem;left:38.78125rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMJPcBX27gWC3dhWTUsvvBSXW6yzQwc { top:24.0625rem;left:30.125rem;width:17.625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd { display:block; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJp1MW7hJD5ItOtZkmvhTCRAIPJfH3Sv { top:0.1875rem;left:0rem;width:47.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcipG9o4maoJGABQuuJZhmOCx01wtbpz { top:4.3125rem;left:0rem;width:22.6875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nov2WowBtU6QGvSPU13NyufSCUV8yino { top:9.8125rem;left:0rem;width:19.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTnTppmnICBv8g1I0nSG9l8wuMfhnre { top:2.1875rem;left:36.3125rem;width:11.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 { display:block; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg3hsdftgKRqVTicGRUExcO2XblmbpZl { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR { display:block; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De818iUzNS3xiMUrc048J2LSuIBnqCPT { width:17.5rem;height:3.8125rem;top:4rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFGHCRhPr7Bm9doaMVN6INLDpaBNydSg { display:block; }
 }@media only screen and (max-width: 763px) { #E0FLJq4S2KKW6cP5x0IeG9bwSuBB2kiI { top:1.25rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiRLRc6i7TF1C8zbgfWu5CJXCAb9QLQA { top:3.125rem;left:0rem;width:8.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6v4vaMRmEDlLbm9MXeS0a0a4GZLJx8 { top:6rem;left:0rem;width:10.25rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmaT1CcVkhiZWLanSp6yX8p4Ct5NSqLX { top:3.5rem;left:14.6875rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSL6xcuIaGq2afOTM4RNeShzuPTswuGp { top:6rem;left:14.6875rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKUkNKKFZUoUMBUrJ7MpiiidN7sGxc6h { top:4.4375rem;left:0rem;width:8.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz { display:block; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSPveFB1vZZex5ZtTa2C9bC6083R3eDg { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 { display:block; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tEVMrTcX6hycTh4pQoS7w7anZHam0hM6 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #iSiWoCQhSRTZxLmLlwTW19BhuD9E1uD7 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #bTV7JZoBWK2O94tKOEvPS1JnX02lIi7v {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #dcoQ8CoGXZIMuX4G6P6hQC1LBT0UfLFk {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #BuVksVQni3spMlRsLSXnN4XibgvM7ps9 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nCGna57tH1scXCTiKSTGTKcaJrlelzBd {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #L6DoRBtZuCsS0TU1kTdzWLHVzlZ6HXPs {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #h3BTImpITCqx0I2aLmkT0qGzaybH05uW {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tblNCbILB9aUhSBHpySnQTguaLNBS2EE {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #pi5DSPe6muEbDwQ2vKiTFL9duCc0ngrq {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nQsO4Pai3rJbe87E1zpg2c0RMqHTN413 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tM3c5TAtEpg8ooAE8qB2SZExeyAdJVf2 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #RtEWZzlX1IwRJTAK7eZGnpTShJHPcvUF {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #LDAbgAoRWqf91i1yA7wZ8RmV30OorJPd {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #VREEpUhiWHTOgJQov1nAeet1GraGxWin {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #QR5xy3ClHG5wPrTkBmCTqTOwrI8Xkqh2 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #GwBuZZqseA1v5AQAUC6B4sF8VRsMTB5z {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #lUcVG5famKlzmWPuuh4UsAlbNyMfn3Ln {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #TTF5sT6gxuudak7NgQuTgGpXE9UqDmF5 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nJQiPQkJKUcvvc2zRLlit46oTDGJcnDG {  }
 }@media only screen and (max-width: 763px) { #Un8fUDGk2QF9wKhx8tvqzyzwV5UWNFMg { width:17.5rem;height:3.8125rem;top:18.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV32vW0Tzd3C7fE7V9zkmSHRM7XreTyU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kiURnXvbxFbSVAfweodkSDUy7bJTrraa { position:relative;z-index:auto;display:block; }#kiURnXvbxFbSVAfweodkSDUy7bJTrraa > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxaUrc9sgv9ARTnOUhA5h8BwMTTw1185 { width:12.5625rem;height:3.25rem;top:1.1845703125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bc571a6-ea8d-4113-b876-ce5ebb608d7c/Rectangle50.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,68,199,0.72); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,68,199,0.72); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { width:18.3125rem;height:3.65625rem;top:9.686718940735rem;left:0.84296876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffcc03;display:block; }
 }@media only screen and (max-width: 763px) { #ubNtW6oUMrvSvHM7UgqgQUzFEqgel7kL { width:16.0625rem;height:8.4rem;top:0.72421884536744rem;left:1.9687500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ETBNkGDJai5dRtf3bK7kUTWcb8p6OdTa { width:20rem;height:25.811625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRPRQbrCybmT5H0Q64Eg24BMyvnOWEHW { width:20rem;height:28.6875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqPiHo7A8iwfbab4pp6iEyfQxNnTvRxQ { width:18.9375rem;height:2.25rem;top:14.050001144409rem;left:0.53046876192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b6u0teD6PpS7oLPVdeHDfO1Zg2qDqWAx { top:53.1875rem;left:3rem;z-index:15002;width:14.0625rem;height:3.4375rem;background-color:#030ebe;background-image:none;box-shadow: 0rem 0rem 1.25rem #ffffff ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #kOqzywkSGqLQK63DrFbxNnXEpATz7Xdp { display:block; }
 }@media only screen and (max-width: 763px) { #M4yew0xJdTBSoyXs9TU8TKQOXUy7FQfC { width:20rem;height:0;top:58.122831344604rem;left:0rem;font-size:0.625rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zaInPQrXg8SeUfl3MJMGf6FfJxy9HhhA { width:20rem;height:4.21875rem;top:47.4375rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B95wmL38GmednQH8FUdf6J1MoNwXMJpd { display:none; }#B95wmL38GmednQH8FUdf6J1MoNwXMJpd > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ji6T0gdQZT4XK5lZtZgI3fowq6eTsJCK { width:9.5625rem;height:1.9375rem;top:7.75rem;left:5.21875rem;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oflkrygFKugGED1fsyIMfLg9tLZ3SnSU { display:block; }
 }@media only screen and (max-width: 763px) { #HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO { display:block; }#HZmGkoHw6nQgFirQC5JmRfkrCJRlc9rO > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk47IUuXACwoKrbMVcN8ckJFwALdlWyy { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGIcwFJnMwaGU3OeXKdaThpu4iJ8wX3p { width:15.8125rem;height:12.625rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Fi2ukRQ14af8DSyT1bLaht6OwlfXwF { width:3.75rem;height:3.25rem;top:1.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGefVmnXurg9FFWyPnoLT8OSSdI7shIu { width:12.5rem;height:1.21875rem;top:6.375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDCl9rERgm3oUZkGwJTJuyV07bin40ve { width:13.8125rem;height:5.28125rem;top:8rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQxdF9mMv4ywCz7Ua6dTSpRlTHG7LV4F { width:15.8125rem;height:12.625rem;top:15.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtV2ECC2N4CouDuwDIHBCfLA16VaBRaF { width:14.8125rem;height:5.85rem;top:21.05517578125rem;left:2.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftJu5NSlDuBU0Fhm5a79ha2lHzrwecMG { width:12.5rem;height:1.21875rem;top:19.8125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqcDIydqHcrdoIfRTSP9EkVdoxpwwZG { width:3.625rem;height:3rem;top:15.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmyZzP4Nrei0dRfdzmrNhpsxoWTkLmTI { width:15.8125rem;height:12.625rem;top:29.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBffxLhVtGdQK6rvB5yUHECXiirDHch2 { width:13.8125rem;height:3.16875rem;top:36.6875rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1NuWm8owzKFbX5PpqMESrm3XA2RNTE { width:12.5rem;height:1.21875rem;top:35.0625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDEO7TCG3gGWF7GWLcgFCMGMzzJLbcEZ { width:3.25rem;height:2.75rem;top:30.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsfWTyqeWaeimFimgixe9dki2lbzfpgO { display:block; }#CsfWTyqeWaeimFimgixe9dki2lbzfpgO > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGZHTVwfHUE5clrzqq1W6MK8J6Mmtzxn { width:15.8125rem;height:12.625rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvN5SEobnBT3TBbWppSkxIgKrQs0OFAf { width:3rem;height:2.6875rem;top:1.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdk6eK3JJ9MVSMzJgmy3NUMuLbArmxL { width:12.5rem;height:1.21875rem;top:6.375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZRIRhD6nulnHdHPH0HNm0iNQNdkeZs { width:13.8125rem;height:3.16875rem;top:8rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1FrKHOrTlmQX5Cv7D1NS6Tr8ml0kMG { width:15.8125rem;height:12.625rem;top:15.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39ZnJf4yyz88fvqIGwWTaaP8JqZLkI3 { width:13.8125rem;height:4.225rem;top:21.875rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuCHvJ3rIkTXTWIgQ5onF5oArlVN3Bao { width:12.5rem;height:1.21875rem;top:20.25rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNO5TPp9XDBtS8CVb6ah8m3xcW5HX7J { width:2.875rem;height:2.5625rem;top:15.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKGhJZLMEbAC9UdBJRvKwLxBczKkPL1B { width:15.8125rem;height:12.625rem;top:29rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsx297LhUcSH9z5Ko7KrA3zSn9Md9q4h { width:13.25rem;height:4.225rem;top:35.75rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWzuXfyxq9FAprmJawaFciWOsoqG6p3A { width:12.5rem;height:1.21875rem;top:34.125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkROcIreAkn2vTqPit3ZqmEtMlOIbD8p { width:3.25rem;height:2.8125rem;top:29.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxp8wFNlt5DTIURngMdMUId63wVHdr5 { display:block; }#QXxp8wFNlt5DTIURngMdMUId63wVHdr5 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpOWhMT2kTPi99zNSpi1UnEhv6RMV3iC { width:20rem;height:1.86875rem;top:0.97005271911619rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q { display:block; }#yUdkZn1ZMbfTGNWDBiEA6KNrad2RUC8q > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBmIyq95umsO51awWqtyRWId0RDsULzq { width:12.5rem;height:2.925rem;top:5.8702259063721rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsEV6xhrLXT89ErpwXVPR1ys10lon1Iu { width:13.811875rem;height:3.4125rem;top:9.3739147186281rem;left:3.0935330986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei1iJk4Z1gv2hI1OrTW65btqel5AVZ6q { width:5.3125rem;height:5.3125rem;top:0.55989456176758rem;left:0.068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Z569nomOmN3cKNkoy8uJl2FZ6UmUkx { width:2.875rem;height:2.5rem;top:1.9639759063721rem;left:1.2868923544884rem;display:block; }
 }@media only screen and (max-width: 763px) { #gin5RTDeAzkoMqkSyeUDXmSZzNEXRUlc { width:17.061625rem;height:2.275rem;top:24.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bILRQMlhiHGoUg5sTF5imEXKnc425DOS { width:13.3745625rem;height:2.925rem;top:20.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKwyHrdanMa8paSoH6qFszLOZ2K5TD5o { width:5.3125rem;height:5.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTAuDCSKGuHtlVuG1iTW9ulCsJJwRtk { width:2.8125rem;height:2.4375rem;top:16.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt8sIRzseSThzpZvunhfbdDis3Eo95ch { width:20rem;height:12.731702059936rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZopobmozlTgPJBKKHNwx7ZAnUla1mP0P { width:20rem;height:12.731392364453rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fmx9QEwmTPgVBz1z8FZAvNPEDRf3U0 { width:17.061625rem;height:2.1125rem;top:38.9375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBSs0ROzkVocWRyO5xm9q7KThggfdgS { width:16.624375rem;height:2.7rem;top:35.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgV2TWCTc0VMgC2KDOGDMgbtW6BSNtoQ { width:5.3125rem;height:5.3125rem;top:28.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmfOvElTVxfpmAtmpt2BfnDqnoPNLEtW { width:2.75rem;height:2.4375rem;top:30.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7horAZps0qU79q3JrC70psXtTmln8Iy { width:20rem;height:12.625rem;top:0.56206798553467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq { display:block; }#onoTuPSn1ziSCIJ5GIh2NN8TTrQ0WJDq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBKpZQ1Je5GCf2xtDxcbRLShlkxEhyM { width:14rem;height:2.75rem;top:0.7470703125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJW2pPOydWA5GzJJmmcf0usx1JHtlhvt { display:block; }
 }@media only screen and (max-width: 763px) { #GHOkzWEL1mkUkHifHB67UbmvOPFFNVey { display:block; }#GHOkzWEL1mkUkHifHB67UbmvOPFFNVey > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6onSTxVWJ7W7aRxwUeAhmTHwRbEvAN0 { width:20rem;height:11.125rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#174ec1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #izx5PpL99883z5PeXRTlwLyVbsA95tlt { width:12.5rem;height:0.125rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeDNibOcRvooa8tu5NH2eCcGRfzdICDo { width:12.5rem;height:1.54375rem;top:2.25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlccmmpUkbIdeLUlTT86s6c15ib3IMpQ { width:12.5rem;height:1.54375rem;top:7.75rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubSHb8Op9akIPmSHxAk90iuX6Hu6pvd { width:12.5rem;height:1.625rem;top:4.5380859375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDl2yLVDn6p01pzkCfDG56l9F49kGIzA { width:12.5rem;height:1.70625rem;top:9.5185546875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge { display:block; }#W6Xzp0eAb6VVRwTC3c8uLk5w9Kd0ICge > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4TMkRu1f3JIOh70ATVd7vGXeWmceIxR { width:20rem;height:1.86875rem;top:0.94075584411619rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQbZt5CfJaFed1xa24iJOmLntSK8LU1G { width:19.875rem;height:22rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0tlccHMpHaRixZrsePdXE9hRBJnJuWB { display:block; }#h0tlccHMpHaRixZrsePdXE9hRBJnJuWB > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvgdCsTzWOWwsDID0ry4M4MN3wFfiTkl { width:19.749375rem;height:1.54375rem;top:5.1681861877441rem;left:0rem;font-size:1.1875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #sHJE4N5cpgDw0bMttRu2MdW0FqrycZrP { width:18.186875rem;height:5.2rem;top:7.3589401245119rem;left:0.90494793653488rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #bN57OqeOBWD2NTWCetqFtAhgpO69FwPh { width:3.75rem;height:3.75rem;top:0.56097984313965rem;left:8.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOfdM9Ac4ropg3MkL2apqDt7gGDei0Tl { width:16.8120625rem;height:1.462675rem;top:17.375rem;left:1.5625rem;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #twRTh2euwlvVVskLCKskifA6MFKJIMvK { width:17.5rem;height:7.8rem;top:19.4375rem;left:1.25rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #JMPhMfzOPKVG9h8hNJKKtpwv4pQSuOfA { width:3.75rem;height:3.75rem;top:12.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldT4vI0a2cq2eUJUxhfpGOMabAwrRt1 { width:18.186875rem;height:5.2rem;top:34.625rem;left:0.875rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #sm2x7QfZPDqfrQRNRzAPobxfUTdNB554 { width:14.6875rem;height:1.462675rem;top:32.375rem;left:2.6875rem;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #K8TTlzOo1ec44299yF4yEOTTOUT8B27u { width:3.75rem;height:3.75rem;top:27.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXUgJNKZJekQXyWEJ3cw1UbCxuzc4GZ { width:20rem;height:5.5625rem;top:41.0625rem;left:0rem;background-color:#134dc8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ErNU1BovKidUhyGgwz4ESeET7fIc4f08 { width:20rem;height:2.925rem;top:42.381256103516rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE { display:block; }#TK5MZQgA5ZEKIqydkH5V31Irvm9N1VmE > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABoDdqwfea6TgcRg1wncFGJyFomLdh1s { width:17.3123125rem;height:6.5rem;top:26.124146223068rem;left:1.3433161377907rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #hHA46hNVQkpcoUiOSF0TTlv0mdD5TDh1 { width:14.561625rem;height:1.462675rem;top:6rem;left:2.6875rem;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #zAr2G6B5txqNVqz1AT3gwkQHuIU9s2Sa { width:3.75rem;height:3.75rem;top:1.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsb4V1kdH4nS4bgvns1XxSunxSBKgaC { width:18.0620625rem;height:9.1rem;top:8.0625rem;left:1rem;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #x5vCLFRALK6MNzNHUIbVa4DnATRFezP6 { width:16.9998125rem;height:1.462675rem;top:23.748902320862rem;left:1.4995661377907rem;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #FxeNLkLgurtRQ2aZFzgHHvmK1fqaRpba { width:4.56163125rem;height:3.99956875rem;top:18.873699188233rem;left:7.718098938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XCMa3RSkykw7qXVbLV81id8R6XfAAa { width:19.875rem;height:15.625rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 { display:block; }#FO0TCIqsJ8ITv5T7pmA8GVbdukR8uT14 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5vunXKqNy2QCJ8OGTzMbc9R9KQmSaQW { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEofsdKMxGhgU88mNnEB4y0LsfGyHwry { display:block; }#BEofsdKMxGhgU88mNnEB4y0LsfGyHwry > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahNEv9xPgqlLV0K3qtbNOwD4EnNo2ib9 { width:6.4375rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fll2qadwx78N2IRQm4XZMeAs9CJvoZa1 { width:6.3125rem;height:7.3125rem;top:17.099609375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkqVKixfUTMzGxxLSPW5kTmWSza2A4i { width:6.4375rem;height:7.4375rem;top:8.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb95xa4HyFWmgnsACWNEF88DDmLF71VH { width:6.3125rem;height:7.3125rem;top:17.099609375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTy5XmK7e2EKV8r8MnTf89EomrZX4qK { width:6.4375rem;height:7.4375rem;top:0rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqNwkh0dMMNTa4Q5HwAPBT46IaX3LBnq { width:6.4375rem;height:7.3125rem;top:8.349609375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVVQHaXbFCElMGcDHLO1iJ2C4lGD1dP { width:6.4375rem;height:7.375rem;top:8.412109375rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cySKxZOOTQlQaUPmzr2laftF4bww97CB { width:5rem;height:5rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF2ddNX0sXxXSZ6GFMwtSGTDhvvvRUdp { width:4.9375rem;height:5rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTall4BQIaHbT6hgWJyi5O45Xi6lSUs { width:6.4375rem;height:0.975rem;top:6.52490234375rem;left:13.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMeiJtObcoQFamFc5woERdKcRWPxAKgd { width:6.3125rem;height:6.3125rem;top:43.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTLh5ErIUc0bSQk0k8KNIUXaWMP27HB { width:6.3125rem;height:7.3125rem;top:35rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZC0QuXalOah06iffSNmdOIxVxKgrp8k { width:6.3125rem;height:7.3125rem;top:35rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7JJ1nObURmXflJiHGtcn9qAQMPnMs6 { width:6.3125rem;height:7.3125rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZc7Dt7UR4QS61Vv14q8KD2l4XOPa2S { width:6.4375rem;height:7.4375rem;top:26.162109375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfftR0KmAUxhxTGLnTR5BAOAF6RmNyTE { width:6.4375rem;height:0.975rem;top:32.5625rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKET9TbXUwxpidflcnzx6tSGR4NczMQ6 { width:6.4375rem;height:7.4375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebRLlPs1ZO2OteaAPv9rGXUIfMRp0Gnx { width:6.4375rem;height:7.4375rem;top:17.037109375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3VaP6TMk3dRycFQlEUvF0aGEbvFJlK { width:5rem;height:5rem;top:26.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkZIwpSK4W4JlhOFwiq1nBgS2Gn8xkLT { width:4.9375rem;height:4.9375rem;top:26.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilSA3ighgZTbHKTvWxIEDtbO7rTSKZ8 { width:6.4375rem;height:0.975rem;top:51.3125rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H06zPNaQX61R3lbT4mDCsfugeaW8DquN { display:block; }#H06zPNaQX61R3lbT4mDCsfugeaW8DquN > .row .container { width:20rem;height:123.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ngp7UJ3nv0g4MWom9gaQXZhuL2F8BXmp { width:18.125rem;height:30.75rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fO75pyeRPWbzJnwDM6Vyg3LahBSf6d { width:18.125rem;height:27.5rem;top:33.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSKpCNMuMiWAmPa12EZkOLSRMLWZ5JR9 { width:18.125rem;height:30.75rem;top:62rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gutpsmi37HyePJUG2csyL5LA7y86gB { width:18.125rem;height:27.5rem;top:94.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU85NqBHCWVcIqZGu21BBOLUkqvvRiQa { width:14.6875rem;height:14.5625rem;top:2.375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KoqlrEuSuggTxyBHpduMvCRl47N3RE { width:14.6875rem;height:14.5625rem;top:31.125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMA7VJ1TpU5uJSLsetMlnm5FQ72cIOt { width:15.375rem;height:14.6875rem;top:63.124999046325rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1A98JMsa9CO4amGhp3zMzHTWW71yQWb { width:12.625rem;height:12.625rem;top:94.125023841856rem;left:3.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysonXo7cH7ucOygyuiFDynOxz7ZULdnP { width:12.5rem;height:1.3rem;top:17.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hLAib62QqGh27EzMOrsbxTpVypAIKy { width:12.5rem;height:2.4375rem;top:19.375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLpvP3eKEmOwBJu9BOwEi5V5gkLhabZd { width:17.625rem;height:5.28125rem;top:26.125rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyK20am8VceGqTsfAptWQ6085KvhVqDs { width:6rem;height:2.125rem;top:22.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCGDWsCeTs99nfL3hRTilI2snuTNQdrV { width:12.5rem;height:1.3rem;top:46.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0OAh9gSAECTtTW8EBdx15cqRRSvNmPk { width:16.75rem;height:2.4375rem;top:48.0625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUS4VE2FftaCOsUZXwwE9TrivvqVV1QC { width:6rem;height:2.25rem;top:51.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzucPazkJnX5ZWGL6LXBiP2iwDL2TXVo { width:17.625rem;height:5.28125rem;top:54.75rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgggRF0LLrwnn1PhP3r83LuTiLLWnExz { width:12.5rem;height:1.3rem;top:78.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSGXlubZQi6OCRt8Bb1e31m9kcf3eQAp { width:17.8125rem;height:2.275rem;top:80.125rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFr9blPR8n00dfhz6qdVug08GITa4BsZ { width:6rem;height:2.25rem;top:83.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEykJNZof2FN1LiKUTqF4Q4DfGdoGVPE { width:17.625rem;height:5.28125rem;top:86.5625rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGORqtyBarOhk6K0aOIDMDkiWsFsrn1U { width:12.5rem;height:1.3rem;top:107.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD35BgrX2ragaXL3o8oF5sC6s1ADdwVu { width:18.8125rem;height:2.275rem;top:109.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDEXvZMGpsAHZ0o3mdQcbc7V4II58eM7 { width:6rem;height:2.25rem;top:113.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMJPcBX27gWC3dhWTUsvvBSXW6yzQwc { width:17.625rem;height:5.28125rem;top:116rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd { background-color:#ffffff;background-image:none;display:block; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { background-color: transparent; background-image: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container > .video-iframe-container { display: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row > .video-iframe-container { display: none; }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .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); }#pmfeLTt1WpAWbJl4ixRqgOKSE5OtKxFd > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJp1MW7hJD5ItOtZkmvhTCRAIPJfH3Sv { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcipG9o4maoJGABQuuJZhmOCx01wtbpz { width:20rem;height:5.3625rem;top:17.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nov2WowBtU6QGvSPU13NyufSCUV8yino { width:18.25rem;height:3.75rem;top:25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTnTppmnICBv8g1I0nSG9l8wuMfhnre { width:10.375rem;height:13.75rem;top:2.8726348876953rem;left:4.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 { display:block; }#kmcorFgPQtF5i7QV5TedWUr1NkPrNK43 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg3hsdftgKRqVTicGRUExcO2XblmbpZl { width:20rem;height:1.86875rem;top:0.6904296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR { display:block; }#U2iEqhlH3TINt3Fou02EWmN1TI5X4zmR > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De818iUzNS3xiMUrc048J2LSuIBnqCPT { width:17.5rem;height:4.5rem;top:13.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFGHCRhPr7Bm9doaMVN6INLDpaBNydSg { display:block; }
 }@media only screen and (max-width: 763px) { #E0FLJq4S2KKW6cP5x0IeG9bwSuBB2kiI { width:20rem;height:18.0625rem;top:1.25rem;left:0rem;background-color:#0944b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iiRLRc6i7TF1C8zbgfWu5CJXCAb9QLQA { width:7.375rem;height:2.6rem;top:2.5556640625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pB6v4vaMRmEDlLbm9MXeS0a0a4GZLJx8 { width:9.6875rem;height:2.6rem;top:2.61767578125rem;left:9.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmaT1CcVkhiZWLanSp6yX8p4Ct5NSqLX { width:18.375rem;height:2.03125rem;top:6.453125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSL6xcuIaGq2afOTM4RNeShzuPTswuGp { width:18.375rem;height:2.03125rem;top:9.609375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKUkNKKFZUoUMBUrJ7MpiiidN7sGxc6h { width:8.375rem;height:0.125rem;top:3.79296875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz { display:block; }#zyDsTiOss6IRt1ZOw0ixJpD7ESTTNLHz > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSPveFB1vZZex5ZtTa2C9bC6083R3eDg { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 { display:block; }#QS4gJLwhWwShxT0ZbgqMTigBS6wQFql7 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-desc-text { font-size:0.9375rem;height:auto; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#P6pWaqc9yEypt8ddi93wRhdbyepbFswF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tEVMrTcX6hycTh4pQoS7w7anZHam0hM6 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #iSiWoCQhSRTZxLmLlwTW19BhuD9E1uD7 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #bTV7JZoBWK2O94tKOEvPS1JnX02lIi7v {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #dcoQ8CoGXZIMuX4G6P6hQC1LBT0UfLFk {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #BuVksVQni3spMlRsLSXnN4XibgvM7ps9 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nCGna57tH1scXCTiKSTGTKcaJrlelzBd {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #L6DoRBtZuCsS0TU1kTdzWLHVzlZ6HXPs {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #h3BTImpITCqx0I2aLmkT0qGzaybH05uW {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tblNCbILB9aUhSBHpySnQTguaLNBS2EE {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #pi5DSPe6muEbDwQ2vKiTFL9duCc0ngrq {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nQsO4Pai3rJbe87E1zpg2c0RMqHTN413 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #tM3c5TAtEpg8ooAE8qB2SZExeyAdJVf2 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #RtEWZzlX1IwRJTAK7eZGnpTShJHPcvUF {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #LDAbgAoRWqf91i1yA7wZ8RmV30OorJPd {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #VREEpUhiWHTOgJQov1nAeet1GraGxWin {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #QR5xy3ClHG5wPrTkBmCTqTOwrI8Xkqh2 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #GwBuZZqseA1v5AQAUC6B4sF8VRsMTB5z {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #lUcVG5famKlzmWPuuh4UsAlbNyMfn3Ln {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #TTF5sT6gxuudak7NgQuTgGpXE9UqDmF5 {  }
 }@media only screen and (max-width: 763px) { #P6pWaqc9yEypt8ddi93wRhdbyepbFswF #nJQiPQkJKUcvvc2zRLlit46oTDGJcnDG {  }
 }@media only screen and (max-width: 763px) { #Un8fUDGk2QF9wKhx8tvqzyzwV5UWNFMg { width:17.5rem;height:3.8125rem;top:30.972625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV32vW0Tzd3C7fE7V9zkmSHRM7XreTyU { display:block; }
 }