.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#67a4a4;background-image:none;position:relative;z-index:auto;display:block; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container { background-color: transparent; background-image: none; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container > .video-iframe-container { display: none; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row > .video-iframe-container { display: none; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .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); }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container { border-width: 0; border-radius: 0; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { color:#000000;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:20.873481750488rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#HDD7GdECOAFJNGehEovlPhKgJB5b5o18 { color:#ffffff;display:block;width:59.99675rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0);top:2.302517414093rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ICbsMV1kW4iSRBBOHsv2DG1agOQtD2zE { color:#282830;display:block;width:59.68425rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.7393665313719rem;left:0rem;height:2.51871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yI5vdERQNqgmAwXBUNLi5057KgRVI28T { color:#ffffff;display:block;width:59.9338125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.2567281723025rem;left:0rem;height:2.51871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzIC1xaxvqsDw6c4x5ESJesKfIzi4GD4 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:14.497613906861rem;left:0rem;height:4.1666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { background-color: transparent; background-image: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .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); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { border-width: 0; border-radius: 0; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:17.508137941361rem;left:0rem;height:5.2807625rem;text-align:center;text-align-last:center;display:block; }
#HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { background-color:#ed6619;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9361875rem;height:4.249675rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:48.98681640625rem;left:17.019857406616rem;display:block; }
#qtl06WbKSbcwaRTgL5KTRZTZfJC1psAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qZooGubHtJJrZL1L3VPe8RQN2BqIqppq { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12.781034469604rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { color:#000000;display:block;width:30.935875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:24.662271499634rem;left:1.7472324371338rem;height:2.4373375rem;display:block; }
#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { color:#000000;display:block;width:27.80925rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:29.048665046692rem;left:0rem;height:;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
#TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0615rem;width:32.249375rem;top:26.2890625rem;left:27.749837875366rem;overflow:hidden;display:block; }
#Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { color:#e52020;display:block;width:52.0601875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5198216438294rem;left:3.030237197876rem;height:5.36376875rem;text-align:center;text-align-last:center;display:block; }
#g8RoUvO1TTlIU08qfXilNkF0CrxrCiTx { color:#000000;display:block;width:50.8105625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:9.1265201568606rem;left:7.4077682495119rem;height:2.905925rem;display:block; }
#u1EmKgEPCV0UKfPRPsVz85rSwuwBKCnL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8123125rem;width:11.7496875rem;top:12.78076171875rem;left:46.529134750366rem;overflow:hidden;display:block; }
#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container { background-color: transparent; background-image: none; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container > .video-iframe-container { display: none; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row > .video-iframe-container { display: none; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .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); }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container { border-width: 0; border-radius: 0; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#FkIIV6Ay55uEASnzbLTpbCH8Ezb34CG0 { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.8833923339844rem;left:3.8114881515503rem;height:8.12175rem;text-align:justify;text-align-last:initial;display:block; }
#nyshLuqGb4u6zGSlXHAJvZT0KxMnu9Lo { color:#000000;display:block;width:51.0619375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36.50173664093rem;left:3.2175931930542rem;height:12.51545625rem;text-align:justify;text-align-last:initial;display:block; }
#U8ALbZsltyf9ZC1BkoDi6HBJFZw8bCKi { display:block;width:57.7495625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.946325302124rem;left:2.2497110366821rem;height:2.7625875rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#TSInrF9ZKkOgb41RBB2EAKDkUhTyXJGc { color:#000000;display:block;width:58.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:17.196899414062rem;left:0.91290569305419rem;height:11.3704375rem;text-align:justify;text-align-last:initial;display:block; }
#SiviMB5LItmIBJJXIQTIygn3oZ2EMpcD { display:block;width:57.748875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:31.694160878658rem;left:1.1248559951782rem;height:2.7625875rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#u18QfFC7WClrzWFGREozyg5cOMKX9qmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde00;background-image:none;position:relative;display:block; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container { background-color: transparent; background-image: none; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container > .video-iframe-container { display: none; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row > .video-iframe-container { display: none; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .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); }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container { border-width: 0; border-radius: 0; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#aMJVSQV1LK1a6riAe9MT9bI0w5dbSF4T { display:block;width:57.7495625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.7364020347595rem;left:1.1234092712402rem;height:5.5240875rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { background-color: transparent; background-image: none; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container > .video-iframe-container { display: none; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row > .video-iframe-container { display: none; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .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); }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { border-width: 0; border-radius: 0; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.0924482345581rem;left:2.342303276062rem;height:;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uPoeNfjE/bullet_point.jpg); }
#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 { position:relative;display:block; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 { background-color: transparent; background-image: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container > .video-iframe-container { display: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row > .video-iframe-container { display: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .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); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 { border-width: 0; border-radius: 0; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde00;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#Hk621kBHhGl40oh0zItulw0NCHKuzTfV { color:#f0c808;display:block;width:23.2486875rem;position:absolute;font-family:"open sans";font-size:4.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8194446563721rem;left:2.221134185791rem;height:6.09375rem;display:block; }
#msPfrU5mxoxiDg4O1qxgiAXEgeAMR6NB { color:#ffffff;display:block;width:23.3735rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9893741607666rem;left:34.746097564698rem;height:;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; }
#LQJummasIxsnDx0znP4DnAFOvVoPpJJU { box-sizing:content-box;color:#ffffff;font-size:7.25rem;font-weight:400;line-height:1;height:10.435125rem;width:10.6239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.6156749725342rem;left:24.6875rem;display:block; }
#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container { background-color: transparent; background-image: none; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container > .video-iframe-container { display: none; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row > .video-iframe-container { display: none; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .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); }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container { border-width: 0; border-radius: 0; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#Oyq98gxrVTwXtoekRX8wS7aZFLI2psxy { color:#000000;display:block;width:55.248875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9994211196899rem;left:1.4127607345581rem;height:4.874675rem;text-align:center;text-align-last:center;display:block; }
#cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw { color:#000000;display:block;width:55.93675rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8606777191163rem;left:1.4134836196899rem;height:;display:block; }#cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { background-color: transparent; background-image: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container > .video-iframe-container { display: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row > .video-iframe-container { display: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .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); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { border-width: 0; border-radius: 0; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#FIp94RAog0pqfb7QaQtri81imdaaPWJd { display:block;width:56.749875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.623987197876rem;left:2.3748559951783rem;height:2.7625875rem;font-style:normal;color:#2c3e50;display:block; }
#fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.2494375rem;width:9.1869375rem;position:absolute;display:block;z-index:100000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:6.4134883880612rem;left:8.3702268600462rem;overflow:hidden;display:block; }
#P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { display:block;width:33.0620625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:10.849972248077rem;left:18.743491172791rem;height:9.7981875rem;color:#9c9b9b;text-align:justify;text-align-last:initial;display:block; }
#yTzyKGOLUUaRLzbTysz66Fpwslom47VC { display:block;width:11.56175rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.1629052162169rem;left:18.743491172791rem;height:1.94921875rem;color:#2c3e50;display:block; }
#JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.43675rem;width:9.249875rem;top:24.991299152374rem;left:40.434752464294rem;overflow:hidden;display:block; }
#W9JXDBdurm1VkRldFewBqXUtrv62mI9e { color:#9c9b9b;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:30.154783725739rem;left:7.1824369430544rem;height:8.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { display:block;width:11.56175rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:27.055101871491rem;left:7.1824369430544rem;height:1.94921875rem;color:#2c3e50;display:block; }
#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde00;background-image:none;position:relative;display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { background-color: transparent; background-image: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container > .video-iframe-container { display: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row > .video-iframe-container { display: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .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); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { border-width: 0; border-radius: 0; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.499rem;width:41.9994375rem;top:0.37471055984497rem;left:4.1370077133179rem;overflow:hidden;display:block; }
#C8krsH2Jg03JEraNsQF2yQDix814pKFJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8122125rem;width:11.124875rem;top:15.539641857147rem;left:47.222949028015rem;overflow:hidden;display:block; }
#kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.31235625rem;width:7.062375rem;top:20.061488628388rem;left:51.286170005798rem;overflow:hidden;display:block; }
#KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { color:#000000;display:block;width:12.49925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.305564880371rem;left:47.500727653503rem;height:1.29980625rem;display:block; }
#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { background-color: transparent; background-image: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container > .video-iframe-container { display: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row > .video-iframe-container { display: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .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); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { border-width: 0; border-radius: 0; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { background-color:#ed6619;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.374875rem;height:5.0622125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.7452263832094rem;left:12.152054786682rem;display:block; }
#K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { color:#000000;display:block;width:58.43675rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.131799697876rem;left:1.5632238388061rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { color:#000000;display:block;width:46.5610625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.777488708496rem;left:9.8083047866819rem;height:1.351725rem;display:block; }
#TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { color:#000000;display:block;width:12.4985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:17.373409748077rem;left:12.152054786682rem;height:1.29980625rem;display:block; }
#EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { color:#000000;display:block;width:12.4985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:18.060619831085rem;left:37.089846611023rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc { display:block; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { top:20.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDD7GdECOAFJNGehEovlPhKgJB5b5o18 { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICbsMV1kW4iSRBBOHsv2DG1agOQtD2zE { width:16.75rem;height:1.4375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI5vdERQNqgmAwXBUNLi5057KgRVI28T { width:8rem;height:1.4375rem;top:29.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzIC1xaxvqsDw6c4x5ESJesKfIzi4GD4 { top:14.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { top:17.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { width:27.875rem;height:4.1875rem;top:48.9375rem;left:10.894857406616rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtl06WbKSbcwaRTgL5KTRZTZfJC1psAU { display:block; }
 }@media only screen and (max-width: 763px) { #qZooGubHtJJrZL1L3VPe8RQN2BqIqppq { top:12.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { top:24.625rem;left:0rem;width:30.875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { top:29rem;left:0rem;width:27.75rem;height:15.1875rem;font-size:0.875rem;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
 }@media only screen and (max-width: 763px) { #TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { top:26.25rem;left:15.5625rem;width:32.1875rem;height:18.026846450513rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { top:1.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RoUvO1TTlIU08qfXilNkF0CrxrCiTx { top:9.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1EmKgEPCV0UKfPRPsVz85rSwuwBKCnL { top:12.75rem;left:36rem;width:11.6875rem;height:11.749793545041rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO { display:block; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkIIV6Ay55uEASnzbLTpbCH8Ezb34CG0 { top:7.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyshLuqGb4u6zGSlXHAJvZT0KxMnu9Lo { top:36.5rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ALbZsltyf9ZC1BkoDi6HBJFZw8bCKi { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSInrF9ZKkOgb41RBB2EAKDkUhTyXJGc { top:17.1875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiviMB5LItmIBJJXIQTIygn3oZ2EMpcD { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18QfFC7WClrzWFGREozyg5cOMKX9qmB { display:block; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMJVSQV1LK1a6riAe9MT9bI0w5dbSF4T { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 { display:block; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uPoeNfjE/bullet_point.jpg); }
 }@media only screen and (max-width: 763px) { #THc6L73z8RtArVm7V0ANOtyTl1xvacc2 { display:block; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hk621kBHhGl40oh0zItulw0NCHKuzTfV { top:3.8125rem;left:0rem;width:23.1875rem;height:6.0625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msPfrU5mxoxiDg4O1qxgiAXEgeAMR6NB { top:2.9375rem;left:24.4375rem;width:23.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJummasIxsnDx0znP4DnAFOvVoPpJJU { top:1.5625rem;left:18.5625rem;width:10.5625rem;height:10.374779389704rem;font-size:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl { display:block; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oyq98gxrVTwXtoekRX8wS7aZFLI2psxy { top:1.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw { top:8.8125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
 }@media only screen and (max-width: 763px) { #qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIp94RAog0pqfb7QaQtri81imdaaPWJd { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { width:6.5rem;height:9.375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzyKGOLUUaRLzbTysz66Fpwslom47VC { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { top:24.9375rem;left:34.309752464294rem;width:9.1875rem;height:13.346141501913rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JXDBdurm1VkRldFewBqXUtrv62mI9e { top:30.125rem;left:1.0574369430542rem;width:33.0625rem;height:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { top:0.3125rem;left:0rem;width:41.9375rem;height:23.464345504627rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8krsH2Jg03JEraNsQF2yQDix814pKFJ { top:15.5rem;left:36.6875rem;width:11.0625rem;height:3.79083816953rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { top:20rem;left:40.75rem;width:7rem;height:3.2831014708225rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { top:14.25rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { width:37.3125rem;height:5rem;top:7.6875rem;left:6.0270547866821rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block; }
 }@media only screen and (max-width: 763px) { #lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { top:2.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { top:13.75rem;left:1.25rem;width:46.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { top:17.3125rem;left:6.0270547866821rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { top:18rem;left:30.964846611023rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc { position:relative;z-index:auto;display:block; }#qQxNGG9zKHSy48OGyZ3NETfBqkDufbfc > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { width:19.996375rem;height:2.92535rem;top:28.127170562744rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDD7GdECOAFJNGehEovlPhKgJB5b5o18 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICbsMV1kW4iSRBBOHsv2DG1agOQtD2zE { width:20rem;height:5.03616875rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI5vdERQNqgmAwXBUNLi5057KgRVI28T { width:20rem;height:4.5486125rem;top:12.91189375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzIC1xaxvqsDw6c4x5ESJesKfIzi4GD4 { width:19.99925rem;height:5.8478rem;top:19.965278625488rem;left:0.00072336196899413rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:20rem;height:63.058879907122rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { width:15.2463125rem;height:2.599825rem;top:17.77735625rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { width:17.436rem;height:3.37456875rem;top:50.1211375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtl06WbKSbcwaRTgL5KTRZTZfJC1psAU { display:block; }
 }@media only screen and (max-width: 763px) { #qZooGubHtJJrZL1L3VPe8RQN2BqIqppq { width:19.99675rem;height:1.21816875rem;top:15.246975rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { width:19.99675rem;height:1.95023125rem;top:21.6261rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { width:19.99675rem;height:12.0023125rem;top:24.8248875rem;left:0rem;font-size:0.875rem;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
 }@media only screen and (max-width: 763px) { #TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { width:19.311rem;height:10.8105625rem;top:38.060575rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { width:19.99675rem;height:7.309rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RoUvO1TTlIU08qfXilNkF0CrxrCiTx { width:19.9989375rem;height:4.0625rem;top:9.810125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1EmKgEPCV0UKfPRPsVz85rSwuwBKCnL { width:11.6875rem;height:11.748985345355rem;top:50.059894561767rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO { display:block; }#LBe3fL6ErwhMuPiIHanr0HRQipqbs6zO > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkIIV6Ay55uEASnzbLTpbCH8Ezb34CG0 { width:19.9985625rem;height:11.6927rem;top:9.87340927124rem;left:0.00072336196899413rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyshLuqGb4u6zGSlXHAJvZT0KxMnu9Lo { width:19.9985625rem;height:15.59025rem;top:57.824077606201rem;left:0.00072336196899413rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8ALbZsltyf9ZC1BkoDi6HBJFZw8bCKi { width:19.99925rem;height:7.7995rem;top:1.1863446235657rem;left:0.00072336196899413rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSInrF9ZKkOgb41RBB2EAKDkUhTyXJGc { width:19.9985625rem;height:23.3854375rem;top:23.149596214294rem;left:0.00072336196899413rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SiviMB5LItmIBJJXIQTIygn3oZ2EMpcD { width:19.9985625rem;height:7.7995rem;top:47.921732902527rem;left:0.00072336196899413rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18QfFC7WClrzWFGREozyg5cOMKX9qmB { display:block; }#u18QfFC7WClrzWFGREozyg5cOMKX9qmB > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMJVSQV1LK1a6riAe9MT9bI0w5dbSF4T { width:19.99925rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 { display:block; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN { width:19.9989375rem;height:19.19925rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uPoeNfjE/bullet_point.jpg); }
 }@media only screen and (max-width: 763px) { #THc6L73z8RtArVm7V0ANOtyTl1xvacc2 { background-color:#ffde00;background-image:none;display:block; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container { background-color: transparent; background-image: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container > .video-iframe-container { display: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row > .video-iframe-container { display: none; }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .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); }#THc6L73z8RtArVm7V0ANOtyTl1xvacc2 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hk621kBHhGl40oh0zItulw0NCHKuzTfV { width:19.99675rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msPfrU5mxoxiDg4O1qxgiAXEgeAMR6NB { width:19.99925rem;height:9.4049375rem;top:11.908266067505rem;left:0.00072336196899413rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJummasIxsnDx0znP4DnAFOvVoPpJJU { width:6.9365rem;height:6.8113125rem;top:3.8483800888061rem;left:6.5306715965269rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl { display:block; }#e86Cq08QVd7A4Fz8MK9dGbgRWLhwgKBl > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oyq98gxrVTwXtoekRX8wS7aZFLI2psxy { width:19.9985625rem;height:9.7511875rem;top:2.1238613128662rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw { width:19.9985625rem;height:30.5584375rem;top:14.393808364868rem;left:0rem;font-size:1.0625rem;display:block; }#cUmiVsFFhXAsBcsTTqT1rWePkW2HxCUw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/LzLETW4O/icon_bullet_point_300x288.png); }
 }@media only screen and (max-width: 763px) { #qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIp94RAog0pqfb7QaQtri81imdaaPWJd { width:20rem;height:10.4618125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { width:8.6230625rem;height:12.4989375rem;top:13.0193125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { width:19.9989375rem;height:16.8055625rem;top:30.0295375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzyKGOLUUaRLzbTysz66Fpwslom47VC { width:19.9989375rem;height:1.95023125rem;top:26.76825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { width:11.8739375rem;height:17.1235rem;top:68.0217625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JXDBdurm1VkRldFewBqXUtrv62mI9e { width:19.9989375rem;height:15.467625rem;top:51.2622rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { width:11.5614375rem;height:1.95023125rem;top:48.0634125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { width:20rem;height:11.18925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8krsH2Jg03JEraNsQF2yQDix814pKFJ { width:4.62456875rem;height:1.56033125rem;top:13.68925rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { width:3.49935rem;height:1.62435rem;top:18.848975rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { width:12.436rem;height:0.97511875rem;top:16.56208125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { width:19.9989375rem;height:3.2487rem;top:10.214875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block; }
 }@media only screen and (max-width: 763px) { #lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { width:19.99675rem;height:7.7809375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { width:19.99675rem;height:2.27575rem;top:14.713575rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { width:12.4338125rem;height:0.97511875rem;top:18.2975625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { width:12.4338125rem;height:0.97511875rem;top:20.58445625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }