.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FmiXrVaw/Screenshot_3.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:block; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR.adaptive-delivery-prevent-bg, #uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR.lazyload, #uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR.lazyloading { background-image: none; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container { background-color: transparent; background-image: none; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container > .video-iframe-container { display: none; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row > .video-iframe-container { display: none; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .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); }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container { border-width: 0; border-radius: 0; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#HNwrtl1EveeGQkg6x8Bo4vh769JyVQzg { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.1875rem;left:17.0625rem;display:block; }
#tKsUKg4QApwnsepr3WQcLG5LCCEM5C8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zT8zHmBDsB3gr60iINXlOdqqb1dsKUcK { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.1875rem;left:34.125rem;display:block; }
#NKrGoiid3pPTBxuO7KVAyiizScbGPzaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n0TzMLErOzz2GaTeOpZ1DlGgikH9bGRH { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.1875rem;left:47.125rem;display:block; }
#I2CXsG1XsCyWpq3PXkdM28U5uZTdSWeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oamugJADOq8enU4px3IeGskeuJfUPTEq { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.1875rem;left:60.25rem;display:block; }
#EIzgDwZdyrGJ0Bybv5wPusJJ4MVWTmpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eCvqhShhExIM2xkgqNZTKMmV0FEreCik { background-color:#e16b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.8125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:3.75rem;left:60.1875rem;display:block; }
#melXsZVBL6FPpd1ozJ3gS0fNTDx5cwEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DKgrOHUx3uw66efvof9LDkRzPgKl9zuX { background-color:#e16b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.8125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:3.75rem;left:45rem;display:block; }
#tZxkMZWIZ5d3XCy6OCaiI64uT2BUve1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eVP99Z55evkfWFiN1ihlSLXc9b4OiBoQ { color:#616161;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:4.0625rem;left:16.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4qgavkhHECbMVJ4V34KAB1BPD8Hn7FC { box-sizing:content-box;color:#010b2d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:3.625rem;left:13.875rem;display:block; }
#Li34pvBetSwEkPROFDIqax9DgnQ8UUn2 { box-sizing:content-box;color:#010b2d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:3.625rem;left:26.125rem;display:block; }
#z827iq3U1ZPdfTmzcaXGlFtyX84phuyp { color:#616161;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:4.0625rem;left:29.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgnGch249A5OACSR7NTO7Jyh4X175N6V { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.1875rem;width:11.1875rem;top:0rem;left:0rem;display:block; }
#hrTeMupTcR5E4ICnOpvG9t09oUynhV2n { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:10.25rem;top:0.6875rem;left:0.46875rem;overflow:hidden;display:block; }
#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/NUH4iKVf/mt_1672_content_bg01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.adaptive-delivery-prevent-bg, #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.lazyload, #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.lazyloading { background-image: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { background-color: transparent; background-image: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container > .video-iframe-container { display: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row > .video-iframe-container { display: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .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); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { border-width: 0; border-radius: 0; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;overflow:visible;position:relative;display:block; }#UTFEqhBULtqFtAA7zRV9CsUBJBqpgmrO { color:#ffffff;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.5625rem;left:6.3125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNQGwO02b61f7bhrsvInWmqJBakp3QN1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:5.9306625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:23.25rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#Pbdgt8sv6vOwJOG7DcTW3MHTnLZhcrdp { background-color:#e16b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.3125rem 0rem #894100 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:4.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.625rem;left:25.15625rem;display:block; }
#xxvGtpTMR27W91hRqs6O8E31rpEqV64L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:38.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:25.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:54.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#JBA0y3FnRa219TME7yOnocTcoX4MzDLX { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"made outer";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#JBA0y3FnRa219TME7yOnocTcoX4MzDLX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JBA0y3FnRa219TME7yOnocTcoX4MzDLX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"made outer";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#wTTryhnxycwmKVdptlSH318mHg2qcCvr { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#lFlvEgvrLxfIIEHLJVwtKB6784mZQhB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vVnQ1FW5t9lcKeGQmI7XRyzxvU5CfT7J { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#PoTM7B3nrfz7fXBddu9BuOh9UVH9iNID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HC2UNgpqL8VpX7mnfazmRNcP2T8fis8y { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#cDyQq83T2fWVZwpGTvGtnlMAoEnDLX6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hmBoavAWpUmEOMbETCcPaZxguTD75EEn { background-color:transparent;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#S7CTsBaAobt5woXOH54GGryUAKumbdMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#isSBsHymUDUf4TsvO1MRVu8DXqfoqeCD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:18.84375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container { background-color: transparent; background-image: none; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container > .video-iframe-container { display: none; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row > .video-iframe-container { display: none; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .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); }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container { border-width: 0; border-radius: 0; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#A03zJ6PBHZNSqUUrgOnUw1TS7DU2cXGo { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:29rem;top:16.4375rem;left:41.625rem;overflow:hidden;display:block; }
#spD161wmVCVNusf9h3V2tqGKJ1RThfhc { color:#616161;display:block;width:62.75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.125rem;height:3.89844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPFG148e7S600Bk1Jr342gTE5PnNHo1S { color:#00d8e0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8LXoN6IzrPLV9o2CfRTRzP9zaV4hWEf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:29rem;top:16.4375rem;left:4.375rem;overflow:hidden;display:block; }
#KM4461rMzl3Mn25wo1hHIH20xrlO4hZe { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:24.125rem;width:28.6875rem;top:28.125rem;left:4.375rem;display:block; }
#cRepXnQtvst78oCsp3HktnWL5xIGyHUL { color:#434c66;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:35.5rem;left:6.1875rem;height:13.2206875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#cRepXnQtvst78oCsp3HktnWL5xIGyHUL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cRepXnQtvst78oCsp3HktnWL5xIGyHUL li:before{  }
#lMfhCSMBy7PmlXAhv5PIP9AzEfCoCTkO { color:#00d8e0;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3xd3BtTRVzMurt9zuNyiarxT7JRThpk { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:24.125rem;width:28.6875rem;top:28.125rem;left:41.71875rem;display:block; }
#LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq { color:#434c66;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:35.5rem;left:43.4375rem;height:11.933625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq li:before{  }
#LvGuOfGM2u94PzqQlvJUrGdGLs4Zgazr { color:#00d8e0;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:32.875rem;left:41.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs.adaptive-delivery-prevent-bg, #Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs.lazyload, #Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs.lazyloading { background-image: none; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container { background-color: transparent; background-image: none; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,11,45,0.9); }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container > .video-iframe-container { display: none; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,11,45,0.9); }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row > .video-iframe-container { display: none; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .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); }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container { border-width: 0; border-radius: 0; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#o0zu08swfdX73s7NLR49UWBCiXDlVyZD { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TX3kHqaV6QiTevrTJc6rXX6wITe0wAPE { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJIOGDrP4BriuM2DWscwADZQXi86PBnx { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oKRIsRLlpOk7pZTHK7oEFbgh6oczuLvk { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gxMtEIram1QwKnBUHTXpAcpHwhHPwv4F { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.875rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6sXxZUSxwJbCtoAfKUQnG7HVntw18X8 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.875rem;left:22.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqnUBmFTPgLkTBfw8W0uU6WuxRJGlPEd { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jtu7PMfihMSf39P6dA09iEbsvgJHCTrk { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:52.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container { background-color: transparent; background-image: none; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container > .video-iframe-container { display: none; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row > .video-iframe-container { display: none; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .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); }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container { border-width: 0; border-radius: 0; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#Lfa5GHJWnXnknPiTxuWQ2tZWoOaEeohN { color:#00d8e0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dRn9ydEN/mudanca1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.5rem;left:0.3125rem;display:block; }#IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs.adaptive-delivery-prevent-bg, #IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs.lazyload, #IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs.lazyloading { background-image: none; }
#Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/u6X85kAX/guarda_moveis.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.5rem;left:60.625rem;display:block; }#Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk.adaptive-delivery-prevent-bg, #Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk.lazyload, #Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk.lazyloading { background-image: none; }
#XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HEd2Zv2i/mudanca_interestadual.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.5rem;left:30.46875rem;display:block; }#XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h.adaptive-delivery-prevent-bg, #XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h.lazyload, #XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h.lazyloading { background-image: none; }
#mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3S2YwNqL/mudanca_residencial.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.5rem;left:15.375rem;display:block; }#mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF.adaptive-delivery-prevent-bg, #mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF.lazyload, #mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF.lazyloading { background-image: none; }
#ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2Mn6fXru/internacional2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.5rem;left:45.6875rem;display:block; }#ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE.adaptive-delivery-prevent-bg, #ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE.lazyload, #ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE.lazyloading { background-image: none; }
#sDTeXx3MkgDIKwTRHqmGlLnphT7tN38T { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTeTJtfHabx7P1pC4qnObTP9Ir9NdJsq { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:15.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqOcsiMuNV60F2IXq5f2mE6AepVH5zDs { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:25.6875rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3UoTamBB3ixysyEND3ybccia7aP4aRw { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:45.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiPakkbHZygXMK2qo5SoP9Mvwqil8yUL { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:60.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#venTmdv8I0owI3F3f1tMQM71EHo665B4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o9GesQnHSzMJfZypUFuAzpxTcWlA0lyf { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:27.375rem;left:0.625rem;height:4.546875rem;font-style:normal;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; }
#bCTLRVWlN5sIPBeOcTggyrHHaiMuyiuA { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.8125rem;height:4.546875rem;font-style:normal;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; }
#RR6mJCI7bGPFTpr73ofrTwgmS66P42lK { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.375rem;left:30.8125rem;height:4.546875rem;font-style:normal;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; }
#pKeVWnoX0HbWpK25zxPXqKRsCRQJAvpV { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:27.375rem;left:45.9375rem;height:4.546875rem;font-style:normal;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; }
#t2ZlAL6bdXT5mvnBoQt2rgX0vuoAsrLV { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:27.375rem;left:60.9375rem;height:4.546875rem;font-style:normal;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; }
#ltez5Nrqdl1UzkMkXpH53F9TTAtiFyrT { background-color:#010b2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.625rem;left:0rem;display:block; }
#KXg72GGIcRxfsv4HxJSEnlG0na3oW84r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BMnNwc2J9KgUd2odT7JpDhNdLU7eKXF1 { background-color:#010b2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:34.625rem;left:15.0625rem;display:block; }
#VIHJTCmv9PbvdcV4FWWJIVMPp2qvneQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QzsukGdsTxGEoTETLLtzFpIglWXvSZzN { background-color:#010b2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:34.625rem;left:30.15625rem;display:block; }
#UqKB4PkwQ7OtuxPwQywSsD6kOouFAes4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#veO1w4fRnhd4dXEngxQcVo3gG8nO3C21 { background-color:#010b2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:34.625rem;left:60.3125rem;display:block; }
#LL0sO6q846kTEbRJQaIuE3syI3QOobnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AzVo7pTUfVFer54HJhDDOkI1rOWWU7lQ { background-color:#010b2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:34.625rem;left:45.25rem;display:block; }
#tLMJJh6IUd8axQkBdToSKmhTvp7AiLkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lWB5UFVwx0ttxcnlf42HiPR1udXdTfq6 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:27rem;width:14.4375rem;top:10.1875rem;left:0rem;display:block; }
#TNLdL4i8PA9scTrfk4HgxTmiuye4hi6Z { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:27rem;width:14.4375rem;top:10.1875rem;left:15.0625rem;display:block; }
#zIFGo4VU4TpOJ0ofC0738uilV2i7fCgc { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:27rem;width:14.4375rem;top:10.1875rem;left:30.15625rem;display:block; }
#UKs70LqbJzf22LVfiU8Q84b8EIt2spOZ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:27rem;width:14.4375rem;top:10.1875rem;left:60.3125rem;display:block; }
#Bd2I2zJaXXw8RTmqUMCENVFQr2OdVf58 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #010b2d;border-left:0.125rem solid #010b2d;border-right:0.125rem solid #010b2d;border-bottom:0.125rem solid #010b2d;height:27rem;width:14.4375rem;top:10.1875rem;left:45.25rem;display:block; }
#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010b2d;background-image:none;position:relative;display:block; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container { background-color: transparent; background-image: none; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container > .video-iframe-container { display: none; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row > .video-iframe-container { display: none; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .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); }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container { border-width: 0; border-radius: 0; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#S1bIREb3Ecbrlro53aoJiTpsaJbO35GP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010b2d;background-image:none;position:relative;display:block; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container { background-color: transparent; background-image: none; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container > .video-iframe-container { display: none; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row > .video-iframe-container { display: none; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .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); }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container { border-width: 0; border-radius: 0; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#ic3KDFemxt3Zr4shp8pw5HSq9B8ZTSXH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:17.375rem;top:0.875rem;left:0.6875rem;display:block; }
#eeaOIuaKfHvXxBfv4t6Cf47x6yDkAluo { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5rem;left:6.5625rem;overflow:hidden;display:block; }
#Fw5W92n8n6F604PD51oKfbu5TPWiwRp7 { color:#616161;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:25rem;left:0.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1UyMymTtNlIDe53GXh5EFuku55QZ6ER { color:#616161;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.5rem;height:9.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TqPENePg3QXCl3ahomSndRV1BAeUwu2W { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:6.75rem;top:26.625rem;left:6rem;overflow:hidden;display:block; }
#V91C1tTVwDMDWNXMQ1nXXKGJ72R7wMM4 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:17.375rem;top:0.875rem;left:19.4375rem;display:block; }
#xPTXdFgKiNGkuzvwVTXy0zC8fQh6TmBJ { color:#616161;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:25rem;left:19.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7NxFwHakL9hEn2UpDgUbPswZaoyeQ61 { color:#616161;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.25rem;height:10.2305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hsxxAOQX9MxPv9zDI44pLMuTS9CBZzGD { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:6.75rem;top:26.625rem;left:24.75rem;overflow:hidden;display:block; }
#eIkf9FovbxRMh7GTBF9DXvCdPfgCXUto { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5rem;left:25.3125rem;overflow:hidden;display:block; }
#lUP1lPKLvJk3Sxbx6im0pQXmmzJBBtmm { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:17.375rem;top:0.875rem;left:38.1875rem;display:block; }
#NUUXLwpdaSbS9BhAvdJCHMCJxFlone0y { color:#616161;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:25rem;left:38.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgeB5a7kNPk3693TRNNMPoKx6zw3tKMm { color:#616161;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.375rem;left:39rem;height:9.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fetIUayRTFHHoS2vg4SAX8LgdTQWu94i { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:6.75rem;top:26.625rem;left:43.5rem;overflow:hidden;display:block; }
#aIQV0krf4dZhZ9Ogk6kOFqe4o1BT9W3I { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5rem;left:44.0625rem;overflow:hidden;display:block; }
#EyQs5Q0sqoieM6xubETXbRBihfQODqPg { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:17.375rem;top:0.875rem;left:56.9375rem;display:block; }
#ZfvWaftoIUIynBo3BGU0ks0PbmarfI6i { color:#616161;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:25rem;left:56.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMKNq3msT0U96HtOaNhw711Gi1dN3wlT { color:#616161;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:10.375rem;left:57.75rem;height:10.2305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bNc5W1ZxVM8qyqBipxH1AH4EWfeS6fxV { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:6.75rem;top:26.625rem;left:62.25rem;overflow:hidden;display:block; }
#JgVEWRf6UTGMEyP2TKVzuxUI7Q7oWztC { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5rem;left:62.8125rem;overflow:hidden;display:block; }
#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container { background-color: transparent; background-image: none; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container > .video-iframe-container { display: none; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row > .video-iframe-container { display: none; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .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); }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container { border-width: 0; border-radius: 0; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#K6X4U3UHsHL5TvsErmchAveNwfMP3il3 { color:#00d8e0;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ihggQkd8JkLClUdB4ivx2UneEf71cr4p { color:#616161;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:15.91403125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aPU50CTDdJQkkETS0oGSURkTTl8EAlgO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:25.25rem;top:34.875rem;left:6.75rem;overflow:hidden;display:block; }
#DP488I406UpsaV6VGt2QvpWJOdt7m1B6 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.3125rem;width:36.625rem;top:5.625rem;left:38.375rem;overflow:hidden;display:block; }
#wUmbo9DCG69XX2R7o3cxJOATLMW4cTLa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#fp8xrnqmg0e9uED4K2Si7arcw4WUal3T { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:6rem;overflow:hidden;display:block; }
#xEa1IRylq2DIW8LqiJzukTg6yrnlsOCL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:12.0625rem;overflow:hidden;display:block; }
#aaizEkmQqKqIi9OcXN4X6sabp0Lm47fs { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:18.125rem;overflow:hidden;display:block; }
#PNInrR7KbaqUn7v9yEoEORi72mZlmRHI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:24.1875rem;overflow:hidden;display:block; }
#WQwduzh7m5fqOOQR7PcORpb5aPeoTqoi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.9375rem;width:5.3125rem;top:28.5625rem;left:30.25rem;overflow:hidden;display:block; }
#VGpUsisciFc2P5yu81poMr5uLaU45D51 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26rem;width:16.4375rem;top:7rem;left:58.5625rem;overflow:hidden;display:block; }
#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { background-color: transparent; background-image: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container > .video-iframe-container { display: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row > .video-iframe-container { display: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .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); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { border-width: 0; border-radius: 0; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#kZP1tBrlRKob6MdC8GcGAspQPOWo5vTG { position:absolute;display:block;z-index:100000;height:20.875rem;width:69.875rem;top:7.6875rem;left:2.5625rem;display:block; }
#Wfy5t8CbO93wlknUOZiMNnqVsTLhDfvS { position:absolute;display:block;z-index:100000;height:22.4375rem;width:69.875rem;top:2.53125rem;left:2.5625rem;display:none; }
#JhOFUxdPT6dJfwUp3q05afOrFHlqEAsZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt.adaptive-delivery-prevent-bg, #RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt.lazyload, #RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt.lazyloading { background-image: none; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container { background-color: transparent; background-image: none; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,11,45,0.9); }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container > .video-iframe-container { display: none; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,11,45,0.9); }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row > .video-iframe-container { display: none; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .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); }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container { border-width: 0; border-radius: 0; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#BcURhwygV0coZJtVt1vMo4SdE8Zm8fbJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG { position:relative;display:none; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG { border-width: 0; border-radius: 0; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#hxyCzN0OXKP56s50Rqofg8aDPv6saTD2 { background-color:#e16b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.3125rem 0rem #0e3e00 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:24.375rem;left:3.75rem;display:none; }
#By66Bdrn6yT2pziyPtfieWU1kIwPJPKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aqJcMvarfUpf7mcCTZPeA4k0l9Ru8tk5 { background-color:#e16b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.3125rem 0rem #0e3e00 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:24.375rem;left:3.75rem;display:none; }
#rHdTSGM45Cqo4W2yN4DyhMWBBw0n4yS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR { display:block; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNwrtl1EveeGQkg6x8Bo4vh769JyVQzg { width:17.0625rem;height:2.875rem;top:0.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKsUKg4QApwnsepr3WQcLG5LCCEM5C8d { display:block; }
 }@media only screen and (max-width: 763px) { #zT8zHmBDsB3gr60iINXlOdqqb1dsKUcK { width:11.875rem;height:2.875rem;top:0.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKrGoiid3pPTBxuO7KVAyiizScbGPzaB { display:block; }
 }@media only screen and (max-width: 763px) { #n0TzMLErOzz2GaTeOpZ1DlGgikH9bGRH { width:11.125rem;height:2.875rem;top:0.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2CXsG1XsCyWpq3PXkdM28U5uZTdSWeC { display:block; }
 }@media only screen and (max-width: 763px) { #oamugJADOq8enU4px3IeGskeuJfUPTEq { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIzgDwZdyrGJ0Bybv5wPusJJ4MVWTmpu { display:block; }
 }@media only screen and (max-width: 763px) { #eCvqhShhExIM2xkgqNZTKMmV0FEreCik { width:14.8125rem;height:2.8125rem;top:3.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #melXsZVBL6FPpd1ozJ3gS0fNTDx5cwEv { display:block; }
 }@media only screen and (max-width: 763px) { #DKgrOHUx3uw66efvof9LDkRzPgKl9zuX { width:14.8125rem;height:2.8125rem;top:3.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxkMZWIZ5d3XCy6OCaiI64uT2BUve1E { display:block; }
 }@media only screen and (max-width: 763px) { #eVP99Z55evkfWFiN1ihlSLXc9b4OiBoQ { width:8.5625rem;height:2.25rem;top:4.0625rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4qgavkhHECbMVJ4V34KAB1BPD8Hn7FC { width:3.125rem;height:3.125rem;top:3.625rem;left:0.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li34pvBetSwEkPROFDIqax9DgnQ8UUn2 { width:3.125rem;height:3.125rem;top:3.625rem;left:12.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z827iq3U1ZPdfTmzcaXGlFtyX84phuyp { width:13.875rem;height:2.25rem;top:4.0625rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgnGch249A5OACSR7NTO7Jyh4X175N6V { width:11.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrTeMupTcR5E4ICnOpvG9t09oUynhV2n { width:10.25rem;height:5.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl { display:block; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTFEqhBULtqFtAA7zRV9CsUBJBqpgmrO { width:47.75rem;height:2.8125rem;top:13.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNQGwO02b61f7bhrsvInWmqJBakp3QN1 { width:47.75rem;height:5.875rem;top:7.9375rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM { width:13.0625rem;height:1.625rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }#gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #Pbdgt8sv6vOwJOG7DcTW3MHTnLZhcrdp { width:24.6875rem;height:4.0625rem;top:29.625rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvGtpTMR27W91hRqs6O8E31rpEqV64L { display:block; }
 }@media only screen and (max-width: 763px) { #yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre { width:13.8125rem;height:1.625rem;top:23.3125rem;left:24.4375rem;font-size:1.25rem;display:block; }#yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz { width:12.625rem;height:1.625rem;top:23.3125rem;left:11.8125rem;font-size:1.25rem;display:block; }#f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR { width:12.125rem;height:1.625rem;top:23.3125rem;left:35.625rem;font-size:1.25rem;display:block; }#aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #JBA0y3FnRa219TME7yOnocTcoX4MzDLX { width:10.1875rem;height:;top:15.875rem;left:0rem;font-size:1rem;display:none; }#JBA0y3FnRa219TME7yOnocTcoX4MzDLX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i { width:9.875rem;height:;top:15.875rem;left:0rem;font-size:1rem;display:none; }#QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #wTTryhnxycwmKVdptlSH318mHg2qcCvr { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFlvEgvrLxfIIEHLJVwtKB6784mZQhB7 { display:block; }
 }@media only screen and (max-width: 763px) { #vVnQ1FW5t9lcKeGQmI7XRyzxvU5CfT7J { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoTM7B3nrfz7fXBddu9BuOh9UVH9iNID { display:block; }
 }@media only screen and (max-width: 763px) { #HC2UNgpqL8VpX7mnfazmRNcP2T8fis8y { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDyQq83T2fWVZwpGTvGtnlMAoEnDLX6a { display:block; }
 }@media only screen and (max-width: 763px) { #hmBoavAWpUmEOMbETCcPaZxguTD75EEn { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7CTsBaAobt5woXOH54GGryUAKumbdMT { display:block; }
 }@media only screen and (max-width: 763px) { #isSBsHymUDUf4TsvO1MRVu8DXqfoqeCD { width:47.75rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf { display:block; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A03zJ6PBHZNSqUUrgOnUw1TS7DU2cXGo { width:29rem;height:15.1875rem;top:16.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spD161wmVCVNusf9h3V2tqGKJ1RThfhc { width:47.75rem;height:3.75rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFG148e7S600Bk1Jr342gTE5PnNHo1S { width:47.75rem;height:3.3125rem;top:5.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8LXoN6IzrPLV9o2CfRTRzP9zaV4hWEf { width:29rem;height:15.1875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM4461rMzl3Mn25wo1hHIH20xrlO4hZe { width:28.6875rem;height:24.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRepXnQtvst78oCsp3HktnWL5xIGyHUL { width:25.375rem;height:15.625rem;top:35.5rem;left:0rem;font-size:0.75rem;display:block; }#cRepXnQtvst78oCsp3HktnWL5xIGyHUL li:before{  }
 }@media only screen and (max-width: 763px) { #lMfhCSMBy7PmlXAhv5PIP9AzEfCoCTkO { width:28.5625rem;height:1.625rem;top:32.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xd3BtTRVzMurt9zuNyiarxT7JRThpk { width:28.6875rem;height:24.125rem;top:28.125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq { width:25.375rem;height:13.4375rem;top:35.5rem;left:22.375rem;font-size:0.75rem;display:block; }#LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq li:before{  }
 }@media only screen and (max-width: 763px) { #LvGuOfGM2u94PzqQlvJUrGdGLs4Zgazr { width:28.5625rem;height:1.625rem;top:32.875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs { display:block; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0zu08swfdX73s7NLR49UWBCiXDlVyZD { width:15rem;height:4.875rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX3kHqaV6QiTevrTJc6rXX6wITe0wAPE { width:15rem;height:4.875rem;top:2.625rem;left:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJIOGDrP4BriuM2DWscwADZQXi86PBnx { width:15rem;height:4.875rem;top:2.6875rem;left:23.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRIsRLlpOk7pZTHK7oEFbgh6oczuLvk { width:15rem;height:4.875rem;top:2.625rem;left:32.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxMtEIram1QwKnBUHTXpAcpHwhHPwv4F { width:15rem;height:1.1875rem;top:6.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sXxZUSxwJbCtoAfKUQnG7HVntw18X8 { width:15rem;height:1.1875rem;top:6.875rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqnUBmFTPgLkTBfw8W0uU6WuxRJGlPEd { width:15rem;height:1.1875rem;top:6.9375rem;left:23.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtu7PMfihMSf39P6dA09iEbsvgJHCTrk { width:15rem;height:1.1875rem;top:6.9375rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA { display:block; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfa5GHJWnXnknPiTxuWQ2tZWoOaEeohN { width:47.75rem;height:2.8125rem;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs { width:14.0625rem;height:14.0625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk { width:14.0625rem;height:14.0625rem;top:10.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h { width:14.0625rem;height:14.0625rem;top:10.5rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF { width:14.0625rem;height:14.0625rem;top:10.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE { width:14.0625rem;height:14.0625rem;top:10.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTeXx3MkgDIKwTRHqmGlLnphT7tN38T { width:14.6875rem;height:1.1875rem;top:25.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeTJtfHabx7P1pC4qnObTP9Ir9NdJsq { width:14.6875rem;height:1.1875rem;top:25.6875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqOcsiMuNV60F2IXq5f2mE6AepVH5zDs { width:14.6875rem;height:1.1875rem;top:25.6875rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3UoTamBB3ixysyEND3ybccia7aP4aRw { width:14.6875rem;height:1.1875rem;top:25.6875rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiPakkbHZygXMK2qo5SoP9Mvwqil8yUL { width:14.6875rem;height:1.1875rem;top:25.6875rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #venTmdv8I0owI3F3f1tMQM71EHo665B4 { width:47.75rem;height:;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GesQnHSzMJfZypUFuAzpxTcWlA0lyf { width:13.4375rem;height:;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTLRVWlN5sIPBeOcTggyrHHaiMuyiuA { width:13.4375rem;height:;top:27.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6mJCI7bGPFTpr73ofrTwgmS66P42lK { width:13.4375rem;height:5.625rem;top:27.375rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeVWnoX0HbWpK25zxPXqKRsCRQJAvpV { width:13.4375rem;height:4.5rem;top:27.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ZlAL6bdXT5mvnBoQt2rgX0vuoAsrLV { width:13.4375rem;height:;top:27.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltez5Nrqdl1UzkMkXpH53F9TTAtiFyrT { width:14.6875rem;height:2.8125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXg72GGIcRxfsv4HxJSEnlG0na3oW84r { display:block; }
 }@media only screen and (max-width: 763px) { #BMnNwc2J9KgUd2odT7JpDhNdLU7eKXF1 { width:14.6875rem;height:2.8125rem;top:34.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIHJTCmv9PbvdcV4FWWJIVMPp2qvneQW { display:block; }
 }@media only screen and (max-width: 763px) { #QzsukGdsTxGEoTETLLtzFpIglWXvSZzN { width:14.6875rem;height:2.8125rem;top:34.625rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqKB4PkwQ7OtuxPwQywSsD6kOouFAes4 { display:block; }
 }@media only screen and (max-width: 763px) { #veO1w4fRnhd4dXEngxQcVo3gG8nO3C21 { width:14.6875rem;height:2.8125rem;top:34.625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL0sO6q846kTEbRJQaIuE3syI3QOobnX { display:block; }
 }@media only screen and (max-width: 763px) { #AzVo7pTUfVFer54HJhDDOkI1rOWWU7lQ { width:14.6875rem;height:2.8125rem;top:34.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLMJJh6IUd8axQkBdToSKmhTvp7AiLkt { display:block; }
 }@media only screen and (max-width: 763px) { #lWB5UFVwx0ttxcnlf42HiPR1udXdTfq6 { width:14.4375rem;height:27rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLdL4i8PA9scTrfk4HgxTmiuye4hi6Z { width:14.4375rem;height:27rem;top:10.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIFGo4VU4TpOJ0ofC0738uilV2i7fCgc { width:14.4375rem;height:27rem;top:10.1875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKs70LqbJzf22LVfiU8Q84b8EIt2spOZ { width:14.4375rem;height:27rem;top:10.1875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2I2zJaXXw8RTmqUMCENVFQr2OdVf58 { width:14.4375rem;height:27rem;top:10.1875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu { display:block; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1bIREb3Ecbrlro53aoJiTpsaJbO35GP { width:47.75rem;height:2.8125rem;top:2.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW { display:block; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ic3KDFemxt3Zr4shp8pw5HSq9B8ZTSXH { width:17.375rem;height:29.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaOIuaKfHvXxBfv4t6Cf47x6yDkAluo { width:5.625rem;height:5.625rem;top:2.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5W92n8n6F604PD51oKfbu5TPWiwRp7 { width:17.375rem;height:1.625rem;top:25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1UyMymTtNlIDe53GXh5EFuku55QZ6ER { width:15.8125rem;height:13.5rem;top:10.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPENePg3QXCl3ahomSndRV1BAeUwu2W { width:6.75rem;height:1.5rem;top:26.625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91C1tTVwDMDWNXMQ1nXXKGJ72R7wMM4 { width:17.375rem;height:29.125rem;top:0.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTXdFgKiNGkuzvwVTXy0zC8fQh6TmBJ { width:17.375rem;height:1.625rem;top:25rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7NxFwHakL9hEn2UpDgUbPswZaoyeQ61 { width:15.8125rem;height:11.25rem;top:10.375rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxxAOQX9MxPv9zDI44pLMuTS9CBZzGD { width:6.75rem;height:1.5rem;top:26.625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIkf9FovbxRMh7GTBF9DXvCdPfgCXUto { width:5.625rem;height:5.625rem;top:2.5rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUP1lPKLvJk3Sxbx6im0pQXmmzJBBtmm { width:17.375rem;height:29.125rem;top:0.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUXLwpdaSbS9BhAvdJCHMCJxFlone0y { width:17.375rem;height:1.625rem;top:25rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeB5a7kNPk3693TRNNMPoKx6zw3tKMm { width:15.8125rem;height:11.25rem;top:10.375rem;left:20rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fetIUayRTFHHoS2vg4SAX8LgdTQWu94i { width:6.75rem;height:1.5rem;top:26.625rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQV0krf4dZhZ9Ogk6kOFqe4o1BT9W3I { width:5.625rem;height:5.625rem;top:2.5rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyQs5Q0sqoieM6xubETXbRBihfQODqPg { width:17.375rem;height:29.125rem;top:0.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvWaftoIUIynBo3BGU0ks0PbmarfI6i { width:17.375rem;height:1.625rem;top:25rem;left:30.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMKNq3msT0U96HtOaNhw711Gi1dN3wlT { width:15.8125rem;height:12.375rem;top:10.375rem;left:31.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNc5W1ZxVM8qyqBipxH1AH4EWfeS6fxV { width:6.75rem;height:1.5rem;top:26.625rem;left:38.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgVEWRf6UTGMEyP2TKVzuxUI7Q7oWztC { width:5.625rem;height:5.625rem;top:2.5rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 { display:block; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6X4U3UHsHL5TvsErmchAveNwfMP3il3 { width:35.8125rem;height:3.5625rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihggQkd8JkLClUdB4ivx2UneEf71cr4p { width:35.8125rem;height:20.25rem;top:8.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPU50CTDdJQkkETS0oGSURkTTl8EAlgO { width:25.25rem;height:1.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP488I406UpsaV6VGt2QvpWJOdt7m1B6 { width:36.625rem;height:27.3125rem;top:5.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUmbo9DCG69XX2R7o3cxJOATLMW4cTLa { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp8xrnqmg0e9uED4K2Si7arcw4WUal3T { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEa1IRylq2DIW8LqiJzukTg6yrnlsOCL { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaizEkmQqKqIi9OcXN4X6sabp0Lm47fs { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNInrR7KbaqUn7v9yEoEORi72mZlmRHI { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQwduzh7m5fqOOQR7PcORpb5aPeoTqoi { width:5.3125rem;height:4.9375rem;top:28.5625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGpUsisciFc2P5yu81poMr5uLaU45D51 { width:16.4375rem;height:26rem;top:7rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 { display:block; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZP1tBrlRKob6MdC8GcGAspQPOWo5vTG { width:47.75rem;height:20.875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfy5t8CbO93wlknUOZiMNnqVsTLhDfvS { width:47.75rem;height:22.4375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhOFUxdPT6dJfwUp3q05afOrFHlqEAsZ { width:47.75rem;height:2rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt { display:block; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcURhwygV0coZJtVt1vMo4SdE8Zm8fbJ { width:47.75rem;height:1.1875rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG { display:none; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxyCzN0OXKP56s50Rqofg8aDPv6saTD2 { width:17.5rem;height:2.8125rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #By66Bdrn6yT2pziyPtfieWU1kIwPJPKm { display:block; }
 }@media only screen and (max-width: 763px) { #aqJcMvarfUpf7mcCTZPeA4k0l9Ru8tk5 { width:17.5rem;height:2.8125rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHdTSGM45Cqo4W2yN4DyhMWBBw0n4yS6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zoqXngO4/mudanca2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR { position:relative;z-index:auto;display:block; }#uU5PNq0h624xmrEE4h4Rig3xqTLTT6IR > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNwrtl1EveeGQkg6x8Bo4vh769JyVQzg { width:20rem;height:2.875rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKsUKg4QApwnsepr3WQcLG5LCCEM5C8d { display:block; }
 }@media only screen and (max-width: 763px) { #zT8zHmBDsB3gr60iINXlOdqqb1dsKUcK { width:9.875rem;height:2.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKrGoiid3pPTBxuO7KVAyiizScbGPzaB { display:block; }
 }@media only screen and (max-width: 763px) { #n0TzMLErOzz2GaTeOpZ1DlGgikH9bGRH { width:9.875rem;height:2.875rem;top:10.5rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2CXsG1XsCyWpq3PXkdM28U5uZTdSWeC { display:block; }
 }@media only screen and (max-width: 763px) { #oamugJADOq8enU4px3IeGskeuJfUPTEq { width:20rem;height:2.875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIzgDwZdyrGJ0Bybv5wPusJJ4MVWTmpu { display:block; }
 }@media only screen and (max-width: 763px) { #eCvqhShhExIM2xkgqNZTKMmV0FEreCik { width:16.1875rem;height:3.4375rem;top:14.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #melXsZVBL6FPpd1ozJ3gS0fNTDx5cwEv { display:block; }
 }@media only screen and (max-width: 763px) { #DKgrOHUx3uw66efvof9LDkRzPgKl9zuX { width:16.1875rem;height:3.4375rem;top:19.3125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZxkMZWIZ5d3XCy6OCaiI64uT2BUve1E { display:block; }
 }@media only screen and (max-width: 763px) { #eVP99Z55evkfWFiN1ihlSLXc9b4OiBoQ { width:8.5625rem;height:0;top:5.625rem;left:5.6875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4qgavkhHECbMVJ4V34KAB1BPD8Hn7FC { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Li34pvBetSwEkPROFDIqax9DgnQ8UUn2 { width:3.125rem;height:3.125rem;top:9.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z827iq3U1ZPdfTmzcaXGlFtyX84phuyp { width:13.875rem;height:0;top:13.625rem;left:3.0625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgnGch249A5OACSR7NTO7Jyh4X175N6V { width:12.4375rem;height:6.0625rem;top:0rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrTeMupTcR5E4ICnOpvG9t09oUynhV2n { width:8.9375rem;height:5.25rem;top:0.34375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl { background-color:transparent;background-image:url("https://images.assets-landingi.com/NUH4iKVf/mt_1672_content_bg01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.adaptive-delivery-prevent-bg, #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.lazyload, #QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl.lazyloading { background-image: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { background-color: transparent; background-image: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,81,144,0.75); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container > .video-iframe-container { display: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,81,144,0.75); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row > .video-iframe-container { display: none; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .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); }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { border-width: 0; border-radius: 0; }#QNqynNcTG1cvmTQurhxB3Di3ilMZJ1yl > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTFEqhBULtqFtAA7zRV9CsUBJBqpgmrO { width:20rem;height:3.0859375rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNQGwO02b61f7bhrsvInWmqJBakp3QN1 { width:20rem;height:5.361325rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM { width:20rem;height:1.125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }#gqT1VIbeFpK5qDsh2skoQR5MymUuC9zM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #Pbdgt8sv6vOwJOG7DcTW3MHTnLZhcrdp { width:20rem;height:3.3125rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvGtpTMR27W91hRqs6O8E31rpEqV64L { display:block; }
 }@media only screen and (max-width: 763px) { #yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre { width:10.875rem;height:1.125rem;top:23.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }#yHsf9Ao5ophxSrmaeMI11lJ3CVGzQDre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz { width:12.625rem;height:1.125rem;top:21.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }#f3GKZW84ppqPxarfqnNdu7GNiMN27Vuz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR { width:10.875rem;height:1.125rem;top:26rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }#aLB3LlVg49LilFmfmM5I6SDDyUBgwGAR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #JBA0y3FnRa219TME7yOnocTcoX4MzDLX { width:10.1875rem;height:4.5244125rem;top:19.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100003;font-family:poppins;display:block; }#JBA0y3FnRa219TME7yOnocTcoX4MzDLX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i { width:8.1875rem;height:2.9121125rem;top:19.375rem;left:11rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100004;font-family:poppins;display:block; }#QZwXV3dVfL8JIFLV5wolKoEySA9I1T3i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
 }@media only screen and (max-width: 763px) { #wTTryhnxycwmKVdptlSH318mHg2qcCvr { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:100013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lFlvEgvrLxfIIEHLJVwtKB6784mZQhB7 { display:block; }
 }@media only screen and (max-width: 763px) { #vVnQ1FW5t9lcKeGQmI7XRyzxvU5CfT7J { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:100015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PoTM7B3nrfz7fXBddu9BuOh9UVH9iNID { display:block; }
 }@media only screen and (max-width: 763px) { #HC2UNgpqL8VpX7mnfazmRNcP2T8fis8y { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:100014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cDyQq83T2fWVZwpGTvGtnlMAoEnDLX6a { display:block; }
 }@media only screen and (max-width: 763px) { #hmBoavAWpUmEOMbETCcPaZxguTD75EEn { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:100016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #S7CTsBaAobt5woXOH54GGryUAKumbdMT { display:block; }
 }@media only screen and (max-width: 763px) { #isSBsHymUDUf4TsvO1MRVu8DXqfoqeCD { width:20rem;height:2.111325rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf { display:block; }#JVl2w0kSUW8rWsCtkvxVyfdmcW6awiXf > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A03zJ6PBHZNSqUUrgOnUw1TS7DU2cXGo { width:20rem;height:10.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spD161wmVCVNusf9h3V2tqGKJ1RThfhc { width:20rem;height:7.3125rem;top:8.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFG148e7S600Bk1Jr342gTE5PnNHo1S { width:20rem;height:3.8984375rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8LXoN6IzrPLV9o2CfRTRzP9zaV4hWEf { width:20rem;height:10.474137931034rem;top:52.5rem;left:0rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #KM4461rMzl3Mn25wo1hHIH20xrlO4hZe { width:19.875rem;height:24.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRepXnQtvst78oCsp3HktnWL5xIGyHUL { width:18.625rem;height:17.125rem;top:31.9375rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }#cRepXnQtvst78oCsp3HktnWL5xIGyHUL li:before{  }
 }@media only screen and (max-width: 763px) { #lMfhCSMBy7PmlXAhv5PIP9AzEfCoCTkO { width:20rem;height:1.625rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xd3BtTRVzMurt9zuNyiarxT7JRThpk { width:19.875rem;height:22rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq { width:18.625rem;height:15.1875rem;top:67.25rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }#LKwMzvp5dTffDLfsWX1Q0oCTZO9fo9Sq li:before{  }
 }@media only screen and (max-width: 763px) { #LvGuOfGM2u94PzqQlvJUrGdGLs4Zgazr { width:20rem;height:1.625rem;top:64.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs { display:block; }#Zg9qUEQqawBGiMEALgXE8vGIxwTr1Rrs > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0zu08swfdX73s7NLR49UWBCiXDlVyZD { width:9.875rem;height:3.25rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX3kHqaV6QiTevrTJc6rXX6wITe0wAPE { width:9.875rem;height:3.25rem;top:1.8125rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJIOGDrP4BriuM2DWscwADZQXi86PBnx { width:9.875rem;height:3.25rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRIsRLlpOk7pZTHK7oEFbgh6oczuLvk { width:9.875rem;height:3.25rem;top:6.875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxMtEIram1QwKnBUHTXpAcpHwhHPwv4F { width:9.875rem;height:0.9746125rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sXxZUSxwJbCtoAfKUQnG7HVntw18X8 { width:9.875rem;height:0.9746125rem;top:5.0625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqnUBmFTPgLkTBfw8W0uU6WuxRJGlPEd { width:9.875rem;height:0.9746125rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtu7PMfihMSf39P6dA09iEbsvgJHCTrk { width:9.875rem;height:0.9746125rem;top:9.6875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA { display:block; }#tpuRNnuO7HOXuxQTL3R49z9zhKki2OkA > .row .container { width:20rem;height:158.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfa5GHJWnXnknPiTxuWQ2tZWoOaEeohN { width:20rem;height:4.548825rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUyJ1Ur4k7zbkZc0QxJ6LpiRpumKLHzs { width:14.0625rem;height:14.0625rem;top:12.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu9NBqQuTKeDFiNSguQiPBGXPgA6grGk { width:14.0625rem;height:14.0625rem;top:126.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsOUi0vkEcZNiRkcuMCvNFLvdNwpvB7h { width:14.0625rem;height:14.0625rem;top:69.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpqPycg8ETMIylSlLse0Gwo6Fy6LgGF { width:14.0625rem;height:14.0625rem;top:41.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILNxuzvTy4yRrLcGMmhC1CsTBsvNtzOE { width:14.0625rem;height:14.0625rem;top:98.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTeXx3MkgDIKwTRHqmGlLnphT7tN38T { width:14.6875rem;height:1.21875rem;top:28.125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeTJtfHabx7P1pC4qnObTP9Ir9NdJsq { width:14.6875rem;height:1.21875rem;top:56.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqOcsiMuNV60F2IXq5f2mE6AepVH5zDs { width:14.6875rem;height:1.21875rem;top:85.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3UoTamBB3ixysyEND3ybccia7aP4aRw { width:14.6875rem;height:1.21875rem;top:113.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiPakkbHZygXMK2qo5SoP9Mvwqil8yUL { width:14.6875rem;height:1.21875rem;top:142.125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #venTmdv8I0owI3F3f1tMQM71EHo665B4 { width:20rem;height:2.4375rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GesQnHSzMJfZypUFuAzpxTcWlA0lyf { width:13.4375rem;height:5.68359375rem;top:29.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTLRVWlN5sIPBeOcTggyrHHaiMuyiuA { width:13.4375rem;height:5.68359375rem;top:58.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6mJCI7bGPFTpr73ofrTwgmS66P42lK { width:13.4375rem;height:5.68359375rem;top:86.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeVWnoX0HbWpK25zxPXqKRsCRQJAvpV { width:13.4375rem;height:4.546875rem;top:115.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ZlAL6bdXT5mvnBoQt2rgX0vuoAsrLV { width:13.4375rem;height:5.68359375rem;top:143.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltez5Nrqdl1UzkMkXpH53F9TTAtiFyrT { width:14.6875rem;height:2.8125rem;top:37.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXg72GGIcRxfsv4HxJSEnlG0na3oW84r { display:block; }
 }@media only screen and (max-width: 763px) { #BMnNwc2J9KgUd2odT7JpDhNdLU7eKXF1 { width:14.6875rem;height:2.8125rem;top:65.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIHJTCmv9PbvdcV4FWWJIVMPp2qvneQW { display:block; }
 }@media only screen and (max-width: 763px) { #QzsukGdsTxGEoTETLLtzFpIglWXvSZzN { width:14.6875rem;height:2.8125rem;top:94.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqKB4PkwQ7OtuxPwQywSsD6kOouFAes4 { display:block; }
 }@media only screen and (max-width: 763px) { #veO1w4fRnhd4dXEngxQcVo3gG8nO3C21 { width:14.6875rem;height:2.8125rem;top:151.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL0sO6q846kTEbRJQaIuE3syI3QOobnX { display:block; }
 }@media only screen and (max-width: 763px) { #AzVo7pTUfVFer54HJhDDOkI1rOWWU7lQ { width:14.6875rem;height:2.8125rem;top:122.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLMJJh6IUd8axQkBdToSKmhTvp7AiLkt { display:block; }
 }@media only screen and (max-width: 763px) { #lWB5UFVwx0ttxcnlf42HiPR1udXdTfq6 { width:14.4375rem;height:27rem;top:12.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLdL4i8PA9scTrfk4HgxTmiuye4hi6Z { width:14.4375rem;height:27rem;top:41.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIFGo4VU4TpOJ0ofC0738uilV2i7fCgc { width:14.4375rem;height:27rem;top:69.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKs70LqbJzf22LVfiU8Q84b8EIt2spOZ { width:14.4375rem;height:27rem;top:126.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2I2zJaXXw8RTmqUMCENVFQr2OdVf58 { width:14.4375rem;height:27rem;top:98.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu { display:block; }#SVDc7BV1eQ2kVgHNgL4NTKOZy58Tutgu > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1bIREb3Ecbrlro53aoJiTpsaJbO35GP { width:20rem;height:3.8984375rem;top:2.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW { display:block; }#G1Gc0NcqCNEuywTN5xBTr9LH4LGh5ZrW > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ic3KDFemxt3Zr4shp8pw5HSq9B8ZTSXH { width:17.375rem;height:20.6875rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaOIuaKfHvXxBfv4t6Cf47x6yDkAluo { width:5.625rem;height:5.625rem;top:2.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5W92n8n6F604PD51oKfbu5TPWiwRp7 { width:17.375rem;height:1.625rem;top:16.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1UyMymTtNlIDe53GXh5EFuku55QZ6ER { width:15.8125rem;height:6.5rem;top:9.3125rem;left:2.125rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPENePg3QXCl3ahomSndRV1BAeUwu2W { width:6.75rem;height:1.5rem;top:18.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91C1tTVwDMDWNXMQ1nXXKGJ72R7wMM4 { width:17.375rem;height:20.6875rem;top:22.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTXdFgKiNGkuzvwVTXy0zC8fQh6TmBJ { width:17.375rem;height:1.625rem;top:38.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7NxFwHakL9hEn2UpDgUbPswZaoyeQ61 { width:15.8125rem;height:6.5rem;top:30.9375rem;left:2.125rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxxAOQX9MxPv9zDI44pLMuTS9CBZzGD { width:6.75rem;height:1.5rem;top:40.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIkf9FovbxRMh7GTBF9DXvCdPfgCXUto { width:5.625rem;height:5.625rem;top:24.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUP1lPKLvJk3Sxbx6im0pQXmmzJBBtmm { width:17.375rem;height:20.6875rem;top:44.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUXLwpdaSbS9BhAvdJCHMCJxFlone0y { width:17.375rem;height:1.625rem;top:59.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeB5a7kNPk3693TRNNMPoKx6zw3tKMm { width:15.8125rem;height:6.5rem;top:52.625rem;left:2.125rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fetIUayRTFHHoS2vg4SAX8LgdTQWu94i { width:6.75rem;height:1.5rem;top:61.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQV0krf4dZhZ9Ogk6kOFqe4o1BT9W3I { width:5.625rem;height:5.625rem;top:45.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyQs5Q0sqoieM6xubETXbRBihfQODqPg { width:17.375rem;height:20.6875rem;top:65.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvWaftoIUIynBo3BGU0ks0PbmarfI6i { width:17.375rem;height:1.625rem;top:81.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMKNq3msT0U96HtOaNhw711Gi1dN3wlT { width:15.8125rem;height:6.5rem;top:74rem;left:2.125rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNc5W1ZxVM8qyqBipxH1AH4EWfeS6fxV { width:6.75rem;height:1.5rem;top:83.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgVEWRf6UTGMEyP2TKVzuxUI7Q7oWztC { width:5.625rem;height:5.625rem;top:67.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 { display:block; }#k8MvFi3MLGWFcdavXqBNRlQq4r8ASqI7 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6X4U3UHsHL5TvsErmchAveNwfMP3il3 { width:20rem;height:1.8681625rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihggQkd8JkLClUdB4ivx2UneEf71cr4p { width:20rem;height:17.875rem;top:6.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPU50CTDdJQkkETS0oGSURkTTl8EAlgO { width:20rem;height:1.38574375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP488I406UpsaV6VGt2QvpWJOdt7m1B6 { width:20rem;height:14.9375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUmbo9DCG69XX2R7o3cxJOATLMW4cTLa { width:5.3125rem;height:4.9375rem;top:25.1875rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #fp8xrnqmg0e9uED4K2Si7arcw4WUal3T { width:5.3125rem;height:4.9375rem;top:25.1875rem;left:7.375rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #xEa1IRylq2DIW8LqiJzukTg6yrnlsOCL { width:5.3125rem;height:4.9375rem;top:25.1875rem;left:14.6875rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #aaizEkmQqKqIi9OcXN4X6sabp0Lm47fs { width:5.3125rem;height:4.9375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNInrR7KbaqUn7v9yEoEORi72mZlmRHI { width:5.3125rem;height:4.9375rem;top:28.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQwduzh7m5fqOOQR7PcORpb5aPeoTqoi { width:5.3125rem;height:4.9375rem;top:28.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGpUsisciFc2P5yu81poMr5uLaU45D51 { width:8.5rem;height:13.4375rem;top:36.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { background-color: transparent; background-image: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container > .video-iframe-container { display: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row > .video-iframe-container { display: none; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .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); }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { border-width: 0; border-radius: 0; }#NmZozOV2e2FdHQ0N5pc7tw5iJ4bshG59 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZP1tBrlRKob6MdC8GcGAspQPOWo5vTG { width:20rem;height:22.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wfy5t8CbO93wlknUOZiMNnqVsTLhDfvS { width:20rem;height:18.75rem;top:6.90625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #JhOFUxdPT6dJfwUp3q05afOrFHlqEAsZ { width:20rem;height:3.25rem;top:2.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt { display:block; }#RbQtcTUU2FWikCTOi3TUBq94x9xkTdAt > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcURhwygV0coZJtVt1vMo4SdE8Zm8fbJ { width:9.875rem;height:2.923825rem;top:9.6875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container { background-color: transparent; background-image: none; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container > .video-iframe-container { display: none; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row > .video-iframe-container { display: none; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .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); }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container { border-width: 0; border-radius: 0; }#g3T8OI9RacBkDk9mSsoZyWgUGxuCadqG > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxyCzN0OXKP56s50Rqofg8aDPv6saTD2 { width:20rem;height:2.8125rem;top:0rem;left:0rem;z-index:100024;background-color:#1f8400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.3125rem 0rem #0e3e00 ;font-family:"made outer";display:block; }
 }@media only screen and (max-width: 763px) { #By66Bdrn6yT2pziyPtfieWU1kIwPJPKm { display:block; }
 }@media only screen and (max-width: 763px) { #aqJcMvarfUpf7mcCTZPeA4k0l9Ru8tk5 { width:20rem;height:2.8125rem;top:3.3125rem;left:0rem;z-index:100025;background-color:#1f8400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.3125rem 0rem #0e3e00 ;font-family:"made outer";display:block; }
 }@media only screen and (max-width: 763px) { #rHdTSGM45Cqo4W2yN4DyhMWBBw0n4yS6 { display:block; }
 }