.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:#e9f3fc;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.6870125rem;width:10.18675rem;top:1.468505859375rem;left:0rem;overflow:hidden;display:block; }
#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF { position:relative;display:block; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF { background-color: transparent; background-image: none; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row .container > .video-iframe-container { display: none; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row > .video-iframe-container { display: none; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .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); }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF { border-width: 0; border-radius: 0; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .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; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f3fc;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.875rem;width:37.5rem;top:16.248958587646rem;left:37.5rem;display:block; }
#fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { display:block;width:37.5625rem;position:absolute;font-family:helveticaneue;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.125rem;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; }
#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:15.75rem;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; }
#GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { color:#000000;display:block;width:35.625rem;position:absolute;font-family:helveticaneue;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:23.9375rem;left:0rem;height:5.99609375rem;text-align:justify;text-align-last:initial;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.62413125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.4375rem;left:7.5rem;display:block; }
#yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:47.75rem;width:75rem;position:relative;display:block; }#zAGf2dNcZRBKQOskq7aIlwk0t57dKDk8 { color:#1d1d1b;display:block;width:35.1248125rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:2.6247825622559rem;left:38.75rem;height:2.7rem;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.5609375rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:27.875781059265rem;left:38.531252384186rem;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:41.871875762939rem;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.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:10.125869750976rem;left:38.75rem;height:9.0661875rem;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:22.063367843628rem;left:38.75rem;height:2.2753875rem;display:block; }
#eEOT8Q3f0Di1g79ZiQayAerhnNFHyDVi { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.125867843628rem;left:38.75rem;height:1.625rem;display:block; }
#ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { color:#000000;display:block;width:35.1248125rem;position:absolute;font-family:helveticaneue;font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.7890625rem;left:38.75rem;height:2.2753875rem;display:block; }
#mF5T8cdnpLdbVqILdWDZQpqtI4ET7oHl { 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:2.99895625rem;width:18.9364375rem;top:42.184375762939rem;left:9.2822914123538rem;overflow:hidden;display:block; }
#TOXJOT1cXhEOFNFgwhHcUNhzQr7aVSZ9 { 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:18.25rem;left:32rem; }
#aygONNobPTC9EkRIA6SnokrIDWMiI1Fv { 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:15018;opacity:1;top:18.25rem;left:2.375rem; }
#n9CH1KsnNXUEyqhWMUdkhaqM5oM8uNql { 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:8.0615234375rem;left:6.124267578125rem;overflow:hidden;display:block; }
#n7Dckp8T0tRR7EpDV41vEXIXKEx6H0O2 { 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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#y8i6FO8gmKPSwR2KQZntno3VbJkCKStR { position:absolute;display:block;z-index:14999;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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#UNWH4Il3q9niyT8o99u2XD9CXIANPMmq { position:absolute;display:block;z-index:14998;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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#pu8i8pUh9lZE3O62HhyOTh4soNLshLz5 { position:absolute;display:block;z-index:14997;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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#xrHFr6Gmvz2MrhgCC6zLbPS9JSLWOM1n { position:absolute;display:block;z-index:14996;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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#QLkwUQIS3AyvNqnielDQHGvto39TxQ71 { 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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#ztizKWxoM5eHroJTVES4A0XXWFuBUDm4 { position:absolute;display:block;z-index:14995;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:7.186279296875rem;left:6.124267578125rem;overflow:hidden;display:block; }
#kwcih2dtbL0rrpCblhatusBwzOiE2boX { 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:7.186279296875rem;left:6.124267578125rem;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:36.3125rem;width:75rem;position:relative;display:block; }#kkmPnWMhgy8mUUhyTHuQMLm6qZ0iDTTC { color:#1d1d1b;display:block;width:35.811625rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5010871887207rem;left:0rem;height:2.7rem;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.62305rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.001090049744rem;left:8.75rem;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.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.001087188721rem;left:0rem;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.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:21.251083374024rem;left:0rem;height:6.7529375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KCRTQgwsHJTni2CRkeTz2Vpr9kfPEMhP { color:#000000;display:block;width:26.7480625rem;position:absolute;font-family:helveticaneue;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.9698371887207rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#wgqrVKGmI8LadcXeJBHOMA0EkgoPzh5J { position:absolute;display:block;z-index:15022;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.1875rem;width:34.5rem;top:8.0010414123538rem;left:37.5rem;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:50.375rem;width:75rem;position:relative;display:block; }#v7TZw1tobMdd26Czi4pAdBTXTFDkGliz { color:#1d1d1b;display:block;width:35.811625rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.5625rem;left:38.75rem;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:15.0625rem;left:38.75rem;height:20.8154375rem;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.62305rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.9375rem;left:47.2802734375rem;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.561rem;position:absolute;font-family:helveticaneue;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:37.374998092651rem;left:38.750002384186rem;height:5.0647rem;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.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.8125rem;left:38.75rem;height:4.0625rem;display:block; }
#btMIq7I59az8DtqVBI4Q0DEWQCG5DOxH { 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:17.6875rem;width:9.75rem;top:23.4375rem;left:25.125rem;overflow:hidden;display:block; }
#xJmeTdPTQHEn7iO8kHTgWyf9rZ9BUeMS { 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:18.125rem;width:10rem;top:3.9375rem;left:25rem;overflow:hidden;display:block; }
#lhpJ8T85Ty9HbZTDRSFs6cmrL2XoS6RV { 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:18.125rem;width:10rem;top:3.9375rem;left:13.75rem;overflow:hidden;display:block; }
#xxweCxXqbnTkCTb0ECb60kZJDg5oSt12 { 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:18.125rem;width:10rem;top:3.9375rem;left:2.5rem;overflow:hidden;display:block; }
#BS2TPxbEaXIZz252fnLdI599AxE4lazm { 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:17.6875rem;width:9.75rem;top:23.4375rem;left:13.75rem;overflow:hidden;display:block; }
#H4GXdOdEb5FbV5aJKs442PR1cTSubRm2 { 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:17.6875rem;width:9.75rem;top:23.4375rem;left:2.5rem;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:54.9375rem;width:75rem;position:relative;display:block; }#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:2.87353515625rem;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; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .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:#ffffff;background-image:none;vertical-align:top; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .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; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:helveticaneue;font-style:normal;height:auto;color:#085da9; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .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;line-height:1.4;overflow:hidden;height:auto; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .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; }#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-trigger.adaptive-delivery-prevent-bg, #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-trigger.lazyload, #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-trigger.lazyloading { background-image: none; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15020;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5009765625rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #vQwLTh1XfXa5rrMsop71bWsKMUOBPUK9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Rm0FP8ZLuLPyF5394xAZDTBo8sCAhWJP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xIGTCOcmyKqf9elKUFQkruUfKb2I2C4D { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #zGKqAZNRX7ZHuoN8BiFf9arTDr6NGA1f {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kGkkA1hmQG9dispZdug6I1bxBndqqcxx {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #k3rnKcmCI4dZP7zhAkWg7lQAuqkRTfxm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #yE5L0fCTwuMlv95taMWzKvkpeStQUX9P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #maxpXZEKu9TJ5JtPOu8DWTugKzGadXaM { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #hGJl44Z32fWfu1l9sAoaC6kNCITFUlqg {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AgrxgGh9Q7Slpg8P0VPFrMZKP8xcddJy { display:none; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #FVCwibCXOyNPDoPJ226aAUQTrXK9TtNI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kbLioD8PMgJb6CO334f7RqG5NmoL9uF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #roZ5UFmZ2tCb0BrRK4Pg2JBkiBLe2pHL { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AHPlk30NNXRLXRH6CD3bU6xlXqWcT5EQ {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #GLWpOObQirc9gSJDAklVO4yeysGvMFrm { display:none; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #nfPQWUspkHz4ffz8qu19gVwHwfKJkuBJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #IgqXlBWgBGTTGuEK5J10woVoeNmoo3zT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #a3aZAkQCTW2bxpIWTqkqEtv6G30splUy { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xvmEEe0oBIvTogwIzRqQqa1yWR6fcx0i {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #J9webNuVOc8QHLP7Nhr3Pw5MZ7NzTr7P { display:none; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #fwklDcqOkbv9F78THhbyNQgZriyzew45 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #VBqX7HvEWdyPIQLvamQKsIv14IZhfcXr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #M5ND1UN7rJi9iFGzzguRolWexBV7sRTJ { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Uv6odok2XGB0zFfwiJKagdyR1lSTxqI3 {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #EQn7aJX6iZ7wGECk0RarJ2V54HxmGDeF { display:none; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #S3s8mw4CaOWKODzLpAczZrrxPB32Goxf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #KdOn1v6KXiwDE1TB2S9AwXIizKWGFLQo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #DTztK51Dhgb3sotJ9B4FCwoP306ZiRUZ { display:block;position:relative; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #enNaPiexKKqVfgXitK9e9TW8zR3QiH7n {  }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #pqlTn5zXIA5acDkTWoqXUEMela1Hkk4r { display:none; }
#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp { 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; }#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.1875rem;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.75rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.123962402344rem;left:1.9052085876465rem;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:5.4375rem;width:5.4375rem;top:10.655208587646rem;left:6.09375rem;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.6875rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.123962402344rem;left:21.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onwHzowRRgIpNSRMCWdsXTqNnlhTHamQ { 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:5.1875rem;width:5.1875rem;top:10.655208587646rem;left:25.40625rem;overflow:hidden;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:13.6875rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.123962402344rem;left:40.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpDWxD7S1ZviE0NEgRCTpOBSEDT8Mpxz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.748958587646rem;left:44.6875rem;overflow:hidden;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.75rem;position:absolute;font-family:helveticaneue;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.122909545899rem;left:59.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoNcxJbdmXsnclWIAUUddWpua2wrVTfp { 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:5.3125rem;width:5.3125rem;top:10.592708587646rem;left:63.53125rem;overflow:hidden;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:4rem;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; }
#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.625rem;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:3.41064375rem;font-style:normal;display:block; }
#CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:helveticaneue;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.365234375rem;left:1.8095703125rem;height:5.84716875rem;display:block; }
#IpFokcy7Ew4rk0wGL9HzCk82dXmmEq9P { position:absolute;display:block;z-index:15021;height:41.4355625rem;width:26.4355625rem;top:2.391357421875rem;left:48.563232421875rem;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.25rem;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.125rem;height:1.6767861744423rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHawITpSrsX1hromwmiQ1SwG7QLfTEzF { display:block; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { top:16.1875rem;left:10.25rem;width:37.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { width:37.5rem;height:7.5rem;top:7.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTqAc3GrfFB6y6t96N3OEtZo0Lt0B8V { width:33.75rem;height:5.375rem;top:15.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { top:23.9375rem;left:0rem;width:35.625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkpGL8s7QCoT5wipTdas1XvMItCgkaIP { width:18.75rem;height:3.5625rem;top:32.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { 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.0625rem;height:;top:2.5625rem;left:12.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 { width:35.5rem;height:;top:27.875rem;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:41.8125rem;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:9rem;top:10.125rem;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:22.0625rem;left:11.75rem;width:36rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEOT8Q3f0Di1g79ZiQayAerhnNFHyDVi { top:25.125rem;left:16.1875rem;width:31.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { top:5.75rem;left:12.6875rem;width:35.0625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5T8cdnpLdbVqILdWDZQpqtI4ET7oHl { top:42.125rem;left:2.4697914123535rem;width:18.875rem;height:2.9892264169937rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOXJOT1cXhEOFNFgwhHcUNhzQr7aVSZ9 { top:18.25rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aygONNobPTC9EkRIA6SnokrIDWMiI1Fv { top:18.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9CH1KsnNXUEyqhWMUdkhaqM5oM8uNql { top:8rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Dckp8T0tRR7EpDV41vEXIXKEx6H0O2 { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8i6FO8gmKPSwR2KQZntno3VbJkCKStR { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNWH4Il3q9niyT8o99u2XD9CXIANPMmq { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu8i8pUh9lZE3O62HhyOTh4soNLshLz5 { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHFr6Gmvz2MrhgCC6zLbPS9JSLWOM1n { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLkwUQIS3AyvNqnielDQHGvto39TxQ71 { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztizKWxoM5eHroJTVES4A0XXWFuBUDm4 { top:7.125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwcih2dtbL0rrpCblhatusBwzOiE2boX { top:7.125rem;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:2.6875rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstSofiAW2P2mBP5TUklgbrh8RN9HyHE { width:18.75rem;height:3.5625rem;top:30rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm8Gde0dDwpmBJ3QTAht1s0koteRomAg { display:block; }
 }@media only screen and (max-width: 763px) { #ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v { width:35.5rem;height:;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.5rem;height:6.8125rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCRTQgwsHJTni2CRkeTz2Vpr9kfPEMhP { top:5.9375rem;left:0rem;width:26.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqrVKGmI8LadcXeJBHOMA0EkgoPzh5J { top:8rem;left:13.25rem;width:34.5rem;height:25.1875rem;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:2.5625rem;left:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2LlXITsRwUb7BIgIVZ1zLl2XsEyoOH { width:35.5rem;height:;top:15.0625rem;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:43.9375rem;left:26.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbGSx3HxKaCd7A16FiG56In1PpDOv99o { display:block; }
 }@media only screen and (max-width: 763px) { #hcIttGDuwwncR6IZpesXbOxr73myrC7n { width:35.5rem;height:5.0625rem;top:37.3125rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQaiVyVN56gfJmuV4hhb8vJNoCqbdS1b { top:8.75rem;left:12.375rem;width:35.375rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btMIq7I59az8DtqVBI4Q0DEWQCG5DOxH { top:23.4375rem;left:14.125rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJmeTdPTQHEn7iO8kHTgWyf9rZ9BUeMS { top:3.9375rem;left:13.875rem;width:10rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhpJ8T85Ty9HbZTDRSFs6cmrL2XoS6RV { top:3.9375rem;left:6.9375rem;width:10rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxweCxXqbnTkCTb0ECb60kZJDg5oSt12 { top:3.9375rem;left:0rem;width:10rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2TPxbEaXIZz252fnLdI599AxE4lazm { top:23.4375rem;left:6.9375rem;width:9.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4GXdOdEb5FbV5aJKs442PR1cTSubRm2 { top:23.4375rem;left:0rem;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) { #HOQd4XP9OrJdad2CR3f3SPqpn8K8Gi31 { width:47.75rem;height:2.6875rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ { display:flex;height:auto;width:27.8125rem;top:69.1875rem;left:11.0703125rem; }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #vQwLTh1XfXa5rrMsop71bWsKMUOBPUK9 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Rm0FP8ZLuLPyF5394xAZDTBo8sCAhWJP {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xIGTCOcmyKqf9elKUFQkruUfKb2I2C4D {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #zGKqAZNRX7ZHuoN8BiFf9arTDr6NGA1f {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kGkkA1hmQG9dispZdug6I1bxBndqqcxx {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #k3rnKcmCI4dZP7zhAkWg7lQAuqkRTfxm {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #yE5L0fCTwuMlv95taMWzKvkpeStQUX9P {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #maxpXZEKu9TJ5JtPOu8DWTugKzGadXaM {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #hGJl44Z32fWfu1l9sAoaC6kNCITFUlqg {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AgrxgGh9Q7Slpg8P0VPFrMZKP8xcddJy {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #FVCwibCXOyNPDoPJ226aAUQTrXK9TtNI {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kbLioD8PMgJb6CO334f7RqG5NmoL9uF6 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #roZ5UFmZ2tCb0BrRK4Pg2JBkiBLe2pHL {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AHPlk30NNXRLXRH6CD3bU6xlXqWcT5EQ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #GLWpOObQirc9gSJDAklVO4yeysGvMFrm {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #nfPQWUspkHz4ffz8qu19gVwHwfKJkuBJ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #IgqXlBWgBGTTGuEK5J10woVoeNmoo3zT {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #a3aZAkQCTW2bxpIWTqkqEtv6G30splUy {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xvmEEe0oBIvTogwIzRqQqa1yWR6fcx0i {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #J9webNuVOc8QHLP7Nhr3Pw5MZ7NzTr7P {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #fwklDcqOkbv9F78THhbyNQgZriyzew45 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #VBqX7HvEWdyPIQLvamQKsIv14IZhfcXr {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #M5ND1UN7rJi9iFGzzguRolWexBV7sRTJ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Uv6odok2XGB0zFfwiJKagdyR1lSTxqI3 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #EQn7aJX6iZ7wGECk0RarJ2V54HxmGDeF {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #S3s8mw4CaOWKODzLpAczZrrxPB32Goxf {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #KdOn1v6KXiwDE1TB2S9AwXIizKWGFLQo {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #DTztK51Dhgb3sotJ9B4FCwoP306ZiRUZ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #enNaPiexKKqVfgXitK9e9TW8zR3QiH7n {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #pqlTn5zXIA5acDkTWoqXUEMela1Hkk4r {  }
 }@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.75rem;height:3.25rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkLZVtUTTxfCpwT6HETmJzzy1ucQVQBB { width:5.4375rem;height:5.4375rem;top:10.625rem;left:2.6875rem;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.6875rem;height:3.25rem;top:18.0625rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onwHzowRRgIpNSRMCWdsXTqNnlhTHamQ { width:5.1875rem;height:5.1875rem;top:10.625rem;left:15.1875rem;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:13.6875rem;height:3.25rem;top:18.0625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpDWxD7S1ZviE0NEgRCTpOBSEDT8Mpxz { width:5rem;height:5rem;top:10.6875rem;left:27.65625rem;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.75rem;height:3.25rem;top:18.0625rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoNcxJbdmXsnclWIAUUddWpua2wrVTfp { width:5.3125rem;height:5.3125rem;top:10.5625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5y3Cd7abFvEkWhSRI6pTXOUCsF6k6Lu { width:47.75rem;height:2.875rem;top:3.9375rem;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) { #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:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { top:2.3125rem;left:0rem;width:41.5rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpFokcy7Ew4rk0wGL9HzCk82dXmmEq9P { top:2.375rem;left:21.375rem;width:26.375rem;height:41.375rem;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) { #lHawITpSrsX1hromwmiQ1SwG7QLfTEzF { display:block; }#lHawITpSrsX1hromwmiQ1SwG7QLfTEzF > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivVAa3QXDTKxGAKqzfH2DSUnZzPwFeWH { height:11.1108125rem;width:20rem;top:27.59033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFzlb1mnL8hTPUW6OoxaSE0NJdxQuNmW { width:18.75rem;height:3.75rem;top:5.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTqAc3GrfFB6y6t96N3OEtZo0Lt0B8V { width:18.75rem;height:3.2983375rem;top:10.810546875rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GXTALMr3eiIU8VsRemT21TaJaXVfcJ0T { width:20rem;height:10.4931875rem;top:15.247802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkpGL8s7QCoT5wipTdas1XvMItCgkaIP { width:16.062rem;height:2.8125rem;top:40.435791015625rem;left:1.968994140625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yy1wT3M7NVhT0E6V7aE9vOTC1sTlusuy { display:block; }
 }@media only screen and (max-width: 763px) { #ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH { display:block; }#ntcCXPtmdfFCLfTWO8kWXyTFCflzf7vH > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAGf2dNcZRBKQOskq7aIlwk0t57dKDk8 { width:20rem;height:3.75rem;top:1.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #Av76cPfRoA6yRv8tvZZAK9xCBSokK4o4 { width:18.75rem;height:18.4448125rem;top:36.123046875rem;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:2.8125rem;top:76.412353515625rem;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:14.130875rem;top:10.726318359375rem;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:26.9189453125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEOT8Q3f0Di1g79ZiQayAerhnNFHyDVi { width:20rem;height:2.925rem;top:31.474609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdqQ3T7cFuU3ZGHOKeiDodhLgs3qoBKQ { width:20rem;height:3.571775rem;top:6.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5T8cdnpLdbVqILdWDZQpqtI4ET7oHl { width:11.9983125rem;height:1.811525rem;top:75.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOXJOT1cXhEOFNFgwhHcUNhzQr7aVSZ9 { display:flex;width:3.125rem;height:3.125rem;top:63.25rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #aygONNobPTC9EkRIA6SnokrIDWMiI1Fv { display:flex;width:3.125rem;height:3.125rem;top:63.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n9CH1KsnNXUEyqhWMUdkhaqM5oM8uNql { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #n7Dckp8T0tRR7EpDV41vEXIXKEx6H0O2 { width:15.625rem;height:15.625rem;top:57rem;left:1.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #y8i6FO8gmKPSwR2KQZntno3VbJkCKStR { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UNWH4Il3q9niyT8o99u2XD9CXIANPMmq { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pu8i8pUh9lZE3O62HhyOTh4soNLshLz5 { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHFr6Gmvz2MrhgCC6zLbPS9JSLWOM1n { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLkwUQIS3AyvNqnielDQHGvto39TxQ71 { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ztizKWxoM5eHroJTVES4A0XXWFuBUDm4 { width:15.625rem;height:15.625rem;top:57rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwcih2dtbL0rrpCblhatusBwzOiE2boX { width:15.625rem;height:15.625rem;top:57rem;left:1.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #s6UKawDWf3IBu5m58kX0gnHFifeMvENJ { display:block; }#s6UKawDWf3IBu5m58kX0gnHFifeMvENJ > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkmPnWMhgy8mUUhyTHuQMLm6qZ0iDTTC { width:20rem;height:1.875rem;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.5620125rem;top:51.22314453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zm8Gde0dDwpmBJ3QTAht1s0koteRomAg { display:block; }
 }@media only screen and (max-width: 763px) { #ScF4CknF8o8bkxcrTBFzwFoxrJMw4s2v { width:20rem;height:13.1286875rem;top:6.405029296875rem;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:11.817625rem;top:20.533447265625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCRTQgwsHJTni2CRkeTz2Vpr9kfPEMhP { width:20rem;height:1.7858875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqrVKGmI8LadcXeJBHOMA0EkgoPzh5J { width:20rem;height:14.6008125rem;top:33.973388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am { display:block; }#HVqDgOP8tLdTSFu1vfyGiE5GHFlSM3Am > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7TZw1tobMdd26Czi4pAdBTXTFDkGliz { width:20rem;height:5.625rem;top:2.244873046875rem;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:27.568375rem;top:15.875rem;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.5620125rem;top:73.121337890625rem;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:6.7529375rem;top:45.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQaiVyVN56gfJmuV4hhb8vJNoCqbdS1b { width:20rem;height:5.35766875rem;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btMIq7I59az8DtqVBI4Q0DEWQCG5DOxH { width:5.9375rem;height:10.8125rem;top:65.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJmeTdPTQHEn7iO8kHTgWyf9rZ9BUeMS { width:5.9375rem;height:10.8125rem;top:54rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhpJ8T85Ty9HbZTDRSFs6cmrL2XoS6RV { width:6.0625rem;height:10.9375rem;top:53.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxweCxXqbnTkCTb0ECb60kZJDg5oSt12 { width:5.9375rem;height:10.8125rem;top:54rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2TPxbEaXIZz252fnLdI599AxE4lazm { width:6rem;height:10.9375rem;top:65.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4GXdOdEb5FbV5aJKs442PR1cTSubRm2 { width:5.875rem;height:10.75rem;top:65.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ { display:block; }#STNNZMTF6SGrI5ogAZqSOHKup0o0QPPJ > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOQd4XP9OrJdad2CR3f3SPqpn8K8Gi31 { width:20rem;height:4.5rem;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) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GUmPkici6Rqren9Emcth4DJUXNtU9MCQ { display:flex;height:auto;width:17.5rem;top:7.56103515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #vQwLTh1XfXa5rrMsop71bWsKMUOBPUK9 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Rm0FP8ZLuLPyF5394xAZDTBo8sCAhWJP {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xIGTCOcmyKqf9elKUFQkruUfKb2I2C4D {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #zGKqAZNRX7ZHuoN8BiFf9arTDr6NGA1f {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kGkkA1hmQG9dispZdug6I1bxBndqqcxx {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #k3rnKcmCI4dZP7zhAkWg7lQAuqkRTfxm {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #yE5L0fCTwuMlv95taMWzKvkpeStQUX9P {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #maxpXZEKu9TJ5JtPOu8DWTugKzGadXaM {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #hGJl44Z32fWfu1l9sAoaC6kNCITFUlqg {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AgrxgGh9Q7Slpg8P0VPFrMZKP8xcddJy {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #FVCwibCXOyNPDoPJ226aAUQTrXK9TtNI {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #kbLioD8PMgJb6CO334f7RqG5NmoL9uF6 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #roZ5UFmZ2tCb0BrRK4Pg2JBkiBLe2pHL {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #AHPlk30NNXRLXRH6CD3bU6xlXqWcT5EQ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #GLWpOObQirc9gSJDAklVO4yeysGvMFrm {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #nfPQWUspkHz4ffz8qu19gVwHwfKJkuBJ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #IgqXlBWgBGTTGuEK5J10woVoeNmoo3zT {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #a3aZAkQCTW2bxpIWTqkqEtv6G30splUy {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #xvmEEe0oBIvTogwIzRqQqa1yWR6fcx0i {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #J9webNuVOc8QHLP7Nhr3Pw5MZ7NzTr7P {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #fwklDcqOkbv9F78THhbyNQgZriyzew45 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #VBqX7HvEWdyPIQLvamQKsIv14IZhfcXr {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #M5ND1UN7rJi9iFGzzguRolWexBV7sRTJ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #Uv6odok2XGB0zFfwiJKagdyR1lSTxqI3 {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #EQn7aJX6iZ7wGECk0RarJ2V54HxmGDeF {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #S3s8mw4CaOWKODzLpAczZrrxPB32Goxf {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #KdOn1v6KXiwDE1TB2S9AwXIizKWGFLQo {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #DTztK51Dhgb3sotJ9B4FCwoP306ZiRUZ {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #enNaPiexKKqVfgXitK9e9TW8zR3QiH7n {  }
 }@media only screen and (max-width: 763px) { #GUmPkici6Rqren9Emcth4DJUXNtU9MCQ #pqlTn5zXIA5acDkTWoqXUEMela1Hkk4r {  }
 }@media only screen and (max-width: 763px) { #VVv5OPeTFvGGJmU5GqAhXKC3msotLymp { display:block; }#VVv5OPeTFvGGJmU5GqAhXKC3msotLymp > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oIsznP0U34EPLOPIm8eUVTQDwfUuf5 { width:13.49975rem;height:15.249rem;top:7.37305rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1zErb7FimdxCuLArw0T5ASMZvI2on4r { width:13.125rem;height:2.59765625rem;top:17.184375762939rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkLZVtUTTxfCpwT6HETmJzzy1ucQVQBB { width:4.8125rem;height:4.8125rem;top:10.057292938233rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUFVu3QKq2leyultzSou0KTUuneRZ0R8 { width:13.49975rem;height:15.249rem;top:24.1833625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ULRikMPNULcLOEWcSFMm7B6TCnBRua { width:11.875rem;height:2.59765625rem;top:33.55712890625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onwHzowRRgIpNSRMCWdsXTqNnlhTHamQ { width:4.375rem;height:4.375rem;top:26.931251525879rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUPlAAm8TBS2Pa1JTReBOvEuRcAQlyeq { width:13.49975rem;height:15.249rem;top:41rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRgd3V64Jp0Oq0oT1UNC7a2kflU1Hlb { width:11.375rem;height:2.59765625rem;top:51.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpDWxD7S1ZviE0NEgRCTpOBSEDT8Mpxz { width:4.5625rem;height:4.5625rem;top:44.125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsqlnskoO3KsLXPk7xFPtphyXQh0w01 { width:13.49975rem;height:15.249rem;top:57.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKq7BOVFffdhcpUcooH7JzxMEhLK6ZBZ { width:10.2489375rem;height:2.59765rem;top:67.4375rem;left:4.8760414123535rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoNcxJbdmXsnclWIAUUddWpua2wrVTfp { width:4.1875rem;height:4.1875rem;top:60.5rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5y3Cd7abFvEkWhSRI6pTXOUCsF6k6Lu { width:18.75rem;height:4.87305rem;top:1.25rem;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.0608125rem;height:3.62426875rem;top:75.050048828125rem;left:1.968994140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rol1ZgDx5HxRKIJNu0xNZy5iF0XgKZ32 { display:block; }
 }@media only screen and (max-width: 763px) { #w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 { display:block; }#w1T52OfHOrMEfn84iiwceDQMlGqA2KH4 > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRRxckeUmJUC3NUbIxdaErHT5JADSHaH { width:18.75rem;height:1.8994125rem;top:11rem;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:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtwlhOPw2Fh4JyWGUTuHWQEOeR5vCTc { width:18.75rem;height:1.8994125rem;top:16.375rem;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:3.8964875rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5QuMInhJZxHumqi6Jvcvhxqes6UwZp { width:18.75rem;height:1.8994125rem;top:22.875rem;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:3.8964875rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFobh8CPUsAM9DRNyVwenVsQUAzz4PJP { width:18.75rem;height:1.8994125rem;top:29.498291015625rem;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:31.396484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgpaVywlLXPIkA6NO2NJu6iEC54Bsg3 { width:20rem;height:7.796625rem;top:1.37451171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpFokcy7Ew4rk0wGL9HzCk82dXmmEq9P { width:20rem;height:21.687rem;top:37.105712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste { display:block; }#QbcUpcv3y5iIPPF5rT9KXP2MNaQSTste > .row .container { width:20rem;height:25.951171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesdepVhr4VGUeCMpxKFSqHxafOc8fsg { width:17.87475rem;height:6.121825rem;top:4.6240234375rem;left:1.060791015625rem;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.062255875rem;top:25.88894375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlhpbl41TEX5IXE8KO0cEpBqUn9IuUb { width:18.75rem;height:0.062255875rem;top:24.57644375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbcnMUvfdCwDOBapM4T8D8wBCSynF2qN { width:10.06225rem;height:1.5625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z731rKSFUDxJRMI2Tcle43vQCsQVdF6x { display:flex;width:1.875rem;height:1.875rem;top:13.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pqTCSvggaGg1px8TCvGbsgt93G9g0Zcr { width:13.999rem;height:4.89745rem;top:11.79931640625rem;left:5.013427734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolTO4QnAwi4G1VTRHAHQJ1skHOSl19V { width:16.062rem;height:1.4rem;top:18.61572265625rem;left:2.950439453125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0U77mTfNgXxCBUlJ1eKVKIx5U3TR9TT { display:flex;width:1.5625rem;height:1.5625rem;top:18.37646484375rem;left:1.060791015625rem; }
 }@media only screen and (max-width: 763px) { #h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd { display:block; }#h87EcK4G8x9iT2ZIkqIwGwe6lqW3BlPd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #in1bh6QiK1HAkpLTs0HRTKmdUcmtPROd { width:17.937rem;height:4.196775rem;top:1.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpVRTO5glKFrTGTLxlWCE0bVdv1q4Gs9 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }
 }