.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:#13182b;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:23.8125rem;width:60rem;position:relative;display:block; }#UyzOrZDIPQv7t9EHrWGX1EcGkawNgPAu { color:#ffffff;display:block;width:59.9978125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0);top:1.863064289093rem;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; }
#XHwZvxZnEc4Qru8QT4ITSRdTu7Zfu9lO { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6.5291337966919rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { color:#000000;display:block;width:58.7478125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.998046875rem;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; }
#rBLORz9CpwRTm4vbqW1mlpeeqww0dT3d { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:11.778429031372rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0cuE60GgZxH1TSONETZV5pfxbA5kzu9 { position:absolute;display:block;z-index:100013;height:3.93555rem;width:7.1230625rem;top:20.759765625rem;left:0rem;display:block; }
#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { border-width: 0; border-radius: 0; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { color:#e52020;display:block;width:54.9375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.3828125rem;left:1.1647129058838rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#fWHFsl2Ct7Nu52aGhBisS3HZJfByobFc { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:13.124186038971rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#fNTSwgGubsg1QDKeRMZVDZ8FRBhBXS0E { color:#000000;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:41.717121124267rem;left:1.5625rem;height:4.986325rem;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;font-style:normal;display:block; }
#Pr7klDWHzha0kFh9cpkHcqPZdykAJd2h { color:#a44f65;display:block;width:40.3125rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.125rem rgba(255,255,255,0.78);top:20.587564468384rem;left:11.652017593384rem;height:5.423825rem;text-align:center;text-align-last:center;display:block; }
#ScBT61X3zbqpaR6q0spUOvPdT535WAbI { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:27.435708999634rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#aazeygJ9aUmJ8ldunkMp7yzTG9w3UvCi { color:#a44f65;display:block;width:41.4981875rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.125rem rgba(255,255,255,0.78);top:30.93017578125rem;left:11.060384750366rem;height:8.13575rem;text-align:center;text-align-last:center;display:block; }
#CHNEKbfMntk4MbAccPNxTtLI3doRxHG0 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.12435rem;width:4.12435rem;top:20.08056640625rem;left:5.185546875rem;overflow:hidden;display:block; }
#a33L79ExAU4Nq9R8fJbU6pseWMIEFdNO { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1870125rem;width:4.1870125rem;top:32.906087875366rem;left:5.15380859375rem;overflow:hidden;display:block; }
#zckIT8TGLyEPyNRLmgUmoMrZuZTgqZ5k { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:18.4619140625rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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:79rem;width:60rem;position:relative;display:block; }#HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { color:#000000;display:block;width:54.0610625rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4956607818604rem;left:3.9590578079224rem;height:5.5240875rem;text-align:center;text-align-last:center;display:block; }
#rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { color:#2a2a2a;display:block;width:51.4981875rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);top:8.6328125rem;left:4.2496738433838rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { background-color:#ffd600;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9361875rem;height:4.43685rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:72.264803886412rem;left:17.494302749634rem;display:block; }
#qtl06WbKSbcwaRTgL5KTRZTZfJC1psAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qZooGubHtJJrZL1L3VPe8RQN2BqIqppq { color:#000000;display:block;width:22.8719375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.77978515625rem;left:18.268228530884rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { color:#000000;display:block;width:52.935375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.724284172058rem;left:5.9375rem;height:2.4375rem;display:block; }
#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { color:#000000;display:block;width:27.8100625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.888834953308rem;left:1.25rem;height:;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{  }
#TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4970625rem;width:26.25rem;top:45.447583198547rem;left:29.060056686401rem;overflow:hidden;display:block; }
#r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi { color:#000000;display:block;width:27.8100625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.888834953308rem;left:29.060056686401rem;height:;display:block; }#r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi li:before{  }
#f5Wkxte9SZt8TfboQ2O8nnTWBB8dI0cG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.122875rem;width:18.0606875rem;top:47.636711120606rem;left:3.9583339691162rem;overflow:hidden;display:block; }
#TW6r6OVxXUh65PpD1msqQeTeGzBpyLhE { color:#000000;display:block;width:16.1865rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:60.447583198547rem;left:5.9375rem;height:2.51871875rem;display:block; }
#HWTVprdwVvTXDBDi5uKAUTcrLZ4NIsnT { color:#000000;display:block;width:16.1856875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:60.414217948914rem;left:35.616048812866rem;height:2.51871875rem;display:block; }
#yIwBErbt0z8sqVkW4iT1smy4BPpQ476J { color:#000000;display:block;width:48.6865rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:66.713046073912rem;left:7.1207675933837rem;height:3.4746125rem;text-align:center;text-align-last:center;display:block; }
#vGMZ9INfPU7G75GE6eprtc0pKp0M4LUN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.12435rem;width:4.12435rem;top:21.180012702942rem;left:1.25rem;overflow:hidden;display:block; }
#gx69GWF9eLBIo7dmEZJX828P2LiElivJ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1870125rem;width:4.1870125rem;top:21.118163108826rem;left:29.279783248901rem;overflow:hidden;display:block; }
#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container { background-color: transparent; background-image: none; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container > .video-iframe-container { display: none; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row > .video-iframe-container { display: none; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .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); }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container { border-width: 0; border-radius: 0; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:block; }#XxATbway9GssT8Qb7NxeIHG9HXdoCanX { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.070810317993rem;left:0.84309959411619rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#q3QCLQGbO4pJGl8OEmrxDLnczauOhhnF { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36.50146484375rem;left:1.2794589996338rem;height:14.2968875rem;text-align:justify;text-align-last:initial;display:block; }
#P2BaM7GhMSiwHcRp5ywFsvTF60yMrbCx { display:block;width:57.7495625rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.946325302124rem;left:2.2497110366821rem;height:3.16813125rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#tl5IfQtriJUHtidoAr2w1Trv5D9qRvmr { color:#000000;display:block;width:58.3121875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:18.321120262146rem;left:0.84309959411619rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#AwvAryzUmJttxDapprLBEwAUgZTSnUcK { display:block;width:57.748875rem;position:absolute;font-family:rubik;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.76236875rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7900;background-image:none;position:relative;display:block; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container { background-color: transparent; background-image: none; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container > .video-iframe-container { display: none; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row > .video-iframe-container { display: none; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .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); }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container { border-width: 0; border-radius: 0; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#l8DIN268T941QrTnzHJ5mBoUgRaT38Js { color:#000000;display:block;width:52.6248125rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5440540313721rem;left:5.810546875rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#mnVnc7pJQo0fa92rGNd6XrMctV19GDw2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.81055rem;width:5.81055rem;top:1.1870517730713rem;left:0.99934768676756rem;overflow:hidden;display:block; }
#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container { background-color: transparent; background-image: none; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container > .video-iframe-container { display: none; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row > .video-iframe-container { display: none; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .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); }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container { border-width: 0; border-radius: 0; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:60rem;position:relative;display:block; }#Z4Cx7GqfUx4GU01NyhdSSC3eTP0dccmq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.43685rem;width:3.9998375rem;top:10.346679210663rem;left:8.9933261871337rem;overflow:hidden;display:block; }
#OoXzhOrEo5agAdWuVJSBIzblLegFbdtp { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:26.726699829101rem;left:16.030093193054rem;height:;text-align:justify;text-align-last:initial;display:block; }#OoXzhOrEo5agAdWuVJSBIzblLegFbdtp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OoXzhOrEo5agAdWuVJSBIzblLegFbdtp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#T4ytVz1tFd5umVBKUyd4hUEf4CEyCyEH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.0625rem;top:1.4111328125rem;left:9.4620761871337rem;overflow:hidden;display:block; }
#pkVid2TTSpzDaOx7PJONb6i6R9oDKtau { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:12.3746875rem;top:18.006184875965rem;left:5.5232753753662rem;overflow:hidden;display:block; }
#OGsLHGRRDTOmSWGoVf7PDpvTHTJmhJcM { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9373375rem;width:3.8745125rem;top:28.006997585297rem;left:9.4620761871337rem;overflow:hidden;display:block; }
#bGTaJemUGzNsZrFgrytGFBTpwc0HqMJR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:7.3746875rem;top:37.493488311767rem;left:6.7106113433837rem;overflow:hidden;display:block; }
#L4cxJdIFAZUJwlKtR4H310wrmmpBSKwT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.74935rem;width:4.74935rem;top:45.947263717651rem;left:8.58642578125rem;overflow:hidden;display:block; }
#zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.0353021621704rem;left:15.904134750366rem;height:;text-align:justify;text-align-last:initial;display:block; }#zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#peF7oB2QwFMEHi4XOLkIQihkuvuPwURh { color:#000000;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:11.851383209229rem;left:15.624185562134rem;height:3.75rem;text-align:justify;text-align-last:initial;display:block; }#peF7oB2QwFMEHi4XOLkIQihkuvuPwURh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#peF7oB2QwFMEHi4XOLkIQihkuvuPwURh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#ySwygvDAt2TlGHJATy9L16sLZNHkGOCE { color:#000000;display:block;width:29.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:19.475894927979rem;left:15.621744155884rem;height:;text-align:justify;text-align-last:initial;display:block; }#ySwygvDAt2TlGHJATy9L16sLZNHkGOCE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ySwygvDAt2TlGHJATy9L16sLZNHkGOCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:46.447479248047rem;left:16.216725349426rem;height:;text-align:justify;text-align-last:initial;display:block; }#ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T { color:#000000;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:36.586913108826rem;left:16.029458999634rem;height:5.625rem;text-align:justify;text-align-last:initial;display:block; }#i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#499dd6;background-image:none;position:relative;display:block; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { background-color: transparent; background-image: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container > .video-iframe-container { display: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row > .video-iframe-container { display: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .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); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { border-width: 0; border-radius: 0; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#oqtvE7DGNZAJQhmyUz0lbCIyskAT61bh { color:#000000;display:block;width:13.247625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.448566436767rem;left:10.696617126465rem;height:1.2999125rem;display:block; }
#kJM0DRDloqc6AP8OT4TwgqNr4C3gll7K { color:#ffffff;display:block;width:25.9971875rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.6666679382324rem;left:32.387157440186rem;height:12.0234375rem;text-align:center;text-align-last:center;display:block; }
#oIplvofTkC1Tn7Qycq7i0TCfAtTBv7sn { color:#ffffff;display:block;width:30.186625rem;position:absolute;font-family:rubik;font-size:5.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.4743919372559rem;left:1.0199661254882rem;height:7.230625rem;display:block; }
#MAlLH4hUEOGehHH0ZZtHmTdBDx3gz9r6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.999125rem;width:7.999125rem;top:7.2189674377444rem;left:26.809898376465rem;overflow:hidden;display:block; }
#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC { position:relative;display:block; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC { background-color: transparent; background-image: none; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row .container > .video-iframe-container { display: none; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row > .video-iframe-container { display: none; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .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); }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC { border-width: 0; border-radius: 0; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .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:31.625rem;width:60rem;position:relative;display:block; }#g00smNJUTx3Glh5vo1plvhkQIOXFN9FD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6248125rem;width:44.0625rem;top:2.2387690544128rem;left:7.96875rem;overflow:hidden;display:block; }
#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde00;background-image:none;position:relative;display:block; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container { background-color: transparent; background-image: none; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container > .video-iframe-container { display: none; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row > .video-iframe-container { display: none; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .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); }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container { border-width: 0; border-radius: 0; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#zNMGAsE5SmMKFTgLATl1GBkhnS5JcVau { display:block;width:27.4370625rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.2714805603027rem;left:0.94401168823244rem;height:11.69925rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8120625rem;width:31.6873125rem;top:2.2319889068604rem;left:28.311634063721rem;overflow:hidden;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:57.312rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4658203125rem;left:1.1875rem;height:;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#499dd6;background-image:none;position:relative;display:block; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { background-color: transparent; background-image: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container > .video-iframe-container { display: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row > .video-iframe-container { display: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .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); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { border-width: 0; border-radius: 0; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#ABpJNtAXZJ4ffNdBzZT5PaWUQlXbSq7o { color:#000000;display:block;width:22.3123125rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.1977005004883rem;left:33.891063690186rem;height:21.041rem;text-align:center;text-align-last:center;display:block; }
#xS9k3oHvQ2br1dXhTJM3fcefqxDslI92 { color:#000000;display:block;width:30.1855625rem;position:absolute;font-family:rubik;font-size:5.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7849407196045rem;left:1.4561653137207rem;height:7.230625rem;display:block; }
#Z5Mo7fwbCrEIMVmJrld24XzONonuTCc2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;height:14.1873125rem;width:20.186625rem;top:10.702041625976rem;left:4.6723098754883rem;overflow:hidden;display:block; }
#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b3146;background-image:none;position:relative;display:block; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container { background-color: transparent; background-image: none; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container > .video-iframe-container { display: none; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row > .video-iframe-container { display: none; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .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); }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container { border-width: 0; border-radius: 0; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#p6xOyhZbxkRrgptxu1goOZmAxVEBSEva { color:#000000;display:block;width:55.248875rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9994211196899rem;left:1.4127607345581rem;height:5.20019375rem;text-align:center;text-align-last:center;display:block; }
#nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l { color:#000000;display:block;width:55.93675rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:8.8606777191163rem;left:1.4134836196899rem;height:;display:block; }#nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ff3UlxGJui2Kp09WDVUlgotKcFOgDAoy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.49825rem;width:41.9986875rem;top:0.34287261962891rem;left:9.0006523132325rem;overflow:hidden;display:block; }
#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 { position:relative;display:block; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 { background-color: transparent; background-image: none; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row .container > .video-iframe-container { display: none; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row > .video-iframe-container { display: none; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .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); }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 { border-width: 0; border-radius: 0; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .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:40.6875rem;width:60rem;position:relative;display:block; }#hVel35H4axtSefdnZyUanRHgESVGquIO { color:#000000;display:block;width:59.625rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78450012207031rem;left:0.099391937255862rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi { color:#000000;display:block;width:56.936875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:11.475695610046rem;left:1.5299453735351rem;height:;text-align:justify;text-align-last:initial;display:block; }#K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
#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:rubik;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.76236875rem;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.795875rem;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.94986875rem;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.3965rem;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.94986875rem;color:#2c3e50;display:block; }
#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OEcSKnz9/moccup.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.adaptive-delivery-prevent-bg, #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.lazyload, #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.lazyloading { background-image: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { background-color: transparent; background-image: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container > .video-iframe-container { display: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row > .video-iframe-container { display: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .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); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { border-width: 0; border-radius: 0; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { font-size:0.875rem;font-family:arial;height:67.625rem;width:60rem;position:relative;display:block; }#xw41w2ouXUFZSkI3DbUI64MFJZwa5NCE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:11.124125rem;top:60.568577766419rem;left:48.875865936279rem;overflow:hidden;display:block; }
#qwapSWe8QFwOBdP8eDlf6ybCdmQhpUsS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.31163125rem;width:7.061625rem;top:64.312069892881rem;left:51.812068939209rem;overflow:hidden;display:block; }
#suztShurLoeu8hPdJ2vloVTwLExiCTku { color:#ffffff;display:block;width:12.4989375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:58.625rem;left:47.5rem;height:1.2999125rem;text-align:right;text-align-last:right;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:30.75rem;width:60rem;position:relative;display:block; }#q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { background-color:#13182b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;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.3746875rem;height:5.06185rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:15.187173843384rem;left:12.124837875366rem;display:block; }
#K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { color:#000000;display:block;width:48.124rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.9375rem;height:8.53030625rem;text-align:center;text-align-last:center;display:block; }
#bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { color:#000000;display:block;width:46.560875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:22.499185562134rem;left:8.9371738433837rem;height:1.2999125rem;display:block; }
#TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { color:#000000;display:block;width:12.498375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:27.374673843384rem;left:12.124837875366rem;height:1.2999125rem;display:block; }
#EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { color:#000000;display:block;width:12.498375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:27.374673843384rem;left:31.624349594116rem;height:1.2999125rem;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) { #UyzOrZDIPQv7t9EHrWGX1EcGkawNgPAu { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwZvxZnEc4Qru8QT4ITSRdTu7Zfu9lO { top:6.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { top:17.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLORz9CpwRTm4vbqW1mlpeeqww0dT3d { top:11.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0cuE60GgZxH1TSONETZV5pfxbA5kzu9 { top:20.75rem;left:0rem;width:7.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { top:4.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHFsl2Ct7Nu52aGhBisS3HZJfByobFc { top:13.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTSwgGubsg1QDKeRMZVDZ8FRBhBXS0E { top:41.6875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7klDWHzha0kFh9cpkHcqPZdykAJd2h { top:20.5625rem;left:5.5270175933838rem;width:40.3125rem;height:5.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBT61X3zbqpaR6q0spUOvPdT535WAbI { top:27.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aazeygJ9aUmJ8ldunkMp7yzTG9w3UvCi { top:30.875rem;left:4.9353847503662rem;width:41.4375rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNEKbfMntk4MbAccPNxTtLI3doRxHG0 { top:20.0625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33L79ExAU4Nq9R8fJbU6pseWMIEFdNO { top:32.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zckIT8TGLyEPyNRLmgUmoMrZuZTgqZ5k { top:18.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;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) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { top:2.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { top:8.625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { width:27.875rem;height:4.375rem;top:72.25rem;left:11.369302749634rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtl06WbKSbcwaRTgL5KTRZTZfJC1psAU { display:block; }
 }@media only screen and (max-width: 763px) { #qZooGubHtJJrZL1L3VPe8RQN2BqIqppq { top:6.75rem;left:12.143228530884rem;width:22.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { top:15.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { top:26.875rem;left:0rem;width:27.75rem;height:16.75rem;font-size:0.875rem;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{  }
 }@media only screen and (max-width: 763px) { #TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { top:45.4375rem;left:21.5rem;width:26.25rem;height:14.4970625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi { top:26.875rem;left:20rem;width:27.75rem;height:13.8125rem;font-size:0.875rem;display:block; }#r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi li:before{  }
 }@media only screen and (max-width: 763px) { #f5Wkxte9SZt8TfboQ2O8nnTWBB8dI0cG { top:47.625rem;left:0rem;width:18rem;height:10.088860127833rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6r6OVxXUh65PpD1msqQeTeGzBpyLhE { top:60.4375rem;left:0rem;width:16.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTVprdwVvTXDBDi5uKAUTcrLZ4NIsnT { top:60.375rem;left:29.491048812866rem;width:16.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIwBErbt0z8sqVkW4iT1smy4BPpQ476J { top:66.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGMZ9INfPU7G75GE6eprtc0pKp0M4LUN { top:21.125rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx69GWF9eLBIo7dmEZJX828P2LiElivJ { top:21.0625rem;left:23.154783248901rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP { display:block; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxATbway9GssT8Qb7NxeIHG9HXdoCanX { top:10.0625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3QCLQGbO4pJGl8OEmrxDLnczauOhhnF { top:36.5rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2BaM7GhMSiwHcRp5ywFsvTF60yMrbCx { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5IfQtriJUHtidoAr2w1Trv5D9qRvmr { top:18.3125rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwvAryzUmJttxDapprLBEwAUgZTSnUcK { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqaiQKvPtoHQVgh95zESZSU6wEhgFme { display:block; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8DIN268T941QrTnzHJ5mBoUgRaT38Js { top:1.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVnc7pJQo0fa92rGNd6XrMctV19GDw2 { top:1.125rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 { display:block; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4Cx7GqfUx4GU01NyhdSSC3eTP0dccmq { top:10.3125rem;left:2.8683261871338rem;width:3.9375rem;height:4.3677016566298rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoXzhOrEo5agAdWuVJSBIzblLegFbdtp { top:26.6875rem;left:9.9044589996337rem;width:28.5rem;height:;font-size:1rem;display:block; }#OoXzhOrEo5agAdWuVJSBIzblLegFbdtp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #T4ytVz1tFd5umVBKUyd4hUEf4CEyCyEH { top:1.375rem;left:3.3370761871338rem;width:3.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVid2TTSpzDaOx7PJONb6i6R9oDKtau { top:18rem;left:0rem;width:12.3125rem;height:6.8404505164269rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGsLHGRRDTOmSWGoVf7PDpvTHTJmhJcM { top:28rem;left:3.3370761871338rem;width:3.8125rem;height:4.8583142314678rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTaJemUGzNsZrFgrytGFBTpwc0HqMJR { top:37.4375rem;left:0.58561134338379rem;width:7.3125rem;height:3.7797063434891rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4cxJdIFAZUJwlKtR4H310wrmmpBSKwT { top:45.9375rem;left:2.46142578125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw { top:2rem;left:9.7791347503663rem;width:28.75rem;height:;font-size:1rem;display:block; }#zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #peF7oB2QwFMEHi4XOLkIQihkuvuPwURh { top:11.8125rem;left:9.4991855621337rem;width:28.75rem;height:3.75rem;font-size:1rem;display:block; }#peF7oB2QwFMEHi4XOLkIQihkuvuPwURh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #ySwygvDAt2TlGHJATy9L16sLZNHkGOCE { top:19.4375rem;left:9.4967441558837rem;width:29.375rem;height:;font-size:1rem;display:block; }#ySwygvDAt2TlGHJATy9L16sLZNHkGOCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 { top:46.4375rem;left:10.091634750366rem;width:28.75rem;height:;font-size:1rem;display:block; }#ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T { top:36.5625rem;left:9.9044589996337rem;width:28.75rem;height:5.625rem;font-size:1rem;display:block; }#i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA { display:block; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqtvE7DGNZAJQhmyUz0lbCIyskAT61bh { top:11.4375rem;left:4.5716171264649rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJM0DRDloqc6AP8OT4TwgqNr4C3gll7K { top:1.625rem;left:21.8125rem;width:25.9375rem;height:12rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIplvofTkC1Tn7Qycq7i0TCfAtTBv7sn { top:3.4375rem;left:0rem;width:30.125rem;height:7.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlLH4hUEOGehHH0ZZtHmTdBDx3gz9r6 { top:7.1875rem;left:20.684898376465rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC { display:block; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g00smNJUTx3Glh5vo1plvhkQIOXFN9FD { top:2.1875rem;left:1.84375rem;width:44.0625rem;height:24.6248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG { display:block; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNMGAsE5SmMKFTgLATl1GBkhnS5JcVau { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { top:2.1875rem;left:16.0625rem;width:31.625rem;height:16.779001897447rem;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:2.4375rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm { display:block; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABpJNtAXZJ4ffNdBzZT5PaWUQlXbSq7o { top:3.1875rem;left:25.4375rem;width:22.25rem;height:21rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9k3oHvQ2br1dXhTJM3fcefqxDslI92 { top:1.75rem;left:0rem;width:30.125rem;height:7.1875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Mo7fwbCrEIMVmJrld24XzONonuTCc2 { top:10.6875rem;left:0rem;width:20.125rem;height:14.144001984606rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf { display:block; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6xOyhZbxkRrgptxu1goOZmAxVEBSEva { top:1.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l { top:8.8125rem;left:0rem;width:47.75rem;height:21.75rem;font-size:1rem;display:block; }#nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@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) { #ff3UlxGJui2Kp09WDVUlgotKcFOgDAoy { top:0.3125rem;left:2.8756523132324rem;width:41.9375rem;height:23.464015616559rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 { display:block; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVel35H4axtSefdnZyUanRHgESVGquIO { top:0.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi { top:11.4375rem;left:0rem;width:47.75rem;height:26.6875rem;font-size:1rem;display:block; }#K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
 }@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) { #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 { display:block; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xw41w2ouXUFZSkI3DbUI64MFJZwa5NCE { top:60.5625rem;left:36.6875rem;width:11.0625rem;height:3.7907332599193rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwapSWe8QFwOBdP8eDlf6ybCdmQhpUsS { top:64.25rem;left:40.75rem;width:7rem;height:3.282731488857rem;display:block; }
 }@media only screen and (max-width: 763px) { #suztShurLoeu8hPdJ2vloVTwLExiCTku { top:58.625rem;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:15.125rem;left:5.9998378753662rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block; }
 }@media only screen and (max-width: 763px) { #lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { top:4.75rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { top:22.4375rem;left:1.25rem;width:46.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { top:27.3125rem;left:5.9998378753662rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { top:27.3125rem;left:25.499349594116rem;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:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyzOrZDIPQv7t9EHrWGX1EcGkawNgPAu { width:19.9989375rem;height:6.09375rem;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) { #XHwZvxZnEc4Qru8QT4ITSRdTu7Zfu9lO { width:19.99675rem;height:4.388025rem;top:8.8411464691163rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5uUq0mWx13zMHAAXqMSKB6ADV91iZG { width:19.99675rem;height:2.923175rem;top:20.816625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLORz9CpwRTm4vbqW1mlpeeqww0dT3d { width:20rem;height:5.85069375rem;top:14.424913406372rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0cuE60GgZxH1TSONETZV5pfxbA5kzu9 { width:7.0625rem;height:3.875rem;top:21.875001907349rem;left:12.938368856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { background-color:transparent;background-image:url("https://images.assets-landingi.com/FeDq5q0e/BG_S2.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;display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.adaptive-delivery-prevent-bg, #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.lazyload, #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.lazyloading { background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { border-width: 0; border-radius: 0; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { width:19.99675rem;height:9.746125rem;top:1.1206049919128rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHFsl2Ct7Nu52aGhBisS3HZJfByobFc { width:20rem;height:5.514325rem;top:11.9287109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTSwgGubsg1QDKeRMZVDZ8FRBhBXS0E { width:20rem;height:10.4683125rem;top:50.416666030884rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7klDWHzha0kFh9cpkHcqPZdykAJd2h { width:20rem;height:8.75rem;top:24.117021560669rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBT61X3zbqpaR6q0spUOvPdT535WAbI { width:20rem;height:2.25rem;top:35.240881443024rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aazeygJ9aUmJ8ldunkMp7yzTG9w3UvCi { width:20rem;height:8.75rem;top:39.052734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNEKbfMntk4MbAccPNxTtLI3doRxHG0 { width:2.87435rem;height:2.87435rem;top:19.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33L79ExAU4Nq9R8fJbU6pseWMIEFdNO { width:3.0625rem;height:3.125rem;top:34.242353439331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zckIT8TGLyEPyNRLmgUmoMrZuZTgqZ5k { width:16.1246875rem;height:3.6762125rem;top:19.120279312134rem;left:2.8743488192558rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { width:20rem;height:5.18294375rem;top:1.6861982345581rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtRVZFUv8xwCzGC3enVs2HtTkaiQTdaK { width:15.24575rem;height:2.59874375rem;top:9.77294921875rem;left:2.3763019442558rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgeBEcCpgDqrOHiWTxKEAwx7Q7AXZzpV { width:17.434875rem;height:3.374025rem;top:93.268226623538rem;left:1.9360350966454rem;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.28103125rem;top:6.865234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTVGJ9iZablQIz2UMprTmuS5EydJmvc { width:19.998375rem;height:3.73698125rem;top:13.716640472412rem;left:0.0016276240348816rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc { width:19.998375rem;height:13.12175rem;top:23.063963890076rem;left:0rem;font-size:0.875rem;display:block; }#vgLiG8z3WrmVwr7epiRn5lpn7BDTaNhc li:before{  }
 }@media only screen and (max-width: 763px) { #TDc9RrnRdTr3SF8rcitdFy9uXND2CzcO { width:19.309875rem;height:10.8105625rem;top:71.29232263565rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi { width:20rem;height:11.9856875rem;top:57.486968994141rem;left:0rem;font-size:0.875rem;display:block; }#r9wDikQqtdTK2LM0cNQaBzR3UqbKVzTi li:before{  }
 }@media only screen and (max-width: 763px) { #f5Wkxte9SZt8TfboQ2O8nnTWBB8dI0cG { width:18.059875rem;height:10.1236875rem;top:37.409667253494rem;left:0.96923822164537rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6r6OVxXUh65PpD1msqQeTeGzBpyLhE { width:16.1230625rem;height:2.51871875rem;top:48.723134040832rem;left:2.3763019442558rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTVprdwVvTXDBDi5uKAUTcrLZ4NIsnT { width:16.1230625rem;height:2.51871875rem;top:80.85204696655rem;left:1.9376627802849rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIwBErbt0z8sqVkW4iT1smy4BPpQ476J { width:20rem;height:6.5599rem;top:85.380043029788rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGMZ9INfPU7G75GE6eprtc0pKp0M4LUN { width:2.875rem;height:2.875rem;top:18.937987327576rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx69GWF9eLBIo7dmEZJX828P2LiElivJ { width:2.6875rem;height:2.6875rem;top:53.30729675293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP { display:block; }#MsuzS82yRJwmUNxOvKn7HATp7WLO3QSP > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxATbway9GssT8Qb7NxeIHG9HXdoCanX { width:19.99675rem;height:11.69921875rem;top:10.29625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3QCLQGbO4pJGl8OEmrxDLnczauOhhnF { width:19.99675rem;height:22.0985625rem;top:57.0026875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2BaM7GhMSiwHcRp5ywFsvTF60yMrbCx { width:19.9989375rem;height:7.79625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5IfQtriJUHtidoAr2w1Trv5D9qRvmr { width:19.9989375rem;height:23.3984375rem;top:23.308rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwvAryzUmJttxDapprLBEwAUgZTSnUcK { width:19.99675rem;height:7.79625rem;top:47.9564375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqaiQKvPtoHQVgh95zESZSU6wEhgFme { display:block; }#KvqaiQKvPtoHQVgh95zESZSU6wEhgFme > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8DIN268T941QrTnzHJ5mBoUgRaT38Js { width:19.9989375rem;height:12.1864375rem;top:8.2487rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVnc7pJQo0fa92rGNd6XrMctV19GDw2 { width:5.7487rem;height:5.7487rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 { display:block; }#JBm9v0ZvUGfT5k80hG4pQbiJ4aK5zE61 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4Cx7GqfUx4GU01NyhdSSC3eTP0dccmq { width:4.0625rem;height:4.4987rem;top:13.762206554413rem;left:7.3738600611687rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoXzhOrEo5agAdWuVJSBIzblLegFbdtp { width:19.995125rem;height:6.4019375rem;top:38.084308624267rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#OoXzhOrEo5agAdWuVJSBIzblLegFbdtp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #T4ytVz1tFd5umVBKUyd4hUEf4CEyCyEH { width:2.8125rem;height:3.93555rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVid2TTSpzDaOx7PJONb6i6R9oDKtau { width:8.3121875rem;height:4.375rem;top:24.883626222611rem;left:5.8430988192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGsLHGRRDTOmSWGoVf7PDpvTHTJmhJcM { width:2.75rem;height:3.5625rem;top:33.487140655517rem;left:7.7172848582269rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTaJemUGzNsZrFgrytGFBTpwc0HqMJR { width:4.4987rem;height:2.37305rem;top:46.92303125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4cxJdIFAZUJwlKtR4H310wrmmpBSKwT { width:4.311525rem;height:4.311525rem;top:57.60986328125rem;left:7.843424499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw { width:19.99675rem;height:6.4019375rem;top:6.43555rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#zvTlh5cU1qUbeFfNWaTylbP9yZNhPemw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #peF7oB2QwFMEHi4XOLkIQihkuvuPwURh { width:19.995125rem;height:4.80143125rem;top:18.897298336029rem;left:0.0048828125rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#peF7oB2QwFMEHi4XOLkIQihkuvuPwURh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #ySwygvDAt2TlGHJATy9L16sLZNHkGOCE { width:19.9956875rem;height:3.20095625rem;top:29.1970875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#ySwygvDAt2TlGHJATy9L16sLZNHkGOCE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 { width:19.995125rem;height:3.20095625rem;top:63.9208984375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#ocPWbSTLQq4Z5sHm4UkV1IiCCSOFOE74 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T { width:19.99675rem;height:4.80143125rem;top:50.54608125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#i02kvPsaluH5RPEGPZy1xd9XKIxZ6O6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA { background-color:#499dd6;background-image:none;display:block; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { background-color: transparent; background-image: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container > .video-iframe-container { display: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row > .video-iframe-container { display: none; }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .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); }#RtzW6p4VAapTivyBa2XKmTzVkqbEHGAA > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqtvE7DGNZAJQhmyUz0lbCIyskAT61bh { width:12.436rem;height:1.2999125rem;top:5.09874375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJM0DRDloqc6AP8OT4TwgqNr4C3gll7K { width:19.9989375rem;height:6.09375rem;top:16.83488125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIplvofTkC1Tn7Qycq7i0TCfAtTBv7sn { width:19.99675rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAlLH4hUEOGehHH0ZZtHmTdBDx3gz9r6 { width:7.9373125rem;height:7.9373125rem;top:7.64756875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC { display:block; }#CLrN574cXbNUzTLL2i7HKTiXwvnbw6KC > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g00smNJUTx3Glh5vo1plvhkQIOXFN9FD { width:20rem;height:11.1740625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG { display:block; }#ziQE41eHIOB9Js2dQ4hpFzVHk1UAL6VG > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNMGAsE5SmMKFTgLATl1GBkhnS5JcVau { width:19.9989375rem;height:7.795125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7CDBPGlVf5FddHPtmlKKHJXUoKg9SX5 { width:20rem;height:11.18925rem;top:10.2940625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 { display:block; }#xreGcTrLT7FCURhtmQdCs7wW5IfnLh09 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN { width:19.9989375rem;height:19.209625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#bWCRJyDBuJt5kgn6glvcCrGxT3nqbKIN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm { background-color:#499dd6;background-image:none;display:block; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { background-color: transparent; background-image: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container > .video-iframe-container { display: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row > .video-iframe-container { display: none; }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .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); }#cWUsTi1EzpXLqFOQArAy4nTuDmpO8fVm > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABpJNtAXZJ4ffNdBzZT5PaWUQlXbSq7o { width:19.9989375rem;height:10.15625rem;top:20.46724375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9k3oHvQ2br1dXhTJM3fcefqxDslI92 { width:19.99675rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Mo7fwbCrEIMVmJrld24XzONonuTCc2 { width:20rem;height:14.056rem;top:5.09874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf { display:block; }#ddg65vfRa9dVUFrQDazdGDNwTnXTyTQf > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6xOyhZbxkRrgptxu1goOZmAxVEBSEva { width:19.99675rem;height:6.497375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l { width:19.99675rem;height:29.5573125rem;top:8.9963125rem;left:0rem;font-size:1rem;display:block; }#nCaPTJ4cHBGz5JeffN6eHGADT5PQrZ9l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff3UlxGJui2Kp09WDVUlgotKcFOgDAoy { width:20rem;height:11.18925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 { display:block; }#TZMn4OIVzAMxLbJaU8fe8CQJAHbc28T7 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVel35H4axtSefdnZyUanRHgESVGquIO { width:19.9989375rem;height:10.4574375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi { width:19.9989375rem;height:45.520375rem;top:13.0193125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#K4gu4hlWDe6CV0tGzdZlrQUhTh7qmQdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
 }@media only screen and (max-width: 763px) { #qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIp94RAog0pqfb7QaQtri81imdaaPWJd { width:20rem;height:10.4574375rem;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.783875rem;top:30.0295375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzyKGOLUUaRLzbTysz66Fpwslom47VC { width:19.9989375rem;height:1.94905625rem;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.873375rem;height:17.1231875rem;top:48.190101623535rem;left:4.0624997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JXDBdurm1VkRldFewBqXUtrv62mI9e { width:19.998375rem;height:15.4476875rem;top:69.197589874269rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { width:11.560875rem;height:1.94905625rem;top:66.312660217288rem;left:3.4969074130058rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OEcSKnz9/moccup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.adaptive-delivery-prevent-bg, #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.lazyload, #yTGmZtlsQ8DztogbuDDJT63kE4W4kII6.lazyloading { background-image: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { background-color: transparent; background-image: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container > .video-iframe-container { display: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row > .video-iframe-container { display: none; }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .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); }#yTGmZtlsQ8DztogbuDDJT63kE4W4kII6 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xw41w2ouXUFZSkI3DbUI64MFJZwa5NCE { width:4.624025rem;height:1.56005625rem;top:4.7224960327149rem;left:15.375975310803rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwapSWe8QFwOBdP8eDlf6ybCdmQhpUsS { width:3.49935rem;height:1.62435rem;top:6.220703125rem;left:15.936415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #suztShurLoeu8hPdJ2vloVTwLExiCTku { width:12.4356875rem;height:0.9749375rem;top:3.1233730316162rem;left:7.5642897486687rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { width:19.9989375rem;height:3.2487rem;top:28.7332625rem;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:15.42971875rem;top:8.06206875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuZB9pMgrsU56viBIBTVF6eh8Byb7v4 { width:19.99675rem;height:2.3346375rem;top:33.2319625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { width:12.4338125rem;height:0.9749375rem;top:36.81595rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { width:12.436rem;height:0.9749375rem;top:39.04034375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }