.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container { background-color: transparent; background-image: none; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container > .video-iframe-container { display: none; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row > .video-iframe-container { display: none; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .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); }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container { border-width: 0; border-radius: 0; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ZLh5xW6CTPXf0nWz7yKPzFBJTBdZ6xRS { 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:1.6875rem;width:10.1875rem;top:1.53125rem;left:7.5rem;overflow:hidden;display:block; }
#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f3fc;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; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container { background-color: transparent; background-image: none; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container > .video-iframe-container { display: none; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row > .video-iframe-container { display: none; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .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); }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container { border-width: 0; border-radius: 0; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#WkpGL8s7QCoT5wipTdas1XvMItCgkaIP { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaneue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.62395625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5rem;left:7.5rem;display:block; }
#yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:0rem;height:4.49706875rem;text-align:left;text-align-last:left;display:block; }
#igTqAc3GrfFB6y6t96N3OEtZo0Lt0B8V { display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:14.58203125rem;left:0rem;height:5.39795rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { display:block;width:37.4375rem;position:absolute;font-family:helveticaneue;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.95703125rem;left:0rem;height:7.5rem;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;color:#085da9;display:block; }
#ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:37.5rem;top:12.6865234375rem;left:37.5rem;display:block; }
#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { background-color: transparent; background-image: none; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container > .video-iframe-container { display: none; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row > .video-iframe-container { display: none; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .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); }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { border-width: 0; border-radius: 0; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#zAGf2dNcZRBKQOskq7aIlwk0t57dKDk8 { color:#1d1d1b;display:block;width:35.5625rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.4375rem;left:39.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 { color:#1d1d1b;display:block;width:35.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:24.699437141419rem;left:38.468971252441rem;height:11.691875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
#eccGWvWiUO14qdT8AXPeq02hLrtxtgOD { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaneue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.62291875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.311458587646rem;left:46.875rem;display:block; }
#ONsvtheHJVZ8FXIbBZlU0JBwqdl55hIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr { color:#1d1d1b;display:block;width:35.5620625rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:11.873916625976rem;left:38.467880249024rem;height:7.0654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
#D9EB7Eo4wymnOp9Hx2xhpRZxlpk9yIzc { color:#000000;display:block;width:36.0623125rem;position:absolute;font-family:helveticaneue;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.024308204651rem;left:38.937721252441rem;height:2.2753875rem;display:block; }
#ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { color:#000000;display:block;width:32.5rem;position:absolute;font-family:helveticaneue;font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0859384536744rem;left:39.436851501465rem;height:2.2753875rem;display:block; }
#wiahh6aTMNV6TEV1gupdRi1Pdxknh2A8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#kGPwigoXPBV6wnm8GtBsXTZ2a8xKszTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.59765625rem;left:1.40625rem; }
#ozxzrHIfSDbyVLu2vV31h1VBOApv5GfR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.59765625rem;left:33.09375rem; }
#FkXGo039vDTlyXFVvN0uUuK0ZpKLyT18 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#xMWOnkSubwaHxH0wVw8u3TTs7TGX8LtD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#IL3RJxgSRMpZ5mpz0A4RebuUZnF9hhLJ { position:absolute;display:block;z-index:15026;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:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#K2F4oyEw1A92UVckXvQ9IFqqb3gnDDNI { position:absolute;display:block;z-index:15027;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:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#W8sPFuk3gaECUGnqNxwm5NDgi2K7iJ6t { position:absolute;display:block;z-index:15028;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:25.25rem;width:25.25rem;top:10.25rem;left:6.125rem;overflow:hidden;display:block; }
#ThzWVPBorCCbe3GQ6cUPaNIWxnu3Bugl { position:absolute;display:block;z-index:15029;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:25.25rem;width:25.25rem;top:9.53515625rem;left:6.125rem;overflow:hidden;display:block; }
#mVt4NzF5RRxA4o4sX2fsb4PTDTLczd5A { position:absolute;display:block;z-index:15030;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:25.25rem;width:25.25rem;top:9.53515625rem;left:6.125rem;overflow:hidden;display:block; }
#Xr2eIDwt3vnXq44kl2qUkwP8CENMJR7k { position:absolute;display:block;z-index:15031;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:25.25rem;width:25.25rem;top:9.53515625rem;left:6.125rem;overflow:hidden;display:block; }
#awoXUB3EISHEpcJyR5dpby1IM3WULl0E { position:absolute;display:block;z-index:15029;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:25.25rem;width:25.25rem;top:10.25rem;left:7.90625rem;overflow:hidden;display:block; }
#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f3fc;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; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { background-color: transparent; background-image: none; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container > .video-iframe-container { display: none; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row > .video-iframe-container { display: none; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .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); }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { border-width: 0; border-radius: 0; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#kkmPnWMhgy8mUUhyTHuQMLm6qZ0iDTTC { color:#1d1d1b;display:block;width:35.8101875rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:5.39795rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BstSofiAW2P2mBP5TUklgbrh8RN9HyHE { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaneue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.62291875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.375rem;left:8.5302085876462rem;display:block; }
#zm8Gde0dDwpmBJ3QTAht1s0koteRomAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v { color:#1d1d1b;display:block;width:35.5614375rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10rem;left:0.125rem;height:8.0639375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
#W1K12Naef797GIZpfwHiAJ8uuTRfJMRM { color:#1d1d1b;display:block;width:35.9375rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:20.375rem;left:0rem;height:4.49706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ohkn8B7Wm5rLUc1DbokIVub0RUtmqfxv { position:absolute;display:block;z-index:15020;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:21.5rem;width:32.375rem;top:8.5604171752931rem;left:40.0625rem;overflow:hidden;display:block; }
#HOdVLhEDhPezq50kRtPHQfre97mbWIN5 { color:#1d1d1b;display:block;width:36.5625rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:37.1875rem;left:38.4375rem;height:5.39795rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubPxN7t4qbiZHMlsqQJ7tUbZ12QpQg1o { color:#000000;display:block;width:26.7480625rem;position:absolute;font-family:helveticaneue;font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:43.8125rem;left:38.375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa { color:#1d1d1b;display:block;width:35.5605625rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:47rem;left:38.46875rem;height:14.4396875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
#CLkCpfsgtdGx9e2V513TiuBGXc8cnCmA { color:#1d1d1b;display:block;width:35.5605625rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:62.5625rem;left:38.5rem;height:4.49706875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tty6vrKSpy14lssdGAq9KkNvPUkDpcBE { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaneue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.62291875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:69.3125rem;left:46.875rem;display:block; }
#rwHgNbrb5KqDIDiGf48F6fAH4SsXHzg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLgpeKF4P2JpN7C9Drg8TJb0bTKi4gHT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:32.8125rem;top:44.75rem;left:2.3514371657754rem;overflow:hidden;display:block; }
#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am { 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; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { background-color: transparent; background-image: none; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container > .video-iframe-container { display: none; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row > .video-iframe-container { display: none; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .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); }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { border-width: 0; border-radius: 0; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#v7TZw1tobMdd26Czi4pAdBTXTFDkGliz { color:#1d1d1b;display:block;width:35.8125rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.0625rem;left:39.1875rem;height:5.39795rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH { color:#1d1d1b;display:block;width:35.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.751085281372rem;left:39.439018249512rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
#rJpp5WD7B9A02I5vqRKExNorxKuadFiW { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaneue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.62291875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44.1875rem;left:46.875rem;display:block; }
#qbGSx3HxKaCd7A16FiG56In1PpDOv99o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcIttGDuwwncR6IZpesXbOxr73myrC7n { color:#1d1d1b;display:block;width:35.5605625rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:36.375rem;left:38.46875rem;height:4.49706875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JQaiVyVN56gfJmuV4hhb8vJNoCqbdS1b { color:#000000;display:block;width:35.4373125rem;position:absolute;font-family:helveticaneue;font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.7786464691163rem;left:39.562721252441rem;height:1.7858875rem;display:block; }
#K3vo4DSd4G5gL9EfJdTgQdypRastspSm { position:absolute;display:block;z-index:15030;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:17.6875rem;width:9.75rem;top:3.875rem;left:2.5rem;overflow:hidden;display:block; }
#xQAQqfFlTMt1E3qBS0dV0qDLaUR6y5x3 { position:absolute;display:block;z-index:15031;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:17.6875rem;width:9.75rem;top:3.875rem;left:13.9375rem;overflow:hidden;display:block; }
#ZKup1TuurnTqUoh0P373AW28xcxaCDqB { position:absolute;display:block;z-index:15032;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:17.6875rem;width:9.75rem;top:3.875rem;left:25.25rem;overflow:hidden;display:block; }
#DT8twIBuoZkcb6Hf2fGkRXy4MrboSDHF { position:absolute;display:block;z-index:15033;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:17.6875rem;width:9.75rem;top:23.125rem;left:2.375rem;overflow:hidden;display:block; }
#MJXgwD9U5HtvqAxZf522bFwarBgkVCNf { position:absolute;display:block;z-index:15034;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:17.6875rem;width:9.75rem;top:23.125rem;left:13.8125rem;overflow:hidden;display:block; }
#RRx3B3vyE6hbFq4PihtG2hqCRF7E7S6u { position:absolute;display:block;z-index:15035;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:17.6875rem;width:9.75rem;top:23.125rem;left:25.125rem;overflow:hidden;display:block; }
#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f3fc;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; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { background-color: transparent; background-image: none; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container > .video-iframe-container { display: none; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row > .video-iframe-container { display: none; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .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); }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { border-width: 0; border-radius: 0; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f8fcfe;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:helveticaneue;height:auto;color:#085da9;font-style:normal; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:helveticaneue;color:#1d1d1b;line-height:1.4;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_7d9482c2454ce94eec3d1809c29d654b25143d38.svg");background-size:contain !important; }#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-trigger.adaptive-delivery-prevent-bg, #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-trigger.lazyload, #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-trigger.lazyloading { background-image: none; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.0625rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #BWTs23qxNqdCvwEbgCRaUnGaqGeMiIBr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #c4WXH3bb9SnHcM2UDFSJ5C9tpRgCNFRe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #AwKgM3fUe75HvqT5ShtPButDEsTiwmWl { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #S7CHhV62977t3gWdT7TxayqNUpvn7KPw {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hD4EMCh3dnrNwalMT90w0sMQS8r4mOZ5 {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #WObyxa24aTgVLNWc4hN2bRCqhmdQzcVn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TBcpePfxTGxG4Bv67wgUwQprQptMg8TN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Ld6mwHTMhL5L23hd7bmxAgrTynGm5Bxs { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hmxnFT5SBO2A82kSXTzyPgvslPyNrP6t {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #sIPgSG291xBRkkUySFzgCDQQx487Adzh { display:none; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Cd8HUwe3dpNF0uucnr2uSPuUdw7r3MHE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #RaPgViC403JukzL1y9VgAHlFEfgD5l9I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #d8V9AilJdBmZaCHsLs2L3y2n4CtqDgKh { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PmR71Es1DKaCmx7LD4ItJUPr5DnS0GZ5 {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #mfkrCl3Z7BvS0WTIo5FSPCi8ETDfzKZo { display:none; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #xk3yS8qw7PlE8vLK0nG88vR7wOGcPLh0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #qxiDXyk54QvSFZ9ZaE5cr7lWPQUpZ4Sz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #XeHyLuvZHv7mpS7LGGL2yWQ9IXzzVOUI { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Vf3uabogKqmDOCL3CsogDGodAzAI3w6I {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #p0uL8RDkIqbrqEmEPcpdJNbhG5xd6vRg { display:none; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #CRE1e8zeCZiBJTUfgXMd8gZqHOsHKRkC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rkRO3wSopIJEFwUCFfgdLEw1O5T9TLQ7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #erfCf1WL70LMGyN3Z7JEhBZUnuxRqiR1 { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PqJpZGoM8kcrVPSWrwr7JBZ5nJwXUruD {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TfTweGAxMFF2PxpaUiuoTwwwwEyBHGM0 { display:none; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #oCEFZX10gA0mNCTsBqJ2z8qTAM6oTBM6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rfd0pFn4ASlonspWcIKhSn56zLL3xUBs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #NWA40zeCrWRSha6cDukWKynGv7RB6Z6J { display:block;position:relative; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #STVotWkW3WaWTrFigAB7e5qGyiG96cbg {  }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Jidh3ZEy0HlbGthiwbrkg5mJ9Jk09iwQ { display:none; }
#HOQd4XP9OrJdad2CR3f3SPqpn8K8Gi31 { color:#1d1d1b;display:block;width:75rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { background-color: transparent; background-image: none; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container > .video-iframe-container { display: none; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row > .video-iframe-container { display: none; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .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); }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { border-width: 0; border-radius: 0; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#q3oIsznP0U34EPLOPIm8eUVTQDwfUuf5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:13.5rem;top:8.75rem;left:1.875rem;display:block; }
#K1zErb7FimdxCuLArw0T5ASMZvI2on4r { color:#000000;display:block;width:13.125rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.561458587646rem;left:2.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkLZVtUTTxfCpwT6HETmJzzy1ucQVQBB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:10.436458587646rem;left:5.25rem;overflow:hidden;display:block; }
#CUFVu3QKq2leyultzSou0KTUuneRZ0R8 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:13.5rem;top:8.75rem;left:21.0625rem;display:block; }
#f3ULRikMPNULcLOEWcSFMm7B6TCnBRua { color:#000000;display:block;width:13.125rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.561458587646rem;left:21.5625rem;height:4.87426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUPlAAm8TBS2Pa1JTReBOvEuRcAQlyeq { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:13.5rem;top:8.75rem;left:40.25rem;display:block; }
#DkRgd3V64Jp0Oq0oT1UNC7a2kflU1Hlb { color:#000000;display:block;width:11.875rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.623958587646rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRsqlnskoO3KsLXPk7xFPtphyXQh0w01 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:13.5rem;top:8.75rem;left:59.25rem;display:block; }
#UKq7BOVFffdhcpUcooH7JzxMEhLK6ZBZ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.561458587646rem;left:59.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5y3Cd7abFvEkWhSRI6pTXOUCsF6k6Lu { color:#001b2f;display:block;width:75rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n14BbZCp6BIpyg685nImMXWqG9vSHtpv { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29rem;left:28.125rem;display:block; }
#rol1ZgDx5HxRKIJNu0xNZy5iF0XgKZ32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9HQ76aTxMK6OQIVwfucMbkFs3tAmNnX { 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.5625rem;width:6.5625rem;top:10.717708587646rem;left:24.84375rem;overflow:hidden;display:block; }
#FqWX40ZK89sIUTTdPbwKxA2gfxbWe5qg { 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.625rem;width:6rem;top:10.436458587646rem;left:44.1875rem;overflow:hidden;display:block; }
#klRc9MT3EnfoxeTqcSBpcOdmCdLAd4II { position:absolute;display:block;z-index:15015;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.9375rem;width:6.0625rem;top:10.280208587646rem;left:63.15625rem;overflow:hidden;display:block; }
#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 { background-color:#e9f3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { background-color: transparent; background-image: none; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container > .video-iframe-container { display: none; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row > .video-iframe-container { display: none; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .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); }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { border-width: 0; border-radius: 0; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { width:75rem;height:66.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#sRRxckeUmJUC3NUbIxdaErHT5JADSHaH { display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:11.3125rem;left:1.8125rem;height:;color:#000000;font-style:normal;display:block; }#sRRxckeUmJUC3NUbIxdaErHT5JADSHaH li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sRRxckeUmJUC3NUbIxdaErHT5JADSHaH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
#M5OWLxxS4WcK6r2xNhuICghp6Un8epGP { color:#000000;display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625rem;left:1.8125rem;height:3.41064375rem;font-style:normal;display:block; }
#uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc { display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:18.9375rem;left:1.875rem;height:;color:#000000;font-style:normal;display:block; }#uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
#C7nM3AprRKSkdB5SPFVqiAzewbvksHql { color:#000000;display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.25rem;left:1.875rem;height:3.41064375rem;font-style:normal;display:block; }
#ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp { display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:26.625rem;left:1.875rem;height:;color:#000000;font-style:normal;display:block; }#ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
#TyddiQ7Xz4wAq0zvR2gR9HUHEGR0BATS { color:#000000;display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.875rem;height:3.41064375rem;font-style:normal;display:block; }
#kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP { display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:34.125rem;left:1.875rem;height:2.47314375rem;color:#000000;font-style:normal;display:block; }#kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
#xp2FDrK2JTVIboZNBKAO7Fihx2fIBfAb { color:#000000;display:block;width:33.75rem;position:absolute;font-family:helveticaneue;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.4375rem;left:1.875rem;height:1.70605625rem;font-style:normal;display:block; }
#CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.861328125rem;left:1.8095703125rem;height:5.84716875rem;display:block; }
#aWEfb8zlGCXB3Pe0Ei8MAGdv1KVHXEfL { position:absolute;display:block;z-index:15021;height:41.4375rem;width:26.4375rem;top:2.861328125rem;left:48.5rem;display:block; }
#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste { border-top:0.3125rem solid #085da9;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { background-color: transparent; background-image: none; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container > .video-iframe-container { display: none; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row > .video-iframe-container { display: none; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .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); }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { border-width: 0; border-radius: 0; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { font-size:0.875rem;font-family:arial;height:12.8472225rem;width:75rem;position:relative;display:block; }#zesdepVhr4VGUeCMpxKFSqHxafOc8fsg { color:#1d1d1b;display:block;width:21.875rem;position:absolute;font-family:helveticaneue;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.0878868103028rem;left:7.5618476867675rem;height:4.8974625rem;font-style:normal;display:block; }
#WRyOs2SDsi3JCsi8mREexeTCMXtGpckr { position:absolute;display:block;z-index:15015;background-color:#1d1d1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#tKlhpbl41TEX5IXE8KO0cEpBqUn9IuUb { position:absolute;display:block;z-index:15016;background-color:#1d1d1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#EbcnMUvfdCwDOBapM4T8D8wBCSynF2qN { 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:1.5625rem;width:10.0625rem;top:2.5625rem;left:7.5rem;overflow:hidden;display:block; }
#z731rKSFUDxJRMI2Tcle43vQCsQVdF6x { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.40625rem;left:49.6875rem; }
#pqTCSvggaGg1px8TCvGbsgt93G9g0Zcr { color:#1d1d1b;display:block;width:15.375rem;position:absolute;font-family:helveticaneue;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5625rem;left:52.1875rem;height:4.89745rem;font-style:normal;display:block; }
#eolTO4QnAwi4G1VTRHAHQJ1skHOSl19V { color:#085da9;display:block;width:18.125rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.4765625rem;left:49.4375rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b0U77mTfNgXxCBUlJ1eKVKIx5U3TR9TT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.23828125rem;left:49.6875rem; }
#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001b2f;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; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { background-color: transparent; background-image: none; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container > .video-iframe-container { display: none; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row > .video-iframe-container { display: none; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .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); }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { border-width: 0; border-radius: 0; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#in1bh6QiK1HAkpLTs0HRTKmdUcmtPROd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:helveticaneue;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.66796875rem;left:7.5rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 { position:relative;display:none; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 { border-width: 0; border-radius: 0; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .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; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#haAxrTXpfu7htHD4bkc23M95xKTxzxw1 { background-color:#085da9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.8125rem;left:28.125rem;display:none; }
#tynkOvSoW0uIVMeguaLoQgXB9WBv5GKi { 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) { #Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu { display:block; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLh5xW6CTPXf0nWz7yKPzFBJTBdZ6xRS { width:10.1875rem;height:1.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva { display:block; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkpGL8s7QCoT5wipTdas1XvMItCgkaIP { width:18.75rem;height:3.5625rem;top:29.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { display:block; }
 }@media only screen and (max-width: 763px) { #GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { top:22.1875rem;left:0rem;width:35.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTqAc3GrfFB6y6t96N3OEtZo0Lt0B8V { width:33.75rem;height:5.375rem;top:14.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { width:37.4375rem;height:7.5rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { top:12.625rem;left:10.25rem;width:37.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH { display:block; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAGf2dNcZRBKQOskq7aIlwk0t57dKDk8 { width:35.5625rem;height:;top:4.4375rem;left:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 { width:35.5rem;height:11.625rem;top:24.6875rem;left:12.25rem;font-size:1.125rem;display:block; }#Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #eccGWvWiUO14qdT8AXPeq02hLrtxtgOD { width:18.75rem;height:3.5625rem;top:39.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONsvtheHJVZ8FXIbBZlU0JBwqdl55hIW { display:block; }
 }@media only screen and (max-width: 763px) { #i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr { width:35.5rem;height:;top:11.8125rem;left:12.25rem;font-size:1.125rem;display:block; }#i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #D9EB7Eo4wymnOp9Hx2xhpRZxlpk9yIzc { top:21rem;left:11.75rem;width:36rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { top:8.0625rem;left:15.25rem;width:32.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiahh6aTMNV6TEV1gupdRi1Pdxknh2A8 { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPwigoXPBV6wnm8GtBsXTZ2a8xKszTi { top:20.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozxzrHIfSDbyVLu2vV31h1VBOApv5GfR { top:20.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkXGo039vDTlyXFVvN0uUuK0ZpKLyT18 { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWOnkSubwaHxH0wVw8u3TTs7TGX8LtD { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL3RJxgSRMpZ5mpz0A4RebuUZnF9hhLJ { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2F4oyEw1A92UVckXvQ9IFqqb3gnDDNI { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8sPFuk3gaECUGnqNxwm5NDgi2K7iJ6t { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzWVPBorCCbe3GQ6cUPaNIWxnu3Bugl { top:9.5rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt4NzF5RRxA4o4sX2fsb4PTDTLczd5A { top:9.5rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2eIDwt3vnXq44kl2qUkwP8CENMJR7k { top:9.5rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoXUB3EISHEpcJyR5dpby1IM3WULl0E { top:10.25rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UKawDWf3IBu5m58kX0gnHFifeMvENJ { display:block; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkmPnWMhgy8mUUhyTHuQMLm6qZ0iDTTC { width:35.75rem;height:5.375rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstSofiAW2P2mBP5TUklgbrh8RN9HyHE { width:18.75rem;height:3.5625rem;top:26.375rem;left:1.7177085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm8Gde0dDwpmBJ3QTAht1s0koteRomAg { display:block; }
 }@media only screen and (max-width: 763px) { #ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v { width:35.5rem;height:8.1875rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }#ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
 }@media only screen and (max-width: 763px) { #W1K12Naef797GIZpfwHiAJ8uuTRfJMRM { width:35.9375rem;height:4.5625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohkn8B7Wm5rLUc1DbokIVub0RUtmqfxv { top:8.5rem;left:12.8125rem;width:32.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdVLhEDhPezq50kRtPHQfre97mbWIN5 { width:36.5625rem;height:5.375rem;top:37.1875rem;left:10.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubPxN7t4qbiZHMlsqQJ7tUbZ12QpQg1o { top:43.8125rem;left:21.0625rem;width:26.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa { width:35.5rem;height:;top:47rem;left:12.25rem;font-size:1.125rem;display:block; }#dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
 }@media only screen and (max-width: 763px) { #CLkCpfsgtdGx9e2V513TiuBGXc8cnCmA { width:35.5rem;height:4.5rem;top:62.5625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tty6vrKSpy14lssdGAq9KkNvPUkDpcBE { width:18.75rem;height:3.5625rem;top:69.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHgNbrb5KqDIDiGf48F6fAH4SsXHzg6 { display:block; }
 }@media only screen and (max-width: 763px) { #qLgpeKF4P2JpN7C9Drg8TJb0bTKi4gHT { top:44.75rem;left:0rem;width:32.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am { display:block; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7TZw1tobMdd26Czi4pAdBTXTFDkGliz { width:35.75rem;height:;top:3rem;left:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH { width:35.5rem;height:;top:13.75rem;left:12.25rem;font-size:1.125rem;display:block; }#TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #rJpp5WD7B9A02I5vqRKExNorxKuadFiW { width:18.75rem;height:3.5625rem;top:44.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbGSx3HxKaCd7A16FiG56In1PpDOv99o { display:block; }
 }@media only screen and (max-width: 763px) { #hcIttGDuwwncR6IZpesXbOxr73myrC7n { width:35.5rem;height:4.5rem;top:36.375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQaiVyVN56gfJmuV4hhb8vJNoCqbdS1b { top:9.75rem;left:12.375rem;width:35.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vo4DSd4G5gL9EfJdTgQdypRastspSm { top:3.875rem;left:0rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQAQqfFlTMt1E3qBS0dV0qDLaUR6y5x3 { top:3.875rem;left:7.125rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKup1TuurnTqUoh0P373AW28xcxaCDqB { top:3.875rem;left:14.125rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8twIBuoZkcb6Hf2fGkRXy4MrboSDHF { top:23.125rem;left:0rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJXgwD9U5HtvqAxZf522bFwarBgkVCNf { top:23.125rem;left:7rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRx3B3vyE6hbFq4PihtG2hqCRF7E7S6u { top:23.125rem;left:13.8125rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ { display:block; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #BWTs23qxNqdCvwEbgCRaUnGaqGeMiIBr {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #c4WXH3bb9SnHcM2UDFSJ5C9tpRgCNFRe {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #AwKgM3fUe75HvqT5ShtPButDEsTiwmWl {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #S7CHhV62977t3gWdT7TxayqNUpvn7KPw {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hD4EMCh3dnrNwalMT90w0sMQS8r4mOZ5 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #WObyxa24aTgVLNWc4hN2bRCqhmdQzcVn {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TBcpePfxTGxG4Bv67wgUwQprQptMg8TN {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Ld6mwHTMhL5L23hd7bmxAgrTynGm5Bxs {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hmxnFT5SBO2A82kSXTzyPgvslPyNrP6t {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #sIPgSG291xBRkkUySFzgCDQQx487Adzh {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Cd8HUwe3dpNF0uucnr2uSPuUdw7r3MHE {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #RaPgViC403JukzL1y9VgAHlFEfgD5l9I {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #d8V9AilJdBmZaCHsLs2L3y2n4CtqDgKh {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PmR71Es1DKaCmx7LD4ItJUPr5DnS0GZ5 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #mfkrCl3Z7BvS0WTIo5FSPCi8ETDfzKZo {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #xk3yS8qw7PlE8vLK0nG88vR7wOGcPLh0 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #qxiDXyk54QvSFZ9ZaE5cr7lWPQUpZ4Sz {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #XeHyLuvZHv7mpS7LGGL2yWQ9IXzzVOUI {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Vf3uabogKqmDOCL3CsogDGodAzAI3w6I {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #p0uL8RDkIqbrqEmEPcpdJNbhG5xd6vRg {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #CRE1e8zeCZiBJTUfgXMd8gZqHOsHKRkC {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rkRO3wSopIJEFwUCFfgdLEw1O5T9TLQ7 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #erfCf1WL70LMGyN3Z7JEhBZUnuxRqiR1 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PqJpZGoM8kcrVPSWrwr7JBZ5nJwXUruD {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TfTweGAxMFF2PxpaUiuoTwwwwEyBHGM0 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #oCEFZX10gA0mNCTsBqJ2z8qTAM6oTBM6 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rfd0pFn4ASlonspWcIKhSn56zLL3xUBs {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #NWA40zeCrWRSha6cDukWKynGv7RB6Z6J {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #STVotWkW3WaWTrFigAB7e5qGyiG96cbg {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Jidh3ZEy0HlbGthiwbrkg5mJ9Jk09iwQ {  }
 }@media only screen and (max-width: 763px) { #HOQd4XP9OrJdad2CR3f3SPqpn8K8Gi31 { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVv5OPeTFvGGJmU5GqAhXKC3msotLymp { display:block; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oIsznP0U34EPLOPIm8eUVTQDwfUuf5 { width:13.5rem;height:15.875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1zErb7FimdxCuLArw0T5ASMZvI2on4r { width:13.125rem;height:3.25rem;top:18.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkLZVtUTTxfCpwT6HETmJzzy1ucQVQBB { width:7.125rem;height:7.125rem;top:10.375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUFVu3QKq2leyultzSou0KTUuneRZ0R8 { width:13.5rem;height:15.875rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ULRikMPNULcLOEWcSFMm7B6TCnBRua { width:13.125rem;height:4.875rem;top:18.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUPlAAm8TBS2Pa1JTReBOvEuRcAQlyeq { width:13.5rem;height:15.875rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRgd3V64Jp0Oq0oT1UNC7a2kflU1Hlb { width:11.875rem;height:3.25rem;top:18.5625rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsqlnskoO3KsLXPk7xFPtphyXQh0w01 { width:13.5rem;height:15.875rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKq7BOVFffdhcpUcooH7JzxMEhLK6ZBZ { width:13.125rem;height:3.25rem;top:18.5rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5y3Cd7abFvEkWhSRI6pTXOUCsF6k6Lu { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14BbZCp6BIpyg685nImMXWqG9vSHtpv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rol1ZgDx5HxRKIJNu0xNZy5iF0XgKZ32 { display:block; }
 }@media only screen and (max-width: 763px) { #i9HQ76aTxMK6OQIVwfucMbkFs3tAmNnX { width:6.5625rem;height:6.5625rem;top:10.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqWX40ZK89sIUTTdPbwKxA2gfxbWe5qg { width:6rem;height:6.625rem;top:10.375rem;left:27.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRc9MT3EnfoxeTqcSBpcOdmCdLAd4II { width:6.0625rem;height:6.9375rem;top:10.25rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 { display:block; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRRxckeUmJUC3NUbIxdaErHT5JADSHaH { width:33.75rem;height:;top:11.25rem;left:0rem;font-size:1rem;display:block; }#sRRxckeUmJUC3NUbIxdaErHT5JADSHaH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #M5OWLxxS4WcK6r2xNhuICghp6Un8epGP { top:13.5625rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc { width:33.75rem;height:;top:18.875rem;left:0rem;font-size:1rem;display:block; }#uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #C7nM3AprRKSkdB5SPFVqiAzewbvksHql { top:21.25rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp { width:33.75rem;height:;top:26.5625rem;left:0rem;font-size:1rem;display:block; }#ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #TyddiQ7Xz4wAq0zvR2gR9HUHEGR0BATS { top:28.875rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP { width:33.75rem;height:;top:34.0625rem;left:0rem;font-size:1rem;display:block; }#kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #xp2FDrK2JTVIboZNBKAO7Fihx2fIBfAb { top:36.375rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { top:2.8125rem;left:0rem;width:38.0625rem;height:5.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWEfb8zlGCXB3Pe0Ei8MAGdv1KVHXEfL { top:2.8125rem;left:21.3125rem;width:26.4375rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste { display:block; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesdepVhr4VGUeCMpxKFSqHxafOc8fsg { top:5.0625rem;left:0rem;width:21.875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRyOs2SDsi3JCsi8mREexeTCMXtGpckr { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlhpbl41TEX5IXE8KO0cEpBqUn9IuUb { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbcnMUvfdCwDOBapM4T8D8wBCSynF2qN { width:10.0625rem;height:1.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z731rKSFUDxJRMI2Tcle43vQCsQVdF6x { top:2.375rem;left:36.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTCSvggaGg1px8TCvGbsgt93G9g0Zcr { top:2.5625rem;left:32.375rem;width:15.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolTO4QnAwi4G1VTRHAHQJ1skHOSl19V { top:8.4375rem;left:29.625rem;width:18.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0U77mTfNgXxCBUlJ1eKVKIx5U3TR9TT { top:8.1875rem;left:36.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd { display:block; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #in1bh6QiK1HAkpLTs0HRTKmdUcmtPROd { top:1.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 { display:block; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haAxrTXpfu7htHD4bkc23M95xKTxzxw1 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tynkOvSoW0uIVMeguaLoQgXB9WBv5GKi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Akp4PI2KpbdXsoOiTF3CIs4UFtqJvNhu > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLh5xW6CTPXf0nWz7yKPzFBJTBdZ6xRS { width:9.5625rem;height:1.5625rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva { display:block; }#vZwwfmA0ZtvXbFUwwo5c4eCzUrcCMmva > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkpGL8s7QCoT5wipTdas1XvMItCgkaIP { width:16.0625rem;height:2.0625rem;top:38.75rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { display:block; }
 }@media only screen and (max-width: 763px) { #GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { width:20rem;height:7.495125rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTqAc3GrfFB6y6t96N3OEtZo0Lt0B8V { width:18.75rem;height:3.0224625rem;top:10.5rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { width:18.75rem;height:3.75rem;top:5.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { height:11.110375rem;width:20rem;top:24.36328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH { display:block; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAGf2dNcZRBKQOskq7aIlwk0t57dKDk8 { width:20rem;height:3.75rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 { width:18.75rem;height:23.5095rem;top:26.1875rem;left:0rem;text-align:left;text-align-last:left;display:block; }#Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #eccGWvWiUO14qdT8AXPeq02hLrtxtgOD { width:18.75rem;height:3.5625rem;top:287.9707rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONsvtheHJVZ8FXIbBZlU0JBwqdl55hIW { display:block; }
 }@media only screen and (max-width: 763px) { #i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr { width:20rem;height:7.0654375rem;top:12.0478515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#i5ZBxG8nrv2bBuS7Tf1myuAblgVffAZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #D9EB7Eo4wymnOp9Hx2xhpRZxlpk9yIzc { width:20rem;height:3.571775rem;top:21.3603515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { width:20rem;height:3.571775rem;top:7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiahh6aTMNV6TEV1gupdRi1Pdxknh2A8 { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPwigoXPBV6wnm8GtBsXTZ2a8xKszTi { display:flex;width:3.125rem;height:3.125rem;top:60.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozxzrHIfSDbyVLu2vV31h1VBOApv5GfR { display:flex;width:3.125rem;height:3.125rem;top:60.625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #FkXGo039vDTlyXFVvN0uUuK0ZpKLyT18 { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWOnkSubwaHxH0wVw8u3TTs7TGX8LtD { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL3RJxgSRMpZ5mpz0A4RebuUZnF9hhLJ { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2F4oyEw1A92UVckXvQ9IFqqb3gnDDNI { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8sPFuk3gaECUGnqNxwm5NDgi2K7iJ6t { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzWVPBorCCbe3GQ6cUPaNIWxnu3Bugl { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt4NzF5RRxA4o4sX2fsb4PTDTLczd5A { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2eIDwt3vnXq44kl2qUkwP8CENMJR7k { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoXUB3EISHEpcJyR5dpby1IM3WULl0E { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UKawDWf3IBu5m58kX0gnHFifeMvENJ { display:block; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkmPnWMhgy8mUUhyTHuQMLm6qZ0iDTTC { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstSofiAW2P2mBP5TUklgbrh8RN9HyHE { width:18.75rem;height:3.5625rem;top:34.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zm8Gde0dDwpmBJ3QTAht1s0koteRomAg { display:block; }
 }@media only screen and (max-width: 763px) { #ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v { width:20rem;height:11.4404375rem;top:7.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
 }@media only screen and (max-width: 763px) { #W1K12Naef797GIZpfwHiAJ8uuTRfJMRM { width:20rem;height:7.495125rem;top:20rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohkn8B7Wm5rLUc1DbokIVub0RUtmqfxv { width:20rem;height:13.25rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdVLhEDhPezq50kRtPHQfre97mbWIN5 { width:20rem;height:3.75rem;top:43.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubPxN7t4qbiZHMlsqQJ7tUbZ12QpQg1o { width:20rem;height:3.571775rem;top:48.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa { width:20rem;height:21.192625rem;top:54.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#dCvS1w4OxyPwTzIg33ZpGztbTqGOHpXa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_acbcaef6587316ffa78df201810ecbb2e28d99c2.svg); }
 }@media only screen and (max-width: 763px) { #CLkCpfsgtdGx9e2V513TiuBGXc8cnCmA { width:20rem;height:7.495125rem;top:77.761459350588rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tty6vrKSpy14lssdGAq9KkNvPUkDpcBE { width:18.75rem;height:3.5625rem;top:69.3125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwHgNbrb5KqDIDiGf48F6fAH4SsXHzg6 { display:block; }
 }@media only screen and (max-width: 763px) { #qLgpeKF4P2JpN7C9Drg8TJb0bTKi4gHT { width:20rem;height:13.3125rem;top:86.698959350588rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am { display:block; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7TZw1tobMdd26Czi4pAdBTXTFDkGliz { width:20rem;height:5.625rem;top:1.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH { width:20rem;height:32.6330625rem;top:13.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52debf398511cc6d3f926dd4ee426b7424ed2246.svg); }
 }@media only screen and (max-width: 763px) { #rJpp5WD7B9A02I5vqRKExNorxKuadFiW { width:18.75rem;height:3.5625rem;top:161.26171875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbGSx3HxKaCd7A16FiG56In1PpDOv99o { display:block; }
 }@media only screen and (max-width: 763px) { #hcIttGDuwwncR6IZpesXbOxr73myrC7n { width:20rem;height:8.994125rem;top:47.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQaiVyVN56gfJmuV4hhb8vJNoCqbdS1b { width:20rem;height:3.571775rem;top:8.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vo4DSd4G5gL9EfJdTgQdypRastspSm { width:5.6875rem;height:10.375rem;top:58.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQAQqfFlTMt1E3qBS0dV0qDLaUR6y5x3 { width:5.6875rem;height:10.375rem;top:58.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKup1TuurnTqUoh0P373AW28xcxaCDqB { width:5.6875rem;height:10.375rem;top:58.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8twIBuoZkcb6Hf2fGkRXy4MrboSDHF { width:5.6875rem;height:10.375rem;top:69.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJXgwD9U5HtvqAxZf522bFwarBgkVCNf { width:5.6875rem;height:10.375rem;top:69.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRx3B3vyE6hbFq4PihtG2hqCRF7E7S6u { width:5.6875rem;height:10.375rem;top:69.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ { display:block; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 { display:flex;height:auto;width:20rem;top:9.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #BWTs23qxNqdCvwEbgCRaUnGaqGeMiIBr {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #c4WXH3bb9SnHcM2UDFSJ5C9tpRgCNFRe {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #AwKgM3fUe75HvqT5ShtPButDEsTiwmWl {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #S7CHhV62977t3gWdT7TxayqNUpvn7KPw {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hD4EMCh3dnrNwalMT90w0sMQS8r4mOZ5 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #WObyxa24aTgVLNWc4hN2bRCqhmdQzcVn {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TBcpePfxTGxG4Bv67wgUwQprQptMg8TN {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Ld6mwHTMhL5L23hd7bmxAgrTynGm5Bxs {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #hmxnFT5SBO2A82kSXTzyPgvslPyNrP6t {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #sIPgSG291xBRkkUySFzgCDQQx487Adzh {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Cd8HUwe3dpNF0uucnr2uSPuUdw7r3MHE {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #RaPgViC403JukzL1y9VgAHlFEfgD5l9I {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #d8V9AilJdBmZaCHsLs2L3y2n4CtqDgKh {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PmR71Es1DKaCmx7LD4ItJUPr5DnS0GZ5 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #mfkrCl3Z7BvS0WTIo5FSPCi8ETDfzKZo {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #xk3yS8qw7PlE8vLK0nG88vR7wOGcPLh0 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #qxiDXyk54QvSFZ9ZaE5cr7lWPQUpZ4Sz {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #XeHyLuvZHv7mpS7LGGL2yWQ9IXzzVOUI {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Vf3uabogKqmDOCL3CsogDGodAzAI3w6I {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #p0uL8RDkIqbrqEmEPcpdJNbhG5xd6vRg {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #CRE1e8zeCZiBJTUfgXMd8gZqHOsHKRkC {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rkRO3wSopIJEFwUCFfgdLEw1O5T9TLQ7 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #erfCf1WL70LMGyN3Z7JEhBZUnuxRqiR1 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #PqJpZGoM8kcrVPSWrwr7JBZ5nJwXUruD {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #TfTweGAxMFF2PxpaUiuoTwwwwEyBHGM0 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #oCEFZX10gA0mNCTsBqJ2z8qTAM6oTBM6 {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #rfd0pFn4ASlonspWcIKhSn56zLL3xUBs {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #NWA40zeCrWRSha6cDukWKynGv7RB6Z6J {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #STVotWkW3WaWTrFigAB7e5qGyiG96cbg {  }
 }@media only screen and (max-width: 763px) { #DpuC4BbB4fAe5XPt5AsKURcgzaI9xsK0 #Jidh3ZEy0HlbGthiwbrkg5mJ9Jk09iwQ {  }
 }@media only screen and (max-width: 763px) { #HOQd4XP9OrJdad2CR3f3SPqpn8K8Gi31 { width:20rem;height:6.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVv5OPeTFvGGJmU5GqAhXKC3msotLymp { display:block; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oIsznP0U34EPLOPIm8eUVTQDwfUuf5 { width:13.5rem;height:15.25rem;top:8.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1zErb7FimdxCuLArw0T5ASMZvI2on4r { width:11.8125rem;height:2.59765625rem;top:18.63671875rem;left:4.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkLZVtUTTxfCpwT6HETmJzzy1ucQVQBB { width:5.9375rem;height:5.9375rem;top:10.07421875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUFVu3QKq2leyultzSou0KTUuneRZ0R8 { width:13.5rem;height:15.25rem;top:25.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ULRikMPNULcLOEWcSFMm7B6TCnBRua { width:13.125rem;height:2.59765625rem;top:36.1875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUPlAAm8TBS2Pa1JTReBOvEuRcAQlyeq { width:13.5rem;height:15.25rem;top:42.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRgd3V64Jp0Oq0oT1UNC7a2kflU1Hlb { width:10.8125rem;height:2.59765625rem;top:52.75rem;left:4.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRsqlnskoO3KsLXPk7xFPtphyXQh0w01 { width:13.5rem;height:15.25rem;top:59.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKq7BOVFffdhcpUcooH7JzxMEhLK6ZBZ { width:13.125rem;height:2.59765625rem;top:69.4375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5y3Cd7abFvEkWhSRI6pTXOUCsF6k6Lu { width:18.75rem;height:4.87305rem;top:2.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14BbZCp6BIpyg685nImMXWqG9vSHtpv { width:16.0625rem;height:3.625rem;top:78.625rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rol1ZgDx5HxRKIJNu0xNZy5iF0XgKZ32 { display:block; }
 }@media only screen and (max-width: 763px) { #i9HQ76aTxMK6OQIVwfucMbkFs3tAmNnX { width:6.5625rem;height:6.5625rem;top:28rem;left:6.71875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FqWX40ZK89sIUTTdPbwKxA2gfxbWe5qg { width:6rem;height:6.625rem;top:44.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRc9MT3EnfoxeTqcSBpcOdmCdLAd4II { width:6.0625rem;height:6.9375rem;top:61.125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 { display:block; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRRxckeUmJUC3NUbIxdaErHT5JADSHaH { width:18.75rem;height:1.8994125rem;top:7.875rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }#sRRxckeUmJUC3NUbIxdaErHT5JADSHaH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #M5OWLxxS4WcK6r2xNhuICghp6Un8epGP { width:18.75rem;height:2.59765625rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc { width:18.75rem;height:1.8994125rem;top:13.75rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }#uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #C7nM3AprRKSkdB5SPFVqiAzewbvksHql { width:18.75rem;height:2.59765625rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp { width:18.75rem;height:1.8994125rem;top:19.5rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }#ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #TyddiQ7Xz4wAq0zvR2gR9HUHEGR0BATS { width:18.75rem;height:2.59765625rem;top:21.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP { width:18.75rem;height:1.8994125rem;top:25.3125rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }#kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66deb109eb9b4458a3b7412e335cb6c8.svg); }
 }@media only screen and (max-width: 763px) { #xp2FDrK2JTVIboZNBKAO7Fihx2fIBfAb { width:18.75rem;height:2.59765625rem;top:27.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { width:20rem;height:6.09375rem;top:0.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWEfb8zlGCXB3Pe0Ei8MAGdv1KVHXEfL { width:20rem;height:41.4375rem;top:32.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste { display:block; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesdepVhr4VGUeCMpxKFSqHxafOc8fsg { width:18.4375rem;height:6.121825rem;top:5.875rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WRyOs2SDsi3JCsi8mREexeTCMXtGpckr { width:18.75rem;height:0.0625rem;top:25.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlhpbl41TEX5IXE8KO0cEpBqUn9IuUb { width:18.75rem;height:0.0625rem;top:13.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbcnMUvfdCwDOBapM4T8D8wBCSynF2qN { width:10.0625rem;height:1.5625rem;top:2.5625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z731rKSFUDxJRMI2Tcle43vQCsQVdF6x { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #pqTCSvggaGg1px8TCvGbsgt93G9g0Zcr { width:14rem;height:4.89745rem;top:15.3125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolTO4QnAwi4G1VTRHAHQJ1skHOSl19V { width:16.0625rem;height:1.4rem;top:22.125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0U77mTfNgXxCBUlJ1eKVKIx5U3TR9TT { display:flex;width:1.875rem;height:1.875rem;top:21.88671875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd { display:block; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #in1bh6QiK1HAkpLTs0HRTKmdUcmtPROd { width:17.9375rem;height:4.196775rem;top:1.125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container { background-color: transparent; background-image: none; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container > .video-iframe-container { display: none; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row > .video-iframe-container { display: none; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .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); }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container { border-width: 0; border-radius: 0; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haAxrTXpfu7htHD4bkc23M95xKTxzxw1 { width:18.75rem;height:3.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tynkOvSoW0uIVMeguaLoQgXB9WBv5GKi { display:block; }
 }