.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,221,246;--color-primary-1:154,154,227;--color-primary-2:86,86,209;--color-primary-3:44,44,198;--color-primary-4:0,18,40;--color-secondary-0:250,214,215;--color-secondary-1:239,131,135;--color-secondary-2:228,49,55;--color-secondary-3:255,0,8;--color-secondary-4:46,10,11;--color-tertiary-0:255,255,255;--color-tertiary-1:236,236,236;--color-tertiary-2:200,200,200;--color-tertiary-3:68,68,68;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { background-color: transparent; background-image: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .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); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { border-width: 0; border-radius: 0; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#OMDks3CVvrhsd0XExutiCl4w6afoHwLH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EEvUWf3A0nDquUP58sQPfEoB4CFWun8d { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:3.125rem;left:50.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVJpQD9P9AvpGpTgZkmFvOvzSkDH6TFo { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:3.125rem;left:42rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbKvAafXlOhzdqVqArnNwyxGKM6NtlVc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cst9EEODgwn1FuZ4GW3GGFPMmFZb8QLR { position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(183,19,24,0.6) ;height:4.375rem;width:14.375rem;top:1.625rem;left:60.625rem;display:block; }
#lL9XOzFMWDqkcufEzgobBw1hi9MaORmO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:2rem;left:70.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#emTKK5Is7fEBs6rgwWpOc8iAHwi4WLiw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:2.3125rem;left:71.03125rem; }
#HJpU1Tn9KDw0QB9blTbwTXHPppmcPxPH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:61.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvblKentBzw7xdQNBuknIELzTBTC6rrm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:1.625rem;left:60.625rem;display:block; }
#lVMHU6iV6llMOzI1plytpVpKhtho9AdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UffUqV4cvOinHAtgWqnoJlbTfxBpXC3w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.4375rem;top:3.75rem;left:17.1875rem;overflow:hidden;display:none; }
#IxwHu17rTq1SPaFQBVg5eMPFuMJ8Gppp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.75rem;top:3.375rem;left:50.125rem;overflow:hidden;display:none; }
#tgkPr2rdC9vDyhAnG2gitmQuUeg2EkzA { position:absolute;display:block;z-index:15068;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.25rem;width:14.875rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c4b6-7da3-4bb2-9adb-15e1320ac577/herobg170207589a316bc40c1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .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); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { border-width: 0; border-radius: 0; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:block; }#mkvHHZQdaow2izufb4h0U0sOeekP0S6B { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:19.75rem;left:0rem;height:8.38675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:28.625rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { color:rgba(var(--color-primary-3),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16.875rem;left:50rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:38.1875rem;width:27.0625rem;top:16.1875rem;left:47.9375rem;display:block; }
#nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { color:#222222;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:19.9375rem;left:49.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:34.625rem;left:2.1875rem;height:6.625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
#Xk5MziKzTRC3kcBCSdxWGr5mOtTndZzn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0.625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { position:absolute;display:block;z-index:15057;height:26.8125rem;width:23.0625rem;top:22.4375rem;left:49.9375rem;display:block; }
#iMhpuTFCTlwQr08Ua7vaxdpX5UAyax0f { color:#0063d1;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:49.25rem;left:56.125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#eTq3J8mVVIOIBUkmSolhPQ59zUTaTv1m { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), #fa1d0b);background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), #fa1d0b);background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), #fa1d0b);background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), #fa1d0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa1d0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa1d0b' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), #fa1d0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(183,19,24,0.6) ;height:4.75rem;width:15.875rem;top:47.625rem;left:0rem;display:block; }
#moNqorWIAa9RMxB1fNRAeFkgsAmWkl2i { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:50.1875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#Z1Aa5IDWotxzTQZEHRLEuHrLgMSlvA0B { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:48.4375rem;left:2.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbxE3K5mBHV8777TDB1Tv4boburbsWLA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:47.5625rem;left:0rem;display:block; }
#J9c8fvRDnoJVQfaf89d3HM82THNBs0v7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGt8Jh7kmNFOMObMmnMuDdI76BtkXnwS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:48.125rem;left:11.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#I3XD6SsFbTPv7X1QNWUfoTRowW8TEUpz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:48.4375rem;left:11.6875rem; }
#r3CZl2UaC7lnqTcwIQNp2Xgq9DDxJnO0 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:9.25rem;top:47.3125rem;left:18.875rem;overflow:hidden;display:block; }
#z8LmLcB36wqn8kAPQP7uKqmEka3QiHBL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(136deg, rgba(0,99,209,0.47), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(136deg, rgba(0,99,209,0.47), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(136deg, rgba(0,99,209,0.47), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(136deg, rgba(0,99,209,0.47), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063d177', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063d177', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(136deg, rgba(0,99,209,0.47), rgba(var(--color-primary-3),1));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:2.5625rem;width:11.5625rem;top:14.75rem;left:0rem;display:block; }
#omqfxm4wmUbJk01ybNrCOEutBbi9Lwn6 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:13.6875rem;left:10.8125rem;overflow:hidden;display:block; }
#aTzAoE3k9rUX23ZVTn1yC7zxHCKc3SFo { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.3125rem;top:44.4375rem;left:8.0625rem;overflow:hidden;display:block; }
#Bt38iXmKLuvZpJdiXvW0i2ycP2nZrJTH { position:absolute;display:block;z-index:15077;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.9375rem;width:3.9375rem;top:48.96875rem;left:51.75rem;overflow:hidden;display:block; }
#I98kvZc7ZTalrIVt7Q3PFLaguZyp7QUo { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:1.6875rem;top:17.75rem;left:49.375rem;overflow:hidden;display:block; }
#xmRUxrzX3SaIHRptJkSI5qzexkrw7MJw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO { position:relative;display:block; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO { background-color: transparent; background-image: none; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row .container > .video-iframe-container { display: none; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row > .video-iframe-container { display: none; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .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); }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO { border-width: 0; border-radius: 0; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .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; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tsqEDu7PcgcGCf5n4qQgbQaA0waho0zc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.4375rem;top:3.75rem;left:17.1875rem;overflow:hidden;display:block; }
#tQq7PEeHQiLdGxwrV92oqG1K4ppWeZcX { 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:4.875rem;width:11.4375rem;top:4.125rem;left:34.125rem;overflow:hidden;display:block; }
#Z15ps0Id8kwootTXEuRud39pFkTAK2Pm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.75rem;top:3.375rem;left:50.125rem;overflow:hidden;display:block; }
#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container { background-color: transparent; background-image: none; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container > .video-iframe-container { display: none; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row > .video-iframe-container { display: none; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .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); }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container { border-width: 0; border-radius: 0; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#pQceXESzOEv2xWJKD1Gd1NbDCkIgw87P { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.9375rem;left:25.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cqx4LTL9CaXouHUPqCddJDQ8Nwa9zuiH { position:absolute;display:block;z-index:14998;background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.75rem;width:24.125rem;top:5.4375rem;left:0rem;display:block; }
#Mqz5w9dMTx8nBXsr8dOdJfWRGl2eZMAb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:4.3125rem;height:1.7875rem;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;overflow:hidden;display:block; }
#lsacXZJSrOZT34wigeznPJTzIEsx1Hxm { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.625rem;left:1.25rem; }
#PhMMOLdpBWaZ3TsgQKSpqw7Uyc0UNikq { position:absolute;display:block;z-index:15004;background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.75rem;width:24.125rem;top:5.4375rem;left:25.4375rem;display:block; }
#hmRhJ2EeSvKKGyF3Tgy19rf0hqv2kUU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:29.8125rem;height:1.7875rem;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;overflow:hidden;display:block; }
#truWqpMzuSDBViiT0QRGUWqRqknXh8gX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.5rem;left:26.4375rem; }
#Xo0Kcewp1DTgS63eFMQTGOdnlw0WBBnc { position:absolute;display:block;z-index:15007;background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.75rem;width:24.125rem;top:5.4375rem;left:50.875rem;display:block; }
#h6NSd4eqHN8Ut6ys80pLLpgFTJJJ5I8p { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.9375rem;left:55.4375rem;height:1.7875rem;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;overflow:hidden;display:block; }
#sn7X2l8x8dIrpmIRrGSiTdACtkETI8rT { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.625rem;left:52.0625rem; }
#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { background-color: transparent; background-image: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .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); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { border-width: 0; border-radius: 0; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:23.125rem;left:1.5rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
#sux6iDGupJFvPggerzXEoEWyhGX33hzE { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:23.125rem;left:14.5rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
#OXEGwMm2d4vnsvlcPFLrglzhTwZTVtpn { color:#222222;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.6875rem;left:0rem;height:7.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5Gr78C2pWIbmUwC7d9tscoeKPTKeQ73 { position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:38.5rem;left:0rem;display:block; }
#sOKhgaInMEGgmRaLEJ4X4o3y8x9bn6E2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:38.5rem;left:0rem;display:block; }
#JovJZalR2s385aD96XuRN6LqGQWc4FWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TW1LoXaqzEyr2vfL63cTiu1MPSTFxlme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:39rem;left:11.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#lTTa8qsTENdRz7bcF19bkO25OEZdFAEv { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:41.0625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#lrnXTSX7kzAtJmuzAFtoCMSZTltIxnxR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:39.3125rem;left:11.6875rem; }
#w7d8zZd062Dmt4vClGRhZWlBKmLNATuB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:39.3125rem;left:2.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUMs9dM0d0C5sylnNDTwiUzeIK0DHIQk { background-color:transparent;background-image:none;border-top:0.1875rem dotted rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem dotted rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.23) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.3125rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:38.6875rem;left:17.625rem;display:block; }
#T47h2uDApB8lPhd0b7lQqnrqoLbf1Vyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuTv3ianI9bFgr50uv3gikHfnesaDoqy { position:absolute;display:block;z-index:15088;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:32.125rem;width:32.4375rem;top:7.75rem;left:40.0625rem;overflow:hidden;display:block; }
#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { background-color: transparent; background-image: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container > .video-iframe-container { display: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container { display: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .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); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { border-width: 0; border-radius: 0; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { color:rgba(var(--color-secondary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:2.25rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDyb9sHhlIG3k47UTAziRQdg9narzX96 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.875rem;left:17.34375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container { background-color: transparent; background-image: none; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container > .video-iframe-container { display: none; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row > .video-iframe-container { display: none; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .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); }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container { border-width: 0; border-radius: 0; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#DvLJmR9oR9CF8ef1xwt3v6zAM7LEg2uO { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:1.9375rem;left:34.625rem;overflow:hidden;display:block; }
#ymngJugGo89ah9O6HsVteGeviLKn2QIg { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.875rem rgba(244,174,1,0.52) ;height:18.3125rem;width:17.5rem;top:4.875rem;left:28.8125rem;display:block; }
#BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.4;letter-spacing:0;top:8.5625rem;left:29.9375rem;height:11.4453125rem;font-style:normal;overflow:hidden;display:block; }#BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
#n0u1rfEcoEBT6spUtkiBlwHUT32aFARi { position:absolute;display:block;z-index:15101;background-color:transparent;background-image: -webkit-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -moz-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -ms-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -o-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );";background-image: linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);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:3rem;width:20.75rem;top:22.125rem;left:27.125rem;display:block; }
#JoczJg0PqesSPdOA6xLdPoZVfTv3SsV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15102;line-height:1.4;letter-spacing:0;top:22.5625rem;left:31.9375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUJ9Vh38w2rwJcsOS5P5iAh5K76t8Rzp { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.875rem rgba(244,174,1,0.52) ;height:18.3125rem;width:17.5rem;top:4.8125rem;left:3.8125rem;display:block; }
#veGlKPe3anQsOTuaGPGIdWKMctL0TDEe { position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -moz-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -ms-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -o-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );";background-image: linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);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:3rem;width:20.75rem;top:22.0625rem;left:2.125rem;display:block; }
#BB4knqlHbGUNVs3B6lPFKlsuth71TShX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15097;line-height:1.4;letter-spacing:0;top:22.5rem;left:6.9375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { color:rgba(var(--color-primary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:8.5625rem;left:5.03125rem;height:9.871125rem;font-style:normal;overflow:hidden;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
#oMTclpcnLH1Fq8lEU4xmOylaQtuvPTqD { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:1.875rem;left:9.625rem;overflow:hidden;display:block; }
#C1fJUsvmk9q4ClvEUqxzzRDBc8u0BCT5 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d0d0d0' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d0d0d0);background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.875rem rgba(244,174,1,0.52) ;height:18.3125rem;width:17.5rem;top:4.5rem;left:53.8125rem;display:block; }
#PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15105;line-height:1.4;letter-spacing:0;top:8.5625rem;left:55.25rem;height:9.871125rem;font-style:normal;overflow:hidden;display:block; }#PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
#pcUBXAzVXSxWHgtTaRxxT4T66AO0BGmI { position:absolute;display:block;z-index:15106;background-color:transparent;background-image: -webkit-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -moz-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -ms-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);background-image: -o-linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d1' );";background-image: linear-gradient(235deg, rgba(var(--color-primary-3),1), #0063d1);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:3rem;width:20.75rem;top:21.75rem;left:52.125rem;display:block; }
#bbPuVl69SuFhgltbyTv2SfEVdnWeZGB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15107;line-height:1.4;letter-spacing:0;top:22.1875rem;left:56.9375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRBwMZ6irzEiGPhDoPElXQ51Cgw7wOnA { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:1.5625rem;left:59.625rem;overflow:hidden;display:block; }
#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { position:relative;display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { background-color: transparent; background-image: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .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); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { border-width: 0; border-radius: 0; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .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; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.6875rem;left:15.78125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { position:absolute;display:block;z-index:15003;height:10.1875rem;width:75rem;top:4.375rem;left:0rem;display:block; }
#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c4b6-7da3-4bb2-9adb-15e1320ac577/herobg170207589a316bc40c1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2.adaptive-delivery-prevent-bg, #OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2.lazyload, #OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2.lazyloading { background-image: none; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container { background-color: transparent; background-image: none; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container > .video-iframe-container { display: none; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row > .video-iframe-container { display: none; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .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); }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container { border-width: 0; border-radius: 0; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#mfVnq4XLC6fiMuEVldqHwLKkZDnrDAsm { color:rgba(var(--color-primary-3),1);display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.3125rem;left:26.0625rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EV7qvhZsrtsTMdG8wQ67MmJo5yTBxfd9 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:38.1875rem;width:27.0625rem;top:4.625rem;left:24rem;display:block; }
#IwCo6IhfaHcrEwT0GvdwSkeLaAmouGCv { color:#222222;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:8.375rem;left:25.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tXfxD6TME8LMiollop2ut6G3JHlxzg6A { position:absolute;display:block;z-index:15064;height:26.8125rem;width:23.0625rem;top:10.875rem;left:26rem;display:block; }
#Uro6xNAS7DtfgM3DtZVxpcrew4HfBUox { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:1.6875rem;top:6.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#qHkkGLk4N6aMeDcRNNOmAnGRUqTnoCuh { position:absolute;display:block;z-index:15084;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.9375rem;width:3.9375rem;top:37.4375rem;left:27.8125rem;overflow:hidden;display:block; }
#kOhNF0qnep6L7sXkl309ilDIi3mcRMnf { color:#0063d1;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:37.875rem;left:32.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container { background-color: transparent; background-image: none; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container > .video-iframe-container { display: none; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row > .video-iframe-container { display: none; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .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); }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container { border-width: 0; border-radius: 0; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#wipfGaBqTlP8w19S8vpLrUzCtcm3ZyEX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.0625rem;left:8.5rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.9;letter-spacing:0;top:12.3720703125rem;left:10.6875rem;height:26.628875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_362a2032e88c12f382d2e0abba114cdce684c5e4.svg); }
#egqKNV8wZ0gLHL39Kk8zCvytTZkzPKFw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:32.1875rem;width:36.3125rem;top:6.875rem;left:32.4375rem;overflow:hidden;display:block; }
#k34d3764a559a446684a7ed9ae101f93f7e9503d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5ec9c40-0a6f-4425-9da4-251b4f708aa1/bottomhero170207589a2a5a6567f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d.adaptive-delivery-prevent-bg, #k34d3764a559a446684a7ed9ae101f93f7e9503d.lazyload, #k34d3764a559a446684a7ed9ae101f93f7e9503d.lazyloading { background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .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); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { border-width: 0; border-radius: 0; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#Hb1ebd625cea35327c37a608f50ffebde1b30956 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5869140625rem;left:1.875rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVRbA1hzoE66JIDxn2VxtLfBznwA4Bve { position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:3.625rem;left:41.5rem;display:block; }
#Txhxu2JLEP6TVHoBnbElZNBVPXToDxK5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:3.625rem;left:41.5rem;display:block; }
#ZFUtUoNnagL1sHikXNApzaB0hsRWRdGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2uhFF3uA9CbMKb2om7bohguxOTcisSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:4.125rem;left:52.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#xRsok97FduZgrXGpcaEGGMGUclHBpl0F { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:6.1875rem;left:43.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Brt9UasSRtppOUWAQC2NtwLczMhVMlKp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:4.4375rem;left:53.1875rem; }
#gTEO9VXPJVNQbd840wqVDF1byTXT3t4n { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:4.4375rem;left:43.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9tzVOqNz0p2UICKL8bIhPTP9fZPAiII { background-color:transparent;background-image:none;border-top:0.1875rem dotted rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem dotted rgba(var(--color-secondary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.3125rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:3.84375rem;left:59.4375rem;display:block; }
#ssGw57nENq2kNO49lzf7BdizrVVKOcEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container { background-color: transparent; background-image: none; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container > .video-iframe-container { display: none; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row > .video-iframe-container { display: none; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .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); }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container { border-width: 0; border-radius: 0; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#mraO03NCv5GJi9ZtaNpQ8TfDxX0Wmc0S { color:rgba(var(--color-secondary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.375rem;left:29rem;height:1.625rem;font-style:normal;display:block; }
#A1lKQLR3hH7Lr7ThWmdXgXtaTQnLHaO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.9375rem;left:22.03125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fnAktm9q200LETf26nTkhnRIZdLS6nKu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:25.5rem;left:20rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8D4hz8RQi8b1Q9Zd2gvQUGTSCgFe9Py { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:18.3125rem;left:5.625rem;overflow:hidden;display:block; }
#rhkhANXM0noDWx9504zs2krQJTcWfIAz { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:18.3125rem;left:63.625rem;overflow:hidden;display:block; }
#mnvpVbwUOPVOirdiHuxKN01gptl2vo9y { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:18.3125rem;left:24.6875rem;overflow:hidden;display:block; }
#VUucorcn3OFFWcTJGvoAArOwQTmcsHZq { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:18.3125rem;left:43.875rem;overflow:hidden;display:block; }
#fDqvrdFzTFLH46P4O1pRUKcuRs1iW401 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:25.5rem;left:0.9375rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrrSUFFVBr3VufaGN6HmQSw83TmIsUg3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:30rem;left:0.8125rem;height:6.9970625rem;text-align:center;text-align-last:center;display:block; }
#rfVhSv16P6TpU4tndyuwQQVSp5bQp7dK { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:22.625rem;width:17.5rem;top:16.875rem;left:0rem;display:block; }
#w1MKuHBqu4TQrnE6uuzoVEmn2zDfsR4y { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:30rem;left:19.84375rem;height:6.9970625rem;text-align:center;text-align-last:center;display:block; }
#TM1BGaPDFwNc7Ngi6Pr9ttRNPHK2bA8r { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:22.625rem;width:17.5rem;top:16.875rem;left:19.0625rem;display:block; }
#ceRVdKBxCyqQ5lmI2aOoaT5iS94a3Fd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:25.5rem;left:39.1875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCak40Amy0s0vT0eTlrwmxPanZtOFiSN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:30rem;left:39.0625rem;height:6.9970625rem;text-align:center;text-align-last:center;display:block; }
#luI6IQEHnyoUZ4dHIiRuaZI8RCqnqARL { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:22.625rem;width:17.5rem;top:16.875rem;left:38.25rem;display:block; }
#XmswwBRzKK5Li0LvBcQLs5i3AN8AlQpL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:25.5rem;left:58.4375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMsw8fM4ACOBHw3udwCH10VTz63n5DfT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:30rem;left:58.28125rem;height:8.3965rem;text-align:center;text-align-last:center;display:block; }
#cz5lEDJ6J3y3ABc6fVzJ0nS2qxwqwpSA { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:22.625rem;width:17.5rem;top:16.875rem;left:57.5rem;display:block; }
#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f9;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; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { background-color: transparent; background-image: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .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); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { border-width: 0; border-radius: 0; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { color:#222222;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.375rem;left:37.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { color:#222222;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:37.5rem;height:30.125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
#N0tft5tSONGC8qfv3aHFWt7Os5zGqSMV { position:absolute;display:block;z-index:15067;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:33.875rem;width:32.0625rem;top:6.84375rem;left:0rem;overflow:hidden;display:block; }
#ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb { color:#222222;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:54.8125rem;height:27.9375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
#XIAgdprfM7CmevkNhGhtcFUW1XT4pIvh { position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:43.0625rem;left:37.5rem;display:block; }
#xLf5hKmwb2MisIoldO2nD82qiWKQar2m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43.0625rem;left:37.5rem;display:block; }
#JthwUyKiPgxAaRR6zhsszFhMK0GtFPZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKoC3KMiMopdMncUHJghINqMZDEt87q1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:43.5625rem;left:48.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#QlRn2MQCTHrtt1mmaOkffTa1q87AGkRc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:43.875rem;left:49.1875rem; }
#K9KaDH57ah2nTnOVRqcLcHkVVlW78RdW { background-color:transparent;background-image:none;border-top:0.1875rem dotted rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem dotted rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.23) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.3125rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:43.25rem;left:55.125rem;display:block; }
#GJOT2AaB1SCMOoHHIy9cc9zXeIzXtsk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxubuQbw1TgTTkNPBNa1geuVBRHvuAs6 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:45.625rem;left:39.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#IUkvswdfrf3uaNFFRpBIkN1XXlp5JLzX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:43.875rem;left:39.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c4b6-7da3-4bb2-9adb-15e1320ac577/herobg170207589a316bc40c1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.adaptive-delivery-prevent-bg, #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.lazyload, #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.lazyloading { background-image: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { background-color: transparent; background-image: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container > .video-iframe-container { display: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row > .video-iframe-container { display: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .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); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { border-width: 0; border-radius: 0; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#SnvlAB7INbPwSGWSVl0OFApVlDozhZHf { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.25rem;left:11.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo0QL0W7Avbs1cqLkbvo8ZS7qGVv3qET { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xarHvdxC7sOJR78SmoENLHGivDDmZSyR { color:rgba(var(--color-tertiary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:9.875rem;left:16.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hW2K86X5wEgLtiNcisXQTWVaeWChnaZd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.875rem;width:12.5rem;top:4.6875rem;left:13.75rem;display:block; }
#mUVBK1nV6U2WoZVODS82pkAB9k1ouDld { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:6.3125rem;left:32.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLBTKJ5IcIS0KUAitlQBVpa4mROaETha { color:rgba(var(--color-tertiary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:9.875rem;left:33.875rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kaCUKv5Jwq2ZOaFHmHRxSwp13g4EoLfg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.875rem;width:12.5rem;top:4.6875rem;left:31.25rem;display:block; }
#IpTcOHbeOvd8MRlCmeWayxN0UOmlDvux { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:6.3125rem;left:50.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFrai4g0OHTGTGt24r7S9piLS9RbRc55 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.875rem;left:51.375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z632aLqsxF55DW8zvGqgpESyQZWKAstT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.875rem;width:12.5rem;top:4.6875rem;left:48.75rem;display:block; }
#nR99lnvERqZpX9mx45Wm5gbAHhHV4xAO { position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:23.4375rem;left:20.75rem;display:block; }
#fNoJTnef6pgxUshsJIQnzCbOATMQGJwQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:23.4375rem;left:20.75rem;display:block; }
#ipwyZgaDtp9H0HmsyD9zcroT94E9ILe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfCyIflhFMTS1hsLykPcrrnIFw2EMfXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:23.9375rem;left:32.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#MmT7pmu573Fv6nuzdxn7ip7ygCyywBm0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:24.25rem;left:32.4375rem; }
#JVECeQcAl2wXUQ2WG7uIUuV6aE2QxTGp { background-color:transparent;background-image:none;border-top:0.1875rem dotted rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem dotted rgba(var(--color-secondary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.3125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:23.6875rem;left:38.6875rem;display:block; }
#hzuaBLnG3HXlMR99ebLzJIPLObSrTFRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vebm9JHTFs5LEateiQCmBsvWccR972NP { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:26rem;left:22.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#d2k8yrt0mFy6JWQOJCyRGNvSNoUrSxsL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:24.25rem;left:22.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTdkD0203wxEpsyNAP5gEHKgLhRbXrWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.6875rem;left:36.375rem; }
#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { position:relative;display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { background-color: transparent; background-image: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .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); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { border-width: 0; border-radius: 0; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .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; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3984375rem;left:15.78125rem;height:2.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:7.0625rem;left:7rem;overflow:hidden;display:block; }
#vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:7.0625rem;left:22.5625rem;overflow:hidden;display:block; }
#UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:7.0625rem;left:38.125rem;overflow:hidden;display:block; }
#Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:7.0625rem;left:53.6875rem;overflow:hidden;display:block; }
#cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:15.875rem;left:7rem;overflow:hidden;display:block; }
#aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { 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:6.875rem;width:14.3125rem;top:15.875rem;left:22.8125rem;overflow:hidden;display:block; }
#cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { 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:6.875rem;width:14.3125rem;top:15.875rem;left:38.125rem;overflow:hidden;display:block; }
#TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { 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:6.875rem;width:14.3125rem;top:15.875rem;left:53.6875rem;overflow:hidden;display:block; }
#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container { background-color: transparent; background-image: none; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container > .video-iframe-container { display: none; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row > .video-iframe-container { display: none; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .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); }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container { border-width: 0; border-radius: 0; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#tfImWJwPrTQSDkl4n1Ms6A489Mh9kTWu { color:rgba(var(--color-secondary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.3125rem;left:29.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNe2fPyrFvWpiaIaDUg36iUhw9IevIkz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.625rem;left:16.78125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDhr4N7TFLua76wB690btZ5BSrHsFMx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:38.875rem;left:3.71875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3IGqJshQ6QORK5JecAf6ApfiSTPMy92 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:23.5rem;left:2.0625rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#EMC7tkAE3qCpnpQHeHNT8LyAhp5W7bf8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.625rem;top:16.75rem;left:0.6875rem;display:block; }
#CTW5018Zgh8lWwM2IQmo31WgCBGgeV37 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:14.75rem;left:9.1875rem;overflow:hidden;display:block; }
#MEwbAdXeJk3ywAk7mBSL6TNLQRhu2vJz { color:#f4ae01;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#KT3RE4unvDOIz28hASoonic2L6GcUGRR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:38.69921875rem;left:29.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxyrFWCL8qJuUcKkROcPmyelRAxJr9r4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.4;letter-spacing:0;top:23.5rem;left:28.125rem;height:7.871125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fKDLAtOKT932rKgLIVO0TlLOz3vRMTXD { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.625rem;top:16.75rem;left:26.75rem;display:block; }
#scx0HX1gEVQturWi4y4e5NOew3f78ubf { color:#f4ae01;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:19.375rem;left:31.3125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#sbvXiwCGBwEX8ncLZrhpGtPJy8vGt0P3 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:14.75rem;left:35.25rem;overflow:hidden;display:block; }
#rTBGTofZhUa1PqtqTpu5HbNTI1uNJB0h { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:38.875rem;left:55.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwkMrnvIT4gZdgiJVsNwE5Wx4aTiD9Bk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.4;letter-spacing:0;top:23.5rem;left:54.125rem;height:7.871125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bNLvT8tQLDlaK1UdM01q8rGW9oK8m3fI { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0063d15b' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,99,209,0.36));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.625rem;top:16.75rem;left:52.75rem;display:block; }
#SMxs2WpDufWpKCLfTMDll6aNABKP0KB8 { color:#f4ae01;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:19.375rem;left:57.3125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Tmi2eEq0JV2D8Rt7kraHK7ZxQW6LqJaF { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:14.75rem;left:61.25rem;overflow:hidden;display:block; }
#cdu9uTsroPEk6Pxqzya4R0zRK4Z8wXDh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.75rem;width:12.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:.19;top:2rem;left:32.09375rem; }
#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc { position:relative;display:block; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc { background-color: transparent; background-image: none; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row .container > .video-iframe-container { display: none; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row > .video-iframe-container { display: none; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .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); }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc { border-width: 0; border-radius: 0; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .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; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.1875rem;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; }#Tum5u0bHk4Xx40erblQmFh131nkh7Q2a { color:rgba(var(--color-primary-4),1);display:block;width:41.875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:16.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e392006-95cb-4b3e-8403-8d88e484caf3/locksmithworkmaninuniforminstallingdoorknob20230105002011utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.125rem;width:37.8125rem;top:10.625rem;left:5.5rem;display:block; }#LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx.adaptive-delivery-prevent-bg, #LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx.lazyload, #LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx.lazyloading { background-image: none; }
#KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8e03188a-106e-4ca6-b5c2-01200685ce10/carlocksmith.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.125rem;width:24.6875rem;top:10.625rem;left:44.75rem;display:block; }#KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd.adaptive-delivery-prevent-bg, #KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd.lazyload, #KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd.lazyloading { background-image: none; }
#B4o2fHKonKUddlFHDAgb8HIyS8li7w5m { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/780ec223-4282-4216-b0f7-987c4d6bf44d/486.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:20.4375rem;top:36.875rem;left:5.5rem;display:block; }#B4o2fHKonKUddlFHDAgb8HIyS8li7w5m.adaptive-delivery-prevent-bg, #B4o2fHKonKUddlFHDAgb8HIyS8li7w5m.lazyload, #B4o2fHKonKUddlFHDAgb8HIyS8li7w5m.lazyloading { background-image: none; }
#B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38f67559-b420-4223-bb84-86897788cde8/locksmith.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:20.4375rem;top:36.875rem;left:27.28125rem;display:block; }#B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX.adaptive-delivery-prevent-bg, #B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX.lazyload, #B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX.lazyloading { background-image: none; }
#DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e82ab412-30e2-4995-b152-ade0a7f53a9e/a903e626dd2843fcaf72b1aa0d210895.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:20.4375rem;top:36.875rem;left:49.0625rem;display:block; }#DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3.adaptive-delivery-prevent-bg, #DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3.lazyload, #DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3.lazyloading { background-image: none; }
#pySzHRrkrDPazdTpTU87nuG0lTTbxi9e { background-color:transparent;background-image:none;border-top:0.1875rem dotted rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem dotted rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.23) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4.3125rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:62.75rem;left:38.5625rem;display:block; }
#ZeOMyOu0sJxu1bnBx8TtOGTqSeb6MIqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzCbKP5OZvnKUchCfdtIeACvWDrcvo8b { position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:62.5625rem;left:20.9375rem;display:block; }
#noglR1Sc8rvsExS0GSDQ6sQQVzlBZzp1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:62.53125rem;left:20.9375rem;display:block; }
#lkHDkb1aNPUrwxQ1OU9VoZTevyT1iuTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAMlkrn94XQb0ADGXOmwCp7duyHeTLeI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:63.0625rem;left:32.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59)); }
#BWg2SotwyENkL1UyGWXowndCMm4AGHMp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:63.375rem;left:32.625rem; }
#uPOa97VLgANev5duZEgAHafTiLh5X2T4 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:65.125rem;left:23.125rem;height:1.29980625rem;font-style:normal;display:block; }
#ASsXN5weKdAl9ti3W9l08flJMo0bovgi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:63.375rem;left:23.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container { background-color: transparent; background-image: none; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container > .video-iframe-container { display: none; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row > .video-iframe-container { display: none; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .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); }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container { border-width: 0; border-radius: 0; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#DFp6aLH7EB16JAZ3ZvE9rFuorBoQQ0po { color:#192065;display:block;width:25.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.71875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#b3as2LGk6TJ6cCJeuAOttViczmggJu5R { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6rem;left:1.8125rem;height:7.749rem;overflow:hidden;display:block; }#b3as2LGk6TJ6cCJeuAOttViczmggJu5R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b3as2LGk6TJ6cCJeuAOttViczmggJu5R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
#fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6rem;left:26.875rem;height:7.749rem;overflow:hidden;display:block; }#fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
#L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6rem;left:53.75rem;height:7.749rem;overflow:hidden;display:block; }#L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
#CCDel9v56VepHFOXR4NJBLJTXPZFKarD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { background-color: transparent; background-image: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container > .video-iframe-container { display: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container { display: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .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); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { border-width: 0; border-radius: 0; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:22.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU { position:relative;display:none; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU { border-width: 0; border-radius: 0; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .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; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nMyoSyAmuGEKfP7esHT1NlZxTTqxclzO { position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(95,0,3,0.43) ;height:4.75rem;width:15.875rem;top:62.5625rem;left:20.9375rem;display:none; }
#uN6h19BUAnrL2WqHUgKkk7FrNsWzvTsL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:63.375rem;left:23.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vkEUhhVI4dQL7a2meTmUauWreMI2tsb8 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:65.125rem;left:23.125rem;height:1.29980625rem;font-style:normal;display:none; }
#JxPwNvfs6aZcDs5bDxVubLTX0BBnu6Dx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:63.0625rem;left:32.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(244,174,1,0.59));display:none; }
#p0UFTn6vFHFW2rmCdReA9dnaivNzBxgh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:63.375rem;left:32.625rem;display:none; }
#CvXkTZlBEfRHHrE0Ct8Ve8be57BJyKOp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.75rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:62.5625rem;left:20.9375rem;display:none; }
#qqbFrxPGzTLxtUyxcCEvxsl1N0ksGiJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMDks3CVvrhsd0XExutiCl4w6afoHwLH { top:3.125rem;left:9.625rem;width:9.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEvUWf3A0nDquUP58sQPfEoB4CFWun8d { top:3.125rem;left:36.4375rem;width:9.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJpQD9P9AvpGpTgZkmFvOvzSkDH6TFo { top:3.125rem;left:28.375rem;width:8.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKvAafXlOhzdqVqArnNwyxGKM6NtlVc { top:3.1875rem;left:18.875rem;width:9.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cst9EEODgwn1FuZ4GW3GGFPMmFZb8QLR { top:1.625rem;left:33.375rem;width:14.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL9XOzFMWDqkcufEzgobBw1hi9MaORmO { top:2rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTKK5Is7fEBs6rgwWpOc8iAHwi4WLiw { top:2.3125rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJpU1Tn9KDw0QB9blTbwTXHPppmcPxPH { top:2.875rem;left:39.1875rem;width:8.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvblKentBzw7xdQNBuknIELzTBTC6rrm { width:14.375rem;height:4.375rem;top:1.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVMHU6iV6llMOzI1plytpVpKhtho9AdW { display:block; }
 }@media only screen and (max-width: 763px) { #UffUqV4cvOinHAtgWqnoJlbTfxBpXC3w { top:3.75rem;left:3.5625rem;width:11.4375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxwHu17rTq1SPaFQBVg5eMPFuMJ8Gppp { top:3.375rem;left:36.5rem;width:7.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgkPr2rdC9vDyhAnG2gitmQuUeg2EkzA { top:0.1875rem;left:0rem;width:14.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { top:19.75rem;left:0rem;width:40.125rem;height:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { top:28.625rem;left:0rem;width:37.4375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { top:16.875rem;left:24.8125rem;width:22.9375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:27.0625rem;height:38.1875rem;top:16.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { top:19.9375rem;left:23.5rem;width:24.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB { top:34.625rem;left:0rem;width:18rem;height:6.625rem;font-size:1.25rem;display:block; }#FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #Xk5MziKzTRC3kcBCSdxWGr5mOtTndZzn { top:15.3125rem;left:0rem;width:12.25rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { top:22.4375rem;left:24.6875rem;width:23.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhpuTFCTlwQr08Ua7vaxdpX5UAyax0f { top:49.25rem;left:30.875rem;width:16.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTq3J8mVVIOIBUkmSolhPQ59zUTaTv1m { top:47.625rem;left:0rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNqorWIAa9RMxB1fNRAeFkgsAmWkl2i { top:50.1875rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Aa5IDWotxzTQZEHRLEuHrLgMSlvA0B { top:48.4375rem;left:0rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbxE3K5mBHV8777TDB1Tv4boburbsWLA { width:15.875rem;height:4.75rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9c8fvRDnoJVQfaf89d3HM82THNBs0v7 { display:block; }
 }@media only screen and (max-width: 763px) { #yGt8Jh7kmNFOMObMmnMuDdI76BtkXnwS { top:48.125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3XD6SsFbTPv7X1QNWUfoTRowW8TEUpz { top:48.4375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3CZl2UaC7lnqTcwIQNp2Xgq9DDxJnO0 { top:47.3125rem;left:5.25rem;width:9.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8LmLcB36wqn8kAPQP7uKqmEka3QiHBL { top:14.75rem;left:0rem;width:11.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqfxm4wmUbJk01ybNrCOEutBbi9Lwn6 { top:13.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzAoE3k9rUX23ZVTn1yC7zxHCKc3SFo { top:44.4375rem;left:0rem;width:3.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt38iXmKLuvZpJdiXvW0i2ycP2nZrJTH { top:48.9375rem;left:38.125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I98kvZc7ZTalrIVt7Q3PFLaguZyp7QUo { top:17.75rem;left:35.75rem;width:1.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRUxrzX3SaIHRptJkSI5qzexkrw7MJw { display:none; }
 }@media only screen and (max-width: 763px) { #QWmSg5eN2ES7hrELvwcaMukyVKuatFLO { display:block; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsqEDu7PcgcGCf5n4qQgbQaA0waho0zc { top:3.75rem;left:3.5625rem;width:11.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQq7PEeHQiLdGxwrV92oqG1K4ppWeZcX { top:4.125rem;left:20.5rem;width:11.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z15ps0Id8kwootTXEuRud39pFkTAK2Pm { top:3.375rem;left:36.5rem;width:7.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O { display:block; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQceXESzOEv2xWJKD1Gd1NbDCkIgw87P { top:2.9375rem;left:11.625rem;width:24.5rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqx4LTL9CaXouHUPqCddJDQ8Nwa9zuiH { top:5.4375rem;left:0rem;width:24.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqz5w9dMTx8nBXsr8dOdJfWRGl2eZMAb { top:6.9375rem;left:0rem;width:18.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsacXZJSrOZT34wigeznPJTzIEsx1Hxm { top:6.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhMMOLdpBWaZ3TsgQKSpqw7Uyc0UNikq { top:5.4375rem;left:11.8125rem;width:24.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmRhJ2EeSvKKGyF3Tgy19rf0hqv2kUU9 { top:6.9375rem;left:16.1875rem;width:18.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #truWqpMzuSDBViiT0QRGUWqRqknXh8gX { top:6.5rem;left:12.8125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0Kcewp1DTgS63eFMQTGOdnlw0WBBnc { top:5.4375rem;left:23.625rem;width:24.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6NSd4eqHN8Ut6ys80pLLpgFTJJJ5I8p { top:6.9375rem;left:29.1875rem;width:18.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn7X2l8x8dIrpmIRrGSiTdACtkETI8rT { top:6.625rem;left:38.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { top:15rem;left:0rem;width:33.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { top:23.125rem;left:0rem;width:11.5625rem;height:9.6875rem;font-size:1rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #sux6iDGupJFvPggerzXEoEWyhGX33hzE { top:23.125rem;left:7.6875rem;width:11.5625rem;height:9.6875rem;font-size:1rem;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #OXEGwMm2d4vnsvlcPFLrglzhTwZTVtpn { top:6.6875rem;left:0rem;width:35.1875rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Gr78C2pWIbmUwC7d9tscoeKPTKeQ73 { top:38.5rem;left:0rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOKhgaInMEGgmRaLEJ4X4o3y8x9bn6E2 { width:15.875rem;height:4.75rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovJZalR2s385aD96XuRN6LqGQWc4FWR { display:block; }
 }@media only screen and (max-width: 763px) { #TW1LoXaqzEyr2vfL63cTiu1MPSTFxlme { top:39rem;left:4.5rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTa8qsTENdRz7bcF19bkO25OEZdFAEv { top:41.0625rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrnXTSX7kzAtJmuzAFtoCMSZTltIxnxR { top:39.3125rem;left:4.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7d8zZd062Dmt4vClGRhZWlBKmLNATuB { top:39.3125rem;left:0rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMs9dM0d0C5sylnNDTwiUzeIK0DHIQk { width:15.5625rem;height:4.3125rem;top:38.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47h2uDApB8lPhd0b7lQqnrqoLbf1Vyc { display:block; }
 }@media only screen and (max-width: 763px) { #xuTv3ianI9bFgr50uv3gikHfnesaDoqy { top:7.75rem;left:15.3125rem;width:32.4375rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { display:block; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { top:2.25rem;left:14.5rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDyb9sHhlIG3k47UTAziRQdg9narzX96 { top:3.875rem;left:3.71875rem;width:40.3125rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z { display:block; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLJmR9oR9CF8ef1xwt3v6zAM7LEg2uO { top:1.9375rem;left:20.9375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymngJugGo89ah9O6HsVteGeviLKn2QIg { top:4.875rem;left:14.25rem;width:17.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM { top:8.5625rem;left:16.25rem;width:15.125rem;height:11.4375rem;font-size:1.125rem;display:block; }#BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #n0u1rfEcoEBT6spUtkiBlwHUT32aFARi { top:22.125rem;left:11rem;width:20.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoczJg0PqesSPdOA6xLdPoZVfTv3SsV1 { top:22.5625rem;left:18.25rem;width:11.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUJ9Vh38w2rwJcsOS5P5iAh5K76t8Rzp { top:4.8125rem;left:0rem;width:17.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGlKPe3anQsOTuaGPGIdWKMctL0TDEe { top:22.0625rem;left:0rem;width:20.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4knqlHbGUNVs3B6lPFKlsuth71TShX { top:22.5rem;left:2.375rem;width:11.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { top:8.5625rem;left:0.46875rem;width:14.9375rem;height:9.8125rem;font-size:1.125rem;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #oMTclpcnLH1Fq8lEU4xmOylaQtuvPTqD { top:1.875rem;left:5.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fJUsvmk9q4ClvEUqxzzRDBc8u0BCT5 { top:4.5rem;left:30.125rem;width:17.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z { top:8.5625rem;left:32.4375rem;width:14.625rem;height:9.8125rem;font-size:1.125rem;display:block; }#PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #pcUBXAzVXSxWHgtTaRxxT4T66AO0BGmI { top:21.75rem;left:26.875rem;width:20.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPuVl69SuFhgltbyTv2SfEVdnWeZGB2 { top:22.1875rem;left:34.125rem;width:11.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBwMZ6irzEiGPhDoPElXQ51Cgw7wOnA { top:1.5625rem;left:36.8125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { top:1.6875rem;left:2.15625rem;width:43.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { top:4.375rem;left:0rem;width:47.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 { display:block; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfVnq4XLC6fiMuEVldqHwLKkZDnrDAsm { top:5.3125rem;left:12.4375rem;width:22.9375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV7qvhZsrtsTMdG8wQ67MmJo5yTBxfd9 { width:27.0625rem;height:38.1875rem;top:4.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwCo6IhfaHcrEwT0GvdwSkeLaAmouGCv { top:8.375rem;left:11.8125rem;width:24.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXfxD6TME8LMiollop2ut6G3JHlxzg6A { top:10.875rem;left:12.375rem;width:23.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uro6xNAS7DtfgM3DtZVxpcrew4HfBUox { top:6.1875rem;left:11.8125rem;width:1.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHkkGLk4N6aMeDcRNNOmAnGRUqTnoCuh { top:37.4375rem;left:14.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhNF0qnep6L7sXkl309ilDIi3mcRMnf { top:37.875rem;left:18.875rem;width:16.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J { display:block; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wipfGaBqTlP8w19S8vpLrUzCtcm3ZyEX { top:8.0625rem;left:0rem;width:16.1875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG { top:12.3125rem;left:0rem;width:11.8125rem;height:26.625rem;font-size:0.9375rem;display:block; }#CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_362a2032e88c12f382d2e0abba114cdce684c5e4.svg); }
 }@media only screen and (max-width: 763px) { #egqKNV8wZ0gLHL39Kk8zCvytTZkzPKFw { top:6.875rem;left:11.4375rem;width:36.3125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { top:2.5625rem;left:0rem;width:33.125rem;height:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVRbA1hzoE66JIDxn2VxtLfBznwA4Bve { top:3.625rem;left:27.875rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhxu2JLEP6TVHoBnbElZNBVPXToDxK5 { width:15.875rem;height:4.75rem;top:3.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUtUoNnagL1sHikXNApzaB0hsRWRdGU { display:block; }
 }@media only screen and (max-width: 763px) { #s2uhFF3uA9CbMKb2om7bohguxOTcisSD { top:4.125rem;left:39.1875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRsok97FduZgrXGpcaEGGMGUclHBpl0F { top:6.1875rem;left:30.0625rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brt9UasSRtppOUWAQC2NtwLczMhVMlKp { top:4.4375rem;left:39.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEO9VXPJVNQbd840wqVDF1byTXT3t4n { top:4.4375rem;left:30.0625rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9tzVOqNz0p2UICKL8bIhPTP9fZPAiII { width:15.5625rem;height:4.3125rem;top:3.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssGw57nENq2kNO49lzf7BdizrVVKOcEf { display:block; }
 }@media only screen and (max-width: 763px) { #SdEwBVw7NidPyRa9G3SRCwhXMieloKpk { display:block; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mraO03NCv5GJi9ZtaNpQ8TfDxX0Wmc0S { top:4.375rem;left:15.375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lKQLR3hH7Lr7ThWmdXgXtaTQnLHaO0 { top:6.9375rem;left:8.40625rem;width:32.75rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnAktm9q200LETf26nTkhnRIZdLS6nKu { top:25.5rem;left:6.375rem;width:15.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8D4hz8RQi8b1Q9Zd2gvQUGTSCgFe9Py { top:18.3125rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhkhANXM0noDWx9504zs2krQJTcWfIAz { top:18.3125rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvpVbwUOPVOirdiHuxKN01gptl2vo9y { top:18.3125rem;left:11.0625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUucorcn3OFFWcTJGvoAArOwQTmcsHZq { top:18.3125rem;left:30.25rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDqvrdFzTFLH46P4O1pRUKcuRs1iW401 { top:25.5rem;left:0rem;width:15.625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrSUFFVBr3VufaGN6HmQSw83TmIsUg3 { top:30rem;left:0rem;width:15.9375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVhSv16P6TpU4tndyuwQQVSp5bQp7dK { top:16.875rem;left:0rem;width:17.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1MKuHBqu4TQrnE6uuzoVEmn2zDfsR4y { top:30rem;left:6.21875rem;width:15.9375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM1BGaPDFwNc7Ngi6Pr9ttRNPHK2bA8r { top:16.875rem;left:5.4375rem;width:17.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceRVdKBxCyqQ5lmI2aOoaT5iS94a3Fd1 { top:25.5rem;left:25.5625rem;width:15.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCak40Amy0s0vT0eTlrwmxPanZtOFiSN { top:30rem;left:25.4375rem;width:15.9375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI6IQEHnyoUZ4dHIiRuaZI8RCqnqARL { top:16.875rem;left:24.625rem;width:17.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmswwBRzKK5Li0LvBcQLs5i3AN8AlQpL { top:25.5rem;left:32.125rem;width:15.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMsw8fM4ACOBHw3udwCH10VTz63n5DfT { top:30rem;left:31.8125rem;width:15.9375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz5lEDJ6J3y3ABc6fVzJ0nS2qxwqwpSA { top:16.875rem;left:30.25rem;width:17.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { top:4.375rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { top:8.75rem;left:23.875rem;width:16.375rem;height:30.125rem;font-size:0.8125rem;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
 }@media only screen and (max-width: 763px) { #N0tft5tSONGC8qfv3aHFWt7Os5zGqSMV { top:6.8125rem;left:0rem;width:32.0625rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb { top:8.75rem;left:28.625rem;width:19.125rem;height:27.9375rem;font-size:0.8125rem;display:block; }#ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
 }@media only screen and (max-width: 763px) { #XIAgdprfM7CmevkNhGhtcFUW1XT4pIvh { top:43.0625rem;left:23.875rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLf5hKmwb2MisIoldO2nD82qiWKQar2m { width:15.875rem;height:4.75rem;top:43.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JthwUyKiPgxAaRR6zhsszFhMK0GtFPZP { display:block; }
 }@media only screen and (max-width: 763px) { #TKoC3KMiMopdMncUHJghINqMZDEt87q1 { top:43.5625rem;left:28.375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlRn2MQCTHrtt1mmaOkffTa1q87AGkRc { top:43.875rem;left:28.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9KaDH57ah2nTnOVRqcLcHkVVlW78RdW { width:15.5625rem;height:4.3125rem;top:43.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOT2AaB1SCMOoHHIy9cc9zXeIzXtsk2 { display:block; }
 }@media only screen and (max-width: 763px) { #WxubuQbw1TgTTkNPBNa1geuVBRHvuAs6 { top:45.625rem;left:23.875rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkvswdfrf3uaNFFRpBIkN1XXlp5JLzX { top:43.875rem;left:23.875rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ { display:block; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnvlAB7INbPwSGWSVl0OFApVlDozhZHf { top:19.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0QL0W7Avbs1cqLkbvo8ZS7qGVv3qET { top:6.3125rem;left:1.6875rem;width:9.3125rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarHvdxC7sOJR78SmoENLHGivDDmZSyR { top:9.875rem;left:2.75rem;width:7.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW2K86X5wEgLtiNcisXQTWVaeWChnaZd { top:4.6875rem;left:0.125rem;width:12.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUVBK1nV6U2WoZVODS82pkAB9k1ouDld { top:6.3125rem;left:19.1875rem;width:9.3125rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBTKJ5IcIS0KUAitlQBVpa4mROaETha { top:9.875rem;left:20.25rem;width:7.1875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaCUKv5Jwq2ZOaFHmHRxSwp13g4EoLfg { top:4.6875rem;left:17.625rem;width:12.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTcOHbeOvd8MRlCmeWayxN0UOmlDvux { top:6.3125rem;left:36.6875rem;width:9.3125rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrai4g0OHTGTGt24r7S9piLS9RbRc55 { top:9.875rem;left:37.75rem;width:7.1875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z632aLqsxF55DW8zvGqgpESyQZWKAstT { top:4.6875rem;left:35.125rem;width:12.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR99lnvERqZpX9mx45Wm5gbAHhHV4xAO { top:23.4375rem;left:7.125rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNoJTnef6pgxUshsJIQnzCbOATMQGJwQ { width:15.875rem;height:4.75rem;top:23.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwyZgaDtp9H0HmsyD9zcroT94E9ILe1 { display:block; }
 }@media only screen and (max-width: 763px) { #hfCyIflhFMTS1hsLykPcrrnIFw2EMfXu { top:23.9375rem;left:18.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmT7pmu573Fv6nuzdxn7ip7ygCyywBm0 { top:24.25rem;left:18.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVECeQcAl2wXUQ2WG7uIUuV6aE2QxTGp { width:15.5625rem;height:4.3125rem;top:23.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzuaBLnG3HXlMR99ebLzJIPLObSrTFRm { display:block; }
 }@media only screen and (max-width: 763px) { #vebm9JHTFs5LEateiQCmBsvWccR972NP { top:26rem;left:9.3125rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2k8yrt0mFy6JWQOJCyRGNvSNoUrSxsL { top:24.25rem;left:9.3125rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTdkD0203wxEpsyNAP5gEHKgLhRbXrWO { top:14.6875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { top:2.375rem;left:2.15625rem;width:43.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { top:7.0625rem;left:0rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { top:7.0625rem;left:8.9375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { top:7.0625rem;left:24.5rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { top:7.0625rem;left:33.4375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { top:15.875rem;left:0rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { top:15.875rem;left:9.1875rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { top:15.875rem;left:24.5rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { top:15.875rem;left:33.4375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX { display:block; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfImWJwPrTQSDkl4n1Ms6A489Mh9kTWu { top:5.3125rem;left:15.4375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNe2fPyrFvWpiaIaDUg36iUhw9IevIkz { top:7.625rem;left:3.15625rem;width:43.375rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDhr4N7TFLua76wB690btZ5BSrHsFMx2 { top:38.875rem;left:0rem;width:15.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3IGqJshQ6QORK5JecAf6ApfiSTPMy92 { top:23.5rem;left:0rem;width:18.9375rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMC7tkAE3qCpnpQHeHNT8LyAhp5W7bf8 { top:16.75rem;left:0rem;width:21.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTW5018Zgh8lWwM2IQmo31WgCBGgeV37 { top:14.75rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEwbAdXeJk3ywAk7mBSL6TNLQRhu2vJz { top:19.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3RE4unvDOIz28hASoonic2L6GcUGRR { top:38.6875rem;left:16.0625rem;width:15.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyrFWCL8qJuUcKkROcPmyelRAxJr9r4 { top:23.5rem;left:14.5rem;width:18.9375rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKDLAtOKT932rKgLIVO0TlLOz3vRMTXD { top:16.75rem;left:13.125rem;width:21.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scx0HX1gEVQturWi4y4e5NOew3f78ubf { top:19.375rem;left:17.6875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbvXiwCGBwEX8ncLZrhpGtPJy8vGt0P3 { top:14.75rem;left:21.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBGTofZhUa1PqtqTpu5HbNTI1uNJB0h { top:38.875rem;left:32.125rem;width:15.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkMrnvIT4gZdgiJVsNwE5Wx4aTiD9Bk { top:23.5rem;left:28.8125rem;width:18.9375rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNLvT8tQLDlaK1UdM01q8rGW9oK8m3fI { top:16.75rem;left:26.125rem;width:21.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxs2WpDufWpKCLfTMDll6aNABKP0KB8 { top:19.375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmi2eEq0JV2D8Rt7kraHK7ZxQW6LqJaF { top:14.75rem;left:43.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdu9uTsroPEk6Pxqzya4R0zRK4Z8wXDh { top:2rem;left:18.46875rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc { display:block; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tum5u0bHk4Xx40erblQmFh131nkh7Q2a { top:4rem;left:2.9375rem;width:41.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx { top:10.625rem;left:0rem;width:37.8125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd { top:10.625rem;left:23.0625rem;width:24.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4o2fHKonKUddlFHDAgb8HIyS8li7w5m { top:36.875rem;left:0rem;width:20.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX { top:36.875rem;left:13.65625rem;width:20.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3 { top:36.875rem;left:27.3125rem;width:20.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pySzHRrkrDPazdTpTU87nuG0lTTbxi9e { width:15.5625rem;height:4.3125rem;top:62.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeOMyOu0sJxu1bnBx8TtOGTqSeb6MIqb { display:block; }
 }@media only screen and (max-width: 763px) { #uzCbKP5OZvnKUchCfdtIeACvWDrcvo8b { top:62.5625rem;left:7.3125rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noglR1Sc8rvsExS0GSDQ6sQQVzlBZzp1 { width:15.875rem;height:4.75rem;top:62.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkHDkb1aNPUrwxQ1OU9VoZTevyT1iuTh { display:block; }
 }@media only screen and (max-width: 763px) { #RAMlkrn94XQb0ADGXOmwCp7duyHeTLeI { top:63.0625rem;left:18.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWg2SotwyENkL1UyGWXowndCMm4AGHMp { top:63.375rem;left:19rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPOa97VLgANev5duZEgAHafTiLh5X2T4 { top:65.125rem;left:9.5rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASsXN5weKdAl9ti3W9l08flJMo0bovgi { top:63.375rem;left:9.5rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ2CKZL97feh8FJFwcXsqsWWyocWUegC { display:block; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFp6aLH7EB16JAZ3ZvE9rFuorBoQQ0po { top:2.9375rem;left:11.09375rem;width:25.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3as2LGk6TJ6cCJeuAOttViczmggJu5R { top:6rem;left:0rem;width:21.25rem;height:7.6875rem;font-size:1rem;display:block; }#b3as2LGk6TJ6cCJeuAOttViczmggJu5R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 { top:6rem;left:13.25rem;width:21.25rem;height:7.6875rem;font-size:1rem;display:block; }#fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c { top:6rem;left:26.5rem;width:21.25rem;height:7.6875rem;font-size:1rem;display:block; }#L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #CCDel9v56VepHFOXR4NJBLJTXPZFKarD { display:block; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { top:1.5rem;left:8.46875rem;width:30.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU { display:none; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nMyoSyAmuGEKfP7esHT1NlZxTTqxclzO { top:62.5625rem;left:7.3125rem;width:15.875rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN6h19BUAnrL2WqHUgKkk7FrNsWzvTsL { top:63.375rem;left:9.5rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkEUhhVI4dQL7a2meTmUauWreMI2tsb8 { top:3.25rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxPwNvfs6aZcDs5bDxVubLTX0BBnu6Dx { top:63.0625rem;left:18.625rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0UFTn6vFHFW2rmCdReA9dnaivNzBxgh { top:63.375rem;left:19rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvXkTZlBEfRHHrE0Ct8Ve8be57BJyKOp { width:15.875rem;height:4.75rem;top:62.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqbFrxPGzTLxtUyxcCEvxsl1N0ksGiJ7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMDks3CVvrhsd0XExutiCl4w6afoHwLH { width:9.375rem;height:1.4619125rem;top:5.125rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEvUWf3A0nDquUP58sQPfEoB4CFWun8d { width:9.375rem;height:1.4619125rem;top:13.2578125rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVJpQD9P9AvpGpTgZkmFvOvzSkDH6TFo { width:8.0625rem;height:1.4619125rem;top:10.546875rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbKvAafXlOhzdqVqArnNwyxGKM6NtlVc { width:9.375rem;height:1.4619125rem;top:7.8359375rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cst9EEODgwn1FuZ4GW3GGFPMmFZb8QLR { width:10.5625rem;height:3.5rem;top:0.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lL9XOzFMWDqkcufEzgobBw1hi9MaORmO { display:flex;width:3.3125rem;height:3.3125rem;top:1.1875rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #emTKK5Is7fEBs6rgwWpOc8iAHwi4WLiw { display:flex;width:2.625rem;height:2.625rem;top:1.5rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJpU1Tn9KDw0QB9blTbwTXHPppmcPxPH { width:6.875rem;height:0;top:1.875rem;left:11.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvblKentBzw7xdQNBuknIELzTBTC6rrm { width:10.625rem;height:3.5625rem;top:0.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVMHU6iV6llMOzI1plytpVpKhtho9AdW { display:block; }
 }@media only screen and (max-width: 763px) { #UffUqV4cvOinHAtgWqnoJlbTfxBpXC3w { width:5.0625rem;height:2.375rem;top:1.4609375rem;left:10.335156440735rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IxwHu17rTq1SPaFQBVg5eMPFuMJ8Gppp { width:3.75rem;height:2.6875rem;top:1.2734375rem;left:15.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tgkPr2rdC9vDyhAnG2gitmQuUeg2EkzA { width:9.3125rem;height:4.4375rem;top:0.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c4b6-7da3-4bb2-9adb-15e1320ac577/herobg170207589a316bc40c1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .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); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { width:20rem;height:7.875rem;top:6.8125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { width:18.5625rem;height:6rem;top:15.5625rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { width:20rem;height:2.2744125rem;top:52.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:20rem;height:36.3125rem;top:50.875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { width:20rem;height:1.05625rem;top:54.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB { width:14.9375rem;height:5.423825rem;top:22.9375rem;left:2.53125rem;font-size:1rem;display:block; }#FFmCfySiTn1lmuxT4VfI5Ha8EWOkgOMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #Xk5MziKzTRC3kcBCSdxWGr5mOtTndZzn { width:7.1875rem;height:1.05625rem;top:42.375rem;left:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { width:19.375rem;height:25.375rem;top:56.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhpuTFCTlwQr08Ua7vaxdpX5UAyax0f { width:15.3125rem;height:2.6rem;top:83.1875rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTq3J8mVVIOIBUkmSolhPQ59zUTaTv1m { width:15.875rem;height:4.75rem;top:32.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNqorWIAa9RMxB1fNRAeFkgsAmWkl2i { width:7.625rem;height:1.3rem;top:35.0625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Aa5IDWotxzTQZEHRLEuHrLgMSlvA0B { width:7.5625rem;height:1.7875rem;top:33.3125rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbxE3K5mBHV8777TDB1Tv4boburbsWLA { width:15.875rem;height:4.75rem;top:32.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9c8fvRDnoJVQfaf89d3HM82THNBs0v7 { display:block; }
 }@media only screen and (max-width: 763px) { #yGt8Jh7kmNFOMObMmnMuDdI76BtkXnwS { display:flex;width:3.6875rem;height:3.6875rem;top:33rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #I3XD6SsFbTPv7X1QNWUfoTRowW8TEUpz { display:flex;width:3rem;height:3rem;top:33.3125rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #r3CZl2UaC7lnqTcwIQNp2Xgq9DDxJnO0 { width:6.875rem;height:3.875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8LmLcB36wqn8kAPQP7uKqmEka3QiHBL { width:11.5625rem;height:2.5625rem;top:41.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqfxm4wmUbJk01ybNrCOEutBbi9Lwn6 { width:3.75rem;height:3.75rem;top:41rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzAoE3k9rUX23ZVTn1yC7zxHCKc3SFo { width:3.3125rem;height:4.0625rem;top:29.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt38iXmKLuvZpJdiXvW0i2ycP2nZrJTH { width:3.9375rem;height:3.9375rem;top:82.71875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I98kvZc7ZTalrIVt7Q3PFLaguZyp7QUo { width:1.1875rem;height:3.4375rem;top:53.37109375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRUxrzX3SaIHRptJkSI5qzexkrw7MJw { top:9.625rem;left:3.75rem;width:12.5rem;height:4.9375rem;z-index:15079;background-color:#ff0008;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QWmSg5eN2ES7hrELvwcaMukyVKuatFLO { display:block; }#QWmSg5eN2ES7hrELvwcaMukyVKuatFLO > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsqEDu7PcgcGCf5n4qQgbQaA0waho0zc { width:11.4375rem;height:5.625rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQq7PEeHQiLdGxwrV92oqG1K4ppWeZcX { width:11.4375rem;height:4.875rem;top:8.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z15ps0Id8kwootTXEuRud39pFkTAK2Pm { width:7.75rem;height:5.625rem;top:14.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O { display:block; }#Zs93CRLmH2iaFkcRLz7t91xrWJFZUe4O > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQceXESzOEv2xWJKD1Gd1NbDCkIgw87P { width:20rem;height:1.5rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqx4LTL9CaXouHUPqCddJDQ8Nwa9zuiH { width:20rem;height:4.75rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqz5w9dMTx8nBXsr8dOdJfWRGl2eZMAb { width:16rem;height:1.625rem;top:6.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsacXZJSrOZT34wigeznPJTzIEsx1Hxm { display:flex;width:2.375rem;height:2.375rem;top:6.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #PhMMOLdpBWaZ3TsgQKSpqw7Uyc0UNikq { width:20rem;height:4.75rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmRhJ2EeSvKKGyF3Tgy19rf0hqv2kUU9 { width:16rem;height:1.625rem;top:12.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #truWqpMzuSDBViiT0QRGUWqRqknXh8gX { display:flex;width:2.5625rem;height:2.5625rem;top:12.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Xo0Kcewp1DTgS63eFMQTGOdnlw0WBBnc { width:20rem;height:4.75rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6NSd4eqHN8Ut6ys80pLLpgFTJJJ5I8p { width:16rem;height:1.625rem;top:18.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn7X2l8x8dIrpmIRrGSiTdACtkETI8rT { display:flex;width:2.375rem;height:2.375rem;top:18.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { width:17.6875rem;height:9rem;top:10.296875rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { width:8.9375rem;height:8.75rem;top:20.875rem;left:0.5625rem;font-size:1rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #sux6iDGupJFvPggerzXEoEWyhGX33hzE { width:9.75rem;height:8.75rem;top:20.875rem;left:9.6875rem;font-size:1rem;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3247e1456b14ebca6f85ae532ac61a42f78cf638.svg); }
 }@media only screen and (max-width: 763px) { #OXEGwMm2d4vnsvlcPFLrglzhTwZTVtpn { width:20rem;height:4.798825rem;top:4.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c5Gr78C2pWIbmUwC7d9tscoeKPTKeQ73 { width:15.875rem;height:4.75rem;top:33.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOKhgaInMEGgmRaLEJ4X4o3y8x9bn6E2 { width:15.875rem;height:4.75rem;top:33.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovJZalR2s385aD96XuRN6LqGQWc4FWR { display:block; }
 }@media only screen and (max-width: 763px) { #TW1LoXaqzEyr2vfL63cTiu1MPSTFxlme { display:flex;width:3.6875rem;height:3.6875rem;top:33.875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #lTTa8qsTENdRz7bcF19bkO25OEZdFAEv { width:7.625rem;height:1.3rem;top:35.9375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrnXTSX7kzAtJmuzAFtoCMSZTltIxnxR { display:flex;width:3rem;height:3rem;top:34.1875rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #w7d8zZd062Dmt4vClGRhZWlBKmLNATuB { width:7.5625rem;height:1.7875rem;top:34.1875rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMs9dM0d0C5sylnNDTwiUzeIK0DHIQk { width:15.5625rem;height:4.3125rem;top:40rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47h2uDApB8lPhd0b7lQqnrqoLbf1Vyc { display:block; }
 }@media only screen and (max-width: 763px) { #xuTv3ianI9bFgr50uv3gikHfnesaDoqy { width:20rem;height:19.8056875rem;top:49.1103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { display:block; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { width:20rem;height:10.9873046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { width:14rem;height:1.3rem;top:1.875rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDyb9sHhlIG3k47UTAziRQdg9narzX96 { width:20rem;height:7.19825rem;top:3.79980625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z { display:block; }#wUwRBPmO39iXUWmEsP6Tk5MQr52lEs5z > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLJmR9oR9CF8ef1xwt3v6zAM7LEg2uO { width:5.5rem;height:5.5rem;top:31.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymngJugGo89ah9O6HsVteGeviLKn2QIg { width:17.5rem;height:18.3125rem;top:34.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM { width:14.625rem;height:10.3965rem;top:38.4375rem;left:2.8125rem;font-size:1rem;display:block; }#BJ8rgW8Pe43K6HAxUxTyiIv9eoH4TMOM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #n0u1rfEcoEBT6spUtkiBlwHUT32aFARi { width:20rem;height:3rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoczJg0PqesSPdOA6xLdPoZVfTv3SsV1 { width:11.1875rem;height:2.1rem;top:52.375rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUJ9Vh38w2rwJcsOS5P5iAh5K76t8Rzp { width:17.5rem;height:18.3125rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGlKPe3anQsOTuaGPGIdWKMctL0TDEe { width:20rem;height:3rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4knqlHbGUNVs3B6lPFKlsuth71TShX { width:11.1875rem;height:2.1rem;top:23.3125rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { width:14.6875rem;height:8.9970625rem;top:10.7197265625rem;left:2.65625rem;font-size:1rem;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #oMTclpcnLH1Fq8lEU4xmOylaQtuvPTqD { width:5.5rem;height:5.5rem;top:2.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fJUsvmk9q4ClvEUqxzzRDBc8u0BCT5 { width:17.5rem;height:18.3125rem;top:64.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z { width:14.625rem;height:8.9970625rem;top:68.3125rem;left:2.8125rem;font-size:1rem;display:block; }#PTuPSeRzNKAILBKBtXZgTBl4GVW53M2Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b83a9aa-3b04-42da-81e7-e6415fcb0b9a/red.svg); }
 }@media only screen and (max-width: 763px) { #pcUBXAzVXSxWHgtTaRxxT4T66AO0BGmI { width:20rem;height:3rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPuVl69SuFhgltbyTv2SfEVdnWeZGB2 { width:11.1875rem;height:2.1rem;top:82.4375rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBwMZ6irzEiGPhDoPElXQ51Cgw7wOnA { width:5.5rem;height:5.5rem;top:61.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { width:17.875rem;height:5.4rem;top:1.6875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { width:20rem;height:7.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 { display:block; }#OOFmAFRKr5VLofO7kxOIAKrkAbp4zIB2 > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfVnq4XLC6fiMuEVldqHwLKkZDnrDAsm { width:20rem;height:2.275rem;top:5.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EV7qvhZsrtsTMdG8wQ67MmJo5yTBxfd9 { width:20rem;height:38.1875rem;top:4.625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwCo6IhfaHcrEwT0GvdwSkeLaAmouGCv { width:20rem;height:1.05625rem;top:8.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXfxD6TME8LMiollop2ut6G3JHlxzg6A { width:20rem;height:26.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uro6xNAS7DtfgM3DtZVxpcrew4HfBUox { width:1.375rem;height:4rem;top:6.90234375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHkkGLk4N6aMeDcRNNOmAnGRUqTnoCuh { width:3.9375rem;height:3.9375rem;top:38.15625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhNF0qnep6L7sXkl309ilDIi3mcRMnf { width:14.75rem;height:2.5996125rem;top:38.8251953125rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J { display:block; }#d6HT5q5pBWmkRgci9fUk94Z0yKPLJk8J > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wipfGaBqTlP8w19S8vpLrUzCtcm3ZyEX { width:16.5625rem;height:2.25rem;top:1.9375rem;left:1.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG { width:8.8125rem;height:21.6875rem;top:5.6875rem;left:5.59375rem;font-size:0.9375rem;line-height:1.8;display:block; }#CHpdLsWUV3V0NMogBJ3w3sTq93ma1rTG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_362a2032e88c12f382d2e0abba114cdce684c5e4.svg); }
 }@media only screen and (max-width: 763px) { #egqKNV8wZ0gLHL39Kk8zCvytTZkzPKFw { width:20rem;height:17.75rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { background-color:#2c2cc6;background-image:none;display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .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); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { width:20rem;height:5.2rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVRbA1hzoE66JIDxn2VxtLfBznwA4Bve { width:15.875rem;height:4.75rem;top:9.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhxu2JLEP6TVHoBnbElZNBVPXToDxK5 { width:15.875rem;height:4.75rem;top:9.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUtUoNnagL1sHikXNApzaB0hsRWRdGU { display:block; }
 }@media only screen and (max-width: 763px) { #s2uhFF3uA9CbMKb2om7bohguxOTcisSD { display:flex;width:3.6875rem;height:3.6875rem;top:9.75rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #xRsok97FduZgrXGpcaEGGMGUclHBpl0F { width:7.625rem;height:1.3rem;top:11.8125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brt9UasSRtppOUWAQC2NtwLczMhVMlKp { display:flex;width:3rem;height:3rem;top:10.0625rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #gTEO9VXPJVNQbd840wqVDF1byTXT3t4n { width:7.5625rem;height:1.7875rem;top:10.0625rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9tzVOqNz0p2UICKL8bIhPTP9fZPAiII { width:15.5625rem;height:4.3125rem;top:15.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssGw57nENq2kNO49lzf7BdizrVVKOcEf { display:block; }
 }@media only screen and (max-width: 763px) { #SdEwBVw7NidPyRa9G3SRCwhXMieloKpk { display:block; }#SdEwBVw7NidPyRa9G3SRCwhXMieloKpk > .row .container { width:20rem;height:125.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mraO03NCv5GJi9ZtaNpQ8TfDxX0Wmc0S { width:15.75rem;height:1.3rem;top:3.1240234375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1lKQLR3hH7Lr7ThWmdXgXtaTQnLHaO0 { width:18.0625rem;height:7.19825rem;top:5.099609375rem;left:0.96875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fnAktm9q200LETf26nTkhnRIZdLS6nKu { width:12.25rem;height:4.199225rem;top:50.875rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8D4hz8RQi8b1Q9Zd2gvQUGTSCgFe9Py { width:6.3125rem;height:6.3125rem;top:15.6621125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhkhANXM0noDWx9504zs2krQJTcWfIAz { width:6.3125rem;height:6.3125rem;top:99.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvpVbwUOPVOirdiHuxKN01gptl2vo9y { width:6.3125rem;height:6.3125rem;top:43.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUucorcn3OFFWcTJGvoAArOwQTmcsHZq { width:6.3125rem;height:6.3125rem;top:71.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDqvrdFzTFLH46P4O1pRUKcuRs1iW401 { width:15.625rem;height:3.85rem;top:22.8496125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrSUFFVBr3VufaGN6HmQSw83TmIsUg3 { width:16.1875rem;height:6.9970625rem;top:27.912109375rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVhSv16P6TpU4tndyuwQQVSp5bQp7dK { width:17.5rem;height:22.625rem;top:14.2246125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1MKuHBqu4TQrnE6uuzoVEmn2zDfsR4y { width:16.375rem;height:6.9970625rem;top:55.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM1BGaPDFwNc7Ngi6Pr9ttRNPHK2bA8r { width:17.5rem;height:22.625rem;top:42.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceRVdKBxCyqQ5lmI2aOoaT5iS94a3Fd1 { width:15.625rem;height:4.2rem;top:78.5rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCak40Amy0s0vT0eTlrwmxPanZtOFiSN { width:16.0625rem;height:6.9970625rem;top:83.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI6IQEHnyoUZ4dHIiRuaZI8RCqnqARL { width:17.5rem;height:22.625rem;top:69.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmswwBRzKK5Li0LvBcQLs5i3AN8AlQpL { width:15.625rem;height:4.199225rem;top:106.3125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMsw8fM4ACOBHw3udwCH10VTz63n5DfT { width:16rem;height:8.3965rem;top:111.25rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz5lEDJ6J3y3ABc6fVzJ0nS2qxwqwpSA { width:17.5rem;height:22.625rem;top:97.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { width:20rem;height:4.5rem;top:26.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { width:9.5rem;height:24.78125rem;top:33.125rem;left:0rem;font-size:0.8125rem;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
 }@media only screen and (max-width: 763px) { #N0tft5tSONGC8qfv3aHFWt7Os5zGqSMV { width:19.1875rem;height:20.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb { width:10.6875rem;height:24.28125rem;top:33.25rem;left:9.3125rem;font-size:0.8125rem;display:block; }#ktxgIHn7tT7R8d3krI4D6JPUbSI54bJb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b80ea434-46c2-428a-a433-0773f220cbfe/issueicon.svg); }
 }@media only screen and (max-width: 763px) { #XIAgdprfM7CmevkNhGhtcFUW1XT4pIvh { width:15.875rem;height:4.75rem;top:60.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLf5hKmwb2MisIoldO2nD82qiWKQar2m { width:15.875rem;height:4.75rem;top:60.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JthwUyKiPgxAaRR6zhsszFhMK0GtFPZP { display:block; }
 }@media only screen and (max-width: 763px) { #TKoC3KMiMopdMncUHJghINqMZDEt87q1 { display:flex;width:3.6875rem;height:3.6875rem;top:61.125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #QlRn2MQCTHrtt1mmaOkffTa1q87AGkRc { display:flex;width:3rem;height:3rem;top:61.4375rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #K9KaDH57ah2nTnOVRqcLcHkVVlW78RdW { width:15.5625rem;height:4.3125rem;top:67rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOT2AaB1SCMOoHHIy9cc9zXeIzXtsk2 { display:block; }
 }@media only screen and (max-width: 763px) { #WxubuQbw1TgTTkNPBNa1geuVBRHvuAs6 { width:7.625rem;height:1.29980625rem;top:63.1875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkvswdfrf3uaNFFRpBIkN1XXlp5JLzX { width:7.5625rem;height:1.7871125rem;top:61.4375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c4b6-7da3-4bb2-9adb-15e1320ac577/herobg170207589a316bc40c1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.adaptive-delivery-prevent-bg, #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.lazyload, #XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ.lazyloading { background-image: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { background-color: transparent; background-image: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,40,0.27); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container > .video-iframe-container { display: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,40,0.27); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row > .video-iframe-container { display: none; }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .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); }#XoMdvt3vEM5qd3lNRCE3e9uiq4zmU0MQ > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnvlAB7INbPwSGWSVl0OFApVlDozhZHf { width:20rem;height:7.7988125rem;top:48.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0QL0W7Avbs1cqLkbvo8ZS7qGVv3qET { width:8.5625rem;height:3.4125rem;top:7.6875rem;left:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarHvdxC7sOJR78SmoENLHGivDDmZSyR { width:7.5rem;height:1.125rem;top:11.0625rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #hW2K86X5wEgLtiNcisXQTWVaeWChnaZd { width:12.5rem;height:7.875rem;top:5.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUVBK1nV6U2WoZVODS82pkAB9k1ouDld { width:9.3125rem;height:3.4125rem;top:20.3125rem;left:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBTKJ5IcIS0KUAitlQBVpa4mROaETha { width:11.625rem;height:1.125rem;top:23.6875rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #kaCUKv5Jwq2ZOaFHmHRxSwp13g4EoLfg { width:12.5rem;height:7.875rem;top:18.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTcOHbeOvd8MRlCmeWayxN0UOmlDvux { width:9.3125rem;height:3.4125rem;top:33rem;left:5.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrai4g0OHTGTGt24r7S9piLS9RbRc55 { width:6.25rem;height:2.25rem;top:36.4375rem;left:6.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #z632aLqsxF55DW8zvGqgpESyQZWKAstT { width:12.5rem;height:7.875rem;top:31.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR99lnvERqZpX9mx45Wm5gbAHhHV4xAO { width:15.875rem;height:4.75rem;top:58.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNoJTnef6pgxUshsJIQnzCbOATMQGJwQ { width:15.875rem;height:4.75rem;top:58.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwyZgaDtp9H0HmsyD9zcroT94E9ILe1 { display:block; }
 }@media only screen and (max-width: 763px) { #hfCyIflhFMTS1hsLykPcrrnIFw2EMfXu { display:flex;width:3.6875rem;height:3.6875rem;top:59.125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #MmT7pmu573Fv6nuzdxn7ip7ygCyywBm0 { display:flex;width:3rem;height:3rem;top:59.4375rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #JVECeQcAl2wXUQ2WG7uIUuV6aE2QxTGp { width:15.5625rem;height:4.3125rem;top:64.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzuaBLnG3HXlMR99ebLzJIPLObSrTFRm { display:block; }
 }@media only screen and (max-width: 763px) { #vebm9JHTFs5LEateiQCmBsvWccR972NP { width:7.625rem;height:1.3rem;top:61.1875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2k8yrt0mFy6JWQOJCyRGNvSNoUrSxsL { width:7.5625rem;height:1.7875rem;top:59.4375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTdkD0203wxEpsyNAP5gEHKgLhRbXrWO { display:flex;width:2.25rem;height:2.25rem;top:42.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { width:18.1875rem;height:3rem;top:3.25rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { width:9.375rem;height:4.4375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { width:9.375rem;height:4.5rem;top:7.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { width:9.375rem;height:4.5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { width:9.375rem;height:4.5rem;top:12.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { width:9.375rem;height:4.5rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { width:9.375rem;height:4.5rem;top:17.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { width:9.375rem;height:4.5rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { width:9.375rem;height:4.5rem;top:22.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX { display:block; }#HKfXzEf3dkeXIOfRK15VEdkKTFJWGkTX > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfImWJwPrTQSDkl4n1Ms6A489Mh9kTWu { width:14rem;height:1.3rem;top:3rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNe2fPyrFvWpiaIaDUg36iUhw9IevIkz { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BDhr4N7TFLua76wB690btZ5BSrHsFMx2 { width:15.625rem;height:1.575rem;top:36rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3IGqJshQ6QORK5JecAf6ApfiSTPMy92 { width:15.625rem;height:9.795875rem;top:23.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMC7tkAE3qCpnpQHeHNT8LyAhp5W7bf8 { width:20rem;height:22.625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTW5018Zgh8lWwM2IQmo31WgCBGgeV37 { width:4.625rem;height:4.625rem;top:14.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEwbAdXeJk3ywAk7mBSL6TNLQRhu2vJz { width:12.5rem;height:2.6rem;top:19.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3RE4unvDOIz28hASoonic2L6GcUGRR { width:15.625rem;height:1.575rem;top:64.75rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyrFWCL8qJuUcKkROcPmyelRAxJr9r4 { width:17.5rem;height:7.4365rem;top:52.375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKDLAtOKT932rKgLIVO0TlLOz3vRMTXD { width:20rem;height:22.625rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scx0HX1gEVQturWi4y4e5NOew3f78ubf { width:12.5rem;height:2.6rem;top:47.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbvXiwCGBwEX8ncLZrhpGtPJy8vGt0P3 { width:4.625rem;height:4.625rem;top:43.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBGTofZhUa1PqtqTpu5HbNTI1uNJB0h { width:15.625rem;height:1.575rem;top:93.75rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkMrnvIT4gZdgiJVsNwE5Wx4aTiD9Bk { width:17.125rem;height:8.9238125rem;top:82rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNLvT8tQLDlaK1UdM01q8rGW9oK8m3fI { width:20rem;height:22.625rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxs2WpDufWpKCLfTMDll6aNABKP0KB8 { width:12.5rem;height:2.6rem;top:77.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmi2eEq0JV2D8Rt7kraHK7ZxQW6LqJaF { width:4.625rem;height:4.625rem;top:73.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdu9uTsroPEk6Pxqzya4R0zRK4Z8wXDh { display:flex;width:12.75rem;height:12.75rem;top:1.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc { display:block; }#aNnM0hlXJWlNQgbfZfcL4HUNhQ1I7WDc > .row .container { width:20rem;height:145.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tum5u0bHk4Xx40erblQmFh131nkh7Q2a { width:19.3125rem;height:5.361325rem;top:2.25rem;left:0.34375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLxF5r3pkAHBcEWWQK4Q6WIcq8KRXkIx { width:20rem;height:25.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoEMTlrX3H4t9cD4puFisTZXnPgoLwEd { width:20rem;height:25.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4o2fHKonKUddlFHDAgb8HIyS8li7w5m { width:20rem;height:21.1875rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B16ONtlDTU4zMy1JbKVHhuTrMaP1WcnX { width:20rem;height:21.1875rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNAhXqpVLksT2aMP2g4lekeDHpyIIVT3 { width:20rem;height:21.1875rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pySzHRrkrDPazdTpTU87nuG0lTTbxi9e { width:15.5625rem;height:4.3125rem;top:136.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeOMyOu0sJxu1bnBx8TtOGTqSeb6MIqb { display:block; }
 }@media only screen and (max-width: 763px) { #uzCbKP5OZvnKUchCfdtIeACvWDrcvo8b { width:15.875rem;height:4.75rem;top:130.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noglR1Sc8rvsExS0GSDQ6sQQVzlBZzp1 { width:15.875rem;height:4.75rem;top:130.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkHDkb1aNPUrwxQ1OU9VoZTevyT1iuTh { display:block; }
 }@media only screen and (max-width: 763px) { #RAMlkrn94XQb0ADGXOmwCp7duyHeTLeI { display:flex;width:3.6875rem;height:3.6875rem;top:131.125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #BWg2SotwyENkL1UyGWXowndCMm4AGHMp { display:flex;width:3rem;height:3rem;top:131.4375rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #uPOa97VLgANev5duZEgAHafTiLh5X2T4 { width:7.625rem;height:1.3rem;top:133.1875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASsXN5weKdAl9ti3W9l08flJMo0bovgi { width:7.5625rem;height:1.7875rem;top:131.4375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ2CKZL97feh8FJFwcXsqsWWyocWUegC { display:block; }#aQ2CKZL97feh8FJFwcXsqsWWyocWUegC > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFp6aLH7EB16JAZ3ZvE9rFuorBoQQ0po { width:18.0625rem;height:3.8984375rem;top:2.25rem;left:0.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3as2LGk6TJ6cCJeuAOttViczmggJu5R { width:17.5rem;height:7.749rem;top:15.8125rem;left:1.0625rem;font-size:1rem;display:block; }#b3as2LGk6TJ6cCJeuAOttViczmggJu5R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 { width:17.9375rem;height:7.749rem;top:23.75rem;left:1.0625rem;font-size:1rem;display:block; }#fEaVuzBRwoVtIePly4SDNFa54WxlAPm5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c { width:17.5rem;height:7.749rem;top:7.75rem;left:1.0625rem;font-size:1rem;display:block; }#L5GM6dLmedmDtJvGGOg593ZeV4nDBp0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4fcfb65924040e037e9e35da7566b36c723d8b88.svg); }
 }@media only screen and (max-width: 763px) { #CCDel9v56VepHFOXR4NJBLJTXPZFKarD { display:block; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { width:20rem;height:1.1375rem;top:1.087890625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container { background-color: transparent; background-image: none; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container > .video-iframe-container { display: none; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row > .video-iframe-container { display: none; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .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); }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container { border-width: 0; border-radius: 0; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2hT1N7EpX6vhGn8siTxF5xqHf3rGlHU > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMyoSyAmuGEKfP7esHT1NlZxTTqxclzO { width:19.875rem;height:4.75rem;top:0.6875rem;left:0.0625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #uN6h19BUAnrL2WqHUgKkk7FrNsWzvTsL { width:7.5625rem;height:1.7875rem;top:1.5rem;left:4.25rem;font-size:1.375rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #vkEUhhVI4dQL7a2meTmUauWreMI2tsb8 { width:7.625rem;height:1.29980625rem;top:3.25rem;left:4.25rem;font-size:1rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #JxPwNvfs6aZcDs5bDxVubLTX0BBnu6Dx { display:flex;width:3.6875rem;height:3.6875rem;top:1.25rem;left:14.625rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #p0UFTn6vFHFW2rmCdReA9dnaivNzBxgh { display:flex;width:3rem;height:3rem;top:1.5625rem;left:15rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #CvXkTZlBEfRHHrE0Ct8Ve8be57BJyKOp { width:20rem;height:4.75rem;top:0.6875rem;left:0rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #qqbFrxPGzTLxtUyxcCEvxsl1N0ksGiJ7 { display:block; }
 }