.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu { background-color:rgba(19,69,114,0.75);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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { background-color: transparent; background-image: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container > .video-iframe-container { display: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row > .video-iframe-container { display: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .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); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { border-width: 0; border-radius: 0; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { width:75rem;height:4.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OoVxBPS5scIx3vukMS9rB0q8i6r6D03f { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.8125rem;top:1rem;left:1.310546875rem;overflow:hidden;display:block; }
#iQ7VyNQIwEipEUiWZLSHzTifi0uWJLTv { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4500000476837rem;left:21.812503814698rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4crE4Np4FgT97p42dz6CuoXUafQHRU2 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.3124998807907rem;left:66.7499961853rem;display:block; }
#J7zETGKaCgMtywb0lhHNlU9KLHSe9V0n { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:1.3124998807907rem;left:69.062183380125rem;display:block; }
#TQiehgmoBPHtMX8WRGJZfuB3wiJU5MQ1 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:1.3124998807907rem;left:71.499683380125rem;display:block; }
#hetRVOKi2xBmeA9Ol3v5Pvq57xUEXKST { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.49938115477562rem;left:67.937183380125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6T9X5bhN3aAz82gKLGUotfOVss3iCww { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:23.6875rem;height:1.78630625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#134572;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; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container { background-color: transparent; background-image: none; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container > .video-iframe-container { display: none; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row > .video-iframe-container { display: none; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .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); }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container { border-width: 0; border-radius: 0; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf { 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; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { background-color: transparent; background-image: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container > .video-iframe-container { display: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container { display: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .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); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { border-width: 0; border-radius: 0; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#sGPXDm85LcU49oiHwyOC1fZM1ibJsaWd { position:absolute;display:block;z-index:15001;background-color:#18478f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #565656;border-left:0.0625rem solid #565656;border-right:0.0625rem solid #565656;border-bottom:0.0625rem solid #565656;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.5625rem;width:26.25rem;top:15.25rem;left:1.4375rem;display:block; }
#TP7f5Bav0rsK3GUosuTiVFtsODL9OTCT { background-color:#dfebfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #565656;border-left:0.0625rem solid #565656;border-right:0.0625rem solid #565656;border-bottom:0.0625rem solid #565656;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.73960375rem;height:2.30104125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.203124523163rem;left:12.1875rem;display:block; }
#JG8TxGxLQlyHTLyCBKqUF6l8KhFvnH8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJvn21d73ccmQ8khvVmiDVNcI7oXWHar { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:avalon;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:18.687501788139rem;left:12.1875rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6SvFIuDPDMxuRtKmVCZ01khdc8TTOVn { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #565656;border-left:0.0625rem solid #565656;border-right:0.0625rem solid #565656;border-bottom:0.0625rem solid #565656;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.9375rem;width:8.625rem;top:18.437501788139rem;left:2.1875rem;overflow:hidden;display:block; }
#Rm4KWs5g7qIA5GfOcTnnmmer7o07gvAS { color:#ffffff;display:block;width:21rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.0625rem;left:1.4375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hz7k5vm4wW1AByB4vMF85xrKfvSWWLc1 { position:absolute;display:block;z-index:15018;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.875rem;top:17.5625rem;left:2.25rem;display:block; }
#e1dlLTrm1XEdaIXOmVlSMeQtgxeVO3qQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.0625rem;top:2.5000152587891rem;left:1.4375rem;overflow:hidden;display:block; }
#TcNqRiGTWnx5JU8V0ElonJ9tuWZWEZec { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:33.4965625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MBaZaWXso4KuxJ0GDTpQSQ7oSJ1JQzsB { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5wkVNsfxz6oIbgW3vesTtamiHAzf5DO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6.5rem;top:4.6875rem;left:64.75rem;overflow:hidden;display:block; }
#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 { 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:none; }#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 > .row .container { border-width: 0; border-radius: 0; }#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#I652Df3w4pPLkiv7W7JENKKXxvRX0y3o { color:#18478f;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.624586105347rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnuHv0XSMTVdm7cxIqLy4VqTg8gIycBK { color:#d83b44;display:block;width:45.625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.624586105347rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwZ3iJ2RHgJFMRNdO31abebVW6kUDMFs { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.9375rem;top:10.62082862854rem;left:24.531253814698rem;display:block; }
#ihghA3CZcUNMw3uU6sBTfpW9XTEvTQ4R { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(107,107,107,0.05);top:11.875rem;left:14.686468124389rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n67DuHJk5PP1llPN07OuzJTZiKvcuOT7 { background-color:#dfebfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #565656;border-left:0.0625rem solid #565656;border-right:0.0625rem solid #565656;border-bottom:0.0625rem solid #565656;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.748125625rem;height:2.310331875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.936569213868rem;left:12.061262130738rem;display:none; }
#sulEoN0z5si21HCNckQknX8EsKL0ado1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ { 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; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container { background-color: transparent; background-image: none; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container > .video-iframe-container { display: none; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row > .video-iframe-container { display: none; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .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); }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container { border-width: 0; border-radius: 0; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#V4iBh40lAKI4wL3BtoqQyFlFmlvBsV5b { color:#18478f;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.624586105347rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5XUxk0rVzsum9nZfLQnMSttlC0N2JVy { color:#d83b44;display:block;width:45.625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.624586105347rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laULiDCPv3CFrrTHUz2B28vhmycIDMrE { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.9375rem;top:10.62082862854rem;left:24.531253814698rem;display:block; }
#aXMO9IaCU3MpnpmTAKzDuE7FHoKE3vy6 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(107,107,107,0.05);top:11.875rem;left:14.686468124389rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDo0sxrIlbQcHwF84aMUGq6Jp36GTJEk { background-color:#dfebfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #565656;border-left:0.0625rem solid #565656;border-right:0.0625rem solid #565656;border-bottom:0.0625rem solid #565656;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.748125625rem;height:2.310331875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.936569213868rem;left:12.061262130738rem;display:none; }
#aG0WgW16qLpamT7isK2isFyxlaiTr1xR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUTJXBu3dAVpb5T1gAf5EQfiNfsicLBZ { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #5b665e;border-left:0.0625rem solid #5b665e;border-right:0.0625rem solid #5b665e;border-bottom:0.0625rem solid #5b665e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.75rem;width:55.3125rem;top:21.875rem;left:10.1875rem;overflow:hidden;display:block; }
#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 { 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; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container { background-color: transparent; background-image: none; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container > .video-iframe-container { display: none; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row > .video-iframe-container { display: none; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .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); }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container { border-width: 0; border-radius: 0; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#M3zddiSHic6owzxr7Sv2LJs9RsUpr69u { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:1.220832824707rem;left:10.15625rem;height:21.03320625rem;text-align:justify;text-align-last:initial;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; }
#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d161b;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; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container { background-color: transparent; background-image: none; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container > .video-iframe-container { display: none; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row > .video-iframe-container { display: none; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .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); }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container { border-width: 0; border-radius: 0; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#kdo9Ws8ZmU5BkGpxtfU2PbslTpHLRLsO { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:avalon;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:10.78125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxbXwBtvusRnAtpMwGa0gxAGA76ERlT7 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:2.6875rem;left:0rem;display:block; }
#DPhg2NZ0WguVpWZH97NP0ru0Css6B2T4 { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:2.671875rem;left:65.6250038147rem;display:block; }
#JmglSmZGBFHvhmknADWGr95zMU8KlQPw { 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; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container { background-color: transparent; background-image: none; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container > .video-iframe-container { display: none; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row > .video-iframe-container { display: none; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .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); }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container { border-width: 0; border-radius: 0; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#Os4SQn4mmhxFdF8tQZzfp6iW77rNJq8P { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:8.1866302490238rem;left:10.186634063721rem;height:9.5605625rem;text-align:left;text-align-last:left;display:block; }
#gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE { color:#383838;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.7491302490234rem;left:10.186634063721rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7732939-9208-4bf3-94ef-814ffe29cc8b/top1.png); }
#SLuXoc3oCllou5DmOU71BOwZpoT3aAVl { position:absolute;display:block;z-index:15019;background-color:rgba(171,172,172,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.75rem;top:6.9366302490238rem;left:10.186634063721rem;display:block; }
#JbeohmokwaMoDQGlMMkfN9PiduT1WwH6 { color:#000000;display:block;width:54.6854375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:17.782112121582rem;left:10.15625rem;height:9.5605625rem;text-align:justify;text-align-last:initial;display:block; }
#XM3oW7LAuTLS9HVizsSUx0R8uELp5Jgp { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:7.437088012695rem;left:14.687498092651rem;height:7.65225rem;text-align:left;text-align-last:left;display:none; }
#wg53oeA7I8PwQlWmRlZL03tKpTgMl7f6 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:15.022079467774rem;left:14.686468124389rem;height:11.4783125rem;text-align:justify;text-align-last:initial;display:none; }
#VXGIx4evBfKQmvslFOanRyPU4QQuuczX { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #134572;border-left:0.0625rem solid #134572;border-right:0.0625rem solid #134572;border-bottom:0.0625rem solid #134572;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.25rem;width:17.6875rem;top:3.7465209960938rem;left:47.095485687256rem;overflow:hidden;display:block; }
#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx { 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; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container { background-color: transparent; background-image: none; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container > .video-iframe-container { display: none; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row > .video-iframe-container { display: none; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .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); }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container { border-width: 0; border-radius: 0; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#utEc1K2ZrhR54Rno5Eyx3TeBJbK9GeOI { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:6.739585876465rem;left:10.155384063721rem;height:5.73698125rem;text-align:left;text-align-last:left;display:block; }
#dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o { color:#383838;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5607757568359rem;left:10.124134063721rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c23de23-a116-44c0-b5ee-13a996a0e70b/top2.png); }
#AOadgpkmZ3uw8TSfC7VN8RKZNAThbIOv { position:absolute;display:block;z-index:15019;background-color:rgba(171,172,172,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.3125rem;top:4.7491302490234rem;left:10.125rem;display:block; }
#oSCJT6kcaC4TOvxBR5XkOxfgnJy93TTz { color:#000000;display:block;width:54.684875rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:12.484375rem;left:10.155384063721rem;height:13.38475rem;text-align:justify;text-align-last:initial;display:block; }
#LtEsvzscv2VnVHsURddvZvr83wTdJwda { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:7.0616760253906rem;left:14.687498092651rem;height:5.73916875rem;text-align:left;text-align-last:left;display:none; }
#ONx8cn24b9w5zV1XFBnkTMldBTnsshpq { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:12.8125rem;left:14.6875rem;height:13.391375rem;text-align:justify;text-align-last:initial;display:none; }
#awo3b9ZiWscMtWiXvMPWKvAiaIUT4dgl { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #134572;border-left:0.0625rem solid #134572;border-right:0.0625rem solid #134572;border-bottom:0.0625rem solid #134572;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:10.125rem;width:18rem;top:1.5590362548828rem;left:46.780384063721rem;overflow:hidden;display:block; }
#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 { 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; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container { background-color: transparent; background-image: none; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container > .video-iframe-container { display: none; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row > .video-iframe-container { display: none; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .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); }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container { border-width: 0; border-radius: 0; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#q9By9a1mJiXfwDENmEUuvJin5pdGD5Dy { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:6.0616302490234rem;left:10.186634063721rem;height:9.5605625rem;text-align:left;text-align-last:left;display:block; }
#PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 { color:#383838;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5607604980469rem;left:10.186634063721rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
#NXdKynvJQTXzTiTc6NqFKT8LzeOgrZ9A { position:absolute;display:block;z-index:15019;background-color:rgba(171,172,172,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:4.7493896484375rem;left:10.187189102173rem;display:block; }
#t1TQav7bDryTPy1E7Eev3OFdLh2cGByA { color:#000000;display:block;width:54.6864375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:15.620666503906rem;left:10.217884063721rem;height:9.5605625rem;text-align:justify;text-align-last:initial;display:block; }
#X6PiOxTxMRbHm7kG4lmPnyzD9RMApDOu { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:11.375001907349rem;left:15rem;height:9.5653125rem;text-align:justify;text-align-last:initial;display:none; }
#m49eOTfhfSe6gdFWoBAO5rnB58dfWZ6u { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:5.6992645263672rem;left:14.999998092651rem;height:5.73916875rem;text-align:left;text-align-last:left;display:none; }
#HnttXTsoEHW63tlGiphizMHw7yBtRFnb { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #134572;border-left:0.0625rem solid #134572;border-right:0.0625rem solid #134572;border-bottom:0.0625rem solid #134572;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.375rem;width:17.875rem;top:1.5598964691162rem;left:47.083332061767rem;overflow:hidden;display:block; }
#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr { 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; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container { background-color: transparent; background-image: none; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container > .video-iframe-container { display: none; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row > .video-iframe-container { display: none; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .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); }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container { border-width: 0; border-radius: 0; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#gbSnl4Pd79ATomCP33MteV9ivM5HTdck { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:6.6866302490238rem;left:10.186634063721rem;height:7.6493125rem;text-align:left;text-align-last:left;display:block; }
#aOtQ4boPU0DH56heuub4yDSEJboMUTK3 { color:#383838;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5614700317382rem;left:10.186674118042rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aOtQ4boPU0DH56heuub4yDSEJboMUTK3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aOtQ4boPU0DH56heuub4yDSEJboMUTK3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
#BGfWJihpAWlGcJJzoNBKMd5NUaTb3K4c { position:absolute;display:block;z-index:15019;background-color:rgba(171,172,172,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.4375rem;top:4.7493896484375rem;left:10.187189102173rem;display:block; }
#CfaSxpVG2UxZ38q2mrNHp5ymBCpPONH5 { color:#000000;display:block;width:54.6864375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:14.370666503906rem;left:10.217884063721rem;height:13.38475rem;text-align:justify;text-align-last:initial;display:block; }
#RMTHQzO1yfMTlQLxBcHQdyvGTx1b1lic { color:#000000;display:block;width:45.625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:11.375001907349rem;left:15rem;height:9.5653125rem;text-align:justify;text-align-last:initial;display:none; }
#ccgx4AIMDqOJ5JhGAFOuIWKwdwGm4blO { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:5.6992645263672rem;left:14.999998092651rem;height:5.73916875rem;text-align:left;text-align-last:left;display:none; }
#FuddTugUB0LvUZE1eeeoZrJT7k5KZGbf { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #134572;border-left:0.0625rem solid #134572;border-right:0.0625rem solid #134572;border-bottom:0.0625rem solid #134572;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:11.9375rem;width:18.0625rem;top:1.5590343475342rem;left:46.688678440082rem;overflow:hidden;display:block; }
#yali2FWx125QwNRCZFS3JzxQ11sowqA3 { 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; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container { background-color: transparent; background-image: none; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container > .video-iframe-container { display: none; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row > .video-iframe-container { display: none; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .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); }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container { border-width: 0; border-radius: 0; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#Vy1IKFx6QTih4vpa2Wg3w6Qrl5ZlfuLX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.1875rem;width:57.8125rem;top:0.3125rem;left:8.75rem;overflow:hidden;display:block; }
#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W { 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; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container { background-color: transparent; background-image: none; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container > .video-iframe-container { display: none; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row > .video-iframe-container { display: none; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .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); }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container { border-width: 0; border-radius: 0; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#BoHuH3RGPNWsrch9vKHDUyGaEPiP9p6P { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:0.9375rem;left:9.84375rem;height:26.76955rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt { 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; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container { background-color: transparent; background-image: none; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container > .video-iframe-container { display: none; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row > .video-iframe-container { display: none; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .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); }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container { border-width: 0; border-radius: 0; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#sGETmd63XCXHg7hSEcGSd1PVlxweZGSi { color:#000000;display:block;width:38.75rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:1.5625rem;left:9.8729171752931rem;height:17.208975rem;text-align:left;text-align-last:left;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; }
#eW0G5sbpLe12cOcFoiwbTAkLcJ5r9gTF { color:#383838;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:2.3123168945312rem;left:49.811883926392rem;height:14.4453125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q23ONHZJ6BrbbPONIncEwMvDGQCZAaNn { position:absolute;display:block;z-index:15021;background-color:#18478f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:1.5625rem;left:62.186878204346rem;display:block; }
#VJog5MkG7laB5JIQsooQrBaXcd1COC63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#134572;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; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container { background-color: transparent; background-image: none; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container > .video-iframe-container { display: none; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row > .video-iframe-container { display: none; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .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); }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container { border-width: 0; border-radius: 0; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:12.1875rem;width:75rem;position:relative;display:block; }#di34L2aNxD07QyTLvNnPFZiThmRtXymQ { color:#d0d9e4;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:60.6875rem;height:2.4375rem;display:block; }
#V4KnUmmiNK52HcDCpNU6lkHEXXbeVpo6 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6.3125rem;left:59.0625rem;display:block; }
#WpPH0x5iAd9NP8FGLPG6CxxXkFPXUw7s { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:3.25rem;left:59.0625rem;display:block; }
#wSweFm4QETcfZ73sBRGyUgscxyRV1nGy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:1.6875rem;left:59.3125rem;overflow:hidden;display:block; }
#o5FJDTM3bscTy4Gv3T3S37PAXMfrgCol { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:0.625rem;top:7.9375rem;left:59.4375rem;overflow:hidden;display:block; }
#TxTVLy9attDV8gJJyN6E9d4zDy6POTap { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d0d9e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.5625rem;left:60.5rem;display:block; }
#fc9ISuzaAn5ydnuh246uMgIcgzVyoaGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plX2lki21TT5PS8fO5HSnGIF2eztxHq3 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d0d9e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.4375rem;left:60.75rem;display:block; }
#iMB00OiewFKqS2LzBMaUJ8bObAOeO5UE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXn0xA9fdnSDa2qC0cHGwvni290ADOuJ { position:absolute;display:block;z-index:15016;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:3.625rem;width:10.0625rem;top:3.625rem;left:32.46875rem;overflow:hidden;display:block; }
#AqaqbqC2yvacw2VAh5MygtoTeITyJm5q { color:#d0d9e4;display:block;width:9.875rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.5rem;left:60.875rem;height:1.21875rem;display:block; }
#TkoZAJOt7WDf9HC62kesKq5msIvTOAOa { color:#000000;display:block;width:23.25rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.125rem;left:2.625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBNrqHfh7MioXTFXTeFGil0NkBtTJXto { color:#000000;display:block;width:8rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.7496948242188rem;left:9.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBZtf3yaUQ5HPRyp2JJqocl8FRGd2HiU { color:#d0d9e4;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3121948242188rem;left:9.4371891021731rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xbN1o7UqhIwcTF4f21KP6ns5pJXFz8bU { color:#d0d9e4;display:block;width:7.0625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.4371891021731rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tvtv3AD4DfaxsitZugXcGFeOnHx2TTzh { position:absolute;display:block;z-index:15006;border-top:0.0625rem dotted #797979;border-left:0.0625rem dotted #797979;border-right:0.0625rem dotted #797979;border-bottom:0.0625rem dotted #797979;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.25rem;width:5.8125rem;top:3.8743896484375rem;left:2.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu { display:block; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoVxBPS5scIx3vukMS9rB0q8i6r6D03f { top:1rem;left:0rem;width:6.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7VyNQIwEipEUiWZLSHzTifi0uWJLTv { width:31.375rem;height:1.75rem;top:1.4375rem;left:8.1875038146975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4crE4Np4FgT97p42dz6CuoXUafQHRU2 { top:1.25rem;left:45.4375rem;width:2.3125rem;height:2.4345405118702rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zETGKaCgMtywb0lhHNlU9KLHSe9V0n { top:1.25rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiehgmoBPHtMX8WRGJZfuB3wiJU5MQ1 { top:1.25rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetRVOKi2xBmeA9Ol3v5Pvq57xUEXKST { width:5rem;height:0.75rem;top:0.4375rem;left:42.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6T9X5bhN3aAz82gKLGUotfOVss3iCww { width:19.9375rem;height:1.1875rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC { display:block; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf { display:block; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGPXDm85LcU49oiHwyOC1fZM1ibJsaWd { top:15.25rem;left:0rem;width:26.25rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP7f5Bav0rsK3GUosuTiVFtsODL9OTCT { width:9.6875rem;height:2.25rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8TxGxLQlyHTLyCBKqUF6l8KhFvnH8B { display:block; }
 }@media only screen and (max-width: 763px) { #kJvn21d73ccmQ8khvVmiDVNcI7oXWHar { top:18.6875rem;left:0rem;width:13.4375rem;height:8.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6SvFIuDPDMxuRtKmVCZ01khdc8TTOVn { top:18.4375rem;left:0rem;width:8.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm4KWs5g7qIA5GfOcTnnmmer7o07gvAS { top:16.0625rem;left:0rem;width:21rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz7k5vm4wW1AByB4vMF85xrKfvSWWLc1 { top:17.5625rem;left:0rem;width:21.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e1dlLTrm1XEdaIXOmVlSMeQtgxeVO3qQ { top:2.5rem;left:0rem;width:9.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNqRiGTWnx5JU8V0ElonJ9tuWZWEZec { top:0rem;left:0rem;width:47.75rem;height:21.326144791667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaZaWXso4KuxJ0GDTpQSQ7oSJ1JQzsB { width:11.5625rem;height:1.5rem;top:2.5rem;left:36.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5wkVNsfxz6oIbgW3vesTtamiHAzf5DO { top:4.6875rem;left:41.25rem;width:6.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 { display:block; }#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I652Df3w4pPLkiv7W7JENKKXxvRX0y3o { width:5.4375rem;height:1.375rem;top:1.25rem;left:0.9989585876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnuHv0XSMTVdm7cxIqLy4VqTg8gIycBK { width:45.625rem;height:6.125rem;top:3.125rem;left:0.9990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwZ3iJ2RHgJFMRNdO31abebVW6kUDMFs { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihghA3CZcUNMw3uU6sBTfpW9XTEvTQ4R { width:45.625rem;height:8.0625rem;top:11.875rem;left:1.0614585876465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n67DuHJk5PP1llPN07OuzJTZiKvcuOT7 { width:9.6875rem;height:2.25rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sulEoN0z5si21HCNckQknX8EsKL0ado1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ { display:block; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4iBh40lAKI4wL3BtoqQyFlFmlvBsV5b { width:5.4375rem;height:1.375rem;top:1.25rem;left:0.9989585876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XUxk0rVzsum9nZfLQnMSttlC0N2JVy { width:45.625rem;height:6.125rem;top:3.125rem;left:0.9990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laULiDCPv3CFrrTHUz2B28vhmycIDMrE { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXMO9IaCU3MpnpmTAKzDuE7FHoKE3vy6 { width:45.625rem;height:8.0625rem;top:11.875rem;left:1.0614585876465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDo0sxrIlbQcHwF84aMUGq6Jp36GTJEk { width:9.6875rem;height:2.25rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG0WgW16qLpamT7isK2isFyxlaiTr1xR { display:block; }
 }@media only screen and (max-width: 763px) { #PUTJXBu3dAVpb5T1gAf5EQfiNfsicLBZ { top:21.875rem;left:0rem;width:47.625rem;height:31.642372881356rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 { display:block; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3zddiSHic6owzxr7Sv2LJs9RsUpr69u { top:1.1875rem;left:0rem;width:47.75rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp { display:block; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdo9Ws8ZmU5BkGpxtfU2PbslTpHLRLsO { width:47.75rem;height:2.875rem;top:1.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxbXwBtvusRnAtpMwGa0gxAGA76ERlT7 { top:2.6875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPhg2NZ0WguVpWZH97NP0ru0Css6B2T4 { top:2.625rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmglSmZGBFHvhmknADWGr95zMU8KlQPw { display:block; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os4SQn4mmhxFdF8tQZzfp6iW77rNJq8P { top:8.125rem;left:0rem;width:35.9375rem;height:9.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE { width:24.0625rem;height:2.9375rem;top:3.6875rem;left:0rem;font-size:2.25rem;display:block; }#gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7732939-9208-4bf3-94ef-814ffe29cc8b/top1.png); }
 }@media only screen and (max-width: 763px) { #SLuXoc3oCllou5DmOU71BOwZpoT3aAVl { top:6.875rem;left:0rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbeohmokwaMoDQGlMMkfN9PiduT1WwH6 { top:17.75rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM3oW7LAuTLS9HVizsSUx0R8uELp5Jgp { top:18.125rem;left:0rem;width:18.0625rem;height:31.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg53oeA7I8PwQlWmRlZL03tKpTgMl7f6 { top:20.6875rem;left:0rem;width:18.0625rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXGIx4evBfKQmvslFOanRyPU4QQuuczX { top:3.6875rem;left:30.0625rem;width:17.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx { display:block; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utEc1K2ZrhR54Rno5Eyx3TeBJbK9GeOI { top:6.6875rem;left:0rem;width:35.9375rem;height:5.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o { width:35.9375rem;height:2.9375rem;top:1.5rem;left:0rem;font-size:2.25rem;display:block; }#dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c23de23-a116-44c0-b5ee-13a996a0e70b/top2.png); }
 }@media only screen and (max-width: 763px) { #AOadgpkmZ3uw8TSfC7VN8RKZNAThbIOv { top:4.6875rem;left:0rem;width:35.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSCJT6kcaC4TOvxBR5XkOxfgnJy93TTz { top:12.4375rem;left:0rem;width:47.75rem;height:13.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtEsvzscv2VnVHsURddvZvr83wTdJwda { top:15.25rem;left:0rem;width:18.0625rem;height:34.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONx8cn24b9w5zV1XFBnkTMldBTnsshpq { top:23.1875rem;left:0rem;width:18.0625rem;height:0.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #awo3b9ZiWscMtWiXvMPWKvAiaIUT4dgl { top:1.5rem;left:29.75rem;width:18rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 { display:block; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9By9a1mJiXfwDENmEUuvJin5pdGD5Dy { top:6rem;left:0rem;width:34.6875rem;height:9.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 { width:19.375rem;height:2.875rem;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }#PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
 }@media only screen and (max-width: 763px) { #NXdKynvJQTXzTiTc6NqFKT8LzeOgrZ9A { top:4.6875rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TQav7bDryTPy1E7Eev3OFdLh2cGByA { top:15.5625rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PiOxTxMRbHm7kG4lmPnyzD9RMApDOu { top:14.4375rem;left:0rem;width:18.0625rem;height:0.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m49eOTfhfSe6gdFWoBAO5rnB58dfWZ6u { top:18.0625rem;left:0rem;width:18.0625rem;height:30.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnttXTsoEHW63tlGiphizMHw7yBtRFnb { top:1.5rem;left:29.875rem;width:17.875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr { display:block; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbSnl4Pd79ATomCP33MteV9ivM5HTdck { top:6.625rem;left:0rem;width:34.9375rem;height:7.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtQ4boPU0DH56heuub4yDSEJboMUTK3 { width:24.375rem;height:;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }#aOtQ4boPU0DH56heuub4yDSEJboMUTK3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
 }@media only screen and (max-width: 763px) { #BGfWJihpAWlGcJJzoNBKMd5NUaTb3K4c { top:4.6875rem;left:0rem;width:23.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfaSxpVG2UxZ38q2mrNHp5ymBCpPONH5 { top:14.3125rem;left:0rem;width:47.75rem;height:13.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTHQzO1yfMTlQLxBcHQdyvGTx1b1lic { top:14.4375rem;left:0rem;width:18.0625rem;height:0.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccgx4AIMDqOJ5JhGAFOuIWKwdwGm4blO { top:16.8125rem;left:0rem;width:18.0625rem;height:31.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuddTugUB0LvUZE1eeeoZrJT7k5KZGbf { top:1.5rem;left:29rem;width:18.0625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yali2FWx125QwNRCZFS3JzxQ11sowqA3 { display:block; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy1IKFx6QTih4vpa2Wg3w6Qrl5ZlfuLX { top:0.3125rem;left:0rem;width:47.75rem;height:42.278108108108rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W { display:block; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoHuH3RGPNWsrch9vKHDUyGaEPiP9p6P { width:47.75rem;height:26.75rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt { display:block; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGETmd63XCXHg7hSEcGSd1PVlxweZGSi { top:1.5625rem;left:0rem;width:38.75rem;height:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0G5sbpLe12cOcFoiwbTAkLcJ5r9gTF { width:15.1875rem;height:14.4375rem;top:2.25rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23ONHZJ6BrbbPONIncEwMvDGQCZAaNn { top:1.5625rem;left:44.6875rem;width:3.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJog5MkG7laB5JIQsooQrBaXcd1COC63 { display:block; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di34L2aNxD07QyTLvNnPFZiThmRtXymQ { top:8.0625rem;left:34.625rem;width:13.125rem;height:2.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4KnUmmiNK52HcDCpNU6lkHEXXbeVpo6 { top:6.3125rem;left:45.4375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPH0x5iAd9NP8FGLPG6CxxXkFPXUw7s { top:3.25rem;left:45.4375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSweFm4QETcfZ73sBRGyUgscxyRV1nGy { top:1.6875rem;left:45.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FJDTM3bscTy4Gv3T3S37PAXMfrgCol { top:7.9375rem;left:45.8125rem;width:0.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTVLy9attDV8gJJyN6E9d4zDy6POTap { width:7rem;height:1.125rem;top:6.5625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc9ISuzaAn5ydnuh246uMgIcgzVyoaGs { display:block; }
 }@media only screen and (max-width: 763px) { #plX2lki21TT5PS8fO5HSnGIF2eztxHq3 { width:11.6875rem;height:1.0625rem;top:3.4375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMB00OiewFKqS2LzBMaUJ8bObAOeO5UE { display:block; }
 }@media only screen and (max-width: 763px) { #EXn0xA9fdnSDa2qC0cHGwvni290ADOuJ { top:3.625rem;left:18.84375rem;width:10.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqaqbqC2yvacw2VAh5MygtoTeITyJm5q { top:1.5rem;left:37.875rem;width:9.875rem;height:1.1875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkoZAJOt7WDf9HC62kesKq5msIvTOAOa { width:23.25rem;height:1.75rem;top:1.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNrqHfh7MioXTFXTeFGil0NkBtTJXto { top:7.6875rem;left:0rem;width:8rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBZtf3yaUQ5HPRyp2JJqocl8FRGd2HiU { top:5.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbN1o7UqhIwcTF4f21KP6ns5pJXFz8bU { top:3.9375rem;left:0rem;width:7.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvtv3AD4DfaxsitZugXcGFeOnHx2TTzh { top:3.8125rem;left:0rem;width:5.8125rem;height:6.2496875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu { background-color:#134572;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { background-color: transparent; background-image: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container > .video-iframe-container { display: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row > .video-iframe-container { display: none; }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .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); }#AWHd2nxDD6iK4pHBJNsnxQgXxUOy2FJu > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoVxBPS5scIx3vukMS9rB0q8i6r6D03f { width:5.75rem;height:2.25rem;top:0.46844053268433rem;left:0.99969053268431rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7VyNQIwEipEUiWZLSHzTifi0uWJLTv { width:20rem;height:0;top:3.8739686012268rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4crE4Np4FgT97p42dz6CuoXUafQHRU2 { width:2.3125rem;height:2.4350563880084rem;top:0.37469059228897rem;left:11.999999165535rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zETGKaCgMtywb0lhHNlU9KLHSe9V0n { width:2.5rem;height:2.5rem;top:0.375rem;left:14.312190175056rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiehgmoBPHtMX8WRGJZfuB3wiJU5MQ1 { width:2.5rem;height:2.5rem;top:0.375rem;left:16.811880230904rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetRVOKi2xBmeA9Ol3v5Pvq57xUEXKST { width:5rem;height:0;top:8.4870062858581rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6T9X5bhN3aAz82gKLGUotfOVss3iCww { width:19.999375rem;height:1.21875rem;top:3.1129329204559rem;left:0.00092822313308719rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC { display:block; }#Z5SZofA5M27tpQxKRGlR6T3vyXOZtmAC > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { background-color: transparent; background-image: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container > .video-iframe-container { display: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container { display: none; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .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); }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { border-width: 0; border-radius: 0; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrwMLMp2PEfHulygV1EtIqSCRVW2NXZf > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGPXDm85LcU49oiHwyOC1fZM1ibJsaWd { width:15.9375rem;height:9.3125rem;top:0.53125rem;left:1.9687499403954rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP7f5Bav0rsK3GUosuTiVFtsODL9OTCT { width:5.875rem;height:1.4375rem;top:7.875rem;left:10rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG8TxGxLQlyHTLyCBKqUF6l8KhFvnH8B { display:block; }
 }@media only screen and (max-width: 763px) { #kJvn21d73ccmQ8khvVmiDVNcI7oXWHar { width:8.625rem;height:0;top:2.4375rem;left:8.625rem;font-size:0.4375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #C6SvFIuDPDMxuRtKmVCZ01khdc8TTOVn { width:4.875rem;height:6.75rem;top:2.3125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm4KWs5g7qIA5GfOcTnnmmer7o07gvAS { width:20rem;height:0;top:1.0625rem;left:0rem;font-size:0.5rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Hz7k5vm4wW1AByB4vMF85xrKfvSWWLc1 { width:15.625rem;height:0.0625rem;top:1.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1dlLTrm1XEdaIXOmVlSMeQtgxeVO3qQ { width:4.375rem;height:5rem;top:0.61249971389771rem;left:0.62187498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TcNqRiGTWnx5JU8V0ElonJ9tuWZWEZec { width:20rem;height:8.9375rem;top:0rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaZaWXso4KuxJ0GDTpQSQ7oSJ1JQzsB { width:14.6875rem;height:1.38125rem;top:9.3750004768369rem;left:2.6562500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5wkVNsfxz6oIbgW3vesTtamiHAzf5DO { width:3.75rem;height:2.6875rem;top:10.943749904633rem;left:8.1250007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 { display:none; }#GpnysTl5LnpN8PV2vTLRIp5FONzDKgF7 > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I652Df3w4pPLkiv7W7JENKKXxvRX0y3o { width:5.4375rem;height:1.05625rem;top:0.63056945800781rem;left:7.2809398770331rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnuHv0XSMTVdm7cxIqLy4VqTg8gIycBK { width:20rem;height:2.761725rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwZ3iJ2RHgJFMRNdO31abebVW6kUDMFs { width:18.75rem;height:0.125rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihghA3CZcUNMw3uU6sBTfpW9XTEvTQ4R { width:18.124375rem;height:15.1875rem;top:6.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n67DuHJk5PP1llPN07OuzJTZiKvcuOT7 { width:10.3125rem;height:2.1875rem;top:22.8125rem;left:4.8432341814041rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sulEoN0z5si21HCNckQknX8EsKL0ado1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ { display:block; }#ruy0P4u94slG7z3TSCmeTlc8Xm7oRZVJ > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4iBh40lAKI4wL3BtoqQyFlFmlvBsV5b { width:5.4375rem;height:1.05625rem;top:0.63056945800781rem;left:7.2809398770331rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XUxk0rVzsum9nZfLQnMSttlC0N2JVy { width:20rem;height:2.761725rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laULiDCPv3CFrrTHUz2B28vhmycIDMrE { width:18.75rem;height:0.125rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXMO9IaCU3MpnpmTAKzDuE7FHoKE3vy6 { width:18.124375rem;height:15.1875rem;top:6.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDo0sxrIlbQcHwF84aMUGq6Jp36GTJEk { width:10.3125rem;height:2.1875rem;top:22.8125rem;left:4.8432341814041rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #aG0WgW16qLpamT7isK2isFyxlaiTr1xR { display:block; }
 }@media only screen and (max-width: 763px) { #PUTJXBu3dAVpb5T1gAf5EQfiNfsicLBZ { width:20rem;height:13.1875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 { display:block; }#T9uIblSsAqbuKvea6AcUUKor1CzqbXz0 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3zddiSHic6owzxr7Sv2LJs9RsUpr69u { width:18.124375rem;height:30.1875rem;top:0.65470409393313rem;left:0.93564355373381rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp { display:block; }#aeOHbwTWGyEywVxOun8ZFTPi1bX2Fmfp > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdo9Ws8ZmU5BkGpxtfU2PbslTpHLRLsO { width:19.9980625rem;height:1.59375rem;top:0.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PxbXwBtvusRnAtpMwGa0gxAGA76ERlT7 { width:18.75rem;height:0.12438125rem;top:5.2804475rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPhg2NZ0WguVpWZH97NP0ru0Css6B2T4 { width:18.75rem;height:0.12438125rem;top:3.9064375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmglSmZGBFHvhmknADWGr95zMU8KlQPw { display:block; }#JmglSmZGBFHvhmknADWGr95zMU8KlQPw > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os4SQn4mmhxFdF8tQZzfp6iW77rNJq8P { width:18.124375rem;height:0;top:33.150740146637rem;left:0.93638604879381rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE { width:18.6246875rem;height:1.59375rem;top:1.2491302490234rem;left:0.6866319179535rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }#gqliZ3eQBQtwgFHVrOfaoVS6VBM1ngxE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7732939-9208-4bf3-94ef-814ffe29cc8b/top1.png); }
 }@media only screen and (max-width: 763px) { #SLuXoc3oCllou5DmOU71BOwZpoT3aAVl { width:15.124375rem;height:0.12438125rem;top:4.0625rem;left:2.4366320371628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbeohmokwaMoDQGlMMkfN9PiduT1WwH6 { width:18.124375rem;height:0;top:16.246781826019rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XM3oW7LAuTLS9HVizsSUx0R8uELp5Jgp { width:18.120875rem;height:31.5rem;top:18.15364074707rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wg53oeA7I8PwQlWmRlZL03tKpTgMl7f6 { width:18.124rem;height:0;top:19.347773551941rem;left:1.8757424950599rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #VXGIx4evBfKQmvslFOanRyPU4QQuuczX { width:15rem;height:11.1875rem;top:5.6553802490234rem;left:2.4678820371628rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx { display:block; }#p4lHaqo4AEKUMks77CqNnRdSrnIhPzmx > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utEc1K2ZrhR54Rno5Eyx3TeBJbK9GeOI { width:18.124375rem;height:0;top:4.810025rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o { width:18.4371875rem;height:1.59375rem;top:1.2491302490234rem;left:0.77951395511625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }#dGqkzbi6RDRtHC7rO0w2kJP8R66xyH0o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c23de23-a116-44c0-b5ee-13a996a0e70b/top2.png); }
 }@media only screen and (max-width: 763px) { #AOadgpkmZ3uw8TSfC7VN8RKZNAThbIOv { width:15.124375rem;height:0.12438125rem;top:4.0625rem;left:2.4370874166489rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSCJT6kcaC4TOvxBR5XkOxfgnJy93TTz { width:18.124375rem;height:0;top:12.193381125rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LtEsvzscv2VnVHsURddvZvr83wTdJwda { width:18.121875rem;height:34.125rem;top:15.308151245118rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ONx8cn24b9w5zV1XFBnkTMldBTnsshpq { width:18.124375rem;height:0;top:23.211386680603rem;left:3.5396040081978rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #awo3b9ZiWscMtWiXvMPWKvAiaIUT4dgl { width:15rem;height:8.3125rem;top:5.625rem;left:2.4680279493332rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 { display:block; }#FeGk8J0vswzC1Dq8qDX8NtROPIAS1AT0 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9By9a1mJiXfwDENmEUuvJin5pdGD5Dy { width:18.124375rem;height:0;top:4.810025rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 { width:18.75rem;height:1.59375rem;top:1.2491302490234rem;left:0.62413191795349rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }#PKBm7pUrntwLpMvaeqrOCFCbxsQm1Zw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
 }@media only screen and (max-width: 763px) { #NXdKynvJQTXzTiTc6NqFKT8LzeOgrZ9A { width:15.124375rem;height:0.12438125rem;top:4.0625rem;left:2.4370874166489rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TQav7bDryTPy1E7Eev3OFdLh2cGByA { width:18.124375rem;height:0;top:12.755881125rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X6PiOxTxMRbHm7kG4lmPnyzD9RMApDOu { width:18.124375rem;height:0;top:14.498887062072rem;left:3.5396040081978rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #m49eOTfhfSe6gdFWoBAO5rnB58dfWZ6u { width:18.1229375rem;height:30.1875rem;top:18.118057250976rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HnttXTsoEHW63tlGiphizMHw7yBtRFnb { width:15rem;height:11.1875rem;top:5.625rem;left:2.4350246191025rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr { display:block; }#wXK9PiWpc6VELpVJLMaRk4lMBmhB6vKr > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbSnl4Pd79ATomCP33MteV9ivM5HTdck { width:18.124375rem;height:0;top:4.810025rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aOtQ4boPU0DH56heuub4yDSEJboMUTK3 { width:18.75rem;height:1.59375rem;top:1.2491302490234rem;left:0.62413191795349rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }#aOtQ4boPU0DH56heuub4yDSEJboMUTK3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d1471161-aa4b-48d3-9f17-c602ed9a0643/top3.png); }
 }@media only screen and (max-width: 763px) { #BGfWJihpAWlGcJJzoNBKMd5NUaTb3K4c { width:15.124375rem;height:0.12438125rem;top:4.0625rem;left:2.4370874166489rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfaSxpVG2UxZ38q2mrNHp5ymBCpPONH5 { width:18.124375rem;height:0;top:12.755881125rem;left:0.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RMTHQzO1yfMTlQLxBcHQdyvGTx1b1lic { width:18.124375rem;height:0;top:14.498887062072rem;left:3.5396040081978rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ccgx4AIMDqOJ5JhGAFOuIWKwdwGm4blO { width:18.122375rem;height:31.5rem;top:16.868056297302rem;left:0.9366319179535rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FuddTugUB0LvUZE1eeeoZrJT7k5KZGbf { width:15rem;height:9.9375rem;top:5.625rem;left:2.4350246191025rem;display:block; }
 }@media only screen and (max-width: 763px) { #yali2FWx125QwNRCZFS3JzxQ11sowqA3 { display:block; }#yali2FWx125QwNRCZFS3JzxQ11sowqA3 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy1IKFx6QTih4vpa2Wg3w6Qrl5ZlfuLX { width:20rem;height:17.708108108108rem;top:0.31250762939453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W { display:block; }#vNAsJNIa7D4Xkm4fq7hPOQ3Uo7CS8u6W > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoHuH3RGPNWsrch9vKHDUyGaEPiP9p6P { width:18.1234375rem;height:44.625rem;top:0.62376403808594rem;left:0.93564355373381rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt { display:block; }#rErwJ5x4MPdRMPipdNR9R1J4qeakwrLt > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGETmd63XCXHg7hSEcGSd1PVlxweZGSi { width:18.122375rem;height:21rem;top:12.182292938233rem;left:0.9366319179535rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eW0G5sbpLe12cOcFoiwbTAkLcJ5r9gTF { width:17.1875rem;height:9.84375rem;top:1.5625rem;left:1.3746906518936rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q23ONHZJ6BrbbPONIncEwMvDGQCZAaNn { width:3.12438125rem;height:0.31188125rem;top:0.625rem;left:8.437499165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJog5MkG7laB5JIQsooQrBaXcd1COC63 { display:block; }#VJog5MkG7laB5JIQsooQrBaXcd1COC63 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di34L2aNxD07QyTLvNnPFZiThmRtXymQ { width:6.25rem;height:0;top:3.9371471405029rem;left:1.8749997615814rem;font-size:0.375rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #V4KnUmmiNK52HcDCpNU6lkHEXXbeVpo6 { width:0.625rem;height:0.625rem;top:2.3125rem;left:1.125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpPH0x5iAd9NP8FGLPG6CxxXkFPXUw7s { width:0.625rem;height:0.625rem;top:3.0625rem;left:1.125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSweFm4QETcfZ73sBRGyUgscxyRV1nGy { width:0.8125rem;height:0.4375rem;top:5.2488517761231rem;left:1.0613505840301rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5FJDTM3bscTy4Gv3T3S37PAXMfrgCol { width:0.625rem;height:0.625rem;top:3.9371471405029rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxTVLy9attDV8gJJyN6E9d4zDy6POTap { width:4.5rem;height:1.6875rem;top:1.8749122619629rem;left:0.93723475933075rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc9ISuzaAn5ydnuh246uMgIcgzVyoaGs { display:block; }
 }@media only screen and (max-width: 763px) { #plX2lki21TT5PS8fO5HSnGIF2eztxHq3 { width:5.375rem;height:1.5rem;top:2.6249122619629rem;left:1.4994695186615rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMB00OiewFKqS2LzBMaUJ8bObAOeO5UE { display:block; }
 }@media only screen and (max-width: 763px) { #EXn0xA9fdnSDa2qC0cHGwvni290ADOuJ { width:2.9375rem;height:1.0625rem;top:0.6875rem;left:8.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AqaqbqC2yvacw2VAh5MygtoTeITyJm5q { width:6.25rem;height:0;top:5.1862621307373rem;left:1.9370577335357rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkoZAJOt7WDf9HC62kesKq5msIvTOAOa { width:9.3125rem;height:0.8125rem;top:2.4375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNrqHfh7MioXTFXTeFGil0NkBtTJXto { width:5.125rem;height:0.8125rem;top:5.25rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBZtf3yaUQ5HPRyp2JJqocl8FRGd2HiU { width:7.75rem;height:0.8125rem;top:4.4375rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbN1o7UqhIwcTF4f21KP6ns5pJXFz8bU { width:4.1875rem;height:0.8125rem;top:3.625rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvtv3AD4DfaxsitZugXcGFeOnHx2TTzh { width:2.1875rem;height:2.3125rem;top:3.625rem;left:4.875rem;display:block; }
 }