.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:transparent;background-image:url("https://images.assets-landingi.com/gNeppjce/AdobeStock_382125462.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:48.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.5rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:11.5488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.1875rem;height:12.59275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #6588a6;border-left:0.25rem solid #6588a6;border-right:0.25rem solid #6588a6;border-bottom:0.25rem solid #6588a6;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:40.28125rem;left:7.75rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:#f2522e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:roboto;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:5.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:39.96875rem;left:32.25rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hRUqefiEcC6rRC8K4QDyXcpmw8nPUlao { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:10.375rem;top:1.25rem;left:43.85546875rem;overflow:hidden;display:block; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:19.75rem;top:16.65625rem;left:40.25rem;overflow:hidden;display:block; }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:100001;background-color:#3d5a73;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;height:13.625rem;width:19.75rem;top:0rem;left:40rem;display:block; }
#APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7.4973955154419rem;left:41.625003814698rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:38.125rem;left:41.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#050b26;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:2.0625rem;left:0.6875rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#3d4051;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.9;letter-spacing:0;top:1.0234375rem;left:20.4375rem;height:27.777375rem;font-style:normal;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.1875rem;width:14.75rem;top:29.250000953674rem;left:22.625rem;overflow:hidden;display:block; }
#wvfrq1smer10uwHIEOWusQMlfNgm5y6l { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:19.625rem;top:16.655381202698rem;left:0rem;overflow:hidden;display:block; }
#VnfLqwbFgB0CTG4iWL3qGKxruo0u7TuH { position:absolute;display:block;z-index:100007;background-color:#3d5a73;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;height:12.6875rem;width:19.75rem;top:32.15625rem;left:0rem;display:block; }
#WZqlwTslXPTIdJL0hRT94TK8LCHuBMHO { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:39.25rem;left:1.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4BAMUtsCDXzEAKSbCgVdQIE40N9Doko { position:absolute;display:block;z-index:99999;background-color:#3d5a73;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;height:12.6875rem;width:19.75rem;top:32.15625rem;left:40rem;display:block; }
#DK0vKf0kCJgr49UZexZIlJGNVTq5TZkP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:33.1875rem;left:47.875rem;overflow:hidden;display:block; }
#uGUsT4J7LV8EMJ8QH4Ubm6L8MvOSyJIe { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:2.0625rem;left:47.187503814698rem;overflow:hidden;display:block; }
#JXDmUdt5qaLnX7aw5mHzRFlHkhFCg6RS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:33.9375rem;left:7.75rem;overflow:hidden;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container { background-color: transparent; background-image: none; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container > .video-iframe-container { display: none; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row > .video-iframe-container { display: none; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .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); }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container { border-width: 0; border-radius: 0; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;position:relative;display:block; }#FmMMLaqafnLMFfGFSAmSXuqr2GTwZlXe { color:#000000;display:block;width:31.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:3.0000038146973rem;left:0rem;height:4.673825rem;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; }
#HMPb6d6XnWVDC9XaeeXFhzIrUremtWPh { color:#000000;display:block;width:37.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11.375rem;left:0rem;height:21.9375rem;text-align:justify;text-align-last:initial;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; }
#Uu2JovWhVdpmKm3ns4lt7tmSAf0Oms4v { position:absolute;display:block;z-index:100007;background-color:#3d5a73;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;height:0.125rem;width:12.5rem;top:8.9375038146975rem;left:0rem;display:block; }
#lUCKTvpMWcofuUomt6UxOXH3701flTZZ { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:34.3125rem;left:0rem;height:21.9375rem;text-align:justify;text-align-last:initial;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; }
#IlUpQAa9E1lO3WkW8u5lOBMHwiIzMpL5 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:19.6875rem;top:3.6249971389771rem;left:39.343753814698rem;overflow:hidden;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fEqbAFZ3/pan_z_laptopem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:rubik;font-size:3.375rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.375rem;left:0.125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fEqbAFZ3/pan_z_laptopem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:100015;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:4.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:100017;background-color:#6588a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:100019;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:4.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { position:absolute;display:block;z-index:100021;background-color:#3d5a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:100023;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:6.410125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:100025;background-color:#6588a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fEqbAFZ3/pan_z_laptopem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:100015;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:4.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:100017;background-color:#3d5a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:100019;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:100021;background-color:#6588a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:28.625rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:29.28125rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:100023;background-color:#ffffff;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;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:17.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.5rem;left:41.46875rem;height:10.683625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:100025;background-color:#6588a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fEqbAFZ3/pan_z_laptopem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d5a73;background-image:none;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:99997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #6588a6;border-left:0.125rem solid #6588a6;border-right:0.125rem solid #6588a6;border-bottom:0.125rem solid #6588a6;height:17.125rem;width:55.75rem;top:3.65625rem;left:0rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:#f2522e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:19.655383110046rem;left:41.000003814698rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100003;line-height:1.9;letter-spacing:0;top:5.3072919845581rem;left:1.5625rem;height:13.535125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container { background-color: transparent; background-image: none; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container > .video-iframe-container { display: none; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row > .video-iframe-container { display: none; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .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); }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container { border-width: 0; border-radius: 0; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#soyxAArTDnqGaW37gh5gwF5lTTcf6llt { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.509765625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y1LoZz54Kux2kZTZgHdb0VvWcQD0TyG9 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:5.78125rem;left:20rem;overflow:hidden;display:block; }
#BbFaopvm4gTIxQSU6OBzqXqxA6kO60Pc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.78125rem;left:22.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BIDAayTsmAO12HdKkP8aTDCpL2o7Ts5X { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:13.9375rem;left:20rem;overflow:hidden;display:block; }
#VdDpLAFDfJyO3J1XUQKFvn2g1DlTWZi0 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nJmiSq7SomFZ8cuL5QmnTKT4zXsQWD1q { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:27.5rem;left:20rem;overflow:hidden;display:block; }
#DBsIFEHUqBy68zHTEQa41Nuofc4tHCtF { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:27.5rem;left:22.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v8aAbDnf7i6uC4XQmKhABzwZuoSQW9MV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W47e0hwztmSFOTkbW5NcCqmUzhK6mrHe { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:22.125rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yvkVGZ8ZKidb6m09Sbeo4mwwUms1D1s4 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:5.78125rem;left:40.9375rem;overflow:hidden;display:block; }
#hh7udzyJxp55Uvlb7hPBE2EQJzuQifkB { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:12.53125rem;left:40.9375rem;overflow:hidden;display:block; }
#oIxQ3Q5ER8qa61vX7I0swmEVwz2yymqC { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:22.125rem;left:40.9375rem;overflow:hidden;display:block; }
#pIizzsw5yGr3v2sPZVHK6O8anHgA25eH { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:12.53125rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l9fTmPftflrXBvPByIAPnb1R8AaBL1uV { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:22.4375rem;top:12.875001907349rem;left:-1.7237903225806rem;overflow:hidden;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#AbPvGUhpe6pUk74IdH0M4R82yHfuxZcD { color:#3d5a73;display:block;width:59.875rem;position:absolute;font-family:rubik;font-size:3.375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:1.03125rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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:22.25rem;width:60rem;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:20.0625rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:100001;background-color:#ffffff;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;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.3750004768372rem;left:17.125rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#050b26;display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:5.75rem;left:18.90625rem;height:7rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:15.5625rem;left:39.40625rem;height:2.13715rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { position:relative;display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { background-color: transparent; background-image: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { border-width: 0; border-radius: 0; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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:16.0625rem;width:60rem;position:relative;display:block; }#QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { color:#3d4051;display:block;width:24.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.9;letter-spacing:0;top:2.6302070617676rem;left:2.8125rem;height:6.410125rem;font-style:normal;display:block; }
#Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.9;letter-spacing:0;top:12.2451171875rem;left:10.71875rem;height:2.13715rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { color:#3d4051;display:block;width:24.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.9;letter-spacing:0;top:1.6223964691162rem;left:34.500003814698rem;height:8.546875rem;font-style:normal;display:block; }
#SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.9;letter-spacing:0;top:12.2451171875rem;left:40.75rem;height:2.13715rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:0.0625rem;top:5.375rem;left:30rem;display:block; }
#K6s6BuMFC8RUTzeJ1RqXQNh4Mk4oCuZE { position:absolute;display:block;z-index:100002;background-color:#ffffff;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;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:14.625rem;width:29.5rem;top:0.75607681274412rem;left:0.076389312744138rem;display:block; }
#keKv8xsri6E9uARi0abDVxLDv1zJmV7v { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:1.1293392181396rem;left:1.3125rem;overflow:hidden;display:block; }
#VOoTiXPEvzh29oIJlhM0zHTbQL1xMfzA { position:absolute;display:block;z-index:100003;background-color:#ffffff;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;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:14.625rem;width:29.0625rem;top:0.71875rem;left:30.937503814698rem;display:block; }
#XTS0h0s7nTzBntO0xnkDxoOKPTlHG6BA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:1.1293392181396rem;left:31.875003814698rem;overflow:hidden;display:block; }
#C0PlGq6zCyy187nSB2FUarL0EHwVfX6s { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:1.1293392181396rem;left:31.875003814698rem;overflow:hidden;display:none; }
#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC { position:relative;display:block; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC { background-color: transparent; background-image: none; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row .container > .video-iframe-container { display: none; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row > .video-iframe-container { display: none; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .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); }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC { border-width: 0; border-radius: 0; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .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:22.25rem;width:60rem;position:relative;display:block; }#sBkZPOtyZVVy5XVD6CE3LRF69LX20wTg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:1.375rem;left:2rem;overflow:hidden;display:block; }
#RGOBTKvLWVuw8MqAeCXAmAeqssxH846x { color:#050b26;display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.9;letter-spacing:0;top:3.8125rem;left:3.46875rem;height:10.683625rem;font-style:normal;display:block; }
#TMQRWca7L7dXtZtLGTqmru9IEehf51Gz { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:18.625rem;left:39.46875rem;height:2.13715rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#oNP1ooe3pIrPFpaaZz7gHFszaKHDX7GN { position:absolute;display:block;z-index:100002;background-color:#ffffff;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;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:20.25rem;width:58rem;top:1.2239570617676rem;left:1.2013893127441rem;display:block; }
#C42ITqyZGvnhLuFfvhpLKDq7Lfs14Nda { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:1.6875rem;left:1.71875rem;overflow:hidden;display:block; }
#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6588a6;background-image:none;position:relative;display:block; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { background-color: transparent; background-image: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container > .video-iframe-container { display: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row > .video-iframe-container { display: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .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); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { border-width: 0; border-radius: 0; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#g8vD4oKxnQXsaxsAWlZ6UmHNwiTZw2T4 { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.78125rem;left:5.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6588a6;background-image:none;position:relative;display:block; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container { background-color: transparent; background-image: none; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container > .video-iframe-container { display: none; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row > .video-iframe-container { display: none; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .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); }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container { border-width: 0; border-radius: 0; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#Kl4GNFzRsIDa8b9cGNM49xT1wDv80kgV { background-color:#f2522e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.21875rem;left:22.4375rem;display:block; }
#WFoMdUx0cpgPuKcmq5v5Tr0x5GV05c0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container { background-color: transparent; background-image: none; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container > .video-iframe-container { display: none; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row > .video-iframe-container { display: none; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .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); }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container { border-width: 0; border-radius: 0; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#wVSATzaBgeQKZpE2FCbT1uh949bAWCfV { color:#04253a;display:block;width:19.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19.767578125rem;left:0.46875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNumQ3QyQbm20r8TTgglh6e9vyCLTqeP { box-sizing:content-box;color:#064771;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:15.625rem;left:28.5625rem;display:block; }
#bKfAwI05ohkeliSG2JsAKtWaNTC1Qxod { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:22.28125rem;left:1.5625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zogO8xXW6Id5EUSKLygPwGNuh4gXLt9v { box-sizing:content-box;color:#064771;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15.53125rem;left:8.46875rem;display:block; }
#ftSlZ5f5oUWA4OD8ElhsePDcez2t7Ign { color:#04253a;display:block;width:17.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:21.15625rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGTWKf0iA9hZTtB7cuHkHT0ZlyditsxL { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:25.84375rem;left:21.5625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xu6VU0vcuLTET5grLVikO4CyPctJmVzU { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzKmq9HsMhbD3w3FAzevGr1IEHGNVLwn { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:22.0361328125rem;left:41.5625rem;height:8.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FtiPN9c3IGmrN9vKrDw9KJI1htPl9O5W { color:#04253a;display:block;width:40.1875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.8984375rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#kaGQevRkDxrEgUt2ibJP0Ih0ubNpeLJc { box-sizing:content-box;color:#064771;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:15.125rem;left:48.34375rem;display:block; }
#qkm4AJFBkLANw6URBXXVBo0kDnypi4sS { box-sizing:content-box;color:#064771;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:33.625rem;left:8.53125rem;display:block; }
#ZRaWv8ARTNeRKW9uQZTnyTfesS5ubuy7 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:36.5625rem;left:1.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuaZnbDQ4vFIVyqqowtv5H7SAyziLFAI { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:40.3916015625rem;left:1.5625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAe6eTRgaMUpOtc34pTDSUigot5NQJvx { color:#9e050d;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:36.5625rem;left:21.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCtWoL0aQV6GXOnUX73vmMIFuKHXwZTe { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:40.3916015625rem;left:21.5625rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6XQ26cDhb5HWdV6hVmiWXcbENNzGsPk { box-sizing:content-box;color:#f81313;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:33.65625rem;left:48.5625rem;display:block; }
#wSqogCyQNZMrwJlmJb6SfWvKFbCwBDcf { color:#9e050d;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:36.5625rem;left:41.5625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fg9wfaWvCyiz3hmISnW4dq9D95ByoPoZ { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:39.5009765625rem;left:41.5625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7Dfv5F6VBEdJL4DBuHdk0SAOCArqqcn { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:9.5rem;top:2.1796875rem;left:45.25rem;overflow:hidden;display:block; }
#O3rWCepbzN2hZaayQ9FbOKc9zNzehE4r { box-sizing:content-box;color:#9e050d;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:33.65625rem;left:28.5625rem;display:block; }
#WvmPTebExMhUazDhsLNfLwX2G9kgLmca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8vNUWSG7/pexels_ivan_samkov_4240576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca.adaptive-delivery-prevent-bg, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca.lazyload, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca.lazyloading { background-image: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { background-color: transparent; background-image: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .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); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { border-width: 0; border-radius: 0; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d5a73;background-image:none;position:relative;display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { background-color: transparent; background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .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); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { border-width: 0; border-radius: 0; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX { position:relative;display:block; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX { background-color: transparent; background-image: none; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row .container > .video-iframe-container { display: none; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row > .video-iframe-container { display: none; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .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); }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX { border-width: 0; border-radius: 0; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .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:50.125rem;width:60rem;position:relative;display:block; }#Kofzo6D1Xob4bp8T8iCIWvBLCBU3wazx { color:#f2522e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkyDiRf1GOT1oyfVS0nQdOAT9dLlN3Lo { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:8.412109375rem;left:12.34375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk { color:#4e4e4e;display:block;width:45.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:13.8125rem;left:7.09375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mCTPZUQ5/lightbulb_1_.svg); }
#ZtnXEm9qPspuSTSadT4zM10CxEV2DKz8 { position:absolute;display:block;z-index:100006;background-color:rgba(255,251,246,0.17);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(164,164,164,0.56) ;height:41.25rem;width:50.1875rem;top:6.154296875rem;left:5.5rem;display:block; }
#UTPu7nBdJnxmzrtu3qmpNA49klQv3I4w { color:#6588a6;display:block;width:35.3125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:10.849609375rem;left:12.34375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ti4sueO8rrsa9PzFHAA8NgUp4Py2oxFG { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:25.7998046875rem;left:17.46875rem;height:1.787325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sS7qqbXT4XAo7msVFTnRG6cpozLGxh77 { color:#2c3459;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:28.87890625rem;left:17.46875rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv1CNmm0gH3Innvty2EByA71eVRpLWo7 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:27.5869140625rem;left:29.53125rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcqqaN77rDPVKUKiz3NBN3250QPnRzcB { background-color:#f2522e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.3125rem rgba(145,147,148,0.12) ;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:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:32.54296875rem;left:23.6875rem;display:block; }
#e6MGeEs2AsGrhRq2TErCIZ2kkSWGmVV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CoD5RI3NQWKNFeR9FCDGRvzvFdJqviDv { color:#0d1e37;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:37rem;left:14.53125rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JurlzHag39TsJrlOXha9RGtsy95TZ6U6 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:39.5625rem;left:49.03125rem;overflow:hidden;display:block; }
#ennZMSf1aT86sJCudoS66uNp25T8d8KI { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:38.994140625rem;left:10.21875rem;height:7.30956875rem;text-align:center;text-align-last:center;display:block; }
#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i { position:relative;display:block; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i { background-color: transparent; background-image: none; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row .container > .video-iframe-container { display: none; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row > .video-iframe-container { display: none; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .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); }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i { border-width: 0; border-radius: 0; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .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:8.9375rem;width:60rem;position:relative;display:block; }#Cn1943TvpLNrbACHs5pap6rmq9DnPKOp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.818359375rem;left:0rem;height:1.29980625rem;display:block; }
#HfXO5srFaDpuEIeL9cC8iATxZ8ocQoVh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:16.5625rem;top:1.90625rem;left:12.5rem;overflow:hidden;display:block; }
#TeZHc2QQyvcvMKMcZFoE1T9w7RKXmQC7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:12.75rem;top:1.09375rem;left:27.625rem;overflow:hidden;display:block; }
#V3mFBEtbQiJbFOzEyZ09bRDXZdcGkXkJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.3125rem;top:2.75rem;left:42rem;overflow:hidden;display:block; }
#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols { position:relative;display:block; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols { background-color: transparent; background-image: none; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row .container > .video-iframe-container { display: none; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row > .video-iframe-container { display: none; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .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); }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols { border-width: 0; border-radius: 0; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .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:51.875rem;width:60rem;position:relative;display:block; }#FVlg4e4NNViQCbAeZ9Eaab5z4uJa0ymI { color:#000000;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:3.4121125rem;display:block; }
#ifCHNDil228NMTZgAfHGK3HtORXFfd5y { color:#164859;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihcp3LxLJ5JaDmwLRFkg7WXEq2g6EzmE { color:#000000;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.35546875rem;left:14.5rem;height:8.530275rem;display:block; }
#mtx3krJAJPlo39F7MpTB2qFtMRNs3Fli { color:#000000;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:29.35546875rem;left:14.5rem;height:13.64843125rem;display:block; }
#g3dNAiAvLk7C3rnyOlbfTopqxKckBNvi { color:#000000;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:22.23046875rem;left:0rem;height:5.11816875rem;display:block; }
#gfJzi16Awkez7SoioxgED6A0bNh7ie9c { color:#000000;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:44.54296875rem;left:0rem;height:5.11816875rem;display:block; }
#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container { background-color: transparent; background-image: none; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container > .video-iframe-container { display: none; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row > .video-iframe-container { display: none; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .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); }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container { border-width: 0; border-radius: 0; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container { font-size:0.875rem;font-family:arial;height:98.375rem;width:60rem;position:relative;display:block; }#gZpsO1gGkHg6MNdAzG184NFgWRKL56BD { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCcxQlCHSPp1bQhtLbfsrCH3l19XP4gw { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:14.3125rem;top:41.875rem;left:45.6875rem;display:block; }
#woOTxeTbDPUZtoPph7KsxzXfSQzhGKrO { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:14.3125rem;top:41.8125rem;left:30.6875rem;display:block; }
#FKhkruBRnT1w8ZttvP3JdBBbqmLGmBMd { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:29.125rem;top:40.875rem;left:0.625rem;overflow:hidden;display:block; }
#LQEvc7ThNmX4Jk3NR8T9ZUQZSSIwiFpD { position:absolute;display:block;z-index:100022;background-color:#3d5a73;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;height:12.5rem;width:12.5rem;top:48.6875rem;left:0rem;display:block; }
#dpLz2rSmDIkSQGI8HAy3hAbX3Q13qOgB { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:46.25rem;left:31.625rem;height:13.6445rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSurh06TfrikvZkmAaIdG33dMoheHTC0 { color:#fbbc05;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:47.25rem;left:46.625rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrrs4fxgSC9uMT8RpCfHo5axZ7THTXTa { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:14.3125rem;top:13.9375rem;left:0rem;display:block; }
#MfNk4SNZMrIvypFLpCwAiP4ZcrfA3ske { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:14.3125rem;top:14rem;left:15rem;display:block; }
#SH3oTN7MEuC42obBIFzgWS3kGrzTv6l3 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:24.3125rem;top:12.375rem;left:34.641535874439rem;overflow:hidden;display:block; }
#Xh56fu6Xw2fB9McUipcgBXMe4gwWIqgq { position:absolute;display:block;z-index:100022;background-color:#3d5a73;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;height:9.125rem;width:19.125rem;top:20.8125rem;left:40.875rem;display:block; }
#ZCCux2RTSi6IIzceBFKMdcmTiROq7xaO { position:absolute;display:block;z-index:100001;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:38.6875rem;left:34.6875rem;display:block; }
#CRmlILgOMZU7UtTKUoNcetkvbxuig0h0 { position:absolute;display:block;z-index:100003;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:38.75rem;left:49.6875rem;display:block; }
#KmwFzOg6kyyc6c0BQTTBy1AQACRp3KQ0 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:40rem;left:36rem;overflow:hidden;display:block; }
#O12AMQ4VmUknW5VLpfGCW0V1sh77QPq8 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:40.125rem;left:51.0625rem;overflow:hidden;display:block; }
#zTfDVhtok32reB6ghn1XWTtxP0sZ4URT { color:#2b96a4;display:block;width:11.8125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9m2LWX3CT7w04QsnUbsdy2N23B9lEfi { color:#f2c3a7;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:19.375rem;left:15.9375rem;height:11.6953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLRuzXEyMITIWTsNHOwgTiCGdIOR7qGC { position:absolute;display:block;z-index:100001;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:10.8125rem;left:4rem;display:block; }
#rlIZJo6L4lGURZTG9AD73yN9cPNFcSQe { position:absolute;display:block;z-index:100003;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:10.875rem;left:19rem;display:block; }
#WNZ8xFQnHVQ04d6aeoIn8SZK36cAHE7J { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:12.125rem;left:5.3125rem;overflow:hidden;display:block; }
#KLBJTszmkulUQzfHeEP2OLc7ZBODfiJ2 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:12.25rem;left:20.375rem;overflow:hidden;display:block; }
#JTZvp7sQEQoi8OUpWcZPLkFWJaXxOske { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:25.5625rem;top:73.9375rem;left:33.5rem;overflow:hidden;display:block; }
#fIrfdFoU2d3Ko24VlsQDkKzHvX5t8HTl { position:absolute;display:block;z-index:100023;background-color:#3d5a73;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;height:11.375rem;width:12.5rem;top:79.5rem;left:47.5rem;display:block; }
#MJtTJHZW1gHUb1AgDfCGHft6GRB1Pgs4 { position:absolute;display:block;z-index:100002;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:67.5625rem;left:4.0625rem;display:block; }
#DoOs77h24defpRDy97J0SkO6b6li9Qdv { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:14.3125rem;top:71.5rem;left:0rem;display:block; }
#s8Wgp1qO0daZ0sy7GiPQZpLuHDbpUG5e { color:#fbbc05;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:75.875rem;left:0.625rem;height:15.59378125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tf7ChLfmPE8Vz9LpTP3Bm7I2Muw0TUXh { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:14.3125rem;top:71.5rem;left:15.9375rem;display:block; }
#iLTQVm0cyh3FpR1oiIy2aO8SS3LqSti4 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:69.5625rem;left:21.5625rem;overflow:hidden;display:block; }
#yDUaf6LsXmb0d3VrqAp9riODdvCJx537 { position:absolute;display:block;z-index:100003;background-color:#3d5a73;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:68.3125rem;left:20.375rem;display:block; }
#SdkaMJCGTgLyg2dTIgT9dahvcZ5ZZmIb { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:75.875rem;left:16.875rem;height:13.64453125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xotnitsfo1MdSuaxFoWrESLx5VD4myXD { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:68.875rem;left:5.375rem;overflow:hidden;display:block; }
#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA { position:relative;display:block; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA { background-color: transparent; background-image: none; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row .container > .video-iframe-container { display: none; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row > .video-iframe-container { display: none; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .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); }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA { border-width: 0; border-radius: 0; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .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:10.25rem;width:60rem;position:relative;display:block; }#ClPNJCCRXXKLzL2xxvBExpmJF6eJT0mh { color:#6588a6;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { position:relative;display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { background-color: transparent; background-image: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .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); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { border-width: 0; border-radius: 0; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .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:20.25rem;width:60rem;position:relative;display:block; }#nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { color:#5c5b5d;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { color:#3d5a73;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { background-color:#ff912c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.75rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.875rem;left:20.4375rem;display:block; }
#NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { background-color: transparent; background-image: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { border-width: 0; border-radius: 0; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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:18.75rem;width:60rem;position:relative;display:block; }#lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:6.8125rem;top:0.9375rem;left:26.59375rem;overflow:hidden;display:block; }
#okku2ysSG1B7zCO8q4sTuTCJib14RiTE { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11rem;left:14.46875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { background-color: transparent; background-image: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .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); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { border-width: 0; border-radius: 0; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { color:#000000;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:47.75rem;height:11.5rem;top:8.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:47.75rem;height:12.5625rem;top:23.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:17.1875rem;height:4.5625rem;top:40.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:20.0625rem;height:5.1875rem;top:39.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #hRUqefiEcC6rRC8K4QDyXcpmw8nPUlao { top:1.25rem;left:37.375rem;width:10.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13rem;top:16.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:15.375rem;height:2.25rem;top:7.4375rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:16.75rem;height:4.5rem;top:38.125rem;left:30.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18.625rem;height:8.25rem;top:2.0625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18.875rem;height:27.75rem;top:1rem;left:12.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:14.75rem;height:20.1875rem;top:29.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfrq1smer10uwHIEOWusQMlfNgm5y6l { top:16.625rem;left:0rem;width:19.625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnfLqwbFgB0CTG4iWL3qGKxruo0u7TuH { width:19.75rem;height:12.6875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZqlwTslXPTIdJL0hRT94TK8LCHuBMHO { width:16.75rem;height:2.25rem;top:39.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BAMUtsCDXzEAKSbCgVdQIE40N9Doko { width:19.75rem;height:12.6875rem;top:32.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK0vKf0kCJgr49UZexZIlJGNVTq5TZkP { top:33.1875rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUsT4J7LV8EMJ8QH4Ubm6L8MvOSyJIe { top:2.0625rem;left:36.875003814698rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXDmUdt5qaLnX7aw5mHzRFlHkhFCg6RS { top:33.9375rem;left:5.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs { display:block; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmMMLaqafnLMFfGFSAmSXuqr2GTwZlXe { width:31.5rem;height:4.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMPb6d6XnWVDC9XaeeXFhzIrUremtWPh { width:37.75rem;height:21.9375rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2JovWhVdpmKm3ns4lt7tmSAf0Oms4v { top:8.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUCKTvpMWcofuUomt6UxOXH3701flTZZ { width:47.75rem;height:21.9375rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlUpQAa9E1lO3WkW8u5lOBMHwiIzMpL5 { width:19.6875rem;height:26.875rem;top:3.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:6.75rem;top:4.375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:4.25rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:4.25rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:6.375rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:4.25rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:3.5rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:17.5625rem;height:10.625rem;top:7.5rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:17.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:13.5rem;height:3.4375rem;top:19.625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:47.75rem;height:13.5rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paIIWu48duOdJDoTfPtT5AcIoN72TmH0 { display:block; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soyxAArTDnqGaW37gh5gwF5lTTcf6llt { width:19.1875rem;height:;top:5.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1LoZz54Kux2kZTZgHdb0VvWcQD0TyG9 { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbFaopvm4gTIxQSU6OBzqXqxA6kO60Pc { width:16.5625rem;height:;top:5.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDAayTsmAO12HdKkP8aTDCpL2o7Ts5X { width:1.875rem;height:1.875rem;top:13.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdDpLAFDfJyO3J1XUQKFvn2g1DlTWZi0 { width:16.9375rem;height:;top:14.0625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmiSq7SomFZ8cuL5QmnTKT4zXsQWD1q { width:1.875rem;height:1.875rem;top:27.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBsIFEHUqBy68zHTEQa41Nuofc4tHCtF { width:17.0625rem;height:;top:27.5rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aAbDnf7i6uC4XQmKhABzwZuoSQW9MV { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47e0hwztmSFOTkbW5NcCqmUzhK6mrHe { width:15.625rem;height:8.4375rem;top:22.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkVGZ8ZKidb6m09Sbeo4mwwUms1D1s4 { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh7udzyJxp55Uvlb7hPBE2EQJzuQifkB { width:1.875rem;height:1.875rem;top:12.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxQ3Q5ER8qa61vX7I0swmEVwz2yymqC { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIizzsw5yGr3v2sPZVHK6O8anHgA25eH { width:15.625rem;height:;top:12.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fTmPftflrXBvPByIAPnb1R8AaBL1uV { top:12.875rem;left:0rem;width:22.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbPvGUhpe6pUk74IdH0M4R82yHfuxZcD { width:47.75rem;height:6.75rem;top:1rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:20.0625rem;height:11rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2rem;height:2rem;top:3.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:7rem;top:5.75rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:2.125rem;top:15.5625rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:24.375rem;height:6.375rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:18rem;height:2.125rem;top:12.1875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:24.3125rem;height:10.6875rem;top:1.5625rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:18rem;height:2.125rem;top:12.1875rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:0.0625rem;height:10.4375rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6s6BuMFC8RUTzeJ1RqXQNh4Mk4oCuZE { width:29.5rem;height:14.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keKv8xsri6E9uARi0abDVxLDv1zJmV7v { width:1.5625rem;height:1.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOoTiXPEvzh29oIJlhM0zHTbQL1xMfzA { width:29.0625rem;height:14.625rem;top:0.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTS0h0s7nTzBntO0xnkDxoOKPTlHG6BA { width:1.5625rem;height:1.5625rem;top:1.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0PlGq6zCyy187nSB2FUarL0EHwVfX6s { width:1.5625rem;height:1.5625rem;top:1.125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC { display:block; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBkZPOtyZVVy5XVD6CE3LRF69LX20wTg { width:2.4375rem;height:2.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOBTKvLWVuw8MqAeCXAmAeqssxH846x { width:47.75rem;height:12.8125rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQRWca7L7dXtZtLGTqmru9IEehf51Gz { width:18rem;height:2.125rem;top:18.625rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNP1ooe3pIrPFpaaZz7gHFszaKHDX7GN { width:47.75rem;height:20.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C42ITqyZGvnhLuFfvhpLKDq7Lfs14Nda { width:1.8125rem;height:1.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ { display:block; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8vD4oKxnQXsaxsAWlZ6UmHNwiTZw2T4 { width:47.75rem;height:9rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWJU1qTQqaiTkAmioqbasF1R01y4gWRF { display:block; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl4GNFzRsIDa8b9cGNM49xT1wDv80kgV { width:15.125rem;height:3.75rem;top:1.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFoMdUx0cpgPuKcmq5v5Tr0x5GV05c0w { display:block; }
 }@media only screen and (max-width: 763px) { #omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP { display:block; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVSATzaBgeQKZpE2FCbT1uh949bAWCfV { width:19.0625rem;height:1.6875rem;top:19.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNumQ3QyQbm20r8TTgglh6e9vyCLTqeP { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKfAwI05ohkeliSG2JsAKtWaNTC1Qxod { width:16.875rem;height:3.5625rem;top:22.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zogO8xXW6Id5EUSKLygPwGNuh4gXLt9v { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSlZ5f5oUWA4OD8ElhsePDcez2t7Ign { width:17.6875rem;height:5.0625rem;top:19.6875rem;left:14.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTWKf0iA9hZTtB7cuHkHT0ZlyditsxL { width:16.875rem;height:3.5625rem;top:25.8125rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu6VU0vcuLTET5grLVikO4CyPctJmVzU { width:16.875rem;height:1.6875rem;top:19.6875rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKmq9HsMhbD3w3FAzevGr1IEHGNVLwn { width:16.875rem;height:8.875rem;top:22rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtiPN9c3IGmrN9vKrDw9KJI1htPl9O5W { width:40.1875rem;height:4.0625rem;top:4.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGQevRkDxrEgUt2ibJP0Ih0ubNpeLJc { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkm4AJFBkLANw6URBXXVBo0kDnypi4sS { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRaWv8ARTNeRKW9uQZTnyTfesS5ubuy7 { width:16.875rem;height:1.6875rem;top:36.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuaZnbDQ4vFIVyqqowtv5H7SAyziLFAI { width:16.875rem;height:3.5625rem;top:40.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAe6eTRgaMUpOtc34pTDSUigot5NQJvx { width:16.875rem;height:3.375rem;top:36.5625rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtWoL0aQV6GXOnUX73vmMIFuKHXwZTe { width:16.875rem;height:5.3125rem;top:40.375rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6XQ26cDhb5HWdV6hVmiWXcbENNzGsPk { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqogCyQNZMrwJlmJb6SfWvKFbCwBDcf { width:16.875rem;height:1.8125rem;top:36.5625rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg9wfaWvCyiz3hmISnW4dq9D95ByoPoZ { width:16.875rem;height:3.5625rem;top:39.5rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Dfv5F6VBEdJL4DBuHdk0SAOCArqqcn { top:2.125rem;left:34.9375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rWCepbzN2hZaayQ9FbOKc9zNzehE4r { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmPTebExMhUazDhsLNfLwX2G9kgLmca { display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:47.75rem;height:6.8125rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX { display:block; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kofzo6D1Xob4bp8T8iCIWvBLCBU3wazx { width:47.75rem;height:3.375rem;top:1.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkyDiRf1GOT1oyfVS0nQdOAT9dLlN3Lo { width:35.3125rem;height:1.8125rem;top:8.375rem;left:6.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk { width:45.8125rem;height:11.375rem;top:13.8125rem;left:0.96875rem;font-size:1.1875rem;display:block; }#B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mCTPZUQ5/lightbulb_1_.svg); }
 }@media only screen and (max-width: 763px) { #ZtnXEm9qPspuSTSadT4zM10CxEV2DKz8 { width:47.75rem;height:41.25rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPu7nBdJnxmzrtu3qmpNA49klQv3I4w { width:35.3125rem;height:1.8125rem;top:10.8125rem;left:6.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4sueO8rrsa9PzFHAA8NgUp4Py2oxFG { width:19.9375rem;height:1.75rem;top:25.75rem;left:11.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7qqbXT4XAo7msVFTnRG6cpozLGxh77 { width:13.9375rem;height:2.1875rem;top:28.875rem;left:11.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1CNmm0gH3Innvty2EByA71eVRpLWo7 { width:10.0625rem;height:4.125rem;top:27.5625rem;left:23.40625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqqaN77rDPVKUKiz3NBN3250QPnRzcB { width:13.8125rem;height:3.4375rem;top:32.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MGeEs2AsGrhRq2TErCIZ2kkSWGmVV6 { display:block; }
 }@media only screen and (max-width: 763px) { #CoD5RI3NQWKNFeR9FCDGRvzvFdJqviDv { top:37rem;left:8.40625rem;width:30.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JurlzHag39TsJrlOXha9RGtsy95TZ6U6 { top:39.5625rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennZMSf1aT86sJCudoS66uNp25T8d8KI { top:38.9375rem;left:4.09375rem;width:39.5625rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hGru1RnOhM8azug5vrIgwMqpt4FT9i { display:block; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn1943TvpLNrbACHs5pap6rmq9DnPKOp { top:3.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfXO5srFaDpuEIeL9cC8iATxZ8ocQoVh { top:1.875rem;left:6.375rem;width:16.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZHc2QQyvcvMKMcZFoE1T9w7RKXmQC7 { top:1.0625rem;left:21.5rem;width:12.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mFBEtbQiJbFOzEyZ09bRDXZdcGkXkJ { top:2.75rem;left:33.4375rem;width:14.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc8WuyVvqbac2MqPSn6nMKarwJWFHols { display:block; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVlg4e4NNViQCbAeZ9Eaab5z4uJa0ymI { top:6.5625rem;left:0rem;width:45.5rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifCHNDil228NMTZgAfHGK3HtORXFfd5y { width:47.75rem;height:3.25rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihcp3LxLJ5JaDmwLRFkg7WXEq2g6EzmE { top:11.3125rem;left:2.25rem;width:45.5rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtx3krJAJPlo39F7MpTB2qFtMRNs3Fli { top:29.3125rem;left:2.25rem;width:45.5rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3dNAiAvLk7C3rnyOlbfTopqxKckBNvi { top:22.1875rem;left:0rem;width:45.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJzi16Awkez7SoioxgED6A0bNh7ie9c { top:44.5rem;left:0rem;width:45.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDr693B45WXkNAhdqsT1CRL43gSs1a6 { display:block; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZpsO1gGkHg6MNdAzG184NFgWRKL56BD { width:47.75rem;height:3.625rem;top:3.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCcxQlCHSPp1bQhtLbfsrCH3l19XP4gw { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woOTxeTbDPUZtoPph7KsxzXfSQzhGKrO { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKhkruBRnT1w8ZttvP3JdBBbqmLGmBMd { top:40.875rem;left:0rem;width:29.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQEvc7ThNmX4Jk3NR8T9ZUQZSSIwiFpD { top:48.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpLz2rSmDIkSQGI8HAy3hAbX3Q13qOgB { top:46.25rem;left:25.5rem;width:12.5rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSurh06TfrikvZkmAaIdG33dMoheHTC0 { top:47.25rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrrs4fxgSC9uMT8RpCfHo5axZ7THTXTa { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNk4SNZMrIvypFLpCwAiP4ZcrfA3ske { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3oTN7MEuC42obBIFzgWS3kGrzTv6l3 { top:12.375rem;left:23.4375rem;width:24.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh56fu6Xw2fB9McUipcgBXMe4gwWIqgq { top:20.8125rem;left:28.625rem;width:19.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCCux2RTSi6IIzceBFKMdcmTiROq7xaO { width:6.25rem;height:6.25rem;top:38.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRmlILgOMZU7UtTKUoNcetkvbxuig0h0 { width:6.25rem;height:6.25rem;top:38.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmwFzOg6kyyc6c0BQTTBy1AQACRp3KQ0 { top:40rem;left:29.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12AMQ4VmUknW5VLpfGCW0V1sh77QPq8 { top:40.125rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfDVhtok32reB6ghn1XWTtxP0sZ4URT { top:19.375rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9m2LWX3CT7w04QsnUbsdy2N23B9lEfi { top:19.375rem;left:9.8125rem;width:12.5rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRuzXEyMITIWTsNHOwgTiCGdIOR7qGC { width:6.25rem;height:6.25rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlIZJo6L4lGURZTG9AD73yN9cPNFcSQe { width:6.25rem;height:6.25rem;top:10.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNZ8xFQnHVQ04d6aeoIn8SZK36cAHE7J { top:12.125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBJTszmkulUQzfHeEP2OLc7ZBODfiJ2 { top:12.25rem;left:14.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZvp7sQEQoi8OUpWcZPLkFWJaXxOske { top:73.9375rem;left:22.1875rem;width:25.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIrfdFoU2d3Ko24VlsQDkKzHvX5t8HTl { top:79.5rem;left:35.25rem;width:12.5rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtTJHZW1gHUb1AgDfCGHft6GRB1Pgs4 { width:6.25rem;height:6.25rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoOs77h24defpRDy97J0SkO6b6li9Qdv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Wgp1qO0daZ0sy7GiPQZpLuHDbpUG5e { top:75.875rem;left:0rem;width:12.5rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7ChLfmPE8Vz9LpTP3Bm7I2Muw0TUXh { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTQVm0cyh3FpR1oiIy2aO8SS3LqSti4 { top:69.5625rem;left:15.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDUaf6LsXmb0d3VrqAp9riODdvCJx537 { width:6.25rem;height:6.25rem;top:68.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdkaMJCGTgLyg2dTIgT9dahvcZ5ZZmIb { top:75.875rem;left:10.75rem;width:12.5rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xotnitsfo1MdSuaxFoWrESLx5VD4myXD { top:68.875rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMnTfydT2yKeDc5poSL3mc42xNdm4LA { display:block; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClPNJCCRXXKLzL2xxvBExpmJF6eJT0mh { width:47.75rem;height:6.5rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:47.75rem;height:4.5rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:47.75rem;height:2.5rem;top:15.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:19.125rem;height:4.75rem;top:8.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { top:0.9375rem;left:20.46875rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { top:11rem;left:8.34375rem;width:31.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:transparent;background-image:url("https://images.assets-landingi.com/gNeppjce/AdobeStock_382125462.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:19.125rem;height:8.2470625rem;top:6rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:10.411125rem;top:18.2197265625rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;color:#f8c342;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:35.509765625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:30.447265625rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #hRUqefiEcC6rRC8K4QDyXcpmw8nPUlao { width:10.375rem;height:2.875rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:104.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13rem;top:47.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:61.6806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:14.6875rem;height:1.57421875rem;top:99.48828125rem;left:2.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:15.4375rem;height:1.57421875rem;top:70.3935546875rem;left:2.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:6.597625rem;top:0rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18rem;height:23.473625rem;top:8.3984375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:8.625rem;height:11.75rem;top:102.33203125rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvfrq1smer10uwHIEOWusQMlfNgm5y6l { width:20rem;height:13.25rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnfLqwbFgB0CTG4iWL3qGKxruo0u7TuH { width:19.75rem;height:12.6875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZqlwTslXPTIdJL0hRT94TK8LCHuBMHO { width:16.75rem;height:1.57421875rem;top:43.125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w4BAMUtsCDXzEAKSbCgVdQIE40N9Doko { width:19.75rem;height:12.6875rem;top:90.681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK0vKf0kCJgr49UZexZIlJGNVTq5TZkP { width:4.25rem;height:4.25rem;top:64.64453125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUsT4J7LV8EMJ8QH4Ubm6L8MvOSyJIe { width:4.25rem;height:4.25rem;top:94.900390625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXDmUdt5qaLnX7aw5mHzRFlHkhFCg6RS { width:4.25rem;height:4.25rem;top:37.646484375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs { display:block; }#GTsnPyzD3M1d4ry79KSkuvDO8mApMEVs > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmMMLaqafnLMFfGFSAmSXuqr2GTwZlXe { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMPb6d6XnWVDC9XaeeXFhzIrUremtWPh { width:20rem;height:23.625rem;top:6.625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2JovWhVdpmKm3ns4lt7tmSAf0Oms4v { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUCKTvpMWcofuUomt6UxOXH3701flTZZ { width:20rem;height:38.0625rem;top:58.420125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlUpQAa9E1lO3WkW8u5lOBMHwiIzMpL5 { width:18.8125rem;height:25.625rem;top:31.375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucfCx6g5/pexels_pavel_danilyuk_8423410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:6.597625rem;top:4.669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:10.875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:3.3984375rem;top:8.375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:3.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:4.40625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:11.1875rem;top:13.02430625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:3.3984375rem;top:20.14930625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:15.52430625rem;left:8.7500038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:16.21180625rem;left:9.4375038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:12.8125rem;top:25.461791992188rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:5.09765625rem;top:32.58680625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:27.96180625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:28.64930625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:11.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:3.3984375rem;top:8.375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:3.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:4.40625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:14.1875rem;top:13.024291992188rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:6.796875rem;top:20.14930625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:15.52430625rem;left:8.6250038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:16.18055625rem;left:9.2812538146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:15.9375rem;top:28.197998046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:8.496125rem;top:35.32293125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:30.69793125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:31.38543125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #1787ed);background-image: -moz-linear-gradient(180deg, #00519d, #1787ed);background-image: -ms-linear-gradient(180deg, #00519d, #1787ed);background-image: -o-linear-gradient(180deg, #00519d, #1787ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#1787ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#1787ed' );";background-image: linear-gradient(180deg, #00519d, #1787ed);background-size:auto !important;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:28.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:14.3125rem;height:3.75rem;top:31.447265625rem;left:2.84375rem;font-size:1rem;background-color:#fbbc05;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#fbf9f9;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:19.3125rem;height:25.48825rem;top:2.1552734375rem;left:0.34375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #paIIWu48duOdJDoTfPtT5AcIoN72TmH0 { display:block; }#paIIWu48duOdJDoTfPtT5AcIoN72TmH0 > .row .container { width:20rem;height:87.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soyxAArTDnqGaW37gh5gwF5lTTcf6llt { width:14.625rem;height:5.84765625rem;top:2.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1LoZz54Kux2kZTZgHdb0VvWcQD0TyG9 { width:1.875rem;height:1.875rem;top:21.72265625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbFaopvm4gTIxQSU6OBzqXqxA6kO60Pc { width:15.625rem;height:4.5rem;top:24.78515625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDAayTsmAO12HdKkP8aTDCpL2o7Ts5X { width:1.875rem;height:1.875rem;top:31.16015625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdDpLAFDfJyO3J1XUQKFvn2g1DlTWZi0 { width:15.625rem;height:10.5rem;top:34.16015625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmiSq7SomFZ8cuL5QmnTKT4zXsQWD1q { width:1.875rem;height:1.875rem;top:45.59765625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBsIFEHUqBy68zHTEQa41Nuofc4tHCtF { width:15.625rem;height:7.5rem;top:48.34765625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aAbDnf7i6uC4XQmKhABzwZuoSQW9MV { width:15.625rem;height:3rem;top:60.59765625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47e0hwztmSFOTkbW5NcCqmUzhK6mrHe { width:15.625rem;height:7.5rem;top:78.34765625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkVGZ8ZKidb6m09Sbeo4mwwUms1D1s4 { width:1.875rem;height:1.875rem;top:57.47265625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh7udzyJxp55Uvlb7hPBE2EQJzuQifkB { width:1.875rem;height:1.875rem;top:64.84765625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxQ3Q5ER8qa61vX7I0swmEVwz2yymqC { width:1.875rem;height:1.875rem;top:75.22265625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIizzsw5yGr3v2sPZVHK6O8anHgA25eH { width:15.625rem;height:6rem;top:67.97265625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fTmPftflrXBvPByIAPnb1R8AaBL1uV { width:19.5rem;height:10.9375rem;top:9.84765625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbPvGUhpe6pUk74IdH0M4R82yHfuxZcD { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:13.875rem;height:7.8125rem;top:18.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:14.375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18rem;height:9.098625rem;top:3.5625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:1.69921875rem;top:13.8125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:18.375rem;height:6.796875rem;top:2.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:18rem;height:1.69921875rem;top:10.3564453125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:18rem;height:10.1953125rem;top:14.3671875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:18rem;height:1.69921875rem;top:25.8125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:18rem;height:0.0625rem;top:13.3046875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6s6BuMFC8RUTzeJ1RqXQNh4Mk4oCuZE { width:20rem;height:14.625rem;top:26.38671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #keKv8xsri6E9uARi0abDVxLDv1zJmV7v { width:1.5625rem;height:1.5625rem;top:26.509765625rem;left:1.236328125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOoTiXPEvzh29oIJlhM0zHTbQL1xMfzA { width:20rem;height:14.625rem;top:42.01171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTS0h0s7nTzBntO0xnkDxoOKPTlHG6BA { width:1.5625rem;height:1.5625rem;top:1.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0PlGq6zCyy187nSB2FUarL0EHwVfX6s { width:1.5625rem;height:1.5625rem;top:28.5rem;left:17.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC { display:block; }#XbVKpIHeELBymf0KITrnJBS0oeCiB7ZC > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBkZPOtyZVVy5XVD6CE3LRF69LX20wTg { width:2.4375rem;height:2.4375rem;top:1.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOBTKvLWVuw8MqAeCXAmAeqssxH846x { width:18rem;height:25.48825rem;top:4.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TMQRWca7L7dXtZtLGTqmru9IEehf51Gz { width:18rem;height:1.69921875rem;top:32.505859375rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oNP1ooe3pIrPFpaaZz7gHFszaKHDX7GN { width:20rem;height:20.25rem;top:34.142578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C42ITqyZGvnhLuFfvhpLKDq7Lfs14Nda { width:1.8125rem;height:1.8125rem;top:29.443359375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#6588a6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { background-color: transparent; background-image: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container > .video-iframe-container { display: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row > .video-iframe-container { display: none; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .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); }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { border-width: 0; border-radius: 0; }#EVpuuBR3ZKAG0qHBpvGr5xH23GI2THVQ > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8vD4oKxnQXsaxsAWlZ6UmHNwiTZw2T4 { width:20rem;height:6.597625rem;top:2.4183940887451rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DWJU1qTQqaiTkAmioqbasF1R01y4gWRF { display:block; }#DWJU1qTQqaiTkAmioqbasF1R01y4gWRF > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl4GNFzRsIDa8b9cGNM49xT1wDv80kgV { width:13.5rem;height:3.4375rem;top:1.62109375rem;left:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFoMdUx0cpgPuKcmq5v5Tr0x5GV05c0w { display:block; }
 }@media only screen and (max-width: 763px) { #omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP { display:block; }#omwTLVBhLWQ2QUkZcoNZnTntXkzmPZhP > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVSATzaBgeQKZpE2FCbT1uh949bAWCfV { width:16.875rem;height:1.462675rem;top:30.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNumQ3QyQbm20r8TTgglh6e9vyCLTqeP { width:4.0625rem;height:4.0625rem;top:36.625rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKfAwI05ohkeliSG2JsAKtWaNTC1Qxod { width:16.875rem;height:3rem;top:33.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zogO8xXW6Id5EUSKLygPwGNuh4gXLt9v { width:4.0625rem;height:4.0625rem;top:25.4375rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSlZ5f5oUWA4OD8ElhsePDcez2t7Ign { width:16.875rem;height:4.38574375rem;top:41.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTWKf0iA9hZTtB7cuHkHT0ZlyditsxL { width:16.875rem;height:3rem;top:47.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu6VU0vcuLTET5grLVikO4CyPctJmVzU { width:16.875rem;height:1.4619125rem;top:71.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKmq9HsMhbD3w3FAzevGr1IEHGNVLwn { width:16.875rem;height:6rem;top:73.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtiPN9c3IGmrN9vKrDw9KJI1htPl9O5W { width:13.25rem;height:7.7988125rem;top:4.36805625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGQevRkDxrEgUt2ibJP0Ih0ubNpeLJc { width:4.0625rem;height:4.0625rem;top:66.3125rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkm4AJFBkLANw6URBXXVBo0kDnypi4sS { width:3.6875rem;height:3.6875rem;top:53.125rem;left:8.15625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRaWv8ARTNeRKW9uQZTnyTfesS5ubuy7 { width:16.875rem;height:1.4619125rem;top:58.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuaZnbDQ4vFIVyqqowtv5H7SAyziLFAI { width:16.875rem;height:3rem;top:60.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAe6eTRgaMUpOtc34pTDSUigot5NQJvx { width:16.875rem;height:2.923825rem;top:86.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtWoL0aQV6GXOnUX73vmMIFuKHXwZTe { width:16.875rem;height:4.5rem;top:90.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6XQ26cDhb5HWdV6hVmiWXcbENNzGsPk { width:2.875rem;height:2.875rem;top:95.5rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqogCyQNZMrwJlmJb6SfWvKFbCwBDcf { width:16.875rem;height:1.4619125rem;top:99.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg9wfaWvCyiz3hmISnW4dq9D95ByoPoZ { width:16.875rem;height:3rem;top:101.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Dfv5F6VBEdJL4DBuHdk0SAOCArqqcn { width:6.9375rem;height:6.9375rem;top:15.062519073486rem;left:6.5312498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rWCepbzN2hZaayQ9FbOKc9zNzehE4r { width:2.875rem;height:2.875rem;top:82.4375rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmPTebExMhUazDhsLNfLwX2G9kgLmca { display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:20rem;height:12.1875rem;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) { #sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX { display:block; }#sK4CWQc5ga48BurCyfuT4xfDCXV4B1zX > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kofzo6D1Xob4bp8T8iCIWvBLCBU3wazx { width:20rem;height:3.73698125rem;top:1.7500209808349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkyDiRf1GOT1oyfVS0nQdOAT9dLlN3Lo { width:20rem;height:3.736325rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk { width:18.5rem;height:26.8555rem;top:16.8369140625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#B9mlhwKg2ld7hWcKapoX6ZJlIMKF2AHk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mCTPZUQ5/lightbulb_1_.svg); }
 }@media only screen and (max-width: 763px) { #ZtnXEm9qPspuSTSadT4zM10CxEV2DKz8 { width:18.9375rem;height:61.625rem;top:7.5234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPu7nBdJnxmzrtu3qmpNA49klQv3I4w { width:20rem;height:1.8681625rem;top:13.1728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4sueO8rrsa9PzFHAA8NgUp4Py2oxFG { width:19.9375rem;height:1.7871125rem;top:45.2666015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7qqbXT4XAo7msVFTnRG6cpozLGxh77 { width:19.9375rem;height:2.1933625rem;top:47.6650390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1CNmm0gH3Innvty2EByA71eVRpLWo7 { width:19.9375rem;height:3.0058625rem;top:50.4833984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqqaN77rDPVKUKiz3NBN3250QPnRzcB { width:13.8125rem;height:3.4375rem;top:53.4892578125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MGeEs2AsGrhRq2TErCIZ2kkSWGmVV6 { display:block; }
 }@media only screen and (max-width: 763px) { #CoD5RI3NQWKNFeR9FCDGRvzvFdJqviDv { width:20rem;height:1.0556625rem;top:57.8330078125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JurlzHag39TsJrlOXha9RGtsy95TZ6U6 { width:9.875rem;height:9.875rem;top:70.1484375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennZMSf1aT86sJCudoS66uNp25T8d8KI { width:19.0625rem;height:12.4277375rem;top:59.8525390625rem;left:0.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hGru1RnOhM8azug5vrIgwMqpt4FT9i { display:block; }#M2hGru1RnOhM8azug5vrIgwMqpt4FT9i > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn1943TvpLNrbACHs5pap6rmq9DnPKOp { width:12.5rem;height:1.2999125rem;top:1.0625rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfXO5srFaDpuEIeL9cC8iATxZ8ocQoVh { width:16.5625rem;height:5.125rem;top:3.9236145019531rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZHc2QQyvcvMKMcZFoE1T9w7RKXmQC7 { width:12.75rem;height:6rem;top:9.923828125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mFBEtbQiJbFOzEyZ09bRDXZdcGkXkJ { width:12.75rem;height:3.0625rem;top:17.298828125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc8WuyVvqbac2MqPSn6nMKarwJWFHols { display:block; }#Cc8WuyVvqbac2MqPSn6nMKarwJWFHols > .row .container { width:20rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVlg4e4NNViQCbAeZ9Eaab5z4uJa0ymI { width:20rem;height:6.824225rem;top:6.2361125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifCHNDil228NMTZgAfHGK3HtORXFfd5y { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihcp3LxLJ5JaDmwLRFkg7WXEq2g6EzmE { width:20rem;height:17.0605375rem;top:14.308175rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtx3krJAJPlo39F7MpTB2qFtMRNs3Fli { width:20rem;height:29.00293125rem;top:33.2802734375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3dNAiAvLk7C3rnyOlbfTopqxKckBNvi { width:20rem;height:13.6484125rem;top:64.783203125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJzi16Awkez7SoioxgED6A0bNh7ie9c { width:20rem;height:8.53030625rem;top:79.9296875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDr693B45WXkNAhdqsT1CRL43gSs1a6 { display:block; }#lIDr693B45WXkNAhdqsT1CRL43gSs1a6 > .row .container { width:20rem;height:158.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZpsO1gGkHg6MNdAzG184NFgWRKL56BD { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCcxQlCHSPp1bQhtLbfsrCH3l19XP4gw { width:20rem;height:8rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woOTxeTbDPUZtoPph7KsxzXfSQzhGKrO { width:20rem;height:9.75rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKhkruBRnT1w8ZttvP3JdBBbqmLGmBMd { width:19.75rem;height:13.1875rem;top:38.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQEvc7ThNmX4Jk3NR8T9ZUQZSSIwiFpD { width:12.5rem;height:8.6875rem;top:47.229959487915rem;left:3.7499998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpLz2rSmDIkSQGI8HAy3hAbX3Q13qOgB { width:18rem;height:5.361325rem;top:62.23828125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSurh06TfrikvZkmAaIdG33dMoheHTC0 { width:12.5rem;height:3.57421875rem;top:82.375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrrs4fxgSC9uMT8RpCfHo5axZ7THTXTa { width:20rem;height:5.9375rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNk4SNZMrIvypFLpCwAiP4ZcrfA3ske { width:20rem;height:7.6875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3oTN7MEuC42obBIFzgWS3kGrzTv6l3 { width:16.875rem;height:11.25rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh56fu6Xw2fB9McUipcgBXMe4gwWIqgq { width:12.5rem;height:8.6875rem;top:76.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCCux2RTSi6IIzceBFKMdcmTiROq7xaO { width:6.25rem;height:6.25rem;top:53.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRmlILgOMZU7UtTKUoNcetkvbxuig0h0 { width:6.25rem;height:6.25rem;top:72.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmwFzOg6kyyc6c0BQTTBy1AQACRp3KQ0 { width:3.6875rem;height:3.6875rem;top:54.78125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12AMQ4VmUknW5VLpfGCW0V1sh77QPq8 { width:3.5625rem;height:3.5625rem;top:73.65625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfDVhtok32reB6ghn1XWTtxP0sZ4URT { width:12.5rem;height:3.57421875rem;top:15.8857421875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9m2LWX3CT7w04QsnUbsdy2N23B9lEfi { width:16.5rem;height:5.361325rem;top:30.474609375rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRuzXEyMITIWTsNHOwgTiCGdIOR7qGC { width:6.25rem;height:6.25rem;top:7rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlIZJo6L4lGURZTG9AD73yN9cPNFcSQe { width:6.25rem;height:6.25rem;top:21.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNZ8xFQnHVQ04d6aeoIn8SZK36cAHE7J { width:3.6875rem;height:3.6875rem;top:8.28125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBJTszmkulUQzfHeEP2OLc7ZBODfiJ2 { width:3.5625rem;height:3.5625rem;top:23.03125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZvp7sQEQoi8OUpWcZPLkFWJaXxOske { width:15.75rem;height:9.6875rem;top:146.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIrfdFoU2d3Ko24VlsQDkKzHvX5t8HTl { width:12.5rem;height:7.8125rem;top:163.4375rem;left:4.4375rem;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #MJtTJHZW1gHUb1AgDfCGHft6GRB1Pgs4 { width:6.25rem;height:6.25rem;top:102.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoOs77h24defpRDy97J0SkO6b6li9Qdv { width:20rem;height:12.75rem;top:110rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Wgp1qO0daZ0sy7GiPQZpLuHDbpUG5e { width:19.125rem;height:7.1484375rem;top:111.90625rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7ChLfmPE8Vz9LpTP3Bm7I2Muw0TUXh { width:20rem;height:10.25rem;top:133.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTQVm0cyh3FpR1oiIy2aO8SS3LqSti4 { width:3.6875rem;height:3.6875rem;top:127.15625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDUaf6LsXmb0d3VrqAp9riODdvCJx537 { width:6.25rem;height:6.25rem;top:125.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdkaMJCGTgLyg2dTIgT9dahvcZ5ZZmIb { width:17.5625rem;height:7.1484375rem;top:134.9375rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xotnitsfo1MdSuaxFoWrESLx5VD4myXD { width:3.6875rem;height:3.6875rem;top:104.09375rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMnTfydT2yKeDc5poSL3mc42xNdm4LA { display:block; }#mwMnTfydT2yKeDc5poSL3mc42xNdm4LA > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClPNJCCRXXKLzL2xxvBExpmJF6eJT0mh { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:20rem;height:5.0371125rem;top:19.984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:16.125rem;height:3.9375rem;top:15.109375rem;left:1.9375rem;font-size:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { width:6.8125rem;height:8rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { width:20rem;height:6.4995625rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }