.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_a2ced17807c8b8e4f6e94c816adbfda6054819a7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #90abc2);background-image: -moz-linear-gradient(180deg, #ffffff, #90abc2);background-image: -ms-linear-gradient(180deg, #ffffff, #90abc2);background-image: -o-linear-gradient(180deg, #ffffff, #90abc2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#90abc2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#90abc2' );";background-image: linear-gradient(180deg, #ffffff, #90abc2);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { background-color: transparent; background-image: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container > .video-iframe-container { display: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container { display: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .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); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { border-width: 0; border-radius: 0; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { font-size:0.875rem;font-family:lato;height:66.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { color:#000000;display:block;width:68.06125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.186279296875rem;left:4.49462890625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#fgTdPOJ2K09aipbK1FdvTvw2DHMEvulo { box-sizing:content-box;height:12.75rem;width:10.75rem;position:absolute;display:block;z-index:15000;background-color:#55677e;background-image:none;top:57.177085876465rem;left:37.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;display:block; }
#Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { color:#040506;display:block;width:51.74925rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.37255859375rem;left:11.624755859375rem;height:7.03125rem;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;text-align:center;text-align-last:center;display:block; }
#BBazL2wuvCStLZTTC6dqKqeOcSulgsvi { position:absolute;display:block;z-index:15011;height:5.68725625rem;width:10.3125rem;top:17.93701171875rem;left:31.522216796875rem;display:block; }
#DGwkPUOud3MVGxWxhI4sUBp7zaXvGe9q { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:31.25rem;width:25rem;top:26.686401367188rem;left:24.9609375rem;display:block; }
#qcMrZoCA1WH9btQ1rlRlTVOkewrMtbXB { position:absolute;display:block;z-index:15011;height:5.68725625rem;width:10.3125rem;top:17.93701171875rem;left:31.522216796875rem;display:none; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_e82afab37b3d007bed592616afb1074014ce3228.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:lato;height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#040506;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.93701171875rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 { color:#040506;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.75rem;left:12.125rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT { color:#040506;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:24.0625rem;left:27.625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB { color:#040506;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.5625rem;left:16.8125rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 { color:#040506;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.5625rem;left:49rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT { color:#040506;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:33.5625rem;left:48rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#zpSdkbslWTr2v0BTZg9fHuRNqb0fwwqc { box-sizing:content-box;height:6.625rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );";background-image: linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-size:auto !important;top:14.8125rem;left:10.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KFwxVuGBfMex9uwzD9bhcDdmtXpWo6RH { box-sizing:content-box;height:8.5rem;width:20.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );";background-image: linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-size:auto !important;top:33.5625rem;left:16.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VM7Q1236T4ZJuUacTGLTM8DJzeRTXo7b { box-sizing:content-box;height:8.5rem;width:23.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );";background-image: linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-size:auto !important;top:22.9375rem;left:25.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#n0Q2tck14AIMO1hvm8I7y5fEoQC6R5vV { box-sizing:content-box;height:7.5625rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );";background-image: linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-size:auto !important;top:14.375rem;left:48rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vwbahxuTvzmS5r2TGpdlSHCL6XKSuu2l { box-sizing:content-box;height:8.6875rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afbcce4c' );";background-image: linear-gradient(180deg, #ffffff, rgba(175,188,206,0.3));background-size:auto !important;top:32.9375rem;left:47rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e384d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container { background-color: transparent; background-image: none; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container > .video-iframe-container { display: none; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row > .video-iframe-container { display: none; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .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); }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container { border-width: 0; border-radius: 0; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#gtooc4D0frf98pEc3o0kV2X2v8gf11Q0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.2491455078125rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HeKx4PEushzBwQFCNQdoCo7JhyiVLr3Z { color:#dae6ff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.530151367188rem;left:0rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vgxJLxIpuRXOwGszTJMosSFfwHf8f6ca { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.826171875rem;left:0rem;height:3.1494125rem;font-style:italic;text-align:center;text-align-last:center;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; }
#eRSvkxl6mMMzIVE3SZqkN93eIKvOU9SE { color:#e3ebfb;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.436889648438rem;left:0rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { background-color:#e6e8ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { background-color: transparent; background-image: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .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); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { border-width: 0; border-radius: 0; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { font-size:0.875rem;font-family:lato;height:48.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { color:#040506;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.7496337890625rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VkJWrnAFTTNzCdT594ZT136zOMCyIriE { color:#040506;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:15.25rem;left:28.125rem;height:27.0703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
#dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #75c645;border-left:0.125rem solid #75c645;border-right:0.125rem solid #75c645;border-bottom:0.125rem solid #75c645;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.312375rem;width:21.25rem;top:14.509887695312rem;left:4.3743896484375rem;overflow:hidden;display:block; }
#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { background-color:#eef2f6;background-image:url("https://icons.assets-landingi.com/icon_810e971ec6e9a580b15ce1e997a308fd24963945.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.adaptive-delivery-prevent-bg, #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.lazyload, #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.lazyloading { background-image: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { background-color: transparent; background-image: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .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); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { border-width: 0; border-radius: 0; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { font-size:0.875rem;font-family:lato;height:84.75rem;width:75rem;overflow:visible;position:relative;display:block; }#S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { color:#040506;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { box-sizing:content-box;height:36.375rem;width:46.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:18.354166984558rem;left:0.5625rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { box-sizing:content-box;height:21.625rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:20.947271347046rem;left:48.958335876465rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { box-sizing:content-box;height:39.5rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:43.250007629394rem;left:53rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;display:block;z-index:15000;background-color:#75c645;background-image:none;top:15.437505722046rem;left:61.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#SO9V4Bh1bit6kkqNs1qfM5X9onTK30K2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:41.4375rem;top:20.947916984558rem;left:2.5rem;overflow:hidden;display:block; }
#lbSvq3lykren2XO46wkSJ76KiJHOpf8U { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:18.875rem;top:22.802089691162rem;left:50.802085876465rem;overflow:hidden;display:block; }
#zyWceeJUHXZWhC5uNJHGMEyQa2KFTa8X { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:20.6875rem;top:45.750001907349rem;left:53.59375rem;overflow:hidden;display:block; }
#DFUdI9D2J2GkOI5Nfn5lfmwG6EgtLDMW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:34.4375rem;top:59.572268486023rem;left:12.479167938233rem;overflow:hidden;display:block; }
#iZ7qhanQrfG5gT7adgmJ2rOPDiXOM8dH { box-sizing:content-box;height:21.625rem;width:39rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:57.259768486023rem;left:10.270835876465rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#55677e;background-image:url("https://icons.assets-landingi.com/icon_4ece9a666d74fa5f64cd37fb44ce14062bde33ed.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:lato;height:38.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.1864013671875rem;left:13.125rem;height:5.37475625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { color:#ffffff;display:block;width:52.062375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.06201171875rem;left:11.468505859375rem;height:4.02465625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#NqQ0AkLIG48Wq4SLOG5EBfPkaPytzWx4 { position:absolute;display:block;z-index:15012;height:5.68725625rem;width:10.3125rem;top:22.2802734375rem;left:32.34375rem;display:block; }
#vw0PVPTuE4VQEW0tIzpmTThDJAy2C6Rp { position:absolute;display:block;z-index:15012;height:5.68725625rem;width:10.3125rem;top:22.2802734375rem;left:32.34375rem;display:none; }
#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { background-color: transparent; background-image: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .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); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { border-width: 0; border-radius: 0; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { font-size:0.875rem;font-family:lato;height:10.625rem;width:75rem;position:relative;display:block; }#FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#040506;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.0625rem;left:65rem;display:block; }
#Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#040506;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:4rem;left:55.0625rem;display:block; }
#zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdPOJ2K09aipbK1FdvTvw2DHMEvulo { top:57.125rem;left:24.125rem;width:10.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { top:9.3125rem;left:0rem;width:47.75rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBazL2wuvCStLZTTC6dqKqeOcSulgsvi { top:17.875rem;left:17.897216796875rem;width:10.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGwkPUOud3MVGxWxhI4sUBp7zaXvGe9q { top:26.625rem;left:11.3359375rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcMrZoCA1WH9btQ1rlRlTVOkewrMtbXB { top:17.875rem;left:17.897216796875rem;width:10.3125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:7.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 { top:15.75rem;left:0rem;width:19.6875rem;height:4.6875rem;font-size:1.0625rem;display:block; }#A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT { top:24.0625rem;left:14rem;width:19.6875rem;height:6.25rem;font-size:1.0625rem;display:block; }#U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB { top:34.5625rem;left:3.1875rem;width:19.6875rem;height:6.25rem;font-size:1.0625rem;display:block; }#tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 { top:15.5625rem;left:28.0625rem;width:19.6875rem;height:4.6875rem;font-size:1.0625rem;display:block; }#sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT { top:33.5625rem;left:28.0625rem;width:19.6875rem;height:6.25rem;font-size:1.0625rem;display:block; }#MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #zpSdkbslWTr2v0BTZg9fHuRNqb0fwwqc { top:14.8125rem;left:0rem;width:23.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwxVuGBfMex9uwzD9bhcDdmtXpWo6RH { top:33.5625rem;left:2.5rem;width:20.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM7Q1236T4ZJuUacTGLTM8DJzeRTXo7b { top:22.9375rem;left:12.25rem;width:23.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Q2tck14AIMO1hvm8I7y5fEoQC6R5vV { top:14.375rem;left:26.1875rem;width:21.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwbahxuTvzmS5r2TGpdlSHCL6XKSuu2l { top:32.9375rem;left:26.1875rem;width:21.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ { display:block; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtooc4D0frf98pEc3o0kV2X2v8gf11Q0 { top:2.1875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeKx4PEushzBwQFCNQdoCo7JhyiVLr3Z { top:11.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxJLxIpuRXOwGszTJMosSFfwHf8f6ca { top:14.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRSvkxl6mMMzIVE3SZqkN93eIKvOU9SE { top:18.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { top:7.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { top:15.1875rem;left:3.875rem;width:43.8125rem;height:27.0625rem;font-size:1.0625rem;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { top:14.5rem;left:0rem;width:21.25rem;height:28.312375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { top:6.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { top:18.3125rem;left:0rem;width:46.3125rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { top:20.9375rem;left:25.1875rem;width:22.5625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { top:43.25rem;left:20.8125rem;width:21.875rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { top:15.4375rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO9V4Bh1bit6kkqNs1qfM5X9onTK30K2 { top:20.9375rem;left:0rem;width:41.4375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSvq3lykren2XO46wkSJ76KiJHOpf8U { top:22.75rem;left:28.875rem;width:18.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyWceeJUHXZWhC5uNJHGMEyQa2KFTa8X { top:45.75rem;left:27.0625rem;width:20.6875rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUdI9D2J2GkOI5Nfn5lfmwG6EgtLDMW { top:59.5625rem;left:0rem;width:34.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ7qhanQrfG5gT7adgmJ2rOPDiXOM8dH { top:57.25rem;left:0rem;width:39rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:9.125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { top:16rem;left:0rem;width:47.75rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqQ0AkLIG48Wq4SLOG5EBfPkaPytzWx4 { top:22.25rem;left:18.71875rem;width:10.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw0PVPTuE4VQEW0tIzpmTThDJAy2C6Rp { top:22.25rem;left:18.71875rem;width:10.3125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:10rem;height:3rem;top:4.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }@media only screen and (max-width: 763px) { #UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { width:7.5rem;height:7.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { width:10rem;height:3rem;top:4rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { width:20rem;height:8.2495rem;top:1.749267578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdPOJ2K09aipbK1FdvTvw2DHMEvulo { width:20rem;height:17.1875rem;top:24.625000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { width:20rem;height:10.1220625rem;top:11.187133789062rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBazL2wuvCStLZTTC6dqKqeOcSulgsvi { width:10.3125rem;height:5.625rem;top:23.546142578125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGwkPUOud3MVGxWxhI4sUBp7zaXvGe9q { height:24.84375rem;width:19.874875rem;top:31.812133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcMrZoCA1WH9btQ1rlRlTVOkewrMtbXB { width:10.3125rem;height:5.625rem;top:23.780517578125rem;left:5.4058837890625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:3.37524375rem;top:4.437255859375rem;left:1.25rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 { width:19.6875rem;height:4.46228125rem;top:11.5625rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#A1wmkHsViOf9qy2z7NE3MSE9HhqRlbb5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT { width:19.6875rem;height:5.94970625rem;top:28.3125rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#U7s2O0vLJC1lFVpHB9F1bHuXzM2SVadT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB { width:19.6875rem;height:5.94970625rem;top:37.875rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#tTh22IU7kkAsZAsEU46HzS1QRH1hBlgB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 { width:19.6875rem;height:4.46228125rem;top:19.625rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#sV2BoGtcETfaKus3He2T8KiTMXhGhPy7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT { width:19.6875rem;height:5.94970625rem;top:47.25rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#MHEBJ8OXqx58P2tvPA8FU0T1ahnOW6IT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #zpSdkbslWTr2v0BTZg9fHuRNqb0fwwqc { width:20rem;height:6.5625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwxVuGBfMex9uwzD9bhcDdmtXpWo6RH { width:20rem;height:8.5rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM7Q1236T4ZJuUacTGLTM8DJzeRTXo7b { width:20rem;height:8.4375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Q2tck14AIMO1hvm8I7y5fEoQC6R5vV { width:20rem;height:7.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwbahxuTvzmS5r2TGpdlSHCL6XKSuu2l { width:20rem;height:8.625rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ { display:block; }#RQX15WXGW13kg7omfgNeviaxeVUJ1TzJ > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtooc4D0frf98pEc3o0kV2X2v8gf11Q0 { width:20rem;height:5.249025rem;top:3.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HeKx4PEushzBwQFCNQdoCo7JhyiVLr3Z { width:20rem;height:5.511475rem;top:9.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vgxJLxIpuRXOwGszTJMosSFfwHf8f6ca { width:19.43725rem;height:4.5483375rem;top:15.875rem;left:0.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eRSvkxl6mMMzIVE3SZqkN93eIKvOU9SE { width:20rem;height:5.24963125rem;top:21.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { width:20rem;height:6.12426875rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { width:20rem;height:47.98525rem;top:31.812133789062rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_de840b23b0edb8dae278a1ca837c12d2517d4bf6.svg); }
 }@media only screen and (max-width: 763px) { #dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { width:15.625rem;height:20.874625rem;top:8.499755859375rem;left:2.0703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { width:20rem;height:5.25024375rem;top:2.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { width:20rem;height:22.5rem;top:9.5624923706056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { width:20rem;height:19.875rem;top:34.062501192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { width:20rem;height:16.0625rem;top:56.875010490418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { width:10.375rem;height:10.375rem;top:21.8125rem;left:9.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SO9V4Bh1bit6kkqNs1qfM5X9onTK30K2 { width:19.25rem;height:14.4375rem;top:36.791666984558rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSvq3lykren2XO46wkSJ76KiJHOpf8U { width:17.25rem;height:17.5625rem;top:12.177083253861rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyWceeJUHXZWhC5uNJHGMEyQa2KFTa8X { width:20rem;height:33.353474320242rem;top:77.302744865419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUdI9D2J2GkOI5Nfn5lfmwG6EgtLDMW { width:20rem;height:9.8729582577132rem;top:60.187492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ7qhanQrfG5gT7adgmJ2rOPDiXOM8dH { width:20rem;height:39.4375rem;top:74.802726745606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#55677e;background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:20rem;height:2.000125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { width:20rem;height:5.59814375rem;top:4.500125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqQ0AkLIG48Wq4SLOG5EBfPkaPytzWx4 { width:10.3125rem;height:5.625rem;top:10.399171289062rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vw0PVPTuE4VQEW0tIzpmTThDJAy2C6Rp { width:10.3125rem;height:5.625rem;top:11.34765625rem;left:4.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:10rem;height:3rem;top:8rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }@media only screen and (max-width: 763px) { #UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { width:6.8125rem;height:6.8125rem;top:1.1875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { width:10rem;height:3rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block; }
 }