.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a587f;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; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { background-color: transparent; background-image: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container > .video-iframe-container { display: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container { display: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .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); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { border-width: 0; border-radius: 0; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#e81Ibm4qCIcCB6ldIHPpn4Are0y4BmfZ { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.697265625rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#kWMJdDD1n5PIty4TzgFlLdqsTo4lUt8n { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.59375rem;left:44.1875rem;display:block; }
#F8knuASTTmTPrHZd0D6x09LOE3B5q2fn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uk7K1Moo6KZTRTTl3cp6mvOoheNrNQK6 { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.59375rem;left:60rem;display:block; }
#mXLPIaobKgTozIGCRfQZuyfB3RLFV5p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkuomyenBhMKw0xmbMFV4xM4XwVd1TpZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5625rem;left:0.625rem; }
#m6FCJ4HrHPMTdGlhRVZkNzKQh3B7oOMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.5625rem;left:39rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ecf3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#gEEabadQwN8biazKw9pgV6fulKSTRp5k { 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:4.5rem;width:20.4375rem;top:4rem;left:0.625rem;overflow:hidden;display:block; }
#RuPUF12lbn8Z68xHlDkOZnQGFwaTPSiS { color:#000000;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:39.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 { 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; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { background-color: transparent; background-image: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container > .video-iframe-container { display: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container { display: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .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); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { border-width: 0; border-radius: 0; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#VPTBfgddzUbzNh4uZTniZUCkVZi5Zm5Z { color:#000000;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:13.972625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4goEyMO0ty1IQHzCoiUzCZQwNIpnJJ0 { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.64453125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zeCRDsaX68XuTqS9RNFJkQuJbINB6Bn7 { background-color:#2b8dcb;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.375rem;left:19.4375rem;display:block; }
#Tq8Lp6pmMnaA3pngeMXmUAUDXlRSqu9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzSMsOxtZ6gM3hUOHFMz0PhwHwLTCKhv { 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:24.3125rem;width:36.8125rem;top:1.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#yB9uJe3ItBa5iN7ElCq3VTV6bgv08nI6 { background-color:#2b8dcb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.375rem;left:1.3125rem;display:block; }
#oZIe3BBewaFcb8nnVmftikq81VX2w9CW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq { 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; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { background-color: transparent; background-image: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container > .video-iframe-container { display: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container { display: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .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); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { border-width: 0; border-radius: 0; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#Sa2Dn4dDI3hsRWMlwzDMatuVTyWTA3vV { color:#000000;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.25rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#du8fK0OEVUDzPAysIoOss8KJGifNgNoa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.625rem;width:47.5rem;top:6.82421875rem;left:13.21875rem;display:block; }
#kJHSetSUe3eL4zIHI1mixrtdzzoPeI9W { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.9375rem;left:17.125rem;display:block; }
#incSvVhzQsi3J5LKq6G4IdOm2lsut3fm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyXUhe3Ezq8VblwWh8TkesVlDsgEXyPF { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.9375rem;left:39.96875rem;display:block; }
#u73x1stJ5yc6GC0Kq7dlq5y75ISsa4Sh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oC2q31D7hqog05pTk5Co0OXBq7RUP8fe { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.5rem;left:21.84375rem;height:2.11230625rem;font-style:normal;display:block; }
#ZaX5mksnDXve7xcTRGcRg63h6HFVyrAC { box-sizing:content-box;height:5.875rem;width:19.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:38.3125rem;left:2.875rem;border-top:0.1875rem solid #2b8dcb;border-left:0.1875rem solid #2b8dcb;border-right:0.1875rem solid #2b8dcb;border-bottom:0.1875rem solid #2b8dcb;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Ol1SlHnIi6Pb2yCbbNtRybLHkCXzhGs0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.875rem;left:2.875rem; }
#JeshmEm9qiEf5pq6NTkfSz3zmskkp04g { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.125rem;left:6.75rem;height:2.5996125rem;display:block; }
#g8UQ378UXWRMqvXJCg2UxOcSMb1lMH9c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.875rem;left:27.25rem; }
#OEZTDuq9RHfFaucQJSSsdnQVqQUgfy4m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39.875rem;left:52.125rem; }
#HfIWLv5tol400I77gJVWnuuKAtOrMQ1T { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.125rem;left:31.125rem;height:2.5996125rem;display:block; }
#HSWkv1OZCeZ4IQMfhslOVeXTOZ0N9vg5 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.125rem;left:55.25rem;height:2.5996125rem;display:block; }
#mMANu1xGadO55DoVRSO8asU87Iqiveg8 { box-sizing:content-box;height:5.875rem;width:19.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:38.3125rem;left:27.25rem;border-top:0.1875rem solid #2b8dcb;border-left:0.1875rem solid #2b8dcb;border-right:0.1875rem solid #2b8dcb;border-bottom:0.1875rem solid #2b8dcb;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#On2BTeSpqUSmaHxOsAdTBQAhPruMs6Hx { box-sizing:content-box;height:5.875rem;width:19.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:38.3125rem;left:52.125rem;border-top:0.1875rem solid #2b8dcb;border-left:0.1875rem solid #2b8dcb;border-right:0.1875rem solid #2b8dcb;border-bottom:0.1875rem solid #2b8dcb;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w { 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; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { background-color: transparent; background-image: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container > .video-iframe-container { display: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container { display: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .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); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { border-width: 0; border-radius: 0; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#qX7k4X24rrZLNt9e6WWZFeZHMB0Qe0Ua { color:#000000;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:16.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAdfffEF140DNZlduRVh4hbKbFWIyhUu { 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.5rem;width:8.3125rem;top:7.53125rem;left:12.9375rem;overflow:hidden;display:block; }
#ZSxo1wEBaXhGRc4MkiXh8IGBJTIJz51G { 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.6875rem;width:8.5rem;top:7.4375rem;left:34.1875rem;overflow:hidden;display:block; }
#MydXdUO10uTwNUCAdSTh32CsCTdrmckt { 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.125rem;width:7.875rem;top:7.71875rem;left:51.90625rem;overflow:hidden;display:block; }
#THCrT5IZhqVUG6rV24KKltsPnxNDu22R { 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.125rem;width:7.875rem;top:19.875rem;left:13.15625rem;overflow:hidden;display:block; }
#rxrIfIAJ2mgG0Q7UbmAwT0bz9Mqk9FIS { 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:7.125rem;width:7.875rem;top:19.875rem;left:33.5625rem;overflow:hidden;display:block; }
#hlPwlI5LZ9CWgNavg0Cyg0UzowMH9eZM { 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.125rem;width:7.875rem;top:19.875rem;left:51.90625rem;overflow:hidden;display:block; }
#KvL0Z8Uz0mBx0sCnS8eda21Xnlh5B40W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:10.84375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#D0bMy9GTKIohincQhZJ3G27aHT6ruZ28 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#O93Z8zEFPBDn6wWH7kxUTJRMn0K3bXsO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:49.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#JH2e9XWxRrpQmpLC9IqvAAB8Sv3qek95 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.5rem;left:49.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qUFoJPerZeNCG4TpFoeObz78kXAlMlAJ { color:#000000;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5rem;left:29.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rRPUSPETLk2suuK7OKiGcEWsyiUphaVg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5rem;left:10.84375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS { 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; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { background-color: transparent; background-image: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container > .video-iframe-container { display: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container { display: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .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); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { border-width: 0; border-radius: 0; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#z7Ct4laP0Vlr6X7Ok9q7F1eyOdvgiqBS { position:absolute;display:block;z-index:15004;height:20.9375rem;width:75rem;top:0rem;left:0rem;display:block; }
#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT { 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; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { background-color: transparent; background-image: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container > .video-iframe-container { display: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container { display: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .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); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { border-width: 0; border-radius: 0; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#BGozqqiQ0xdVandz6fgMaahPAnvbxlIz { color:#000000;display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.125rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#IDg0ygNLm30y97KsgZqvPfwvgupCGmlp { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.625rem;left:17.3125rem;display:block; }
#BuLD5Bf3P9TWZgKLJWhUsVLOhMPaXzdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIxkzVlJcqRfF4OBO1aH8TCKyg8iahdP { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.625rem;left:37.875rem;display:block; }
#O9oGJV381NLPG8MQorCx1526KA7EDRNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 { 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; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { background-color: transparent; background-image: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container > .video-iframe-container { display: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container { display: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .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); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { border-width: 0; border-radius: 0; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#LtsJFmHiv8c1Jr7BZ8kE31RAa1AdNMqb { position:absolute;display:block;z-index:15000;height:35.75rem;width:75rem;top:8.21875rem;left:0rem;display:block; }
#ElXMBJRcRKgugCAQM0x0zpSTBhKeuzCP { color:#000000;display:block;width:62.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.09375rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o { 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; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { background-color: transparent; background-image: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container > .video-iframe-container { display: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container { display: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .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); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { border-width: 0; border-radius: 0; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#cbdSepu1KdaJeleghwdFpxaaXLdB0B0h { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2568359375rem;left:17.90625rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .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:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .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; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:400;font-size:1.25rem;color:#2b8dcb;font-style:normal; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .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;font-family:poppins; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .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; }#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-trigger.adaptive-delivery-prevent-bg, #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-trigger.lazyload, #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-trigger.lazyloading { background-image: none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 { box-sizing:content-box;height:auto;width:72.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.75rem;left:0.0625rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #nFPiJBnKrksgX0Tz0e6T5dfvNST5opAR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #gwsHsp6KgZpBaZBWQ63iMB7QvuqyCoHU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PvqG71ggyTvxSUKHmDnrvOIEzZSL7IkK { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #urkGK0IsWd2qdiRGeNONNXeKo1py7IxX {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #mECeKRPN0RmoKnxgf3cXpAEho2cTSLKk {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ozfU3Bxoa2vRuzeTaWXoRQw56ta9q8St { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #u8uo8OcilNU0JNr6TfcgaTBZhIk17QGU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #suebnHLHvTttWmHOBM5bzRStRT4FByac { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ivTsiaDRe5rX7aFroJoowmCollvtMwG3 {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TBoghppqhk9kwwQyAI3C5KOtzwm2e8Qm { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #AwkXEWEtVkQRVIKOBP8w0USu0U73o9s6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xmdpUEJCviBDKZRMXsT2JVcnA6TAuSg2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #SnU4XtRsz4AXisw4T28xRH5hxIVNWP31 { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sEFq2VFpm5kkdG8PkKMeAk8MQzUTZKux {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #GA3gUfMTCMoWeSvDzeTN7aZlKsyQgkqn { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #KzEyCSFl0thW8E2IrBsSOqMynHOx4Vlh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LefmNdcmhJSZZG4tlvGk4fxKg2fqiMaT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meXnpJlwUdBwp1soSKCxLGm6ST3v1i6J { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LA6KvQbnss5N6E807k4pg92w4PX2eTPK {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #J54pQShlkXbn4p1U6LwT3SWWPOQk2zJ4 { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TLwfwuvbeJ4O8rc3aUbMew9VpAEs17q7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xdx0J85pd93I36OLDLE2G2vVV058kyln { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #S1GvOyIPcPIbLQ7G04MfqXC2LLWnqptV { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xUF9bWvJmHMCsg1q8oZQKWMpriN6Oh9B {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ThqFp8Swzq3rf8s4ElTQSeu1QWKB6V8N { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meD9nVWfhdXeoG9xr4X6beUxBgaUZk8r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hUbhWm7IIpX07oVahpiiPpH2VMnL4kiJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #DzfBgOW68s4s3W3F0DkDTN4mkVCdbNm6 { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #VZ4RJmA4PL3w47iw9B88pamp6afsHfBI {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #prm0yAbRZ3UCTlFR8TI24l8lKtMlQrOU { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hI96fovXgbvAnIl22ZTMLZKhai2XZBwz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ADBgztSi4kauVdxWzDNcbqTTz2IPQDDg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xX2Evno4zeQRWGoHlEHcrFw4LXFbuTmv { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sgWzlwAuiUFaSBAHqaJZhVtu038QRoe4 {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PRDBiT2KgD4xOp9irrdMqQyMzPX9AXM2 { display:none; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ZlGQ71NuwfTQZL7LnN5qspgfdpfG2X28 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #h4oDMqoKGz9CmDXuWtfyyV9G0TfzZR8H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PzepMTmzlBa8mG5kqpUw4IaDc1hJQPSk { display:block;position:relative; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #FDTuaRTzqF19LomQwmoSTeN47nWgLUS6 {  }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #eQKITWksmnSbd07sKPkUUtsMdltGxLqr { display:none; }
#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA { 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; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { background-color: transparent; background-image: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container > .video-iframe-container { display: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container { display: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .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); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { border-width: 0; border-radius: 0; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#lzyiH6aev0g3pio20DImMbvqVEecpsov { color:#000000;display:block;width:27.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPsZAXnByJbRQBuG8r8i9ZUGGJTGps7T { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.87548828125rem;left:23.21875rem;height:6.49903125rem;display:block; }
#t1AXLkpbSM3czcdinalx90VQf9n1OvSE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30.625rem;height:9.09864375rem;display:block; }
#GEWSLwIaopfaTWBvR8voardMVtcrZrKE { color:#000000;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23.25rem;height:9.09864375rem;display:block; }
#Qc97bENNpduq0s7JvhnDeoUoBQ9IFxU9 { color:#2b8dcb;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:23.25rem;height:1.29980625rem;display:block; }
#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebff;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; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { background-color: transparent; background-image: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container > .video-iframe-container { display: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container { display: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .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); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { border-width: 0; border-radius: 0; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#RlwI96OJHRtD8vSpgFWgfTNMBLn59Mmo { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.6875rem;left:15.03125rem;display:block; }
#IVulN8MwhfsZ8lVwI2esW4xiz8h2W0pd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXuMUSADNe0JeU2o0r8qZDgLilzfPKKU { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.6875rem;left:42.5625rem;display:block; }
#BeWk920hgzvImBTX93iTEPKUChrUT9zC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsqpyRpNWuCHA8k3ZEoE9Nrod8POWikn { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3515625rem;left:10.84375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#QomS22t14xSAmWT8lcp9OSFHl9tUtxWW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.625rem;left:47.78125rem; }
#FfT8HGoNF9J5oqNP9DzSReKnyT7hLgRs { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:26.09375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbUpA7oidsuIvESVVrkgGFiyJm7J4LTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.625rem;left:21.90625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX { display:block; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e81Ibm4qCIcCB6ldIHPpn4Are0y4BmfZ { top:0.6875rem;left:0rem;width:42.25rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMJdDD1n5PIty4TzgFlLdqsTo4lUt8n { width:13.4375rem;height:2.5625rem;top:0.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8knuASTTmTPrHZd0D6x09LOE3B5q2fn { display:block; }
 }@media only screen and (max-width: 763px) { #Uk7K1Moo6KZTRTTl3cp6mvOoheNrNQK6 { width:13.4375rem;height:2.5625rem;top:0.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLPIaobKgTozIGCRfQZuyfB3RLFV5p9 { display:block; }
 }@media only screen and (max-width: 763px) { #VkuomyenBhMKw0xmbMFV4xM4XwVd1TpZ { top:0.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6FCJ4HrHPMTdGlhRVZkNzKQh3B7oOMo { top:0.5625rem;left:25.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEEabadQwN8biazKw9pgV6fulKSTRp5k { top:4rem;left:0rem;width:20.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPUF12lbn8Z68xHlDkOZnQGFwaTPSiS { top:5.4375rem;left:13.375rem;width:34.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 { display:block; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPTBfgddzUbzNh4uZTniZUCkVZi5Zm5Z { top:1.4375rem;left:0rem;width:38.25rem;height:14rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4goEyMO0ty1IQHzCoiUzCZQwNIpnJJ0 { top:16.625rem;left:0rem;width:37.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCRDsaX68XuTqS9RNFJkQuJbINB6Bn7 { width:17.5rem;height:3.4375rem;top:22.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8Lp6pmMnaA3pngeMXmUAUDXlRSqu9x { display:block; }
 }@media only screen and (max-width: 763px) { #OzSMsOxtZ6gM3hUOHFMz0PhwHwLTCKhv { top:1.4375rem;left:10.9375rem;width:36.8125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB9uJe3ItBa5iN7ElCq3VTV6bgv08nI6 { width:17.5rem;height:3.4375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIe3BBewaFcb8nnVmftikq81VX2w9CW { display:block; }
 }@media only screen and (max-width: 763px) { #h6eZWc0421ddmbPWxaPhdIN92dTJsUwq { display:block; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa2Dn4dDI3hsRWMlwzDMatuVTyWTA3vV { top:1.625rem;left:8.625rem;width:30.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du8fK0OEVUDzPAysIoOss8KJGifNgNoa { top:6.8125rem;left:0rem;width:47.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHSetSUe3eL4zIHI1mixrtdzzoPeI9W { width:17.5rem;height:3.4375rem;top:45.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #incSvVhzQsi3J5LKq6G4IdOm2lsut3fm { display:block; }
 }@media only screen and (max-width: 763px) { #ZyXUhe3Ezq8VblwWh8TkesVlDsgEXyPF { width:17.5rem;height:3.4375rem;top:45.9375rem;left:26.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u73x1stJ5yc6GC0Kq7dlq5y75ISsa4Sh { display:block; }
 }@media only screen and (max-width: 763px) { #oC2q31D7hqog05pTk5Co0OXBq7RUP8fe { top:34.5rem;left:8.21875rem;width:30.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaX5mksnDXve7xcTRGcRg63h6HFVyrAC { top:38.3125rem;left:0rem;width:19.0625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1SlHnIi6Pb2yCbbNtRybLHkCXzhGs0 { top:39.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeshmEm9qiEf5pq6NTkfSz3zmskkp04g { top:40.125rem;left:0rem;width:12.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UQ378UXWRMqvXJCg2UxOcSMb1lMH9c { top:39.875rem;left:13.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEZTDuq9RHfFaucQJSSsdnQVqQUgfy4m { top:39.875rem;left:38.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfIWLv5tol400I77gJVWnuuKAtOrMQ1T { top:40.125rem;left:17.5rem;width:14.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWkv1OZCeZ4IQMfhslOVeXTOZ0N9vg5 { top:40.125rem;left:31.625rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMANu1xGadO55DoVRSO8asU87Iqiveg8 { top:38.3125rem;left:13.625rem;width:19.0625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2BTeSpqUSmaHxOsAdTBQAhPruMs6Hx { top:38.3125rem;left:28.3125rem;width:19.0625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w { display:block; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX7k4X24rrZLNt9e6WWZFeZHMB0Qe0Ua { top:2.875rem;left:3.3125rem;width:41.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAdfffEF140DNZlduRVh4hbKbFWIyhUu { top:7.5rem;left:0rem;width:8.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxo1wEBaXhGRc4MkiXh8IGBJTIJz51G { top:7.4375rem;left:20.5625rem;width:8.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MydXdUO10uTwNUCAdSTh32CsCTdrmckt { top:7.6875rem;left:38.28125rem;width:7.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCrT5IZhqVUG6rV24KKltsPnxNDu22R { top:19.875rem;left:0rem;width:7.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrIfIAJ2mgG0Q7UbmAwT0bz9Mqk9FIS { top:19.875rem;left:19.9375rem;width:7.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlPwlI5LZ9CWgNavg0Cyg0UzowMH9eZM { top:19.875rem;left:38.28125rem;width:7.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvL0Z8Uz0mBx0sCnS8eda21Xnlh5B40W { top:16.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0bMy9GTKIohincQhZJ3G27aHT6ruZ28 { top:16.125rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93Z8zEFPBDn6wWH7kxUTJRMn0K3bXsO { top:16.125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH2e9XWxRrpQmpLC9IqvAAB8Sv3qek95 { top:28.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFoJPerZeNCG4TpFoeObz78kXAlMlAJ { top:28.5rem;left:16.25rem;width:15.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRPUSPETLk2suuK7OKiGcEWsyiUphaVg { top:28.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS { display:block; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Ct4laP0Vlr6X7Ok9q7F1eyOdvgiqBS { top:0rem;left:0rem;width:47.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT { display:block; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGozqqiQ0xdVandz6fgMaahPAnvbxlIz { top:0.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDg0ygNLm30y97KsgZqvPfwvgupCGmlp { width:17.5rem;height:3.4375rem;top:6.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLD5Bf3P9TWZgKLJWhUsVLOhMPaXzdL { display:block; }
 }@media only screen and (max-width: 763px) { #AIxkzVlJcqRfF4OBO1aH8TCKyg8iahdP { width:17.5rem;height:3.4375rem;top:6.625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oGJV381NLPG8MQorCx1526KA7EDRNT { display:block; }
 }@media only screen and (max-width: 763px) { #RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 { display:block; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtsJFmHiv8c1Jr7BZ8kE31RAa1AdNMqb { top:8.1875rem;left:0rem;width:47.75rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElXMBJRcRKgugCAQM0x0zpSTBhKeuzCP { top:1.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziT7T8fD0Ak8oHqrbGeoauTMray7U89o { display:block; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbdSepu1KdaJeleghwdFpxaaXLdB0B0h { top:1.25rem;left:4.28125rem;width:39.1875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 { display:flex;height:auto;width:45.25rem;top:4.5rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #nFPiJBnKrksgX0Tz0e6T5dfvNST5opAR {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #gwsHsp6KgZpBaZBWQ63iMB7QvuqyCoHU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PvqG71ggyTvxSUKHmDnrvOIEzZSL7IkK {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #urkGK0IsWd2qdiRGeNONNXeKo1py7IxX {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #mECeKRPN0RmoKnxgf3cXpAEho2cTSLKk {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ozfU3Bxoa2vRuzeTaWXoRQw56ta9q8St {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #u8uo8OcilNU0JNr6TfcgaTBZhIk17QGU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #suebnHLHvTttWmHOBM5bzRStRT4FByac {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ivTsiaDRe5rX7aFroJoowmCollvtMwG3 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TBoghppqhk9kwwQyAI3C5KOtzwm2e8Qm {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #AwkXEWEtVkQRVIKOBP8w0USu0U73o9s6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xmdpUEJCviBDKZRMXsT2JVcnA6TAuSg2 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #SnU4XtRsz4AXisw4T28xRH5hxIVNWP31 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sEFq2VFpm5kkdG8PkKMeAk8MQzUTZKux {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #GA3gUfMTCMoWeSvDzeTN7aZlKsyQgkqn {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #KzEyCSFl0thW8E2IrBsSOqMynHOx4Vlh {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LefmNdcmhJSZZG4tlvGk4fxKg2fqiMaT {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meXnpJlwUdBwp1soSKCxLGm6ST3v1i6J {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LA6KvQbnss5N6E807k4pg92w4PX2eTPK {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #J54pQShlkXbn4p1U6LwT3SWWPOQk2zJ4 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TLwfwuvbeJ4O8rc3aUbMew9VpAEs17q7 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xdx0J85pd93I36OLDLE2G2vVV058kyln {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #S1GvOyIPcPIbLQ7G04MfqXC2LLWnqptV {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xUF9bWvJmHMCsg1q8oZQKWMpriN6Oh9B {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ThqFp8Swzq3rf8s4ElTQSeu1QWKB6V8N {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meD9nVWfhdXeoG9xr4X6beUxBgaUZk8r {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hUbhWm7IIpX07oVahpiiPpH2VMnL4kiJ {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #DzfBgOW68s4s3W3F0DkDTN4mkVCdbNm6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #VZ4RJmA4PL3w47iw9B88pamp6afsHfBI {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #prm0yAbRZ3UCTlFR8TI24l8lKtMlQrOU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hI96fovXgbvAnIl22ZTMLZKhai2XZBwz {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ADBgztSi4kauVdxWzDNcbqTTz2IPQDDg {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xX2Evno4zeQRWGoHlEHcrFw4LXFbuTmv {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sgWzlwAuiUFaSBAHqaJZhVtu038QRoe4 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PRDBiT2KgD4xOp9irrdMqQyMzPX9AXM2 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ZlGQ71NuwfTQZL7LnN5qspgfdpfG2X28 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #h4oDMqoKGz9CmDXuWtfyyV9G0TfzZR8H {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PzepMTmzlBa8mG5kqpUw4IaDc1hJQPSk {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #FDTuaRTzqF19LomQwmoSTeN47nWgLUS6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #eQKITWksmnSbd07sKPkUUtsMdltGxLqr {  }
 }@media only screen and (max-width: 763px) { #yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA { display:block; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzyiH6aev0g3pio20DImMbvqVEecpsov { top:1.6875rem;left:10.0625rem;width:27.625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsZAXnByJbRQBuG8r8i9ZUGGJTGps7T { top:4.875rem;left:9.59375rem;width:28.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AXLkpbSM3czcdinalx90VQf9n1OvSE { top:13.6875rem;left:17rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEWSLwIaopfaTWBvR8voardMVtcrZrKE { top:13.6875rem;left:9.625rem;width:6.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc97bENNpduq0s7JvhnDeoUoBQ9IFxU9 { top:12.375rem;left:9.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S { display:block; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlwI96OJHRtD8vSpgFWgfTNMBLn59Mmo { width:17.5rem;height:3.4375rem;top:11.6875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVulN8MwhfsZ8lVwI2esW4xiz8h2W0pd { display:block; }
 }@media only screen and (max-width: 763px) { #DXuMUSADNe0JeU2o0r8qZDgLilzfPKKU { width:17.5rem;height:3.4375rem;top:11.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWk920hgzvImBTX93iTEPKUChrUT9zC { display:block; }
 }@media only screen and (max-width: 763px) { #WsqpyRpNWuCHA8k3ZEoE9Nrod8POWikn { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomS22t14xSAmWT8lcp9OSFHl9tUtxWW { top:6.625rem;left:34.15625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfT8HGoNF9J5oqNP9DzSReKnyT7hLgRs { top:7.25rem;left:12.46875rem;width:22.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUpA7oidsuIvESVVrkgGFiyJm7J4LTf { top:6.625rem;left:8.28125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#1a587f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { background-color: transparent; background-image: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container > .video-iframe-container { display: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container { display: none; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .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); }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { border-width: 0; border-radius: 0; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlHEyKlXbCcri6pPT8oDCTt3t4J3oCyX > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e81Ibm4qCIcCB6ldIHPpn4Are0y4BmfZ { width:18rem;height:1.13720625rem;top:0.875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMJdDD1n5PIty4TzgFlLdqsTo4lUt8n { width:17.5rem;height:2.625rem;top:4.986328125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8knuASTTmTPrHZd0D6x09LOE3B5q2fn { display:block; }
 }@media only screen and (max-width: 763px) { #Uk7K1Moo6KZTRTTl3cp6mvOoheNrNQK6 { width:17.4375rem;height:2.6875rem;top:8.349609375rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXLPIaobKgTozIGCRfQZuyfB3RLFV5p9 { display:block; }
 }@media only screen and (max-width: 763px) { #VkuomyenBhMKw0xmbMFV4xM4XwVd1TpZ { display:flex;width:1.5625rem;height:1.5625rem;top:0.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m6FCJ4HrHPMTdGlhRVZkNzKQh3B7oOMo { display:flex;width:1.5rem;height:1.5rem;top:0.6875rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ecf3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEEabadQwN8biazKw9pgV6fulKSTRp5k { width:17.3125rem;height:3.8125rem;top:3.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPUF12lbn8Z68xHlDkOZnQGFwaTPSiS { width:14.125rem;height:2.5996125rem;top:7.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { background-color: transparent; background-image: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container > .video-iframe-container { display: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container { display: none; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .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); }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { border-width: 0; border-radius: 0; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huxtPy3IuZd1BsPEBZgh1ciRvO71XBe4 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPTBfgddzUbzNh4uZTniZUCkVZi5Zm5Z { width:20rem;height:7.472625rem;top:1.9609375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4goEyMO0ty1IQHzCoiUzCZQwNIpnJJ0 { width:20rem;height:3.41015625rem;top:11.4326171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCRDsaX68XuTqS9RNFJkQuJbINB6Bn7 { width:17.5rem;height:3.4375rem;top:30.92822265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8Lp6pmMnaA3pngeMXmUAUDXlRSqu9x { display:block; }
 }@media only screen and (max-width: 763px) { #OzSMsOxtZ6gM3hUOHFMz0PhwHwLTCKhv { width:20rem;height:13.2085rem;top:16.1572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB9uJe3ItBa5iN7ElCq3VTV6bgv08nI6 { width:17.5rem;height:3.4375rem;top:35.24072265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIe3BBewaFcb8nnVmftikq81VX2w9CW { display:block; }
 }@media only screen and (max-width: 763px) { #h6eZWc0421ddmbPWxaPhdIN92dTJsUwq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { background-color: transparent; background-image: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container > .video-iframe-container { display: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container { display: none; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .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); }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { border-width: 0; border-radius: 0; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6eZWc0421ddmbPWxaPhdIN92dTJsUwq > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa2Dn4dDI3hsRWMlwzDMatuVTyWTA3vV { width:20rem;height:2.761725rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du8fK0OEVUDzPAysIoOss8KJGifNgNoa { height:11.25rem;width:20rem;top:4.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHSetSUe3eL4zIHI1mixrtdzzoPeI9W { width:17.5rem;height:3.4375rem;top:16.7734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #incSvVhzQsi3J5LKq6G4IdOm2lsut3fm { display:block; }
 }@media only screen and (max-width: 763px) { #ZyXUhe3Ezq8VblwWh8TkesVlDsgEXyPF { width:17.5rem;height:3.4375rem;top:21.6484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u73x1stJ5yc6GC0Kq7dlq5y75ISsa4Sh { display:block; }
 }@media only screen and (max-width: 763px) { #oC2q31D7hqog05pTk5Co0OXBq7RUP8fe { width:20rem;height:4.2246125rem;top:28.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaX5mksnDXve7xcTRGcRg63h6HFVyrAC { width:19.0625rem;height:5.875rem;top:33.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1SlHnIi6Pb2yCbbNtRybLHkCXzhGs0 { display:flex;width:3.125rem;height:3.125rem;top:35.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #JeshmEm9qiEf5pq6NTkfSz3zmskkp04g { width:12.625rem;height:2.5996125rem;top:35.5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UQ378UXWRMqvXJCg2UxOcSMb1lMH9c { display:flex;width:3.125rem;height:3.125rem;top:42.75rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #OEZTDuq9RHfFaucQJSSsdnQVqQUgfy4m { display:flex;width:3.125rem;height:3.125rem;top:50.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #HfIWLv5tol400I77gJVWnuuKAtOrMQ1T { width:14.3125rem;height:2.5996125rem;top:43rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWkv1OZCeZ4IQMfhslOVeXTOZ0N9vg5 { width:16.125rem;height:2.5996125rem;top:50.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMANu1xGadO55DoVRSO8asU87Iqiveg8 { width:19.0625rem;height:5.875rem;top:41.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2BTeSpqUSmaHxOsAdTBQAhPruMs6Hx { width:19.0625rem;height:5.875rem;top:48.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { background-color: transparent; background-image: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container > .video-iframe-container { display: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container { display: none; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .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); }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { border-width: 0; border-radius: 0; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4XiAg7dzFXldIoDu1GGwmhOEKVKE49w > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX7k4X24rrZLNt9e6WWZFeZHMB0Qe0Ua { width:17.0625rem;height:1.7871125rem;top:1.75rem;left:1.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAdfffEF140DNZlduRVh4hbKbFWIyhUu { width:4.625rem;height:4.1875rem;top:5.26708984375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxo1wEBaXhGRc4MkiXh8IGBJTIJz51G { width:5.3125rem;height:4.75rem;top:10.1796875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MydXdUO10uTwNUCAdSTh32CsCTdrmckt { width:4.9375rem;height:4.4375rem;top:16.27099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCrT5IZhqVUG6rV24KKltsPnxNDu22R { width:4.8125rem;height:4.3125rem;top:22.044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrIfIAJ2mgG0Q7UbmAwT0bz9Mqk9FIS { width:5.25rem;height:4.75rem;top:26.98193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlPwlI5LZ9CWgNavg0Cyg0UzowMH9eZM { width:5.5625rem;height:5rem;top:32.60693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvL0Z8Uz0mBx0sCnS8eda21Xnlh5B40W { width:10.125rem;height:1.4624rem;top:6.62939453125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0bMy9GTKIohincQhZJ3G27aHT6ruZ28 { width:8.0625rem;height:1.4624rem;top:11.82421875rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93Z8zEFPBDn6wWH7kxUTJRMn0K3bXsO { width:10.125rem;height:1.4624rem;top:17.0087890625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH2e9XWxRrpQmpLC9IqvAAB8Sv3qek95 { width:12.5rem;height:1.4624rem;top:34.37548828125rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFoJPerZeNCG4TpFoeObz78kXAlMlAJ { width:15.25rem;height:1.4624rem;top:28.6259765625rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRPUSPETLk2suuK7OKiGcEWsyiUphaVg { width:7.5rem;height:1.4624rem;top:23.3759765625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { background-color: transparent; background-image: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container > .video-iframe-container { display: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container { display: none; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .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); }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { border-width: 0; border-radius: 0; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiUgWm5mKwLgsuEubPaQk33G38Z0TTQS > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Ct4laP0Vlr6X7Ok9q7F1eyOdvgiqBS { width:20rem;height:32.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { background-color: transparent; background-image: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container > .video-iframe-container { display: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container { display: none; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .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); }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { border-width: 0; border-radius: 0; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmw5b9lowGxmdPTh1Js9O4RbDTUskXPT > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGozqqiQ0xdVandz6fgMaahPAnvbxlIz { width:19.3125rem;height:11.69824375rem;top:1.25rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDg0ygNLm30y97KsgZqvPfwvgupCGmlp { width:17.5rem;height:3.4375rem;top:13.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLD5Bf3P9TWZgKLJWhUsVLOhMPaXzdL { display:block; }
 }@media only screen and (max-width: 763px) { #AIxkzVlJcqRfF4OBO1aH8TCKyg8iahdP { width:17.5rem;height:3.4375rem;top:18.24609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oGJV381NLPG8MQorCx1526KA7EDRNT { display:block; }
 }@media only screen and (max-width: 763px) { #RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { background-color: transparent; background-image: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container > .video-iframe-container { display: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container { display: none; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .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); }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { border-width: 0; border-radius: 0; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcLEKgJKu3LqfbxzdckJlD5hm1wZ0vK9 > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtsJFmHiv8c1Jr7BZ8kE31RAa1AdNMqb { width:20rem;height:35.75rem;top:6.49853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElXMBJRcRKgugCAQM0x0zpSTBhKeuzCP { width:20rem;height:6.499025rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziT7T8fD0Ak8oHqrbGeoauTMray7U89o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { background-color: transparent; background-image: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container > .video-iframe-container { display: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container { display: none; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .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); }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { border-width: 0; border-radius: 0; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziT7T8fD0Ak8oHqrbGeoauTMray7U89o > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbdSepu1KdaJeleghwdFpxaaXLdB0B0h { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 { display:flex;height:auto;width:17.5rem;top:3.75rem;left:0rem; }
#d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #nFPiJBnKrksgX0Tz0e6T5dfvNST5opAR {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #gwsHsp6KgZpBaZBWQ63iMB7QvuqyCoHU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PvqG71ggyTvxSUKHmDnrvOIEzZSL7IkK {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #urkGK0IsWd2qdiRGeNONNXeKo1py7IxX {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #mECeKRPN0RmoKnxgf3cXpAEho2cTSLKk {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ozfU3Bxoa2vRuzeTaWXoRQw56ta9q8St {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #u8uo8OcilNU0JNr6TfcgaTBZhIk17QGU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #suebnHLHvTttWmHOBM5bzRStRT4FByac {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ivTsiaDRe5rX7aFroJoowmCollvtMwG3 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TBoghppqhk9kwwQyAI3C5KOtzwm2e8Qm {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #AwkXEWEtVkQRVIKOBP8w0USu0U73o9s6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xmdpUEJCviBDKZRMXsT2JVcnA6TAuSg2 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #SnU4XtRsz4AXisw4T28xRH5hxIVNWP31 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sEFq2VFpm5kkdG8PkKMeAk8MQzUTZKux {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #GA3gUfMTCMoWeSvDzeTN7aZlKsyQgkqn {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #KzEyCSFl0thW8E2IrBsSOqMynHOx4Vlh {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LefmNdcmhJSZZG4tlvGk4fxKg2fqiMaT {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meXnpJlwUdBwp1soSKCxLGm6ST3v1i6J {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #LA6KvQbnss5N6E807k4pg92w4PX2eTPK {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #J54pQShlkXbn4p1U6LwT3SWWPOQk2zJ4 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #TLwfwuvbeJ4O8rc3aUbMew9VpAEs17q7 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xdx0J85pd93I36OLDLE2G2vVV058kyln {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #S1GvOyIPcPIbLQ7G04MfqXC2LLWnqptV {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xUF9bWvJmHMCsg1q8oZQKWMpriN6Oh9B {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ThqFp8Swzq3rf8s4ElTQSeu1QWKB6V8N {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #meD9nVWfhdXeoG9xr4X6beUxBgaUZk8r {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hUbhWm7IIpX07oVahpiiPpH2VMnL4kiJ {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #DzfBgOW68s4s3W3F0DkDTN4mkVCdbNm6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #VZ4RJmA4PL3w47iw9B88pamp6afsHfBI {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #prm0yAbRZ3UCTlFR8TI24l8lKtMlQrOU {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #hI96fovXgbvAnIl22ZTMLZKhai2XZBwz {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ADBgztSi4kauVdxWzDNcbqTTz2IPQDDg {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #xX2Evno4zeQRWGoHlEHcrFw4LXFbuTmv {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #sgWzlwAuiUFaSBAHqaJZhVtu038QRoe4 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PRDBiT2KgD4xOp9irrdMqQyMzPX9AXM2 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #ZlGQ71NuwfTQZL7LnN5qspgfdpfG2X28 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #h4oDMqoKGz9CmDXuWtfyyV9G0TfzZR8H {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #PzepMTmzlBa8mG5kqpUw4IaDc1hJQPSk {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #FDTuaRTzqF19LomQwmoSTeN47nWgLUS6 {  }
 }@media only screen and (max-width: 763px) { #d4ZwzeRfHlO6EG8ML5n3S6adEsXZ3qn8 #eQKITWksmnSbd07sKPkUUtsMdltGxLqr {  }
 }@media only screen and (max-width: 763px) { #yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { background-color: transparent; background-image: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container > .video-iframe-container { display: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container { display: none; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .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); }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { border-width: 0; border-radius: 0; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZI71UhQdCSX43Vz4WcTDTVNpCZTGWOA > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzyiH6aev0g3pio20DImMbvqVEecpsov { width:20rem;height:1.70605625rem;top:1.25rem;left:-0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsZAXnByJbRQBuG8r8i9ZUGGJTGps7T { width:17.8125rem;height:7.7988375rem;top:3.7998046875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AXLkpbSM3czcdinalx90VQf9n1OvSE { width:9.375rem;height:9.09864375rem;top:15.1875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEWSLwIaopfaTWBvR8voardMVtcrZrKE { width:6.375rem;height:9.09864375rem;top:15.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc97bENNpduq0s7JvhnDeoUoBQ9IFxU9 { width:12.5rem;height:1.29980625rem;top:12.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { background-color: transparent; background-image: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container > .video-iframe-container { display: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container { display: none; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .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); }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { border-width: 0; border-radius: 0; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyhHMGlcdUTVN2Vwkp7QooHuIOutdS5S > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlwI96OJHRtD8vSpgFWgfTNMBLn59Mmo { width:9.1875rem;height:1.75rem;top:33.3349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVulN8MwhfsZ8lVwI2esW4xiz8h2W0pd { display:block; }
 }@media only screen and (max-width: 763px) { #DXuMUSADNe0JeU2o0r8qZDgLilzfPKKU { width:17.5rem;height:3.4375rem;top:35.982421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWk920hgzvImBTX93iTEPKUChrUT9zC { display:block; }
 }@media only screen and (max-width: 763px) { #WsqpyRpNWuCHA8k3ZEoE9Nrod8POWikn { width:19.125rem;height:9.88575rem;top:16.640625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomS22t14xSAmWT8lcp9OSFHl9tUtxWW { display:flex;width:4.5rem;height:4.5rem;top:28.8974609375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #FfT8HGoNF9J5oqNP9DzSReKnyT7hLgRs { width:10.75rem;height:3.25rem;top:28.169921875rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUpA7oidsuIvESVVrkgGFiyJm7J4LTf { display:flex;width:4.5625rem;height:4.5625rem;top:28.7724609375rem;left:2.0625rem; }
 }