.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { background-color: transparent; background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { border-width: 0; border-radius: 0; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { 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:2.4375rem;width:7rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#cMWEZv9LN2TqMAN3ug0WZ5bipmVe3xQI { 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:1.625rem;width:8.5625rem;top:1.53125rem;left:9.5625rem;overflow:hidden;display:block; }
#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { 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; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { background-color: transparent; background-image: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container > .video-iframe-container { display: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container { display: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .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); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { border-width: 0; border-radius: 0; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { 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:23.0625rem;width:30.25rem;top:5.337890625rem;left:44rem;overflow:hidden;display:block; }
#Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { box-sizing:content-box;height:3rem;width:14.875rem;position:absolute;display:block;z-index:15001;background-color:#4da7d9;background-image:none;top:4.8125rem;left:1.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.337890625rem;left:4.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"red hat display";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.9375rem;height:9.26075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uZq53MJMAgDvOIANRvT7PCkB2wTIr7FI { color:#4da7d9;display:block;width:42.125rem;position:absolute;font-family:"red hat display";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.65625rem;left:1.9375rem;height:3.575rem;font-style:normal;display:block; }
#PXWTs4dtvcxT6b2qtB4BWWnlzmptXuyt { box-sizing:content-box;height:3rem;width:23.6875rem;position:absolute;display:block;z-index:15003;background-color:#2ee3a9;background-image:none;top:8.5rem;left:1.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DZeJgnTmmcZHUfa00Z7UC3GTLbmDtpOm { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REx3CgIBZcSmmsZ6st74hv925JIiZ1Wc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.400390625rem;left:4.75rem;height:1.3rem;font-style:normal;display:block; }
#Xm8yaQXzvLhGkbsa519mEcx7aXmFPBBw { 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:2rem;width:2.0625rem;top:28.0498046875rem;left:1.9375rem;overflow:hidden;display:block; }
#QoVepaZ0s3TSdFBSnOqgUwZv5WcSeTXb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.375rem;left:17.8125rem;height:1.3rem;font-style:normal;display:block; }
#rZt3EbnnfWnPKifxgXBIq50TFdkS6Ufo { 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:2rem;width:2.0625rem;top:28.0625rem;left:15rem;overflow:hidden;display:block; }
#I9cQaNTuvQO3BFna3nlGc11e4aldR4ra { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.0625rem;top:28.0625rem;left:24.875rem;overflow:hidden;display:block; }
#hoCik4VlnUVphOU654Hbpw7hbJiqMsDf { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.375rem;left:27.6875rem;height:1.3rem;font-style:normal;display:block; }
#FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { box-sizing:content-box;height:36.4375rem;width:74.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.8125rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { background-color:#2ee3a9;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#121212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.4375rem;left:1.9375rem;display:block; }
#sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { 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; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { background-color: transparent; background-image: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container > .video-iframe-container { display: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container { display: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .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); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { border-width: 0; border-radius: 0; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { box-sizing:content-box;height:43.75rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.375rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#l604QJXzqKLF9VODyveeqbcvTXucDAbv { 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:32.75rem;width:29.0625rem;top:3.875rem;left:1.90625rem;overflow:hidden;display:block; }
#TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:33.8125rem;height:2.6rem;font-style:normal;display:block; }
#it7lT42TZUrwD3v1GT7Caz4hqmUamerL { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:33.812500953674rem;height:22.75rem;display:block; }
#wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.112499952316rem;left:33.812500953674rem;height:5.5rem;display:block; }#wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu li:before{  }
#DT0TmqwNGz7iUK7wvDp8MzoOxWJO4sf2 { color:#000000;display:block;width:70.25rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.675001144409rem;left:2.5367183685302rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { position:relative;display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { background-color: transparent; background-image: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container > .video-iframe-container { display: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row > .video-iframe-container { display: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .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); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { border-width: 0; border-radius: 0; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { box-sizing:content-box;height:22.125rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.375rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { color:#000000;display:block;width:62.8125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.59375rem;left:1.9375rem;height:10.25rem;overflow:hidden;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
#W4ZLfdaJmT6xG4ykCJVaktqSnS1wWK2v { color:#000000;display:block;width:62.8125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.9375rem;height:1.625rem;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; }
#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK { position:relative;display:block; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK { background-color: transparent; background-image: none; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container > .video-iframe-container { display: none; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row > .video-iframe-container { display: none; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .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); }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK { border-width: 0; border-radius: 0; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mxOQylHfxHVWC5mKIVhDcAUM5dZkSsQe { box-sizing:content-box;height:29.875rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.375rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#yi7GClZZE643dauv89Ax2706ELf3Jell { 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:22.875rem;width:29.0625rem;top:3.6875rem;left:43.53125rem;overflow:hidden;display:block; }
#tb1CwotxLRBR06yVvPMthf0RbzfThDfT { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.9375rem;height:2.6rem;font-style:normal;display:block; }
#vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.9375rem;height:;overflow:hidden;display:block; }#vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB { 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; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container { background-color: transparent; background-image: none; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container > .video-iframe-container { display: none; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row > .video-iframe-container { display: none; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .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); }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container { border-width: 0; border-radius: 0; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#M63xydF1izJbASAU9WkvsDkc6n38ktkh { box-sizing:content-box;height:7.125rem;width:74.1875rem;position:absolute;display:block;z-index:15001;background-color:#232936;background-image:none;top:0.9375rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#LVIbdZNtiDTHiKs19aw5ZtSJMs9h0dpq { color:#2ee3a9;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.712890625rem;left:4.28125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKpSnT33Hmx0pn8oPhJ4ifnTsmJHtSbz { 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:2.875rem;width:2.5rem;top:3.0625rem;left:17.46875rem;overflow:hidden;display:block; }
#XiLFnTmCLTPhPL4ZdctE95QXJJUGkNXE { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.55078125rem;left:22.09375rem;height:3.8984375rem;display:block; }
#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { 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; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { background-color: transparent; background-image: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container > .video-iframe-container { display: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container { display: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .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); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { border-width: 0; border-radius: 0; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#s061FNpeNur17glvyq4a6OvSXgpUobAX { box-sizing:content-box;height:34.8125rem;width:28.375rem;position:absolute;display:block;z-index:15000;background-color:#edf6fb;background-image:none;top:1.1875rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.34375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTgJRAeb8TMq5ZLpiTEnFwnuqOBQFFGi { 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:15rem;width:13.4375rem;top:6.1875rem;left:7.875rem;overflow:hidden;display:block; }
#pgLee5CtTaBM9yEFT7hAayglbPABeMKv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1875rem;left:8.34375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.32421875rem;left:1.1875rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.156250953674rem;height:2.6rem;font-style:normal;display:block; }
#KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { box-sizing:content-box;height:3.375rem;width:43.25rem;position:absolute;display:block;z-index:15006;background-color:#4da7d9;background-image:none;top:5.0625rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hKmZGblbv5uZpicyOi9CbeLDwuffJzND { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:31.625000953674rem;height:1.625rem;display:block; }
#TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:31.687500953674rem;height:1.625rem;display:block; }
#VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.9375rem;left:31.687500953674rem;height:1.625rem;display:block; }
#yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { box-sizing:content-box;height:4.5rem;width:43.25rem;position:absolute;display:block;z-index:15012;background-color:#4da7d9;background-image:none;top:22.3125rem;left:30.187500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.9375rem;left:31.687500953674rem;height:3.25rem;display:block; }
#OclEUXTtFwe9ICevUVA5nINTdwIKpbZe { box-sizing:content-box;height:4.5rem;width:43.25rem;position:absolute;display:block;z-index:15014;background-color:#4da7d9;background-image:none;top:27.75rem;left:30.187500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DqXiSeJumVWyK7Gu8r5hrLBA4FHenWHE { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.375rem;left:31.687500953674rem;height:3.25rem;display:block; }
#OaabUyd54TZywol1QC2o294EbsmBL7sI { box-sizing:content-box;height:2.75rem;width:43.25rem;position:absolute;display:block;z-index:15016;background-color:#4da7d9;background-image:none;top:32.9375rem;left:30.187500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NTEsqNIu9KLfgqaQzAyiJLOhKOizaOPX { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.420318603516rem;left:31.625000953674rem;height:1.625rem;display:block; }
#FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { box-sizing:content-box;height:4.1875rem;width:43.25rem;position:absolute;display:block;z-index:15008;background-color:#4da7d9;background-image:none;top:9.125rem;left:30.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:31.6875rem;height:3.25rem;display:block; }
#DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { box-sizing:content-box;height:3.375rem;width:43.25rem;position:absolute;display:block;z-index:15008;background-color:#4da7d9;background-image:none;top:13.999999523163rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { box-sizing:content-box;height:3.375rem;width:43.25rem;position:absolute;display:block;z-index:15007;background-color:#4da7d9;background-image:none;top:18.050000667572rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 { 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; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container { background-color: transparent; background-image: none; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container > .video-iframe-container { display: none; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row > .video-iframe-container { display: none; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .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); }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container { border-width: 0; border-radius: 0; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#hk7TRMJFS9iZkIy6cfI8e6fM1oQTkg95 { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#232936;background-image:none;top:1.375rem;left:3.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Qc3QNrnD3MQ8o687Mw02TcVoV26ifu16 { 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:5rem;top:3.625rem;left:11.21875rem;overflow:hidden;display:block; }
#sUIc75oTTqy8tdACKKyrRyItZJR6nOig { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:4.46875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#oC4ruBuZh77VWBaOCuWPXoONq9sNlIc3 { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:#232936;background-image:none;top:1.5625rem;left:27.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FLFva793l38kALdBd2lbQW0hC0uQZWNp { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:28.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#bvWbQZefDsCQPH0ikpPZEidTWnZ2rxGK { 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:4.875rem;width:4.875rem;top:3.625rem;left:35rem;overflow:hidden;display:block; }
#fKJkJ3RF4Mr65KiTAkC4fKiqOgB11ycr { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15006;background-color:#232936;background-image:none;top:1.5625rem;left:51.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZtP85AFNDZS8XQCqvG2RPtbypwRqJuQH { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10rem;left:52rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#r8KuXmnHehRs7w70wWO4eCZdlwEWu87W { 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:4rem;width:4.875rem;top:4.0625rem;left:58.8125rem;overflow:hidden;display:block; }
#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { 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; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { background-color: transparent; background-image: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .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); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { border-width: 0; border-radius: 0; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { box-sizing:content-box;height:43.75rem;width:74.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.25rem;left:0.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TckcvtRf1qV6hireE1GU3MR0usWfymBd { position:absolute;z-index:15003;top:10.5625rem;left:3.25rem;width:67.3125rem;height:18rem;display:block; }
#HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { color:#232936;display:block;width:30.7480625rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:22.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { color:#000000;display:block;width:61.9375rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:5.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { background-color: transparent; background-image: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container > .video-iframe-container { display: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container { display: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .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); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { border-width: 0; border-radius: 0; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.259765625rem;left:56.09375rem;height:3.1669875rem;text-align:left;text-align-last:left;display:block; }
#TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { 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:2.6875rem;width:7.6875rem;top:2.5rem;left:1.34375rem;overflow:hidden;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;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; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:7rem;height:2.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMWEZv9LN2TqMAN3ug0WZ5bipmVe3xQI { width:8.5625rem;height:1.625rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { display:block; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { width:15.0625rem;height:11.5rem;top:2.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { width:14.875rem;height:3rem;top:3.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { width:14.4375rem;height:1.94921875rem;top:4.0625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { width:32.5625rem;height:8.7744375rem;top:11.625rem;left:1.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZq53MJMAgDvOIANRvT7PCkB2wTIr7FI { width:39.75rem;height:7.5556875rem;top:21.1875rem;left:1.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PXWTs4dtvcxT6b2qtB4BWWnlzmptXuyt { width:29.4375rem;height:3rem;top:7.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZeJgnTmmcZHUfa00Z7UC3GTLbmDtpOm { width:28.25rem;height:1.625rem;top:8.5rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REx3CgIBZcSmmsZ6st74hv925JIiZ1Wc { width:12.5rem;height:1.29980625rem;top:30.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xm8yaQXzvLhGkbsa519mEcx7aXmFPBBw { width:2.0625rem;height:2rem;top:30.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoVepaZ0s3TSdFBSnOqgUwZv5WcSeTXb { width:12.5rem;height:1.29980625rem;top:30.9375rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZt3EbnnfWnPKifxgXBIq50TFdkS6Ufo { width:2.0625rem;height:2rem;top:30.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9cQaNTuvQO3BFna3nlGc11e4aldR4ra { width:2.0625rem;height:2rem;top:30.5625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoCik4VlnUVphOU654Hbpw7hbJiqMsDf { width:12.5rem;height:1.29980625rem;top:30.9375rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { width:47.75rem;height:37.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { width:17.5rem;height:3.4375rem;top:34.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block; }
 }@media only screen and (max-width: 1199px) { #x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { display:block; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { width:47.75rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { width:47.75rem;height:77.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l604QJXzqKLF9VODyveeqbcvTXucDAbv { width:29.0625rem;height:32.75rem;top:45.375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { width:14.4375rem;height:2.5996125rem;top:3.625rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #it7lT42TZUrwD3v1GT7Caz4hqmUamerL { width:44.1875rem;height:21.125rem;top:6.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu { width:44.1875rem;height:5.5rem;top:29.125rem;left:1.78125rem;font-size:1.25rem;display:block; }#wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu li:before{  }
 }@media only screen and (max-width: 1199px) { #DT0TmqwNGz7iUK7wvDp8MzoOxWJO4sf2 { width:44.1875rem;height:8.125rem;top:35.75rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { width:47.75rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { width:47.75rem;height:23.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { width:25.625rem;height:2.5996125rem;top:3.625rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { width:44.1875rem;height:11.875rem;top:9.875rem;left:1.78125rem;font-size:1.25rem;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 1199px) { #W4ZLfdaJmT6xG4ykCJVaktqSnS1wWK2v { width:44.1875rem;height:1.625rem;top:6.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK { display:block; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container { width:47.75rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mxOQylHfxHVWC5mKIVhDcAUM5dZkSsQe { width:47.75rem;height:53.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yi7GClZZE643dauv89Ax2706ELf3Jell { width:29.0625rem;height:22.875rem;top:28.875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tb1CwotxLRBR06yVvPMthf0RbzfThDfT { width:25.625rem;height:2.5996125rem;top:3.625rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 { width:44.1875rem;height:18rem;top:6.9375rem;left:1.875rem;font-size:1.25rem;display:block; }#vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 1199px) { #dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB { display:block; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M63xydF1izJbASAU9WkvsDkc6n38ktkh { width:47.75rem;height:11.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVIbdZNtiDTHiKs19aw5ZtSJMs9h0dpq { width:12.5rem;height:3.57421875rem;top:3.962890625rem;left:21.1875rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yKpSnT33Hmx0pn8oPhJ4ifnTsmJHtSbz { width:2.5rem;height:2.875rem;top:4.3125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiLFnTmCLTPhPL4ZdctE95QXJJUGkNXE { width:43.5rem;height:3.8984375rem;top:8.625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { display:block; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { width:47.75rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s061FNpeNur17glvyq4a6OvSXgpUobAX { width:28.375rem;height:35.25rem;top:1.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { width:12.5rem;height:2.5996125rem;top:2.8125rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTgJRAeb8TMq5ZLpiTEnFwnuqOBQFFGi { width:13.4375rem;height:15rem;top:6.625rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgLee5CtTaBM9yEFT7hAayglbPABeMKv { width:12.5rem;height:1.94921875rem;top:22.5rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { width:26.8125rem;height:9.098625rem;top:24.9375rem;left:10.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { width:12.5rem;height:2.5996125rem;top:39rem;left:17.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { width:43.25rem;height:4.5rem;top:43.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKmZGblbv5uZpicyOi9CbeLDwuffJzND { width:36.9375rem;height:3.25rem;top:43.875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { width:36.9375rem;height:1.625rem;top:57.3125rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { width:36.9375rem;height:1.625rem;top:63.6875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { width:43.25rem;height:4.5rem;top:68.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { width:36.9375rem;height:3.25rem;top:68.875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OclEUXTtFwe9ICevUVA5nINTdwIKpbZe { width:43.25rem;height:4.5rem;top:73.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqXiSeJumVWyK7Gu8r5hrLBA4FHenWHE { width:36.9375rem;height:3.25rem;top:74.5rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OaabUyd54TZywol1QC2o294EbsmBL7sI { width:43.25rem;height:3.625rem;top:79.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTEsqNIu9KLfgqaQzAyiJLOhKOizaOPX { width:36.9375rem;height:1.625rem;top:80.8125rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { width:43.25rem;height:4.5rem;top:49.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { width:36.9375rem;height:3.25rem;top:50.3125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { width:43.25rem;height:4.5rem;top:55.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { width:43.25rem;height:4.5rem;top:62.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 { display:block; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container { width:47.75rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hk7TRMJFS9iZkIy6cfI8e6fM1oQTkg95 { width:20rem;height:20rem;top:1.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qc3QNrnD3MQ8o687Mw02TcVoV26ifu16 { width:5rem;height:4.875rem;top:3.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUIc75oTTqy8tdACKKyrRyItZJR6nOig { width:18.5rem;height:8.125rem;top:10.4375rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oC4ruBuZh77VWBaOCuWPXoONq9sNlIc3 { width:20rem;height:20rem;top:22.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLFva793l38kALdBd2lbQW0hC0uQZWNp { width:18.5rem;height:6.5rem;top:31.0625rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvWbQZefDsCQPH0ikpPZEidTWnZ2rxGK { width:4.875rem;height:4.875rem;top:24.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKJkJ3RF4Mr65KiTAkC4fKiqOgB11ycr { width:20rem;height:20rem;top:22.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtP85AFNDZS8XQCqvG2RPtbypwRqJuQH { width:18.5rem;height:6.5rem;top:31.0625rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8KuXmnHehRs7w70wWO4eCZdlwEWu87W { width:4.875rem;height:4rem;top:24.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:47.75rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:45.0625rem;height:47.875rem;top:6.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:41.1875rem;height:31.5rem;top:8.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:42rem;height:2.4375rem;top:2.375rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { width:47.75rem;height:3.8984375rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { display:block; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { width:17.875rem;height:3.1669875rem;top:2.25rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { width:7.6875rem;height:2.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:7rem;height:2.4375rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMWEZv9LN2TqMAN3ug0WZ5bipmVe3xQI { width:8.5625rem;height:1.625rem;top:4.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { display:block; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { width:19.5625rem;height:14.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { width:19rem;height:3rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { width:14.4375rem;height:1.94921875rem;top:1.775390625rem;left:2.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { width:20rem;height:12.9980625rem;top:11.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZq53MJMAgDvOIANRvT7PCkB2wTIr7FI { width:20rem;height:9.746125rem;top:25.099609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXWTs4dtvcxT6b2qtB4BWWnlzmptXuyt { width:20rem;height:4.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZeJgnTmmcZHUfa00Z7UC3GTLbmDtpOm { width:20rem;height:3.25rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REx3CgIBZcSmmsZ6st74hv925JIiZ1Wc { width:12.5rem;height:1.29980625rem;top:55rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xm8yaQXzvLhGkbsa519mEcx7aXmFPBBw { width:2.0625rem;height:2rem;top:51.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoVepaZ0s3TSdFBSnOqgUwZv5WcSeTXb { width:12.5rem;height:1.29980625rem;top:60.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZt3EbnnfWnPKifxgXBIq50TFdkS6Ufo { width:2.0625rem;height:2rem;top:57.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9cQaNTuvQO3BFna3nlGc11e4aldR4ra { width:2.0625rem;height:2rem;top:63.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoCik4VlnUVphOU654Hbpw7hbJiqMsDf { width:12.5625rem;height:1.29980625rem;top:66.625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { width:20rem;height:30.6875rem;top:63.9834rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { width:17.5rem;height:3.4375rem;top:69.5498046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block; }
 }@media only screen and (max-width: 763px) { #x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { display:block; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { width:20rem;height:43.75rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l604QJXzqKLF9VODyveeqbcvTXucDAbv { width:20rem;height:22.537125rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { width:14.4375rem;height:2.5996125rem;top:1.3740234375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #it7lT42TZUrwD3v1GT7Caz4hqmUamerL { width:18.75rem;height:33.624025rem;top:3.912109375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu { width:20rem;height:6.472625rem;top:38.5625rem;left:0rem;font-size:1.125rem;display:block; }#wTAVeGsQkUOrEsnL5OHdk85GfS8zPPAu li:before{  }
 }@media only screen and (max-width: 763px) { #DT0TmqwNGz7iUK7wvDp8MzoOxWJO4sf2 { width:20rem;height:13.15725rem;top:45.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { width:20rem;height:22.125rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { width:14.4375rem;height:5.19921875rem;top:1.6875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { width:18.75rem;height:19.8310625rem;top:10.599609375rem;left:0.625rem;font-size:1.125rem;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 763px) { #W4ZLfdaJmT6xG4ykCJVaktqSnS1wWK2v { width:18rem;height:1.4619125rem;top:7.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK { display:block; }#XAtxmw4E6Jt21CIOff4DdqPzZfRf56EK > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxOQylHfxHVWC5mKIVhDcAUM5dZkSsQe { width:20rem;height:29.875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yi7GClZZE643dauv89Ax2706ELf3Jell { width:20rem;height:15.75rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb1CwotxLRBR06yVvPMthf0RbzfThDfT { width:18.3125rem;height:2.5996125rem;top:1.4375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 { width:18.75rem;height:34.23825rem;top:5.724609375rem;left:0.625rem;font-size:1.125rem;display:block; }#vHWcwEWm1y1pctlPZBy1qvaE3PiEzVa8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 763px) { #dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB { display:block; }#dI8KOaIPDLxDfoRg4Dr1bh6gAcJcvNoB > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M63xydF1izJbASAU9WkvsDkc6n38ktkh { width:20rem;height:15.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVIbdZNtiDTHiKs19aw5ZtSJMs9h0dpq { width:12.5rem;height:2.5996125rem;top:3.025390625rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpSnT33Hmx0pn8oPhJ4ifnTsmJHtSbz { width:2.5rem;height:2.875rem;top:2.8876953125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiLFnTmCLTPhPL4ZdctE95QXJJUGkNXE { width:18.875rem;height:6.82425rem;top:7.0625rem;left:0.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { display:block; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s061FNpeNur17glvyq4a6OvSXgpUobAX { width:20rem;height:38.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { width:12.5rem;height:2.5996125rem;top:2.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgJRAeb8TMq5ZLpiTEnFwnuqOBQFFGi { width:13.4375rem;height:15rem;top:6.4375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLee5CtTaBM9yEFT7hAayglbPABeMKv { width:12.5rem;height:1.94921875rem;top:22.1875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { width:20rem;height:12.9980625rem;top:25.26171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { width:12.5rem;height:2.5996125rem;top:40.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { width:20rem;height:7.1875rem;top:44.5371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKmZGblbv5uZpicyOi9CbeLDwuffJzND { width:17rem;height:4.38574375rem;top:45.9375rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { width:17.625rem;height:2.923825rem;top:63.1640625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { width:16.625rem;height:2.923825rem;top:69.2578125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { width:20rem;height:6.0625rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { width:17.9375rem;height:4.38574375rem;top:75.212890625rem;left:1.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OclEUXTtFwe9ICevUVA5nINTdwIKpbZe { width:20rem;height:6rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXiSeJumVWyK7Gu8r5hrLBA4FHenWHE { width:17.375rem;height:4.38574375rem;top:82.3125rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OaabUyd54TZywol1QC2o294EbsmBL7sI { width:20rem;height:4.625rem;top:88.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTEsqNIu9KLfgqaQzAyiJLOhKOizaOPX { width:13.6875rem;height:2.923825rem;top:89.6875rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { width:20rem;height:7.1875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { width:17.6875rem;height:4.38574375rem;top:55.025390625rem;left:1.15625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { width:20rem;height:5.4375rem;top:61.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { width:20rem;height:5.125rem;top:68.158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 { display:block; }#iMo1dcMKteWTWHfnDDMnLNnJ139V0An6 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hk7TRMJFS9iZkIy6cfI8e6fM1oQTkg95 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3QNrnD3MQ8o687Mw02TcVoV26ifu16 { width:5rem;height:4.875rem;top:3.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUIc75oTTqy8tdACKKyrRyItZJR6nOig { width:18.5rem;height:8.125rem;top:9.875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC4ruBuZh77VWBaOCuWPXoONq9sNlIc3 { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFva793l38kALdBd2lbQW0hC0uQZWNp { width:18.5rem;height:6.5rem;top:31.375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWbQZefDsCQPH0ikpPZEidTWnZ2rxGK { width:4.875rem;height:4.875rem;top:24.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKJkJ3RF4Mr65KiTAkC4fKiqOgB11ycr { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtP85AFNDZS8XQCqvG2RPtbypwRqJuQH { width:18.5rem;height:6.5rem;top:52.625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8KuXmnHehRs7w70wWO4eCZdlwEWu87W { width:4.875rem;height:4rem;top:46.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:19.875rem;height:63.25rem;top:0.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:17.6230625rem;height:33.3105625rem;top:13.5546875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:19.2480625rem;height:1.8681625rem;top:2.6875rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { width:20rem;height:5.84765625rem;top:5.8046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { display:block; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { width:20rem;height:3.1669875rem;top:5.478515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { width:7.6875rem;height:2.6875rem;top:1.4150390625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }