.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#MPAKRtWWJcxlLrHaKM7tNZJvdTJMSNFm { 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:4.4375rem;width:20.8125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#TaL3JV8tQ3RHHN2gfPFhUqJSXIAledTR { background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.71875rem;left:64.1875rem;display:block; }
#n7sXgr5idVHNzLbtRAZturkdt16kB0Do { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { z-index:;position:relative;display:block; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { background-color: transparent; background-image: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container > .video-iframe-container { display: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row > .video-iframe-container { display: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .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); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { border-width: 0; border-radius: 0; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container { background-color:#e6eeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#iSI5gyx4Z6gReGAhSdqeFRATLt5gEVm9 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:16.75rem;left:3.75rem;height:5.34375rem;font-style:normal;display:block; }
#Ttcab3L6VIBQ3uXN6Wpbf1g5ZUecELL4 { background-color:#25d366;background-image:none;border-top:0;border-left:2.375rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #01b91c ;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:16.5625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.3125rem;left:3.75rem;display:block; }
#P4Q5zCNDEEQSa6wcEiyfnERkPlJ4FFTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOWNnPllGeyv38eAsV4iavwx8SQZkbTv { color:#0635c9;display:block;width:38.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.375rem;left:3.6875rem;height:8.8681875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTkSIRsQvol01O0WK58LFSZJFmDoc2GR { box-sizing:content-box;height:33.3125rem;width:45.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d5d47c7-678a-4984-9093-77d456599a1a/download20250526T113810779.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:43.3125rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }#eTkSIRsQvol01O0WK58LFSZJFmDoc2GR.adaptive-delivery-prevent-bg, #eTkSIRsQvol01O0WK58LFSZJFmDoc2GR.lazyload, #eTkSIRsQvol01O0WK58LFSZJFmDoc2GR.lazyloading { background-image: none; }
#pB8qvdhP8hA74QWDT7CiWb5r0r7tDH8B { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.28515625rem;left:4.75rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLIyuf6qAMB4bF6yaErRwlxkynxIhavi { color:#000000;display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.01953125rem;left:26.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e012vy3xgP2EbTfzTkUCSzK4DEZ0VIM9 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:24.9375rem;left:23.3125rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y70Js1kFLJXIqx5URnACZKJEFs0aS4r1 { color:#efb203;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:0.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:27rem;left:23.3125rem;height:0.48046875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TwVob8EFzOW3Gz7AzlW0bTXVcICIGJHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.3125rem;left:4.71875rem; }
#w3IqPtneQueLrWnDNfB6UXp8swJIlxtB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:3.75rem; }
#TBHzTmN1ROqSoM9gavt39soCJcrPSLGv { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.4375rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dW3W3o7MV7VDKwiEMN9ksSZGDQN3Dt1I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.375rem;left:11.4375rem; }
#R0RDG3n47fSlG4d5MD34VwSGzn1pSCLg { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:24.3125rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlLD23uS1p3zJAOoT0QyiAQfLHDqltuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.375rem;left:23.3125rem; }
#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { position:relative;display:none; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { border-width: 0; border-radius: 0; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { position:relative;display:block; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { background-color: transparent; background-image: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container > .video-iframe-container { display: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row > .video-iframe-container { display: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .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); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { border-width: 0; border-radius: 0; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbGlonRW5ADl0aM8SmvQCiea9m3CFc3O { color:#000000;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:38.75rem;height:7.3125rem;font-style:normal;display:block; }
#VG5SWRxL0w2KEIHrvLhaJwow60ufQ4M7 { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:16.25rem;left:38.75rem;height:11.472675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrOXNprs68wSUwLA79fLZTqBLzvbcnNq { color:#ff2121;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:6.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:8.53125rem;font-style:normal;display:block; }
#ZeSUxbu0Je4Fg64RUUmtsoAcbKOzK9AW { color:#ff2121;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eeff;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; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { background-color: transparent; background-image: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container > .video-iframe-container { display: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container { display: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .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); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { border-width: 0; border-radius: 0; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#l5xFOIrB2DlFlZ9Kz3cJ5pdLkDQ60oaa { color:#000000;display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#XeJzdiugqOwO3ALHB5W28cxodVygCuqV { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:9.5rem;left:0rem;height:15.296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zd0mMB3dUtaboTh3kzr04v78WnqIVd1k { color:#0635c9;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:51.1875rem;height:9.75rem;font-style:normal;display:block; }
#bC7I8y6HGCmQy1t2sOG50vX1GoPse0ml { color:#0635c9;display:block;width:23.874rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:51.1875rem;height:2.84375rem;font-style:normal;display:block; }
#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eeff;background-image:none;position:relative;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container { background-color: transparent; background-image: none; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container > .video-iframe-container { display: none; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row > .video-iframe-container { display: none; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .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); }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container { border-width: 0; border-radius: 0; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#oKuql7iG05yQtmJ77aLzEv1gVVbmuGmq { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xETQiz0awN6ShyhF63Qrkpu4lTa2VIX4 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.40625rem;left:4.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDx2tW8xv8Wz1f7nBIpaP4Ds3wqpOTW4 { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:28.375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xXyF82wBoiTBMGRxBE0a8pI9CxUlR91U { color:#000000;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.40625rem;left:33.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abKFXnGVB1qIUdlUMIml9UiOc01t6XCS { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:55rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#kHPSf8JUg5sPATD2nemeTBInv37FPqgI { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.40625rem;left:59.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eeff;background-image:none;position:relative;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container { background-color: transparent; background-image: none; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container > .video-iframe-container { display: none; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row > .video-iframe-container { display: none; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .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); }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container { border-width: 0; border-radius: 0; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#TyPtN6EaDVyEL6n8At2AWwfQ77m0NCJ6 { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#o4fh6H2pUkGuDaKySO3iHnr7VrJHriJW { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.40625rem;left:4.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W2b5eKDsqXFeOuMm5NeCIt0UgmTbegFE { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:28.375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zNeD9rTTT8udtQpgGKhRrItgm2dvOoZN { color:#000000;display:block;width:15.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.40625rem;left:33.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1R9uIw5a05EKZbQ7eWVrGT4fODaqtNh { color:#0635c9;display:block;width:4.6875rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:55.0625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#utSWvC6uVwbCt2IWUAWkGcyQEUdhPVSG { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.40625rem;left:59.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 { position:relative;display:block; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 { background-color: transparent; background-image: none; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container > .video-iframe-container { display: none; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row > .video-iframe-container { display: none; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .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); }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 { border-width: 0; border-radius: 0; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t809ku6ZXDoUhyMI8gokwDW7Ta8zMTRV { color:#000000;display:block;width:48rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.828125rem;left:13.5rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a { position:relative;display:block; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a { background-color: transparent; background-image: none; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container > .video-iframe-container { display: none; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row > .video-iframe-container { display: none; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .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); }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a { border-width: 0; border-radius: 0; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eHf3wvbWeXcpVO8W8UF7iF3cqSCeWt2l { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZd3cZVmNG6QoiZQydmaqLgSW0u1NK4b { color:#0635c9;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#La4SESJZaBMUlmH2eJOMNZnma1EvOWhu { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.25rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZU4UJ80gHMU6ZdDFNWuDONO9BTTV7muz { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#r0VBM7xxciFHPrTUwRTcT2HTCAOZ5be6 { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:18.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cTbtWfw7w6GT9Z2vz5fgKpuxqGlMQhka { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:20rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Lmn799kvuUBFnzSQn0Cnw9RkZX0Q113k { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:20rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d55T07nTRvmJeEXbNl0t3tpQxosf2K4T { color:#0635c9;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:20rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfDDVBeJU0PXF1h4xyczs7IlH5WTKIAL { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:56.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#z2saB0tiNvDUCmkRu1MgDRtsnXxlCmBO { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sNl4OSGetPI3Gm5O6o3zo9ukIIZlB6SI { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:57.5rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#DOFg2exIxA8XbWszTNr0qP28nrTasgrk { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:57.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py1Ryx3f7e6kDWKc6y5kIHw6ygz6vaBF { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:38.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpweTBqiI3rXEtmK1oNP6XfsFlT418Kw { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:38.75rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MGKlqgzLgWU7c2HJoEkXocmXZlfEqS7D { color:#0635c9;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pQont1glrr1tMmUbu78Kkd00Mowz09CP { color:#0635c9;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXRK5IvnVh175IGTrxNNzXasApEHNeKT { position:relative;display:block; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT { background-color: transparent; background-image: none; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container > .video-iframe-container { display: none; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row > .video-iframe-container { display: none; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .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); }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT { border-width: 0; border-radius: 0; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nta8DmwkvWT6snf8dvFJci7DedJ2Ei75 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvKKoy2NsCqBEOcECiU7O8l39cD83fR7 { color:#0635c9;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUqLFeww1h30bMTqDAw7OWpovFJ1x6wF { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.25rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oyTFfceDt8DCaFlcT7BbvDeg95QUKhz4 { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eqWLs6KUOeGTRGROcv6hSvGfpvBLzEET { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:18.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JUJ1nH9VhT1JzhKvUavx3OZFlDnglTTr { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:20rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GG9iq2N2vXrx1hnlMy1TqmTROBxobbEq { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:20rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTSymm2b6GKPHkXITZg8HaWftZC83NGc { color:#0635c9;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:20rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3SITJCOVeR0TOeVhorJMG6dy2kFXE9g { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:56.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p3sFOfizvwmy20ddatU88QT14BEKTpb9 { box-sizing:content-box;height:11.3125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#e6eeff;background-image:none;top:0rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#P9KMwKumKz7aMXohz7caJTWpTahIcu3e { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:57.5rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tvS9s7ip8HCkSGOLpUy4UK5T4wxU1riV { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:57.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aslBRbMq7zIKDZtz5lw7kx478GPbGdG4 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:38.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pI3ElAss15vgTkF3gKelTvgLsSLD7Tvn { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:38.75rem;height:1.13671875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RqKsxutRCnPk127JqOU23fcNaDUpoXOm { color:#0635c9;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I1eq0JH0mnVMI2D56ZAkn9W4iL02tOKo { color:#0635c9;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzOWE1DeabExN19AG4W9zAHesgwrbW8e { position:relative;display:block; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e { background-color: transparent; background-image: none; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container > .video-iframe-container { display: none; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row > .video-iframe-container { display: none; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .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); }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e { border-width: 0; border-radius: 0; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T2dSJq2TDv2s87OSNEsVTSeCbnWsm23Z { color:#000000;display:block;width:48.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.73633125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PsTuCTZ2DUp9EDAacpR8sSO8kyxn8JTg { background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #01b91c ;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:16.9375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:56.25rem;display:block; }
#PVDl5OIEKqmJ9ZytBKf1VvRDZ0KH5yqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O { position:relative;display:none; }#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O { border-width: 0; border-radius: 0; }#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CJdfR1uaK20eT55TSdkJI9ngnsgo7Ib9 { 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:22.8125rem;width:34.0625rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#qWzXlok9cNu26rwq8ur8udOhAVpy9Exl { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.1875rem;left:39.1875rem;height:4.8125rem;font-style:normal;display:block; }
#dwLTFB0LB9vNMvIGg80pWu1Uzb8SZPo9 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.875rem;left:39.1875rem;height:14.39841875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS { position:relative;display:block; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS { background-color: transparent; background-image: none; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container > .video-iframe-container { display: none; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row > .video-iframe-container { display: none; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .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); }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS { border-width: 0; border-radius: 0; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6eeff;background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#E64xnfLgaIIElHkOC1Rfnesnbi92PoZD { 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:34.9375rem;width:34.9375rem;top:-4.3125rem;left:41.4375rem;overflow:hidden;display:block; }
#sIy0d8krrWOC8uUSIeTbEXdJDLqzoNp3 { color:#000000;display:block;width:41.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.75rem;height:14.21875rem;font-style:normal;display:block; }
#GyuwW5PszMthVLf30oTsMwgOu00uspDe { background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #01b91c ;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:16.5625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#f674Kcpevehi1uZscwb52hSUvwrSOb0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT { position:relative;display:block; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT { background-color: transparent; background-image: none; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container > .video-iframe-container { display: none; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row > .video-iframe-container { display: none; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .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); }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT { border-width: 0; border-radius: 0; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HHwotIdNoRTUMGFqHcNSlJFXZnqb7RCG { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.203125rem;left:15rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 { position:relative;display:block; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 { background-color: transparent; background-image: none; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container > .video-iframe-container { display: none; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row > .video-iframe-container { display: none; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .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); }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 { border-width: 0; border-radius: 0; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bfpRrS8H8weTHZlA8ZW406izUL9m6o2L { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.0625rem;left:0rem;height:8.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVS0E9fAsh2cRVu0hOr7PirPTo1NuZ8m { color:#ff2121;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2hTRo48OuPkms9PL3re6gDATLDKTCKJ { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.0625rem;left:20rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GW3zhmIEB1RxxHW3gu46avFidwDRdl5N { color:#ff2121;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0rem;left:20rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meOEhcab2JHtJGiz8F48aZC2QlSRxWgg { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.0625rem;left:59.5rem;height:8.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itfT4hT0ys4hN02yFQbe2XuNVr8KLlmc { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.0625rem;left:39.875rem;height:8.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrhxBDS84f6cmxMvaoTXQClHXCkquICB { color:#ff2121;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0rem;left:39.875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ly5TRbMiVf5DVFQb74hQvyT3Ig32zV09 { color:#ff2121;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0rem;left:59.5rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDxfthmkV43kIs3D69yu3tTbC6LKrc3u { box-sizing:content-box;height:1.9375rem;width:5.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dcfcc2f1-db1c-47d8-9aad-8331004e6839/arrow.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:12rem;display:block; }#hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.adaptive-delivery-prevent-bg, #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.lazyload, #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.lazyloading { background-image: none; }
#zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc { box-sizing:content-box;height:1.9375rem;width:5.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dcfcc2f1-db1c-47d8-9aad-8331004e6839/arrow.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:32.125rem;display:block; }#zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.adaptive-delivery-prevent-bg, #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.lazyload, #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.lazyloading { background-image: none; }
#r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh { box-sizing:content-box;height:1.9375rem;width:5.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dcfcc2f1-db1c-47d8-9aad-8331004e6839/arrow.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:50.875rem;display:block; }#r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.adaptive-delivery-prevent-bg, #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.lazyload, #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.lazyloading { background-image: none; }
#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV { position:relative;display:block; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV { background-color: transparent; background-image: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container > .video-iframe-container { display: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row > .video-iframe-container { display: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .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); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV { border-width: 0; border-radius: 0; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jiwe0k8XxLlZoeJdrJ9cQB1CtpOlFDJ7 { color:#000000;display:block;width:39rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.828125rem;left:18rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WecvZBFD5owV33aKggVXhASaZnBUfAkT { position:relative;display:block; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT { background-color: transparent; background-image: none; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container > .video-iframe-container { display: none; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row > .video-iframe-container { display: none; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .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); }#WecvZBFD5owV33aKggVXhASaZnBUfAkT { border-width: 0; border-radius: 0; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AogpTazVUPve2P1DKI46amdCFHQ6aFJv { box-sizing:content-box;height:18.25rem;width:23.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69a1c6ca-2b6a-4c8d-8a65-7fd477408830/download20250122T171245860.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#AogpTazVUPve2P1DKI46amdCFHQ6aFJv.adaptive-delivery-prevent-bg, #AogpTazVUPve2P1DKI46amdCFHQ6aFJv.lazyload, #AogpTazVUPve2P1DKI46amdCFHQ6aFJv.lazyloading { background-image: none; }
#AogpTazVUPve2P1DKI46amdCFHQ6aFJv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#AogpTazVUPve2P1DKI46amdCFHQ6aFJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#mlgMITrvKlSMVwaF1ytaRqW2800g393A { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.5625rem;left:1.5625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EKeB6TELkFz3unwgHqShKe7PbzSTCA8t { box-sizing:content-box;height:18.25rem;width:23.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e16cac93-b09e-4c1b-85ac-79a8c21c5371/download20250122T171312303.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#EKeB6TELkFz3unwgHqShKe7PbzSTCA8t.adaptive-delivery-prevent-bg, #EKeB6TELkFz3unwgHqShKe7PbzSTCA8t.lazyload, #EKeB6TELkFz3unwgHqShKe7PbzSTCA8t.lazyloading { background-image: none; }
#EKeB6TELkFz3unwgHqShKe7PbzSTCA8t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#EKeB6TELkFz3unwgHqShKe7PbzSTCA8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#p10MvTEX2CdWOpenGeXTS87FKpi4WPC9 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.5625rem;left:27.375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMXGvututauOmaHviWpkInQ2theuxJm2 { box-sizing:content-box;height:18.25rem;width:23.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/622b254c-4440-4650-a4ed-3957a759c2aa/download20250526T151603286.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:51.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#TMXGvututauOmaHviWpkInQ2theuxJm2.adaptive-delivery-prevent-bg, #TMXGvututauOmaHviWpkInQ2theuxJm2.lazyload, #TMXGvututauOmaHviWpkInQ2theuxJm2.lazyloading { background-image: none; }
#TMXGvututauOmaHviWpkInQ2theuxJm2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#TMXGvututauOmaHviWpkInQ2theuxJm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#ZgBlNxr67Jrd4y9eWrQtm8pQHJScE1ll { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.5625rem;left:53.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc { position:relative;display:block; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc { background-color: transparent; background-image: none; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container > .video-iframe-container { display: none; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row > .video-iframe-container { display: none; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .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); }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc { border-width: 0; border-radius: 0; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZRrJlS0LGqtbsdGfths5inX35hMDpR4T { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.203125rem;left:15rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC { position:relative;display:block; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC { background-color: transparent; background-image: none; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container > .video-iframe-container { display: none; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row > .video-iframe-container { display: none; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .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); }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC { border-width: 0; border-radius: 0; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZBLgUIaHVXClnQitTD2ndlQtwAL1KCAO { 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:10.5625rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rdxAGAlHbRhTdvl4q9N0SzXIFdw6FluO { 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:8.0625rem;width:22.3125rem;top:0rem;left:26.34375rem;overflow:hidden;display:block; }
#ilMWHkXKwkDlxaazRvh4Uqxvz4fg3mbv { 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:10.625rem;width:23.375rem;top:0rem;left:51.625rem;overflow:hidden;display:block; }
#rvlRhd58xv0J6IRpbkEygfma39fwXbpm { 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:6.25rem;width:23.3125rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#yi6NnSvm9dP2RlH4nsZIxOiTEXhQKuiJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:23rem;top:14.0625rem;left:26.375rem;overflow:hidden;display:block; }
#h1x8Kqa9t8ZbqffsZnS48zrxRhGTpSrA { 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.75rem;width:22rem;top:13.875rem;left:52.375rem;overflow:hidden;display:block; }
#A3RVoEP736Hhmxmi3JW9gZT3pNTG1tCW { 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:6.5625rem;width:20.3125rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#bH9ot679bBJoG1OTCrtS0ulL0AbmATtc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23.3125rem;top:25.75rem;left:26.03125rem;overflow:hidden;display:block; }
#nb4ADynI5Q7TTD9thW2XI25my6FUgnVG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:22.8125rem;top:25.78125rem;left:52.1875rem;overflow:hidden;display:block; }
#uw3c8ZkqzGZ1kc9AMwzqgrBR60JA4zP1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:22.75rem;top:37.625rem;left:0rem;overflow:hidden;display:block; }
#LVSRznCa5rsqSlVwzcPrslMSs4a1JTGG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:23rem;top:37.625rem;left:26rem;overflow:hidden;display:block; }
#Ag1B9mavMdOFLG4SoTU89sr4GdLeNzhS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:22.75rem;top:37.625rem;left:52.25rem;overflow:hidden;display:block; }
#cqSgsdrEhvuMwq9EhVhtyz9QJh74MpAH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:22.375rem;top:55.9375rem;left:0rem;overflow:hidden;display:block; }
#qRgF7LT2eZJkE7KLHSdgwfBUHRqzcqyo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:23rem;top:55.9375rem;left:26.125rem;overflow:hidden;display:block; }
#DMC3g39W74yMguJNxHWK4wve3JqEyPat { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:23.6875rem;top:55.9375rem;left:51.3125rem;overflow:hidden;display:block; }
#mEQME91cCVbas6cbbR5hRqdEvVIsveSm { position:relative;display:none; }#mEQME91cCVbas6cbbR5hRqdEvVIsveSm { border-width: 0; border-radius: 0; }#mEQME91cCVbas6cbbR5hRqdEvVIsveSm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mEQME91cCVbas6cbbR5hRqdEvVIsveSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D0pqC4DeBv1mQzpKrwPtsRMTV5CTbUPK { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWuZXGngTRiTuDJtl9m6cwZTST8pHm5W { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:20.28125rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efPaFo95dTi4if7EJODXosf0iyunqMti { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0rem;left:39.03125rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ellbBb0SfsUa8CNmnKJPDOpmZhHugigZ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:0rem;left:57.78125rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl { position:relative;display:block; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl { background-color: transparent; background-image: none; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container > .video-iframe-container { display: none; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row > .video-iframe-container { display: none; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .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); }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl { border-width: 0; border-radius: 0; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AsPaX443OkteoQMVdUVAMDkuTOTLwKGx { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.6875rem;left:2.625rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KOHPNMlO517QdlMsyLlzscKuTRLAUwEV { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:1.90625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTCL8Jr0xl4VcAZnaaFMTEHCa1LLKTND { box-sizing:content-box;height:23.0625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#e6eeff;background-image:none;top:1.5rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#AzUm8ShAOF2U0ITAJfGbQzKkDsvb0IpH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.375rem;left:8.875rem; }
#vNNQrGkiKvSXe5sTMBVZCThV5N7nqVQ1 { box-sizing:content-box;height:23.0625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#e6eeff;background-image:none;top:1.5rem;left:25.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BSukByQ2kLtdf8MkW656xn0QoPpbA9LZ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:27.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8V2JaphKEP9xGHLktUvUkizG4zfbaDW { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.6875rem;left:28.5625rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PXoDiXHzZg2knwwSszaKZ0B9UZ0olCdW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.375rem;left:34.8125rem; }
#l7CXczfdewHQbJXOM6JsSs4LKG3rkIBF { box-sizing:content-box;height:23.0625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#e6eeff;background-image:none;top:1.5rem;left:51.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PumlOVXStFeiMuzzUbvcbZnoGXAZVPR9 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.6875rem;left:54.5rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JRoOK87V2VWPe5MrmiByyTZSwT3WhO7P { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:53.8125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zM0GNMXmtngBzEbyrLxIM6QlTP7GzUcA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.375rem;left:60.75rem; }
#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt { position:relative;display:block; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt { background-color: transparent; background-image: none; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container > .video-iframe-container { display: none; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row > .video-iframe-container { display: none; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .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); }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt { border-width: 0; border-radius: 0; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e6eeff; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .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; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .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.0625rem;height:auto;font-family:poppins;line-height:1.6;overflow:hidden;font-weight:300;font-style:normal; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .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; }#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-trigger.adaptive-delivery-prevent-bg, #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-trigger.lazyload, #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-trigger.lazyloading { background-image: none; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.0625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #dnAC0obhakNcz3LuB0NPcVXs8xQQnrSV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZZcMaT2JeQwozGgELZN1lIh7ysxJGMKW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZVvRCQkGwZNzdSPll7as1mCTbsM4c8zX { display:block;position:relative; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Fy4PdobBFOD11UaCQhRWIwHCf7d6mHIy {  }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #mKEngagtxTBUDEgxbNyvot9FR69BGEwQ {  }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #FO8E4CrxHVruNylh81dA2LoH6TlPZfPt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ALTze2Q8Uss6kgIFqLQPUNqrQFIbvkKg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #J6JH1QTPQAnP6beOgsuPglg3LSP0CZPa { display:block;position:relative; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #nxbDJ6ryAMnOBIgArVEdH7axGXe51HnF {  }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Ef3dBcOT2U2rzSGACkZFu5F49NuLQWyi { display:none; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #oV1rcvgix3RyxHydz42gT3iSWR5JxkcQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ct79UpOmMh1HQNRHIVPWslyPA9v2UD7a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WZp8V1WQz5nKzMaFQyJILNLdQKMw6b8L { display:block;position:relative; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #KOFvmQb0Tc9TKPCPrH7emrPZm5C3Oyq9 {  }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #antTle79a4WuC6fT5Zaf1Wlpa64IKwEb { display:none; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #d0Pbz0IIJJp7S833bv9wTA7rpyl67vhy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #T21sqevafzmbFDUsUmLm93Zy5oTki5p9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #qxUlK4LRERUUCd55iSyOd2AUN7b7aCt1 { display:block;position:relative; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #vAvTQocnbW77IlZQyQyqvTT1at69xwoi {  }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WzHhW9Ry2LefwDqs9M4LD8kOPbhky0SO { display:none; }
#EoJQcbPaMhXhHMP1n5flKm6DMiEmvWG4 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.4375rem;left:15rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG { background-color:#e6eeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { background-color: transparent; background-image: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container > .video-iframe-container { display: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container { display: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .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); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { border-width: 0; border-radius: 0; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#OC399PPSgXNQ4G8Eefr4UvegtybiXo0c { background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #01b91c ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17rem;left:29.21875rem;display:block; }
#fT4E5AwXqmRPF7PGTTkVTxl56Vcl2TUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylLKuqsggwT3WhBfsyCqB1zJlZPldsTw { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:13.78125rem;height:9.28125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RzRAO7Ovz8b2XW8h47lFBgtbpB6FMPAv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:16.8125rem;top:26.75rem;left:29.09375rem;overflow:hidden;display:block; }
#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 { background-color: transparent; background-image: none; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container > .video-iframe-container { display: none; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row > .video-iframe-container { display: none; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .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); }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 { border-width: 0; border-radius: 0; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D8LNxe8FWBqUMdEAJrQThhZD1Fa0yGVf { background-color:#0635c9;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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:60.9375rem;display:block; }
#V5buc3DK97kwu5ZFVG8adbNMJdJkN6vv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOvfP5QHRb7PdWfQtpUL8U5gTsrgaq72 { box-sizing:content-box;color:#0635c9;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#lbsux51LWogBHJfcVv9wIHeMTcn5HNVe { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#yR4J9RhhHTvB6WynuJpIL3atL3CW5Hw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmr6LL5AqZEwHZt5nnf2LfTZIsoOSqRL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#V3frx5zBC1UTWrR0DGWSRT1boo1iRJ5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPAKRtWWJcxlLrHaKM7tNZJvdTJMSNFm { width:20.8125rem;height:4.4375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaL3JV8tQ3RHHN2gfPFhUqJSXIAledTR { width:10.8125rem;height:3.375rem;top:3.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7sXgr5idVHNzLbtRAZturkdt16kB0Do { display:block; }
 }@media only screen and (max-width: 763px) { #JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { display:block; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSI5gyx4Z6gReGAhSdqeFRATLt5gEVm9 { width:34.625rem;height:5.375rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttcab3L6VIBQ3uXN6Wpbf1g5ZUecELL4 { width:16.5625rem;height:3.75rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Q5zCNDEEQSa6wcEiyfnERkPlJ4FFTK { display:block; }
 }@media only screen and (max-width: 763px) { #QOWNnPllGeyv38eAsV4iavwx8SQZkbTv { width:38.3125rem;height:;top:6.375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkSIRsQvol01O0WK58LFSZJFmDoc2GR { width:45.8125rem;height:33.3125rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB8qvdhP8hA74QWDT7CiWb5r0r7tDH8B { width:5.1875rem;height:1rem;top:3.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLIyuf6qAMB4bF6yaErRwlxkynxIhavi { width:12rem;height:2.4375rem;top:25rem;left:13.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e012vy3xgP2EbTfzTkUCSzK4DEZ0VIM9 { width:3.5625rem;height:2.0625rem;top:24.9375rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y70Js1kFLJXIqx5URnACZKJEFs0aS4r1 { width:3.25rem;height:0.5rem;top:27rem;left:9.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVob8EFzOW3Gz7AzlW0bTXVcICIGJHC { width:1.75rem;height:1.75rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IqPtneQueLrWnDNfB6UXp8swJIlxtB { width:0.75rem;height:0.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHzTmN1ROqSoM9gavt39soCJcrPSLGv { width:11.5rem;height:1rem;top:3.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3W3o7MV7VDKwiEMN9ksSZGDQN3Dt1I { width:0.75rem;height:0.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0RDG3n47fSlG4d5MD34VwSGzn1pSCLg { width:11.5rem;height:1rem;top:3.3125rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlLD23uS1p3zJAOoT0QyiAQfLHDqltuM { width:0.75rem;height:0.75rem;top:3.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { display:none; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { display:block; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbGlonRW5ADl0aM8SmvQCiea9m3CFc3O { width:34.875rem;height:7.3125rem;top:6.9375rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5SWRxL0w2KEIHrvLhaJwow60ufQ4M7 { width:32.625rem;height:11.4375rem;top:16.25rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOXNprs68wSUwLA79fLZTqBLzvbcnNq { width:43.375rem;height:8.5rem;top:4.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSUxbu0Je4Fg64RUUmtsoAcbKOzK9AW { width:37.5rem;height:2.4375rem;top:12.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlIxs05w0qn62TKi0aWa8b1QyJLpD1se { display:block; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5xFOIrB2DlFlZ9Kz3cJ5pdLkDQ60oaa { width:37.625rem;height:2.4375rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeJzdiugqOwO3ALHB5W28cxodVygCuqV { width:32.625rem;height:15.25rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0mMB3dUtaboTh3kzr04v78WnqIVd1k { width:20.25rem;height:9.75rem;top:3.125rem;left:27.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC7I8y6HGCmQy1t2sOG50vX1GoPse0ml { width:23.8125rem;height:2.8125rem;top:10.9375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 { display:block; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKuql7iG05yQtmJ77aLzEv1gVVbmuGmq { width:4.6875rem;height:4.0625rem;top:0rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETQiz0awN6ShyhF63Qrkpu4lTa2VIX4 { width:9.25rem;height:3.25rem;top:0.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDx2tW8xv8Wz1f7nBIpaP4Ds3wqpOTW4 { width:4.6875rem;height:4.0625rem;top:0rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXyF82wBoiTBMGRxBE0a8pI9CxUlR91U { width:10.875rem;height:3.25rem;top:0.375rem;left:19.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKFXnGVB1qIUdlUMIml9UiOc01t6XCS { width:4.6875rem;height:4.0625rem;top:0rem;left:32.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPSf8JUg5sPATD2nemeTBInv37FPqgI { width:15.3125rem;height:3.25rem;top:0.375rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw { display:block; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyPtN6EaDVyEL6n8At2AWwfQ77m0NCJ6 { width:4.6875rem;height:4.0625rem;top:0rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fh6H2pUkGuDaKySO3iHnr7VrJHriJW { width:12.6875rem;height:3.25rem;top:0.375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2b5eKDsqXFeOuMm5NeCIt0UgmTbegFE { width:4.6875rem;height:4.0625rem;top:0rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNeD9rTTT8udtQpgGKhRrItgm2dvOoZN { width:15.75rem;height:3.25rem;top:0.375rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1R9uIw5a05EKZbQ7eWVrGT4fODaqtNh { width:4.6875rem;height:4.0625rem;top:0rem;left:32.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSWvC6uVwbCt2IWUAWkGcyQEUdhPVSG { width:15.3125rem;height:3.25rem;top:0.375rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEWyGDv2qguQv67kzvK97VsEHdQMJf06 { display:block; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t809ku6ZXDoUhyMI8gokwDW7Ta8zMTRV { width:47.75rem;height:4.8125rem;top:6.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a { display:block; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHf3wvbWeXcpVO8W8UF7iF3cqSCeWt2l { width:12.6875rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZd3cZVmNG6QoiZQydmaqLgSW0u1NK4b { width:12.6875rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #La4SESJZaBMUlmH2eJOMNZnma1EvOWhu { width:12.6875rem;height:1.125rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4UJ80gHMU6ZdDFNWuDONO9BTTV7muz { width:16.875rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0VBM7xxciFHPrTUwRTcT2HTCAOZ5be6 { width:16.875rem;height:11.3125rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbtWfw7w6GT9Z2vz5fgKpuxqGlMQhka { width:12.6875rem;height:1.125rem;top:6.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmn799kvuUBFnzSQn0Cnw9RkZX0Q113k { width:12.6875rem;height:1.625rem;top:5.125rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d55T07nTRvmJeEXbNl0t3tpQxosf2K4T { width:13.6875rem;height:3.25rem;top:1.25rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfDDVBeJU0PXF1h4xyczs7IlH5WTKIAL { width:16.875rem;height:11.3125rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2saB0tiNvDUCmkRu1MgDRtsnXxlCmBO { width:16.875rem;height:11.3125rem;top:0rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl4OSGetPI3Gm5O6o3zo9ukIIZlB6SI { width:12.6875rem;height:1.125rem;top:6.75rem;left:35.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFg2exIxA8XbWszTNr0qP28nrTasgrk { width:12.6875rem;height:1.625rem;top:5.125rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #py1Ryx3f7e6kDWKc6y5kIHw6ygz6vaBF { width:12.6875rem;height:1.625rem;top:5.125rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpweTBqiI3rXEtmK1oNP6XfsFlT418Kw { width:12.6875rem;height:1.125rem;top:6.75rem;left:23.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGKlqgzLgWU7c2HJoEkXocmXZlfEqS7D { width:12.6875rem;height:3.25rem;top:1.25rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQont1glrr1tMmUbu78Kkd00Mowz09CP { width:13.6875rem;height:3.25rem;top:1.25rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXRK5IvnVh175IGTrxNNzXasApEHNeKT { display:block; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nta8DmwkvWT6snf8dvFJci7DedJ2Ei75 { width:12.6875rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKKoy2NsCqBEOcECiU7O8l39cD83fR7 { width:10.625rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUqLFeww1h30bMTqDAw7OWpovFJ1x6wF { width:12.6875rem;height:1.125rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTFfceDt8DCaFlcT7BbvDeg95QUKhz4 { width:16.875rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqWLs6KUOeGTRGROcv6hSvGfpvBLzEET { width:16.875rem;height:11.3125rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUJ1nH9VhT1JzhKvUavx3OZFlDnglTTr { width:12.6875rem;height:1.125rem;top:6.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9iq2N2vXrx1hnlMy1TqmTROBxobbEq { width:12.6875rem;height:1.625rem;top:5.125rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSymm2b6GKPHkXITZg8HaWftZC83NGc { width:13.6875rem;height:3.25rem;top:1.25rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3SITJCOVeR0TOeVhorJMG6dy2kFXE9g { width:16.875rem;height:11.3125rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3sFOfizvwmy20ddatU88QT14BEKTpb9 { width:16.875rem;height:11.3125rem;top:0rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KMwKumKz7aMXohz7caJTWpTahIcu3e { width:12.6875rem;height:1.125rem;top:6.75rem;left:35.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvS9s7ip8HCkSGOLpUy4UK5T4wxU1riV { width:12.6875rem;height:1.625rem;top:5.125rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aslBRbMq7zIKDZtz5lw7kx478GPbGdG4 { width:12.6875rem;height:1.625rem;top:5.125rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI3ElAss15vgTkF3gKelTvgLsSLD7Tvn { width:12.6875rem;height:1.125rem;top:6.75rem;left:23.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqKsxutRCnPk127JqOU23fcNaDUpoXOm { width:12.6875rem;height:1.625rem;top:1.25rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1eq0JH0mnVMI2D56ZAkn9W4iL02tOKo { width:13.6875rem;height:1.625rem;top:1.25rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzOWE1DeabExN19AG4W9zAHesgwrbW8e { display:block; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2dSJq2TDv2s87OSNEsVTSeCbnWsm23Z { width:47.75rem;height:5.6875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTuCTZ2DUp9EDAacpR8sSO8kyxn8JTg { width:16.9375rem;height:3.75rem;top:0rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVDl5OIEKqmJ9ZytBKf1VvRDZ0KH5yqR { display:block; }
 }@media only screen and (max-width: 763px) { #bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O { display:block; }#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJdfR1uaK20eT55TSdkJI9ngnsgo7Ib9 { width:34.0625rem;height:22.8125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzXlok9cNu26rwq8ur8udOhAVpy9Exl { width:31.3125rem;height:4.8125rem;top:5.1875rem;left:16.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLTFB0LB9vNMvIGg80pWu1Uzb8SZPo9 { width:32.0625rem;height:14.375rem;top:11.875rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS { display:block; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E64xnfLgaIIElHkOC1Rfnesnbi92PoZD { width:34.9375rem;height:34.9375rem;top:-4.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIy0d8krrWOC8uUSIeTbEXdJDLqzoNp3 { width:41.875rem;height:14.1875rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyuwW5PszMthVLf30oTsMwgOu00uspDe { width:16.5625rem;height:3.75rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f674Kcpevehi1uZscwb52hSUvwrSOb0R { display:block; }
 }@media only screen and (max-width: 763px) { #X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT { display:block; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHwotIdNoRTUMGFqHcNSlJFXZnqb7RCG { width:45rem;height:2.375rem;top:8.1875rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 { display:block; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpRrS8H8weTHZlA8ZW406izUL9m6o2L { width:15.125rem;height:8.9375rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVS0E9fAsh2cRVu0hOr7PirPTo1NuZ8m { width:11.125rem;height:3.4375rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hTRo48OuPkms9PL3re6gDATLDKTCKJ { width:15.125rem;height:7.1875rem;top:4.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW3zhmIEB1RxxHW3gu46avFidwDRdl5N { width:11.125rem;height:3.4375rem;top:0rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOEhcab2JHtJGiz8F48aZC2QlSRxWgg { width:15.125rem;height:8.9375rem;top:4.0625rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itfT4hT0ys4hN02yFQbe2XuNVr8KLlmc { width:15.125rem;height:8.9375rem;top:4.0625rem;left:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrhxBDS84f6cmxMvaoTXQClHXCkquICB { width:11.125rem;height:3.4375rem;top:0rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly5TRbMiVf5DVFQb74hQvyT3Ig32zV09 { width:11.125rem;height:;top:0rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u { width:5.4375rem;height:1.9375rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc { width:5.4375rem;height:1.9375rem;top:0rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh { width:5.4375rem;height:1.9375rem;top:0rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV { display:block; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jiwe0k8XxLlZoeJdrJ9cQB1CtpOlFDJ7 { width:39rem;height:4.8125rem;top:6.8125rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WecvZBFD5owV33aKggVXhASaZnBUfAkT { display:block; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AogpTazVUPve2P1DKI46amdCFHQ6aFJv { width:23.4375rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlgMITrvKlSMVwaF1ytaRqW2800g393A { width:17.875rem;height:2.0625rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKeB6TELkFz3unwgHqShKe7PbzSTCA8t { width:23.4375rem;height:18.25rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p10MvTEX2CdWOpenGeXTS87FKpi4WPC9 { width:20.25rem;height:2.0625rem;top:13.5625rem;left:11.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMXGvututauOmaHviWpkInQ2theuxJm2 { width:23.4375rem;height:18.25rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgBlNxr67Jrd4y9eWrQtm8pQHJScE1ll { width:20.25rem;height:2.0625rem;top:13.5625rem;left:27.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc { display:block; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRrJlS0LGqtbsdGfths5inX35hMDpR4T { width:45rem;height:2.375rem;top:8.1875rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC { display:block; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBLgUIaHVXClnQitTD2ndlQtwAL1KCAO { width:23.75rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxAGAlHbRhTdvl4q9N0SzXIFdw6FluO { width:22.3125rem;height:8.0625rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilMWHkXKwkDlxaazRvh4Uqxvz4fg3mbv { width:23.375rem;height:10.625rem;top:0rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvlRhd58xv0J6IRpbkEygfma39fwXbpm { width:23.3125rem;height:6.25rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi6NnSvm9dP2RlH4nsZIxOiTEXhQKuiJ { width:23rem;height:7.4375rem;top:14.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1x8Kqa9t8ZbqffsZnS48zrxRhGTpSrA { width:22rem;height:7.75rem;top:13.875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3RVoEP736Hhmxmi3JW9gZT3pNTG1tCW { width:20.3125rem;height:6.5625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH9ot679bBJoG1OTCrtS0ulL0AbmATtc { width:23.3125rem;height:6.1875rem;top:25.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb4ADynI5Q7TTD9thW2XI25my6FUgnVG { width:22.8125rem;height:8.75rem;top:25.75rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3c8ZkqzGZ1kc9AMwzqgrBR60JA4zP1 { width:22.75rem;height:14.25rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSRznCa5rsqSlVwzcPrslMSs4a1JTGG { width:23rem;height:7.875rem;top:37.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1B9mavMdOFLG4SoTU89sr4GdLeNzhS { width:22.75rem;height:9rem;top:37.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSgsdrEhvuMwq9EhVhtyz9QJh74MpAH { width:22.375rem;height:7.75rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgF7LT2eZJkE7KLHSdgwfBUHRqzcqyo { width:23rem;height:6.875rem;top:55.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMC3g39W74yMguJNxHWK4wve3JqEyPat { width:23.6875rem;height:14.875rem;top:55.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQME91cCVbas6cbbR5hRqdEvVIsveSm { display:block; }#mEQME91cCVbas6cbbR5hRqdEvVIsveSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0pqC4DeBv1mQzpKrwPtsRMTV5CTbUPK { width:15.6875rem;height:16.5rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWuZXGngTRiTuDJtl9m6cwZTST8pHm5W { width:15.6875rem;height:12rem;top:0rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efPaFo95dTi4if7EJODXosf0iyunqMti { width:15.6875rem;height:18rem;top:0rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellbBb0SfsUa8CNmnKJPDOpmZhHugigZ { width:15.6875rem;height:16.5rem;top:0rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVX7uZPgx18cVohTt9chA3r9ydLmIrwl { display:block; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsPaX443OkteoQMVdUVAMDkuTOTLwKGx { width:17.875rem;height:7.1875rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOHPNMlO517QdlMsyLlzscKuTRLAUwEV { width:19.3125rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCL8Jr0xl4VcAZnaaFMTEHCa1LLKTND { width:23.125rem;height:23.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUm8ShAOF2U0ITAJfGbQzKkDsvb0IpH { width:5.375rem;height:5.375rem;top:3.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNNQrGkiKvSXe5sTMBVZCThV5N7nqVQ1 { width:23.125rem;height:23.0625rem;top:1.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSukByQ2kLtdf8MkW656xn0QoPpbA9LZ { width:19.3125rem;height:3.4375rem;top:10.625rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8V2JaphKEP9xGHLktUvUkizG4zfbaDW { width:17.875rem;height:7.1875rem;top:14.6875rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXoDiXHzZg2knwwSszaKZ0B9UZ0olCdW { width:5.375rem;height:5.375rem;top:3.375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CXczfdewHQbJXOM6JsSs4LKG3rkIBF { width:23.125rem;height:23.0625rem;top:1.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumlOVXStFeiMuzzUbvcbZnoGXAZVPR9 { width:17.875rem;height:7.1875rem;top:14.6875rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRoOK87V2VWPe5MrmiByyTZSwT3WhO7P { width:19.3125rem;height:3.4375rem;top:10.625rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM0GNMXmtngBzEbyrLxIM6QlTP7GzUcA { width:5.375rem;height:5.375rem;top:3.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt { display:block; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH { display:flex;height:auto;width:45.25rem;top:11.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #dnAC0obhakNcz3LuB0NPcVXs8xQQnrSV {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZZcMaT2JeQwozGgELZN1lIh7ysxJGMKW {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZVvRCQkGwZNzdSPll7as1mCTbsM4c8zX {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Fy4PdobBFOD11UaCQhRWIwHCf7d6mHIy {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #mKEngagtxTBUDEgxbNyvot9FR69BGEwQ {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #FO8E4CrxHVruNylh81dA2LoH6TlPZfPt {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ALTze2Q8Uss6kgIFqLQPUNqrQFIbvkKg {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #J6JH1QTPQAnP6beOgsuPglg3LSP0CZPa {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #nxbDJ6ryAMnOBIgArVEdH7axGXe51HnF {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Ef3dBcOT2U2rzSGACkZFu5F49NuLQWyi {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #oV1rcvgix3RyxHydz42gT3iSWR5JxkcQ {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ct79UpOmMh1HQNRHIVPWslyPA9v2UD7a {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WZp8V1WQz5nKzMaFQyJILNLdQKMw6b8L {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #KOFvmQb0Tc9TKPCPrH7emrPZm5C3Oyq9 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #antTle79a4WuC6fT5Zaf1Wlpa64IKwEb {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #d0Pbz0IIJJp7S833bv9wTA7rpyl67vhy {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #T21sqevafzmbFDUsUmLm93Zy5oTki5p9 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #qxUlK4LRERUUCd55iSyOd2AUN7b7aCt1 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #vAvTQocnbW77IlZQyQyqvTT1at69xwoi {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WzHhW9Ry2LefwDqs9M4LD8kOPbhky0SO {  }
 }@media only screen and (max-width: 763px) { #EoJQcbPaMhXhHMP1n5flKm6DMiEmvWG4 { width:45rem;height:2.375rem;top:6.4375rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG { display:block; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC399PPSgXNQ4G8Eefr4UvegtybiXo0c { width:16.5625rem;height:3.75rem;top:17rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT4E5AwXqmRPF7PGTTkVTxl56Vcl2TUT { display:block; }
 }@media only screen and (max-width: 763px) { #ylLKuqsggwT3WhBfsyCqB1zJlZPldsTw { width:47.4375rem;height:9.25rem;top:4.6875rem;left:0.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzRAO7Ovz8b2XW8h47lFBgtbpB6FMPAv { width:16.8125rem;height:3.5rem;top:26.75rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 { display:block; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8LNxe8FWBqUMdEAJrQThhZD1Fa0yGVf { width:9.375rem;height:2rem;top:0.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5buc3DK97kwu5ZFVG8adbNMJdJkN6vv { display:block; }
 }@media only screen and (max-width: 763px) { #TOvfP5QHRb7PdWfQtpUL8U5gTsrgaq72 { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbsux51LWogBHJfcVv9wIHeMTcn5HNVe { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR4J9RhhHTvB6WynuJpIL3atL3CW5Hw7 { display:block; }
 }@media only screen and (max-width: 763px) { #bmr6LL5AqZEwHZt5nnf2LfTZIsoOSqRL { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3frx5zBC1UTWrR0DGWSRT1boo1iRJ5p { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPAKRtWWJcxlLrHaKM7tNZJvdTJMSNFm { width:11.1875rem;height:2.375rem;top:2.25rem;left:4.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TaL3JV8tQ3RHHN2gfPFhUqJSXIAledTR { width:9.0625rem;height:2.4375rem;top:4.75rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7sXgr5idVHNzLbtRAZturkdt16kB0Do { display:block; }
 }@media only screen and (max-width: 763px) { #JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { display:block; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { background-color: transparent; background-image: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container > .video-iframe-container { display: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row > .video-iframe-container { display: none; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .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); }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf { border-width: 0; border-radius: 0; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#JqmGo6BZ6SCtLclyBaOlIFHoFoTdCJGf > .row .container { width:20rem;height:31.9375rem;background-color:#e6eeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSI5gyx4Z6gReGAhSdqeFRATLt5gEVm9 { width:17.375rem;height:7.5rem;top:12.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttcab3L6VIBQ3uXN6Wpbf1g5ZUecELL4 { width:16.5625rem;height:3.75rem;top:21.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Q5zCNDEEQSa6wcEiyfnERkPlJ4FFTK { display:block; }
 }@media only screen and (max-width: 763px) { #QOWNnPllGeyv38eAsV4iavwx8SQZkbTv { width:18.4375rem;height:7.1484375rem;top:3.6875rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eTkSIRsQvol01O0WK58LFSZJFmDoc2GR { width:20rem;height:35.9375rem;top:31.61035rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pB8qvdhP8hA74QWDT7CiWb5r0r7tDH8B { width:3.4375rem;height:0.8125rem;top:1.3125rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vLIyuf6qAMB4bF6yaErRwlxkynxIhavi { width:9rem;height:2.111325rem;top:28.0625rem;left:7.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15006;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e012vy3xgP2EbTfzTkUCSzK4DEZ0VIM9 { width:6.75rem;height:1.71875rem;top:27.875rem;left:3.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15006;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y70Js1kFLJXIqx5URnACZKJEFs0aS4r1 { width:3.5rem;height:0.549805rem;top:29.5625rem;left:3.875rem;font-size:0.5rem;text-align:left;text-align-last:left;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TwVob8EFzOW3Gz7AzlW0bTXVcICIGJHC { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #w3IqPtneQueLrWnDNfB6UXp8swJIlxtB { display:flex;width:0.625rem;height:0.625rem;top:1.4375rem;left:1.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TBHzTmN1ROqSoM9gavt39soCJcrPSLGv { width:6.9375rem;height:0.89355625rem;top:1.3125rem;left:6.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dW3W3o7MV7VDKwiEMN9ksSZGDQN3Dt1I { display:flex;width:0.625rem;height:0.625rem;top:1.4375rem;left:6.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #R0RDG3n47fSlG4d5MD34VwSGzn1pSCLg { width:3rem;height:0.89355625rem;top:1.3125rem;left:15.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WlLD23uS1p3zJAOoT0QyiAQfLHDqltuM { display:flex;width:0.625rem;height:0.625rem;top:1.4375rem;left:14.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { display:block; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { background-color: transparent; background-image: none; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container > .video-iframe-container { display: none; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row > .video-iframe-container { display: none; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .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); }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk { border-width: 0; border-radius: 0; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container { width:20rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d5d47c7-678a-4984-9093-77d456599a1a/download20250526T113810779.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:14.75rem;position:relative;display:block; }#GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container.adaptive-delivery-prevent-bg, #GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container.lazyload, #GHuGm6Ulk5xr9fnC7EmP1lXRbRqSTwSk > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { display:block; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg { background-color: transparent; background-image: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container > .video-iframe-container { display: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row > .video-iframe-container { display: none; }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .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); }#eC92PUake9RgrMeTyMcTpzb2uEUt9vLg > .row .container { width:20rem;height:40.8125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbGlonRW5ADl0aM8SmvQCiea9m3CFc3O { width:18.5rem;height:6.5rem;top:11.75rem;left:0rem;font-size:1.25rem;color:#000000;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VG5SWRxL0w2KEIHrvLhaJwow60ufQ4M7 { width:20rem;height:16.250975rem;top:21.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yrOXNprs68wSUwLA79fLZTqBLzvbcnNq { width:20rem;height:4.0625rem;top:3.0625rem;left:0rem;font-size:3.125rem;color:#ff2121;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSUxbu0Je4Fg64RUUmtsoAcbKOzK9AW { width:17.3125rem;height:3.4375rem;top:7.125rem;left:0rem;font-size:1.5625rem;color:#ff2121;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mlIxs05w0qn62TKi0aWa8b1QyJLpD1se { background-color:#e6eeff;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; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { background-color: transparent; background-image: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container > .video-iframe-container { display: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container { display: none; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .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); }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { border-width: 0; border-radius: 0; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlIxs05w0qn62TKi0aWa8b1QyJLpD1se > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5xFOIrB2DlFlZ9Kz3cJ5pdLkDQ60oaa { width:18.3125rem;height:3.4375rem;top:3.1044921875rem;left:0rem;font-size:1.5625rem;color:#000000;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XeJzdiugqOwO3ALHB5W28cxodVygCuqV { width:20rem;height:21.66795rem;top:7.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zd0mMB3dUtaboTh3kzr04v78WnqIVd1k { width:20rem;height:4.875rem;top:30.625rem;left:0rem;font-size:3.75rem;color:#0635c9;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bC7I8y6HGCmQy1t2sOG50vX1GoPse0ml { width:6.125rem;height:2.4746125rem;top:31.6875rem;left:10.375rem;font-size:1.125rem;color:#0635c9;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 { display:block; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GP6Tht43I6TAL0wuxVpvnWC0USBzTca3 > .row .container { width:20rem;height:14.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKuql7iG05yQtmJ77aLzEv1gVVbmuGmq { width:3.4375rem;height:2.5996125rem;top:0.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETQiz0awN6ShyhF63Qrkpu4lTa2VIX4 { width:10rem;height:3.25rem;top:0rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDx2tW8xv8Wz1f7nBIpaP4Ds3wqpOTW4 { width:3.4375rem;height:2.5996125rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXyF82wBoiTBMGRxBE0a8pI9CxUlR91U { width:11.1875rem;height:3.25rem;top:5.75rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abKFXnGVB1qIUdlUMIml9UiOc01t6XCS { width:3.4375rem;height:2.5996125rem;top:11.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPSf8JUg5sPATD2nemeTBInv37FPqgI { width:16.0625rem;height:3.25rem;top:11.5rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw { display:block; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPGcq0eZiM69tf2wZ5RpdoGM5qoWm2Pw > .row .container { width:20rem;height:21.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyPtN6EaDVyEL6n8At2AWwfQ77m0NCJ6 { width:3.4375rem;height:2.5996125rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fh6H2pUkGuDaKySO3iHnr7VrJHriJW { width:13.625rem;height:3.25rem;top:2.5rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2b5eKDsqXFeOuMm5NeCIt0UgmTbegFE { width:3.4375rem;height:2.5996125rem;top:8.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNeD9rTTT8udtQpgGKhRrItgm2dvOoZN { width:16.875rem;height:3.25rem;top:8.25rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S1R9uIw5a05EKZbQ7eWVrGT4fODaqtNh { width:3.4375rem;height:2.5996125rem;top:14.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSWvC6uVwbCt2IWUAWkGcyQEUdhPVSG { width:15.8125rem;height:3.25rem;top:14rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEWyGDv2qguQv67kzvK97VsEHdQMJf06 { display:block; }#kEWyGDv2qguQv67kzvK97VsEHdQMJf06 > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t809ku6ZXDoUhyMI8gokwDW7Ta8zMTRV { width:20rem;height:4.7431625rem;top:5.1396484375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a { display:block; }#Jx4Gh1oRnl1CeP0mPkZMOOeCV4WdUU4a > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHf3wvbWeXcpVO8W8UF7iF3cqSCeWt2l { width:12.6875rem;height:1.625rem;top:5.125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZd3cZVmNG6QoiZQydmaqLgSW0u1NK4b { width:13.625rem;height:3.25rem;top:1.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #La4SESJZaBMUlmH2eJOMNZnma1EvOWhu { width:12.6875rem;height:1.13671875rem;top:6.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4UJ80gHMU6ZdDFNWuDONO9BTTV7muz { width:20rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0VBM7xxciFHPrTUwRTcT2HTCAOZ5be6 { width:20rem;height:11.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbtWfw7w6GT9Z2vz5fgKpuxqGlMQhka { width:12.6875rem;height:1.13671875rem;top:19.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lmn799kvuUBFnzSQn0Cnw9RkZX0Q113k { width:12.6875rem;height:1.625rem;top:17.6875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d55T07nTRvmJeEXbNl0t3tpQxosf2K4T { width:13.625rem;height:3.25rem;top:13.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfDDVBeJU0PXF1h4xyczs7IlH5WTKIAL { width:20rem;height:11.3125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2saB0tiNvDUCmkRu1MgDRtsnXxlCmBO { width:20rem;height:11.3125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl4OSGetPI3Gm5O6o3zo9ukIIZlB6SI { width:12.6875rem;height:1.13671875rem;top:44.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOFg2exIxA8XbWszTNr0qP28nrTasgrk { width:12.6875rem;height:1.625rem;top:42.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #py1Ryx3f7e6kDWKc6y5kIHw6ygz6vaBF { width:12.6875rem;height:1.625rem;top:30.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpweTBqiI3rXEtmK1oNP6XfsFlT418Kw { width:12.6875rem;height:1.13671875rem;top:31.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGKlqgzLgWU7c2HJoEkXocmXZlfEqS7D { width:13.625rem;height:3.25rem;top:26.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQont1glrr1tMmUbu78Kkd00Mowz09CP { width:13.625rem;height:3.25rem;top:38.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXRK5IvnVh175IGTrxNNzXasApEHNeKT { display:block; }#QXRK5IvnVh175IGTrxNNzXasApEHNeKT > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nta8DmwkvWT6snf8dvFJci7DedJ2Ei75 { width:12.6875rem;height:1.625rem;top:6.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvKKoy2NsCqBEOcECiU7O8l39cD83fR7 { width:7.375rem;height:3.25rem;top:2.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUqLFeww1h30bMTqDAw7OWpovFJ1x6wF { width:12.6875rem;height:1.13671875rem;top:8rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyTFfceDt8DCaFlcT7BbvDeg95QUKhz4 { width:20rem;height:11.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqWLs6KUOeGTRGROcv6hSvGfpvBLzEET { width:20rem;height:11.3125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUJ1nH9VhT1JzhKvUavx3OZFlDnglTTr { width:12.6875rem;height:1.13671875rem;top:20.5625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GG9iq2N2vXrx1hnlMy1TqmTROBxobbEq { width:12.6875rem;height:1.625rem;top:18.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTSymm2b6GKPHkXITZg8HaWftZC83NGc { width:13.625rem;height:3.25rem;top:15.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3SITJCOVeR0TOeVhorJMG6dy2kFXE9g { width:20rem;height:11.3125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3sFOfizvwmy20ddatU88QT14BEKTpb9 { width:20rem;height:11.3125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KMwKumKz7aMXohz7caJTWpTahIcu3e { width:12.6875rem;height:1.13671875rem;top:45.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvS9s7ip8HCkSGOLpUy4UK5T4wxU1riV { width:12.6875rem;height:1.625rem;top:44.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aslBRbMq7zIKDZtz5lw7kx478GPbGdG4 { width:12.6875rem;height:1.625rem;top:31.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pI3ElAss15vgTkF3gKelTvgLsSLD7Tvn { width:12.6875rem;height:1.13671875rem;top:33.125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RqKsxutRCnPk127JqOU23fcNaDUpoXOm { width:13.625rem;height:1.625rem;top:27.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1eq0JH0mnVMI2D56ZAkn9W4iL02tOKo { width:13.625rem;height:1.625rem;top:40.1875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzOWE1DeabExN19AG4W9zAHesgwrbW8e { display:block; }#DzOWE1DeabExN19AG4W9zAHesgwrbW8e > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2dSJq2TDv2s87OSNEsVTSeCbnWsm23Z { width:20rem;height:10.833975rem;top:0rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsTuCTZ2DUp9EDAacpR8sSO8kyxn8JTg { width:16.9375rem;height:3.75rem;top:10.83203125rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVDl5OIEKqmJ9ZytBKf1VvRDZ0KH5yqR { display:block; }
 }@media only screen and (max-width: 763px) { #bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O { display:none; }#bQFtWrGt0l5tSm4PONXCPTk4JpbtCK6O > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CJdfR1uaK20eT55TSdkJI9ngnsgo7Ib9 { width:20rem;height:13.3935625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzXlok9cNu26rwq8ur8udOhAVpy9Exl { width:20rem;height:5.7744125rem;top:14.7373046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLTFB0LB9vNMvIGg80pWu1Uzb8SZPo9 { width:20rem;height:18.5625rem;top:22.875rem;left:0rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS { display:block; }#a0W7v7RJONLhxTaOqDgN9a7vdeQxRRSS > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E64xnfLgaIIElHkOC1Rfnesnbi92PoZD { width:16.375rem;height:16.375rem;top:21.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIy0d8krrWOC8uUSIeTbEXdJDLqzoNp3 { width:16.375rem;height:13rem;top:2.8125rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyuwW5PszMthVLf30oTsMwgOu00uspDe { width:13.0625rem;height:3.125rem;top:17.53125rem;left:3.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f674Kcpevehi1uZscwb52hSUvwrSOb0R { display:block; }
 }@media only screen and (max-width: 763px) { #X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT { display:block; }#X32sSdFkHZN2XyaAb8uzyWOH0NhECEgT > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHwotIdNoRTUMGFqHcNSlJFXZnqb7RCG { width:20rem;height:3.8496125rem;top:5.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 { display:block; }#yQhqHZ8aEC1rAalqiEU0lbTZRBL0KIo4 > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpRrS8H8weTHZlA8ZW406izUL9m6o2L { width:20rem;height:5.0625rem;top:2.5625rem;left:0rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #WVS0E9fAsh2cRVu0hOr7PirPTo1NuZ8m { width:20rem;height:1.375rem;top:0.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2hTRo48OuPkms9PL3re6gDATLDKTCKJ { width:20rem;height:5.0625rem;top:13.875rem;left:0rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GW3zhmIEB1RxxHW3gu46avFidwDRdl5N { width:20rem;height:1.375rem;top:11.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #meOEhcab2JHtJGiz8F48aZC2QlSRxWgg { width:20rem;height:5.0625rem;top:36.5rem;left:0rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #itfT4hT0ys4hN02yFQbe2XuNVr8KLlmc { width:20rem;height:5.0625rem;top:25.1875rem;left:0rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #CrhxBDS84f6cmxMvaoTXQClHXCkquICB { width:20rem;height:1.375rem;top:23.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ly5TRbMiVf5DVFQb74hQvyT3Ig32zV09 { width:20rem;height:1.375rem;top:34.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u { width:1.3125rem;height:3rem;top:8.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/856f3728-b408-4c93-9156-04d88835b7b1/arrow167910bbb15a28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.adaptive-delivery-prevent-bg, #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.lazyload, #hDxfthmkV43kIs3D69yu3tTbC6LKrc3u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc { width:1.3125rem;height:3rem;top:19.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/856f3728-b408-4c93-9156-04d88835b7b1/arrow167910bbb15a28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.adaptive-delivery-prevent-bg, #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.lazyload, #zuH19S3HiTe2kPxt6I9cUc5dKoVUBKUc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh { width:1.3125rem;height:3rem;top:30.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/856f3728-b408-4c93-9156-04d88835b7b1/arrow167910bbb15a28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.adaptive-delivery-prevent-bg, #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.lazyload, #r9PbpTtr3L6MCwuOEwb4mR7mNglsElfh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV { 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; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container { background-color: transparent; background-image: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container > .video-iframe-container { display: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row > .video-iframe-container { display: none; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .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); }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container { border-width: 0; border-radius: 0; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znGAaPMbtZHXB4mAVBFIyrVr9QBc9oZV > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jiwe0k8XxLlZoeJdrJ9cQB1CtpOlFDJ7 { width:20rem;height:5.7744125rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WecvZBFD5owV33aKggVXhASaZnBUfAkT { display:block; }#WecvZBFD5owV33aKggVXhASaZnBUfAkT > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AogpTazVUPve2P1DKI46amdCFHQ6aFJv { width:20rem;height:8.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlgMITrvKlSMVwaF1ytaRqW2800g393A { width:20rem;height:1.71875rem;top:5.171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKeB6TELkFz3unwgHqShKe7PbzSTCA8t { width:20rem;height:8.8125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p10MvTEX2CdWOpenGeXTS87FKpi4WPC9 { width:20rem;height:1.71875rem;top:15.234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMXGvututauOmaHviWpkInQ2theuxJm2 { width:20rem;height:8.8125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgBlNxr67Jrd4y9eWrQtm8pQHJScE1ll { width:20rem;height:1.71875rem;top:25.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc { display:block; }#ZlZK8XJfSA19sUuAkXehhCbxHT9rlTMc > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRrJlS0LGqtbsdGfths5inX35hMDpR4T { width:20rem;height:3.8496125rem;top:5.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC { display:block; }#R9SqBA1BET9Ut7FKvcJG8XeqAGulJ1LC > .row .container { width:20rem;height:150.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBLgUIaHVXClnQitTD2ndlQtwAL1KCAO { width:20rem;height:8.894736842105rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxAGAlHbRhTdvl4q9N0SzXIFdw6FluO { width:20rem;height:7.2268907563025rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilMWHkXKwkDlxaazRvh4Uqxvz4fg3mbv { width:20rem;height:9.0909090909094rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvlRhd58xv0J6IRpbkEygfma39fwXbpm { width:20rem;height:5.3619302949062rem;top:31.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi6NnSvm9dP2RlH4nsZIxOiTEXhQKuiJ { width:20rem;height:6.4673913043481rem;top:39.263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1x8Kqa9t8ZbqffsZnS48zrxRhGTpSrA { width:20rem;height:7.0454545454544rem;top:48.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3RVoEP736Hhmxmi3JW9gZT3pNTG1tCW { width:18.8125rem;height:6rem;top:57.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH9ot679bBJoG1OTCrtS0ulL0AbmATtc { width:20rem;height:5.3083109919571rem;top:65.607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb4ADynI5Q7TTD9thW2XI25my6FUgnVG { width:20rem;height:7.6712328767125rem;top:73.3525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3c8ZkqzGZ1kc9AMwzqgrBR60JA4zP1 { width:20rem;height:12.527472527473rem;top:83.3974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSRznCa5rsqSlVwzcPrslMSs4a1JTGG { width:20rem;height:6.8478260869562rem;top:98.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1B9mavMdOFLG4SoTU89sr4GdLeNzhS { width:20rem;height:7.9120879120881rem;top:107.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSgsdrEhvuMwq9EhVhtyz9QJh74MpAH { width:20rem;height:6.9273743016762rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgF7LT2eZJkE7KLHSdgwfBUHRqzcqyo { width:20rem;height:5.9782608695652rem;top:126.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMC3g39W74yMguJNxHWK4wve3JqEyPat { width:20rem;height:12.559366754617rem;top:134.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQME91cCVbas6cbbR5hRqdEvVIsveSm { display:none; }#mEQME91cCVbas6cbbR5hRqdEvVIsveSm > .row .container { width:20rem;height:67.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D0pqC4DeBv1mQzpKrwPtsRMTV5CTbUPK { width:20rem;height:14.1679375rem;top:0rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #uWuZXGngTRiTuDJtl9m6cwZTST8pHm5W { width:20rem;height:9.4453125rem;top:18.5419921875rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #efPaFo95dTi4if7EJODXosf0iyunqMti { width:20rem;height:12.59375rem;top:32.3623046875rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ellbBb0SfsUa8CNmnKJPDOpmZhHugigZ { width:20rem;height:12.59375rem;top:49.3310546875rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HVX7uZPgx18cVohTt9chA3r9ydLmIrwl { display:block; }#HVX7uZPgx18cVohTt9chA3r9ydLmIrwl > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsPaX443OkteoQMVdUVAMDkuTOTLwKGx { width:17.5625rem;height:5.0625rem;top:10.6875rem;left:1.21875rem;font-size:0.9375rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOHPNMlO517QdlMsyLlzscKuTRLAUwEV { width:16.3125rem;height:2.75rem;top:7.3125rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTCL8Jr0xl4VcAZnaaFMTEHCa1LLKTND { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUm8ShAOF2U0ITAJfGbQzKkDsvb0IpH { display:flex;width:2.9375rem;height:2.9375rem;top:3.125rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #vNNQrGkiKvSXe5sTMBVZCThV5N7nqVQ1 { width:20rem;height:16.25rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSukByQ2kLtdf8MkW656xn0QoPpbA9LZ { width:16.3125rem;height:2.75rem;top:26.0625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8V2JaphKEP9xGHLktUvUkizG4zfbaDW { width:18.3125rem;height:5.0625rem;top:29.5rem;left:0.875rem;font-size:0.9375rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXoDiXHzZg2knwwSszaKZ0B9UZ0olCdW { display:flex;width:2.9375rem;height:2.9375rem;top:21.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #l7CXczfdewHQbJXOM6JsSs4LKG3rkIBF { width:20rem;height:16.25rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumlOVXStFeiMuzzUbvcbZnoGXAZVPR9 { width:18.125rem;height:5.0625rem;top:48.25rem;left:0.9375rem;font-size:0.9375rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRoOK87V2VWPe5MrmiByyTZSwT3WhO7P { width:16.3125rem;height:2.75rem;top:44.8125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zM0GNMXmtngBzEbyrLxIM6QlTP7GzUcA { display:flex;width:2.9375rem;height:2.9375rem;top:40.625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt { display:block; }#TSWmTc7ckcAFtyHkXgKeoJoDAo8EtpQt > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH .accordion-desc-text { font-size:0.875rem;height:auto; }
#SKpfu4ITRwIsSrnsPbUgyKmktB142QhH { display:flex;height:auto;width:20rem;top:11.625rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #dnAC0obhakNcz3LuB0NPcVXs8xQQnrSV {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZZcMaT2JeQwozGgELZN1lIh7ysxJGMKW {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ZVvRCQkGwZNzdSPll7as1mCTbsM4c8zX {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Fy4PdobBFOD11UaCQhRWIwHCf7d6mHIy {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #mKEngagtxTBUDEgxbNyvot9FR69BGEwQ {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #FO8E4CrxHVruNylh81dA2LoH6TlPZfPt {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ALTze2Q8Uss6kgIFqLQPUNqrQFIbvkKg {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #J6JH1QTPQAnP6beOgsuPglg3LSP0CZPa {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #nxbDJ6ryAMnOBIgArVEdH7axGXe51HnF {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #Ef3dBcOT2U2rzSGACkZFu5F49NuLQWyi {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #oV1rcvgix3RyxHydz42gT3iSWR5JxkcQ {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #ct79UpOmMh1HQNRHIVPWslyPA9v2UD7a {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WZp8V1WQz5nKzMaFQyJILNLdQKMw6b8L {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #KOFvmQb0Tc9TKPCPrH7emrPZm5C3Oyq9 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #antTle79a4WuC6fT5Zaf1Wlpa64IKwEb {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #d0Pbz0IIJJp7S833bv9wTA7rpyl67vhy {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #T21sqevafzmbFDUsUmLm93Zy5oTki5p9 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #qxUlK4LRERUUCd55iSyOd2AUN7b7aCt1 {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #vAvTQocnbW77IlZQyQyqvTT1at69xwoi {  }
 }@media only screen and (max-width: 763px) { #SKpfu4ITRwIsSrnsPbUgyKmktB142QhH #WzHhW9Ry2LefwDqs9M4LD8kOPbhky0SO {  }
 }@media only screen and (max-width: 763px) { #EoJQcbPaMhXhHMP1n5flKm6DMiEmvWG4 { width:20rem;height:1.92480625rem;top:6rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG { background-color:#e6eeff;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; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { background-color: transparent; background-image: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container > .video-iframe-container { display: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container { display: none; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .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); }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { border-width: 0; border-radius: 0; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vWTA7N15CuP3Ma6kfoxOlhHVrSgPrrIG > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC399PPSgXNQ4G8Eefr4UvegtybiXo0c { width:16.5625rem;height:3.75rem;top:13.875rem;left:1.71875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fT4E5AwXqmRPF7PGTTkVTxl56Vcl2TUT { display:block; }
 }@media only screen and (max-width: 763px) { #ylLKuqsggwT3WhBfsyCqB1zJlZPldsTw { width:20rem;height:6.875rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RzRAO7Ovz8b2XW8h47lFBgtbpB6FMPAv { width:11.75rem;height:2.375rem;top:21.6875rem;left:4.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Oh8RLCO7nInLAyVhTKOKO53NrhIDdhc5 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8LNxe8FWBqUMdEAJrQThhZD1Fa0yGVf { width:7.75rem;height:1.5rem;top:0.5625rem;left:9rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5buc3DK97kwu5ZFVG8adbNMJdJkN6vv { display:block; }
 }@media only screen and (max-width: 763px) { #TOvfP5QHRb7PdWfQtpUL8U5gTsrgaq72 { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lbsux51LWogBHJfcVv9wIHeMTcn5HNVe { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR4J9RhhHTvB6WynuJpIL3atL3CW5Hw7 { display:block; }
 }@media only screen and (max-width: 763px) { #bmr6LL5AqZEwHZt5nnf2LfTZIsoOSqRL { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3frx5zBC1UTWrR0DGWSRT1boo1iRJ5p { display:block; }
 }