.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { border-width: 0; border-radius: 0; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { color:#2a2a2a;display:block;width:43.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJA1f0l1NV1aavtbm92DrrORB9vpczHT { background-color:#9e1158;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:5.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.146873474121rem;left:0rem;display:block; }
#plEgTBD1uDx6dNxAe9Bzxc092ur1gLw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { 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:35.75rem;width:25.5625rem;top:8.671875rem;left:48.502082824707rem;overflow:hidden;display:block; }
#ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { 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:20.5rem;width:32.375rem;top:29.25rem;left:36.9375rem;overflow:hidden;display:block; }
#rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:21.3125rem;top:1.0625rem;left:1.375rem;overflow:hidden;display:block; }
#SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { position:absolute;display:block;z-index:15018;background-color:#74c325;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.3125rem;width:27.5rem;top:16.260416984558rem;left:0.085418701171875rem;display:block; }
#xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.434375762939rem;left:0rem;height:2.19375rem;text-align:center;text-align-last:center;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; }
#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.91250038147rem;left:0rem;height:15.32225rem;overflow:hidden;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#O4sxAZZ3Ef6XJKEhLVs6gw7bUKaKFTe1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:42.896484375rem;left:22.6875rem;overflow:hidden;display:block; }
#C8ALr8EC32fz2LlHhlxeqoRCJ910SCZa { position:absolute;display:block;z-index:15024;background-color:#74c325;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.9375rem 0.75rem rgba(0,0,0,0.2) ;height:12.75rem;width:12.75rem;top:16.285415649414rem;left:40.095832824707rem;display:block; }
#wXey2F37TNBykOcIElEK1S5D4nEXPTJH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.3125rem;left:40.15625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaQy5PZUehL5AsT98gLyGBPi0XVZ2GGE { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.125rem;left:42.25rem;height:4.30625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a86d2;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; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { background-color: transparent; background-image: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container > .video-iframe-container { display: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container { display: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .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); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { border-width: 0; border-radius: 0; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.228515625rem;left:0rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX3JS0aBPiAgpady4zgO8INkSk61UO1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { background-color: transparent; background-image: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container > .video-iframe-container { display: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container { display: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .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); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { border-width: 0; border-radius: 0; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#hv5dSRr7qZu5B3xpqCmOJN9nHBSUdVtL { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.96875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;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; }
#hS36LOCsQohqfJXzMGOqZZWS5xZHwupE { 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:20.25rem;width:29.375rem;top:10rem;left:2.375rem;overflow:hidden;display:block; }
#WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { position:absolute;display:block;z-index:15002;background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:37.5rem;top:12.5625rem;left:35.4375rem;display:block; }
#eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:35.4375rem;height:2.275rem;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; }
#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:35.437496185302rem;height:9.2578125rem;font-style:normal;display:block; }
#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { background-color: transparent; background-image: none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container > .video-iframe-container { display: none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row > .video-iframe-container { display: none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .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); }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { border-width: 0; border-radius: 0; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { 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:20.25rem;width:29.375rem;top:1.25rem;left:43rem;overflow:hidden;display:block; }
#q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { position:absolute;display:block;z-index:15002;background-color:#74c325;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:37.5rem;top:3.6875rem;left:2.25rem;display:block; }
#DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.25rem;height:4.548825rem;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; }
#EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.25rem;height:7.714875rem;font-style:normal;display:block; }
#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { background-color: transparent; background-image: none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container > .video-iframe-container { display: none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row > .video-iframe-container { display: none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .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); }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { border-width: 0; border-radius: 0; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { 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:20.25rem;width:29.375rem;top:2.625rem;left:2.25rem;overflow:hidden;display:block; }
#mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { position:absolute;display:block;z-index:15002;background-color:#6a86d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:37.5rem;top:5.1875rem;left:35.3125rem;display:block; }
#DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:35.3125rem;height:2.275rem;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; }
#EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { color:#000000;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35.3125rem;height:6.171875rem;font-style:normal;display:block; }
#P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { background-color:#9e1158;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.5rem;left:23.375rem;display:block; }
#NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:29.53125rem;left:47.625rem;overflow:hidden;display:block; }
#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { position:relative;display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { background-color: transparent; background-image: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container > .video-iframe-container { display: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row > .video-iframe-container { display: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { border-width: 0; border-radius: 0; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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:65.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; }#tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.28125rem;height:7.1484375rem;text-align:center;text-align-last:center;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; }
#pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { background-color:#9e1158;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:56.6875rem;left:22.78125rem;display:block; }
#tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJo0LN1aSvPavTA7RskKIRzzbIzWX05f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:49.625rem;left:44.1875rem;overflow:hidden;display:block; }
#Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { position:absolute;display:block;z-index:15025;background-color:#74c325;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.9375rem 0.75rem rgba(0,0,0,0.2) ;height:12.5625rem;width:12.5625rem;top:12.5625rem;left:61.5rem;display:block; }
#JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.75rem;left:61.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.6875rem;left:63.4375rem;height:4.30625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:41.625rem;width:40.5rem;top:12.875rem;left:0rem;display:block; }
#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { color:#000000;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.28125rem;height:;overflow:hidden;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { 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:38.875rem;width:27.8125rem;top:12.09375rem;left:43.085418701172rem;overflow:hidden;display:block; }
#mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:29.6875rem;left:44.1875rem;overflow:hidden;display:none; }
#UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:58.71875rem;left:46.375rem;overflow:hidden;display:block; }
#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr { position:relative;display:block; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr { background-color: transparent; background-image: none; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row .container > .video-iframe-container { display: none; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row > .video-iframe-container { display: none; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .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); }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr { border-width: 0; border-radius: 0; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .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; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .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:60.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; }#Wl3HMl39Pm9KNAeit68hNzZZS5FpU8xb { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.4375rem;height:;text-align:center;text-align-last:center;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; }
#uyE7XanFJhhSk4aXr61K3h2kE6UCW7XS { 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:26.6875rem;width:19.375rem;top:15rem;left:5.1875rem;overflow:hidden;display:block; }
#w0igwxeiTNgzHlUuTyOIkeeQ6bJG8bC1 { background-color:#9e1158;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.8125rem;left:28.5625rem;display:block; }
#B2z20cNHUo4xIEIny1pCFrCbITcEdf4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQKPesry0WSEtJ76U0BLMGZsfeZpQ7Vv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:36.84375rem;left:51.8125rem;overflow:hidden;display:block; }
#naVod4QsODNOz1Lm6ccQdyPP5CLxd4H0 { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.875rem;width:41.25rem;top:14.875000953674rem;left:28.5625rem;display:block; }
#OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.437500953674rem;left:30.625rem;height:12.3828125rem;overflow:hidden;display:block; }#OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
#uTalBSVRCxW3MRpZGrK5mfdUIQtQbG9T { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.875rem;left:14.3125rem;height:6.5800625rem;text-align:center;text-align-last:center;display:block; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .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:#e3e3e3;background-image:none;vertical-align:top; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .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; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .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; }#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-trigger.adaptive-delivery-prevent-bg, #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-trigger.lazyload, #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-trigger.lazyloading { background-image: none; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:43.5625rem;left:5.1875rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #Gp7fxxdeKtzrKyMOBS1zx6uVPRakg8fP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #iJ7cGVbyL3iLqxHSMcGkn7gRQRTHcECN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hfc2RfeD3agwUlQUT20a1BkPrplLIu2n { display:block;position:relative; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #fVvBNXkc1lEop9RpGfB961ELEnGmspqc {  }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #EirOU95sa7MhgDi0qa2a7JlIEACImQ8q {  }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hZ12pLMF6GNTE0oVyIifbzg2WTBLl3ZL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hlobh9QW4txIFCOqZGQQV5f6fp1Vkeqa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #wChv9Em1dQP8v1sEOUn0B926USX6gHvt { display:block;position:relative; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #uoMX7NRnb2QB2aABrI50iVk2x56myt9L {  }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #v4SUJdSfgFdVNsWwFIdNGg51sde797KM { display:none; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #qT52IMJa8eboC9C3nTQVyohPsvJAe9wN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #yebRV8A3DSOzrDqbTlCuXXDdkhDy2SmK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #t5g5zzvXJZkg0iXcNGo9cVmOaHRo2qaE { display:block;position:relative; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #W2AsTRvrNy7HIe1OhV7TiOHuUKpdfk5o {  }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #oBOr73xcIRNBDzxVuENlcD9qG29t0ra1 { display:none; }
#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { position:relative;display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { background-color: transparent; background-image: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container > .video-iframe-container { display: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row > .video-iframe-container { display: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { border-width: 0; border-radius: 0; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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: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; }#wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { color:#2a2a2a;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:13.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { position:relative;display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { background-color: transparent; background-image: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container > .video-iframe-container { display: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row > .video-iframe-container { display: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { border-width: 0; border-radius: 0; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { position:absolute;display:block;z-index:15000;background-color:#efefef;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:6.4375rem;display:block; }
#cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { position:absolute;display:block;z-index:15001;background-color:#efefef;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.1875rem;left:30.375rem;display:block; }
#xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { position:absolute;display:block;z-index:15002;background-color:#efefef;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:54.6875rem;display:block; }
#oHB6TqAbpqI3ZD7s919SKamclxccXG2t { position:absolute;display:block;z-index:15003;background-color:#6a86d2;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:4.6875rem;display:block; }
#bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { position:absolute;display:block;z-index:15004;background-color:#6a86d2;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.4375rem;left:28.6875rem;display:block; }
#m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { position:absolute;display:block;z-index:15005;background-color:#6a86d2;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:52.9375rem;display:block; }
#bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:5.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:29.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:54.09375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { 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:7.5rem;width:6.5625rem;top:4.53125rem;left:11.125rem;overflow:hidden;display:block; }
#TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { 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.5rem;width:5.1875rem;top:4.53125rem;left:35.75rem;overflow:hidden;display:block; }
#WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { 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:6.5625rem;width:6.5625rem;top:5.9375rem;left:59.375rem;overflow:hidden;display:block; }
#I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.0625rem;left:8rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.0625rem;left:31.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.0625rem;left:56.25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a86d2;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; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { background-color: transparent; background-image: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container > .video-iframe-container { display: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container { display: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .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); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { border-width: 0; border-radius: 0; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { color:#ffffff;display:block;width:53.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:10.875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr { position:relative;display:block; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr { background-color: transparent; background-image: none; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row .container > .video-iframe-container { display: none; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row > .video-iframe-container { display: none; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .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); }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr { border-width: 0; border-radius: 0; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .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; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .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: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; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { background-color:#ffffff;background-image:none;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { width:47.75rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { width:44rem;height:8.125rem;top:6.5rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJA1f0l1NV1aavtbm92DrrORB9vpczHT { width:21.875rem;height:4.375rem;top:73.6875rem;left:12.1875rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plEgTBD1uDx6dNxAe9Bzxc092ur1gLw8 { display:block; }
 }@media only screen and (max-width: 1199px) { #m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { width:23.4375rem;height:32.75rem;top:39.328125rem;left:16.578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { width:29.625rem;height:18.75rem;top:53.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { width:21.3125rem;height:3.0625rem;top:1.4375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { width:37.25rem;height:5.25rem;top:15.46875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { width:35.8125rem;height:2.35625rem;top:16.612499237061rem;left:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { width:39.9375rem;height:13.5375rem;top:23.375rem;left:3.5rem;font-size:1.375rem;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #O4sxAZZ3Ef6XJKEhLVs6gw7bUKaKFTe1 { width:2.1875rem;height:1.5625rem;top:75.125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8ALr8EC32fz2LlHhlxeqoRCJ910SCZa { width:12.25rem;height:12.25rem;top:44.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXey2F37TNBykOcIElEK1S5D4nEXPTJH { width:12.5rem;height:2.275rem;top:48rem;left:10.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaQy5PZUehL5AsT98gLyGBPi0XVZ2GGE { width:8.6875rem;height:4.0625rem;top:50.4375rem;left:12rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { display:block; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { width:47.75rem;height:4.0625rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KX3JS0aBPiAgpady4zgO8INkSk61UO1h { display:block; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { width:47.75rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hv5dSRr7qZu5B3xpqCmOJN9nHBSUdVtL { width:47.75rem;height:2.275rem;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS36LOCsQohqfJXzMGOqZZWS5xZHwupE { width:29.375rem;height:20.25rem;top:26.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { width:37.5rem;height:0.1875rem;top:9.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { width:31.0625rem;height:2.275rem;top:11.375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { width:37rem;height:10.80625rem;top:15.125rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:block; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:47.75rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:29.375rem;height:20.25rem;top:21.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:37.5rem;height:0.1875rem;top:2.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:39.0625rem;height:2.275rem;top:3.9375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:37rem;height:9.2625rem;top:7.8125rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:block; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:47.75rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:29.375rem;height:20.25rem;top:19.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:37.5rem;height:0.1875rem;top:2.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:31.0625rem;height:2.275rem;top:4.3125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:33.375rem;height:7.71875rem;top:8.0625rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { width:21.875rem;height:4.375rem;top:41.75rem;left:12.6875rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block; }
 }@media only screen and (max-width: 1199px) { #x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container { width:47.75rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { width:47.75rem;height:4.55rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { width:21.875rem;height:4.375rem;top:85.3749961853rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block; }
 }@media only screen and (max-width: 1199px) { #CJo0LN1aSvPavTA7RskKIRzzbIzWX05f { width:2.1875rem;height:1.5625rem;top:86.7187461853rem;left:29.340624809265rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { width:12.25rem;height:12.25rem;top:12.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { width:12.5rem;height:2.275rem;top:15.6875rem;left:26.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { width:8.6875rem;height:4.0625rem;top:18.125rem;left:28rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { width:43.75rem;height:40.6875rem;top:42.312496185302rem;left:0.76002994587588rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { width:37.1875rem;height:35.54375rem;top:43.845830917358rem;left:5.84375rem;font-size:1.1875rem;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { width:21.375rem;height:29.875rem;top:10.90625rem;left:9.328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr { display:block; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row .container { width:47.75rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wl3HMl39Pm9KNAeit68hNzZZS5FpU8xb { width:47.75rem;height:2.275rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyE7XanFJhhSk4aXr61K3h2kE6UCW7XS { width:19.375rem;height:26.6875rem;top:32.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0igwxeiTNgzHlUuTyOIkeeQ6bJG8bC1 { width:21.875rem;height:4.375rem;top:63.0625rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2z20cNHUo4xIEIny1pCFrCbITcEdf4p { display:block; }
 }@media only screen and (max-width: 1199px) { #eQKPesry0WSEtJ76U0BLMGZsfeZpQ7Vv { width:2.1875rem;height:1.5625rem;top:64.5rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naVod4QsODNOz1Lm6ccQdyPP5CLxd4H0 { width:41.875rem;height:16.1875rem;top:14.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 { width:38.875rem;height:12.3875rem;top:16.778124809265rem;left:5.03125rem;font-size:1.1875rem;display:block; }#OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 1199px) { #uTalBSVRCxW3MRpZGrK5mfdUIQtQbG9T { width:44.5625rem;height:8.775rem;top:5.9520826339722rem;left:1.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD { display:flex;height:auto;width:27.8125rem;top:43.5625rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #Gp7fxxdeKtzrKyMOBS1zx6uVPRakg8fP {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #iJ7cGVbyL3iLqxHSMcGkn7gRQRTHcECN {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hfc2RfeD3agwUlQUT20a1BkPrplLIu2n {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #fVvBNXkc1lEop9RpGfB961ELEnGmspqc {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #EirOU95sa7MhgDi0qa2a7JlIEACImQ8q {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hZ12pLMF6GNTE0oVyIifbzg2WTBLl3ZL {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hlobh9QW4txIFCOqZGQQV5f6fp1Vkeqa {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #wChv9Em1dQP8v1sEOUn0B926USX6gHvt {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #uoMX7NRnb2QB2aABrI50iVk2x56myt9L {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #v4SUJdSfgFdVNsWwFIdNGg51sde797KM {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #qT52IMJa8eboC9C3nTQVyohPsvJAe9wN {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #yebRV8A3DSOzrDqbTlCuXXDdkhDy2SmK {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #t5g5zzvXJZkg0iXcNGo9cVmOaHRo2qaE {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #W2AsTRvrNy7HIe1OhV7TiOHuUKpdfk5o {  }
 }@media only screen and (max-width: 1199px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #oBOr73xcIRNBDzxVuENlcD9qG29t0ra1 {  }
 }@media only screen and (max-width: 1199px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:35.5625rem;height:2.4375rem;top:1.6875rem;left:6.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { width:13.125rem;height:16.625rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { width:14.375rem;height:16.625rem;top:3.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { width:13.125rem;height:16.625rem;top:3.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHB6TqAbpqI3ZD7s919SKamclxccXG2t { width:4.625rem;height:4.625rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { width:4.625rem;height:4.625rem;top:1.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { width:4.625rem;height:4.625rem;top:1.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { width:2.125rem;height:3.8183625rem;top:1.8125rem;left:1.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { width:2.125rem;height:3.8183625rem;top:1.9375rem;left:17.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { width:2.3125rem;height:3.8183625rem;top:1.8125rem;left:33.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { width:6.5625rem;height:7.5rem;top:4.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { width:5.1875rem;height:7.5rem;top:4.625rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { width:6.5625rem;height:6.5625rem;top:5.630859375rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { width:12.5rem;height:4.5rem;top:13.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { width:12.5rem;height:4.5rem;top:13.3125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { width:12.5rem;height:4.5rem;top:13.3125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { display:block; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { width:42.5625rem;height:6.5rem;top:6.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr { display:block; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { background-color:rgba(0,0,0,0);background-image:none;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { width:20rem;height:10.725rem;top:6.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJA1f0l1NV1aavtbm92DrrORB9vpczHT { width:18.75rem;height:4.375rem;top:59.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plEgTBD1uDx6dNxAe9Bzxc092ur1gLw8 { display:block; }
 }@media only screen and (max-width: 763px) { #m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { width:13.0625rem;height:18.3125rem;top:36.9375rem;left:5.7310688240753rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { width:16.25rem;height:10.25rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { width:18.75rem;height:2.6875rem;top:2.1884765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { width:20rem;height:3.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { width:20rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { width:19.5rem;height:12.5625rem;top:23.207305908203rem;left:0.5rem;font-size:0.9375rem;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #O4sxAZZ3Ef6XJKEhLVs6gw7bUKaKFTe1 { width:2.1875rem;height:1.5625rem;top:60.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ALr8EC32fz2LlHhlxeqoRCJ910SCZa { width:6.75rem;height:6.75rem;top:40.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXey2F37TNBykOcIElEK1S5D4nEXPTJH { width:6.25rem;height:1.4625rem;top:42.0625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQy5PZUehL5AsT98gLyGBPi0XVZ2GGE { width:4.875rem;height:2.1933625rem;top:43.5rem;left:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { display:block; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { width:20rem;height:6.825rem;top:0.56668090820312rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX3JS0aBPiAgpady4zgO8INkSk61UO1h { display:block; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv5dSRr7qZu5B3xpqCmOJN9nHBSUdVtL { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS36LOCsQohqfJXzMGOqZZWS5xZHwupE { width:20rem;height:13.7875rem;top:38.149995803833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { width:20rem;height:0.1875rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { width:19.5rem;height:4.2246125rem;top:9.19921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { width:20rem;height:21.6125rem;top:14.93456875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:block; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:20rem;height:13.7875rem;top:32.184374809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:20rem;height:0.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:20rem;height:4.225rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:20rem;height:21.6125rem;top:8.9854164123538rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:block; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:20rem;height:13.75rem;top:24.874998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:20rem;height:0.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:20rem;height:4.225rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:20rem;height:13.89375rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { width:19rem;height:4.375rem;top:41.374998092651rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block; }
 }@media only screen and (max-width: 763px) { #x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { width:2.1875rem;height:1.5625rem;top:43.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { width:20rem;height:9.1rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { width:19rem;height:4.375rem;top:92.982292175294rem;left:1.0010423660278rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block; }
 }@media only screen and (max-width: 763px) { #CJo0LN1aSvPavTA7RskKIRzzbIzWX05f { width:2.1875rem;height:1.5625rem;top:76.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { width:8.0625rem;height:8.0625rem;top:14.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { width:8.625rem;height:1.625rem;top:17.0625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { width:8.6875rem;height:2.5996125rem;top:18.625rem;left:10.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { width:19.9375rem;height:58.9375rem;top:31.341674804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { width:17.875rem;height:51.225rem;top:37.03750038147rem;left:1.0625rem;font-size:1rem;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { width:13.25rem;height:18.5625rem;top:14.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { width:2.1875rem;height:1.5625rem;top:94.388542175294rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr { display:block; }#n78UyJ1QlgFUlIDpfTvpupCgL0FIDJmr > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl3HMl39Pm9KNAeit68hNzZZS5FpU8xb { width:19.375rem;height:6.825rem;top:0.5625rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyE7XanFJhhSk4aXr61K3h2kE6UCW7XS { width:13.375rem;height:18.4375rem;top:34.659370422363rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0igwxeiTNgzHlUuTyOIkeeQ6bJG8bC1 { width:19rem;height:4.375rem;top:54.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2z20cNHUo4xIEIny1pCFrCbITcEdf4p { display:block; }
 }@media only screen and (max-width: 763px) { #eQKPesry0WSEtJ76U0BLMGZsfeZpQ7Vv { width:2.1875rem;height:1.5625rem;top:56rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVod4QsODNOz1Lm6ccQdyPP5CLxd4H0 { width:19.875rem;height:18.8125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 { width:18.75rem;height:16.125rem;top:16.80078125rem;left:0.625rem;font-size:1rem;display:block; }#OV8l5NSyPNZfPoz2RktcGav2dA6eVag1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 763px) { #uTalBSVRCxW3MRpZGrK5mfdUIQtQbG9T { width:19.3125rem;height:7.71875rem;top:8.25rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD { display:flex;height:auto;width:17.5rem;top:60.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #Gp7fxxdeKtzrKyMOBS1zx6uVPRakg8fP {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #iJ7cGVbyL3iLqxHSMcGkn7gRQRTHcECN {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hfc2RfeD3agwUlQUT20a1BkPrplLIu2n {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #fVvBNXkc1lEop9RpGfB961ELEnGmspqc {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #EirOU95sa7MhgDi0qa2a7JlIEACImQ8q {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hZ12pLMF6GNTE0oVyIifbzg2WTBLl3ZL {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #hlobh9QW4txIFCOqZGQQV5f6fp1Vkeqa {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #wChv9Em1dQP8v1sEOUn0B926USX6gHvt {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #uoMX7NRnb2QB2aABrI50iVk2x56myt9L {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #v4SUJdSfgFdVNsWwFIdNGg51sde797KM {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #qT52IMJa8eboC9C3nTQVyohPsvJAe9wN {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #yebRV8A3DSOzrDqbTlCuXXDdkhDy2SmK {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #t5g5zzvXJZkg0iXcNGo9cVmOaHRo2qaE {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #W2AsTRvrNy7HIe1OhV7TiOHuUKpdfk5o {  }
 }@media only screen and (max-width: 763px) { #gI8ySJ7G2TWsHpm6MrbDJ69dZ1B5SbvD #oBOr73xcIRNBDzxVuENlcD9qG29t0ra1 {  }
 }@media only screen and (max-width: 763px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { width:12.75rem;height:13.25rem;top:2.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { width:12.75rem;height:16.4375rem;top:19.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { width:12.75rem;height:13.25rem;top:40.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHB6TqAbpqI3ZD7s919SKamclxccXG2t { width:3.75rem;height:3.75rem;top:1.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { width:3.75rem;height:3.75rem;top:18.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { width:3.75rem;height:3.75rem;top:39.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { width:2.125rem;height:2.5996125rem;top:1.9375rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { width:2.125rem;height:2.5996125rem;top:19.25rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { width:2.3125rem;height:2.5996125rem;top:39.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { width:5.1875rem;height:5.875rem;top:3.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { width:5.1875rem;height:7.5rem;top:21.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { width:6.5625rem;height:6.5625rem;top:41.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { width:12.5rem;height:3.9375rem;top:10.5625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { width:11.25rem;height:3.9375rem;top:30.75rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { width:12.5rem;height:3.9375rem;top:49.0625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { display:block; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { width:20rem;height:4.55rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { width:20rem;height:10.2375rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr { display:block; }#PcGe0fs0R9RPx3iaXdfT3UnziEDEUrPr > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }