.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.84375rem;left:15.6875rem;height:2.0625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IkTT143KbUtJOqH66xUmocqJvyVaBws0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2f;background-image:none;position:relative;display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { background-color: transparent; background-image: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container > .video-iframe-container { display: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row > .video-iframe-container { display: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .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); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { border-width: 0; border-radius: 0; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:25rem;top:2.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:47.998046875rem;height:1.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd0c0c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(19,10,10,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.4296875rem;left:52.0478515625rem;z-index:100002; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol { width:auto; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GPIiSeM6/ezgif.com_gif_maker_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.adaptive-delivery-prevent-bg, #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.lazyload, #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.lazyloading { background-image: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { background-color: transparent; background-image: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container > .video-iframe-container { display: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row > .video-iframe-container { display: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .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); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { border-width: 0; border-radius: 0; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { position:absolute;display:block;z-index:100000;background-color:#1e76ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.1875rem;width:65.8125rem;top:2.3125rem;left:4.59375rem;display:block; }
#hIJezNxJd161sTOJDNQrZipI6HpVyeJI { color:#000000;display:block;width:60.5rem;position:absolute;font-family:oxygen;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.1875rem;left:7.25rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.5rem;left:13.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7xUMitZ7ywFVq50aFtUVLKoxxskdged { background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:35.0625rem;left:23.875rem;display:block; }
#VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { color:#000000;display:block;width:39.25rem;position:absolute;font-family:oxygen;font-size:3.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.3125rem;left:17.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:60.9375rem;top:18.3125rem;left:7.03125rem;display:block; }
#XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { color:#000000;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:8.1875rem;height:9.6875rem;text-align:center;text-align-last:center;display:block; }
#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000004;background-image:none;position:relative;display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { background-color: transparent; background-image: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container > .video-iframe-container { display: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row > .video-iframe-container { display: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .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); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { border-width: 0; border-radius: 0; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:15.9375rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19rem;height:2.5625rem;font-style:normal;display:block; }
#eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { color:#000000;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:19rem;height:9.75rem;display:block; }
#gph0BPNd01Flop8Pit83T58GaPRO6Q7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XtZaakWM/ezgif.com_gif_maker_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l.adaptive-delivery-prevent-bg, #gph0BPNd01Flop8Pit83T58GaPRO6Q7l.lazyload, #gph0BPNd01Flop8Pit83T58GaPRO6Q7l.lazyloading { background-image: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { background-color: transparent; background-image: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container > .video-iframe-container { display: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row > .video-iframe-container { display: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .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); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { border-width: 0; border-radius: 0; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:block; }#NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.03125rem;height:6.5rem;font-style:normal;display:block; }
#BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { color:#000000;display:block;width:64.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.03125rem;height:55.25rem;display:block; }
#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { background-color: transparent; background-image: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container > .video-iframe-container { display: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row > .video-iframe-container { display: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .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); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { border-width: 0; border-radius: 0; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { color:#000000;display:block;width:66.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:4.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { position:relative;display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { background-color: transparent; background-image: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container > .video-iframe-container { display: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row > .video-iframe-container { display: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .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); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { border-width: 0; border-radius: 0; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .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:38.6875rem;width:75rem;position:relative;display:block; }#IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:14.40625rem;height:7.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRW9rU39Aih77dhwopTsuiSH3cODyDMI { color:#000000;display:block;width:67rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:14.875rem;left:4rem;height:16.25rem;display:block; }
#uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { color:#000000;display:block;width:63.875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34.625rem;left:4rem;height:2.3125rem;font-style:normal;display:block; }
#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/odOJ2MOX/bg_1_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.adaptive-delivery-prevent-bg, #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.lazyload, #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.lazyloading { background-image: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { background-color: transparent; background-image: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container > .video-iframe-container { display: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row > .video-iframe-container { display: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .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); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { border-width: 0; border-radius: 0; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.46875rem;height:;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.5rem;left:4.46875rem;height:8.125rem;display:block; }
#rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.9375rem;left:4.46875rem;height:16.25rem;display:block; }
#Ry4HClS5TNX5RIVXWTzKJXCNS98Z6TNK { box-sizing:content-box;color:#ff3300;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:11.125rem;left:3.5rem;display:block; }
#xg5TJZo3Nwmlihp0r0bNrAaFvAId26D9 { box-sizing:content-box;color:#ff3300;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:14rem;left:3.5rem;display:block; }
#aNFlKJRQKhKtNpGR7JvLGvZXqJr1IwEC { box-sizing:content-box;color:#ff3300;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:16.875rem;left:3.5rem;display:block; }
#PQVALPZszBhLndJR7rTCg1UJ3EaK9xIm { box-sizing:content-box;color:#ff3300;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:21.375rem;left:3.5rem;display:block; }
#wNGTdMN62139WCIX3vgN44J7BGE2BJbT { box-sizing:content-box;color:#ff3300;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:24.25rem;left:3.5rem;display:block; }
#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { position:relative;display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { background-color: transparent; background-image: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container > .video-iframe-container { display: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row > .video-iframe-container { display: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .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); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { border-width: 0; border-radius: 0; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#090c13;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { color:#f04136;display:block;width:58.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { color:#ffffff;display:block;width:65rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:5rem;height:13rem;display:block; }
#omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:27.6875rem;left:23.875rem;display:block; }
#Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { position:relative;display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { background-color: transparent; background-image: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container > .video-iframe-container { display: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row > .video-iframe-container { display: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .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); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { border-width: 0; border-radius: 0; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .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:3.0625rem;width:75rem;position:relative;display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { background-color: transparent; background-image: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container > .video-iframe-container { display: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row > .video-iframe-container { display: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .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); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { border-width: 0; border-radius: 0; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { color:#000000;display:block;width:56.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:9.1875rem;height:8.125rem;display:block; }
#gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { color:#000000;display:block;width:60.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { background-color: transparent; background-image: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container > .video-iframe-container { display: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row > .video-iframe-container { display: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .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); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { border-width: 0; border-radius: 0; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.5rem;height:33.625rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.09375rem;height:9.75rem;display:block; }
#CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:42.4375rem;width:28.25rem;top:1.4375rem;left:39.84375rem;overflow:hidden;display:block; }
#a6ugihIsTcFerurWwqcWyz4leHMIFSln { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.4375rem;left:5.75rem;display:block; }
#NlKsMbWhs96gvmi1zuZbfARSmHg2IGa4 { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.3125rem;left:5.75rem;display:block; }
#s9vtcLr0lvoGKgJMkLH8nZwrAh27LGwK { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:7.1875rem;left:5.75rem;display:block; }
#U8Eaz7gunlwy6pMJ8y9UpDKQ3JlPrmhS { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.0625rem;left:5.75rem;display:block; }
#e5PUIBSNOJ8gutgTuUcaWF35lyBsBdZ5 { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13rem;left:5.75rem;display:block; }
#QXxKtL62BWFAetcniKx8i8gcFMm0wHuC { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:15.8125rem;left:5.75rem;display:block; }
#fM60ZxWQD07H5GQLv73G3NlxTxzEHPCc { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.75rem;left:5.75rem;display:block; }
#WGPkUUrkSwaKQVkgoSrX59IXEVvrrKTx { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.125rem;left:5.75rem;display:block; }
#vKnTMkxuaM0UuGoppDqAFRM4ToTu7Pnb { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:26.15625rem;left:5.75rem;display:block; }
#VcobTdXL0WWD6I1oy9RVU2r1huEq74Pc { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:28.84375rem;left:5.75rem;display:block; }
#mnB43qAQhdRK6izUl9VTdsTT5t5fcXur { box-sizing:content-box;color:#e94f37;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:31.78125rem;left:5.75rem;display:block; }
#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { background-color: transparent; background-image: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container > .video-iframe-container { display: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row > .video-iframe-container { display: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .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); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { border-width: 0; border-radius: 0; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { color:#000000;display:block;width:66.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { position:relative;display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { background-color: transparent; background-image: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container > .video-iframe-container { display: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row > .video-iframe-container { display: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .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); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { border-width: 0; border-radius: 0; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .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:24.75rem;width:75rem;position:relative;display:block; }#sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:35.125rem;top:0.3125rem;left:19.928728070176rem;overflow:hidden;display:block; }
#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { position:relative;display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { background-color: transparent; background-image: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container > .video-iframe-container { display: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row > .video-iframe-container { display: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .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); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { border-width: 0; border-radius: 0; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .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:11.4375rem;width:75rem;position:relative;display:block; }#zqSoodwTcqyhon5oM40hqahM11ZWS21l { color:#000000;display:block;width:65.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.306640625rem;left:4.34375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { position:relative;display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { background-color: transparent; background-image: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container > .video-iframe-container { display: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row > .video-iframe-container { display: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .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); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { border-width: 0; border-radius: 0; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .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:27.75rem;width:75rem;position:relative;display:block; }#U0H14khqxqSZ18V1w8U5BMO34icAeFRH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { color:#f04136;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:11.3125rem;height:2.4375rem;font-style:normal;display:block; }
#xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { position:absolute;display:block;z-index:100002;background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:9.75rem;left:11.3125rem;display:block; }
#szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.34375rem;left:11.3125rem;height:10.5rem;display:block; }
#BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:18.5rem;top:5.15625rem;left:47.453965053764rem;overflow:hidden;display:block; }
#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { position:relative;display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { background-color: transparent; background-image: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container > .video-iframe-container { display: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row > .video-iframe-container { display: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .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); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { border-width: 0; border-radius: 0; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .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:27.75rem;width:75rem;position:relative;display:block; }#RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { color:#f04136;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.25rem;left:11.3125rem;height:2.4375rem;font-style:normal;display:block; }
#khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { position:absolute;display:block;z-index:100002;background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:9.5625rem;left:11.3125rem;display:block; }
#TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:11.3125rem;height:10.5rem;display:block; }
#Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:19.0625rem;top:4.5625rem;left:47.0625rem;overflow:hidden;display:block; }
#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { position:relative;display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { background-color: transparent; background-image: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container > .video-iframe-container { display: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row > .video-iframe-container { display: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .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); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { border-width: 0; border-radius: 0; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .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:27.75rem;width:75rem;position:relative;display:block; }#LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { color:#f04136;display:block;width:26.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.3125rem;height:2.4375rem;font-style:normal;display:block; }
#V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { position:absolute;display:block;z-index:100002;background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:10rem;left:11.3125rem;display:block; }
#E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.3125rem;height:8.75rem;display:block; }
#B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:18.3125rem;top:4.75rem;left:47.4716796875rem;overflow:hidden;display:block; }
#TOKhUd663793TrZ3hAAmwMourLJ7lKeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0d0e;background-image:url("https://images.assets-landingi.com/UOD0MHuK/testimonials_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV.adaptive-delivery-prevent-bg, #TOKhUd663793TrZ3hAAmwMourLJ7lKeV.lazyload, #TOKhUd663793TrZ3hAAmwMourLJ7lKeV.lazyloading { background-image: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { background-color: transparent; background-image: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container > .video-iframe-container { display: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row > .video-iframe-container { display: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .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); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { border-width: 0; border-radius: 0; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#XkERttw78vuJFIvJGlWD4wuE3syewJ3W { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.625rem;left:13.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTfht8OvE52460gteoK5ETdiadwFAiOR { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.125rem;left:28.5625rem;height:1.9375rem;font-style:normal;display:block; }
#G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:18.53125rem;height:6.75rem;font-style:normal;display:block; }
#tbwQTQxMulEracK7iGvEB493FAEVqxDQ { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:38.1875rem;top:25rem;left:18.40625rem;display:block; }
#aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:30.625rem;left:19.625rem;height:5.625rem;font-style:normal;display:block; }
#BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:38.1875rem;top:38rem;left:18.4375rem;display:block; }
#P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:28.0625rem;left:28.5625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { position:relative;display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { background-color: transparent; background-image: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container > .video-iframe-container { display: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row > .video-iframe-container { display: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .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); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { border-width: 0; border-radius: 0; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .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:11.6875rem;width:75rem;position:relative;display:block; }#XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.78125rem;left:3.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { background-color: transparent; background-image: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container > .video-iframe-container { display: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row > .video-iframe-container { display: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .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); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { border-width: 0; border-radius: 0; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.0625rem;height:;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:29.125rem;top:5.125rem;left:38.2919921875rem;overflow:hidden;display:block; }
#bPOzTZxsZkEb0vg5thrF55QvdNfvE1Ep { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:27.25rem;left:1.5625rem;overflow:hidden;display:block; }
#xTfTy5stW0LxqeW9ycJJWWL4GB0oKz3X { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:21.125rem;left:1.5625rem;overflow:hidden;display:block; }
#DtN0LZNZ62iQU3VNIwSCM4i7El5a3X67 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:33.5rem;left:1.5rem;overflow:hidden;display:block; }
#cuHt9fbr45im24b9nFQ2sVTBHcMRnBVy { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:15.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#oH5W5lAtC9Wx85U0dA7OAHl6gpHWDari { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:37.9375rem;left:1.4375rem;overflow:hidden;display:block; }
#t5JtD2oJOUKAeDdhpETlDNu5DOsFBziz { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:10.1875rem;left:1.625rem;overflow:hidden;display:block; }
#eOwcMiNaEDaotKcpZwcKB3q9qprb9Bqs { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:44.0625rem;left:1.375rem;overflow:hidden;display:block; }
#Uxh4eMHIgxSOgzgFvD3TEGO8TMoJrs5Z { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:4.25rem;left:1.5625rem;overflow:hidden;display:block; }
#g0vHDmTZhcJktqnStpAQ0yptJsh4s2at { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:48.5625rem;left:1.125rem;overflow:hidden;display:block; }
#g1JPSQRDad4lJmQ8hHASkZHa2Q9W2bT6 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:4.5625rem;height:2.8125rem;font-style:italic;display:block; }
#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { position:relative;display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { background-color: transparent; background-image: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container > .video-iframe-container { display: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row > .video-iframe-container { display: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .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); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { border-width: 0; border-radius: 0; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e6e7;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { color:#f04136;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Bqdku4GB/ezgif.com_webp_to_png_69_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.adaptive-delivery-prevent-bg, #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.lazyload, #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.lazyloading { background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { background-color: transparent; background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .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); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { border-width: 0; border-radius: 0; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#Wh3G8u9hOt53D30RWddclIaWZtePhxJW { color:#000000;display:block;width:37rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:4.21875rem;height:17.5rem;display:block; }
#WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:25rem;left:3.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { color:#000000;display:block;width:40rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.21875rem;height:17.5rem;display:block; }
#dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { background-color:#1f84ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:50.4375rem;left:10.6875rem;display:block; }
#AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BqC7yfgeoeOJrBbRD2CKRBBVpcVgvvJv { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.9375rem;width:27.1875rem;top:4.5rem;left:46.65625rem;overflow:hidden;display:block; }
#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { background-color: transparent; background-image: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container > .video-iframe-container { display: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row > .video-iframe-container { display: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .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); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { border-width: 0; border-radius: 0; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:27.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { background-color: transparent; background-image: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container > .video-iframe-container { display: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row > .video-iframe-container { display: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .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); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { border-width: 0; border-radius: 0; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { color:#000000;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.78125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { color:#e94f37;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:22.34375rem;height:7rem;display:block; }
#K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { position:absolute;display:block;z-index:100003;background-color:#dbdbdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:46.875rem;top:12.1875rem;left:14.0625rem;display:block; }
#T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { color:#000000;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.78125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.6875rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.34375rem;height:14rem;display:block; }
#JleLtPWifLfMB6RlC2e9keAXqJyHii89 { position:absolute;display:block;z-index:100004;background-color:#dbdbdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:46.875rem;top:29.3125rem;left:14.0625rem;display:block; }
#Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { color:#000000;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:32.625rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:31.9375rem;left:22.34375rem;height:8.75rem;display:block; }
#DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:43.25rem;left:10.84375rem;height:2.875rem;font-style:normal;display:block; }
#LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { background-color:#1f84ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:48rem;left:25.46875rem;display:block; }
#DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZJlUskiguczNXRTLwGXH56c8JOyTahod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { background-color: transparent; background-image: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container > .video-iframe-container { display: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row > .video-iframe-container { display: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .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); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { border-width: 0; border-radius: 0; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.3125rem;left:4.125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { background-color: transparent; background-image: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container > .video-iframe-container { display: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row > .video-iframe-container { display: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .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); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { border-width: 0; border-radius: 0; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { font-size:0.875rem;font-family:arial;height:214.9375rem;width:75rem;position:relative;display:block; }#SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { position:absolute;display:block;z-index:100000;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:58.5rem;top:1.5625rem;left:8.25rem;display:block; }
#eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:3.65625rem;left:10.03125rem;overflow:hidden;display:block; }
#xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.65625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { position:absolute;display:block;z-index:100003;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:6.875rem;left:29.15625rem;display:block; }
#f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:29.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { position:absolute;display:block;z-index:100001;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:58.5rem;top:25.375rem;left:8.25rem;display:block; }
#xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:26.90625rem;left:10.03125rem;overflow:hidden;display:block; }
#fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26.34375rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { position:absolute;display:block;z-index:100004;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.5625rem;top:29.875rem;left:29.15625rem;display:block; }
#KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.9375rem;left:29.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { position:absolute;display:block;z-index:100002;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21rem;width:58.5rem;top:49.125rem;left:8.25rem;display:block; }
#AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:13.25rem;top:51.0625rem;left:11.28125rem;overflow:hidden;display:block; }
#ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { color:#000000;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:50.625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { position:absolute;display:block;z-index:100005;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:53.8125rem;left:29.15625rem;display:block; }
#Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:55.5625rem;left:29.15625rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { position:absolute;display:block;z-index:100003;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9375rem;width:58.5rem;top:71.8125rem;left:8.25rem;display:block; }
#f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:18rem;top:76.71875rem;left:10.03125rem;overflow:hidden;display:block; }
#Ucz0adbV2CS0OubfB9dGK086WTNhIthr { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:73.5625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#ANcahs2U6KEwobsqggMaAJugJ12vLJwd { position:absolute;display:block;z-index:100006;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:76.65625rem;left:29.15625rem;display:block; }
#QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:77.9375rem;left:29.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { position:absolute;display:block;z-index:100004;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:58.5rem;top:96.4375rem;left:8.25rem;display:block; }
#F3f3vETzJwAeTbH2troENaMycE67TJIy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.9375rem;top:102.8125rem;left:9.65625rem;overflow:hidden;display:block; }
#LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:97.75rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#kxehEq5ELXam6kELtpTJc0feQQGCBHqV { position:absolute;display:block;z-index:100007;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:101.125rem;left:29.15625rem;display:block; }
#hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:102.0625rem;left:29.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { position:absolute;display:block;z-index:100005;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.3125rem;width:58.5rem;top:119.9375rem;left:8.25rem;display:block; }
#K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.1875rem;top:124.625rem;left:9.53125rem;overflow:hidden;display:block; }
#CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:121.625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { position:absolute;display:block;z-index:100008;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:125rem;left:29.15625rem;display:block; }
#udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:126.5625rem;left:29.15625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:125.8125rem;left:29.15625rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#qhOO4OLyOvUAebItPgCRdZBByplUHQHD { position:absolute;display:block;z-index:100006;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:58.5rem;top:150.9375rem;left:8.25rem;display:block; }
#PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:18.5625rem;top:157.90625rem;left:9.34375rem;overflow:hidden;display:block; }
#olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { color:#000000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:153.4375rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { position:absolute;display:block;z-index:100009;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:157.0625rem;left:29.15625rem;display:block; }
#o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:158.5rem;left:29.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#L18iERTcbca8FuTNIF2stTNpdOiFgJlt { position:absolute;display:block;z-index:100007;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:58.5rem;top:177.6875rem;left:8.25rem;display:block; }
#THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:17.125rem;top:183.90625rem;left:10.0625rem;overflow:hidden;display:block; }
#H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { color:#000000;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:179.25rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { position:absolute;display:block;z-index:100010;background-color:#d60606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.75rem;top:182.5rem;left:29.15625rem;display:block; }
#sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:183.90625rem;left:29.15625rem;height:17.5rem;text-align:left;text-align-last:left;display:block; }
#nxxJgCLETyqtTTxItBiF2yfZqAsoomVz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:16.5625rem;top:134.8125rem;left:10.03125rem;overflow:hidden;display:block; }
#LRZDVouTOggkesTBBVSeiJr8IrIr7JMf { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:207.625rem;left:9.09375rem;height:6rem;display:block; }
#o8FtqzqT5EkfCSN9IC0bhKZbWQaCrcNl { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:203.375rem;left:9.34375rem;height:3rem;display:block; }
#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef4f3f;background-image:none;position:relative;display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { background-color: transparent; background-image: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container > .video-iframe-container { display: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row > .video-iframe-container { display: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .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); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { border-width: 0; border-radius: 0; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.84375rem;left:18.21875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { background-color: transparent; background-image: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container > .video-iframe-container { display: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row > .video-iframe-container { display: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .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); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { border-width: 0; border-radius: 0; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:21.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { background-color: transparent; background-image: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container > .video-iframe-container { display: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row > .video-iframe-container { display: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .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); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { border-width: 0; border-radius: 0; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:0.875rem;left:2.21875rem;display:block; }
#C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:2.21875rem;height:4.875rem;display:block; }
#wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9rem;left:2.0625rem;display:block; }
#VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.0625rem;height:8.125rem;display:block; }
#qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:21.875rem;left:2.0625rem;display:block; }
#i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.125rem;left:4.1875rem;height:3.25rem;font-style:normal;display:block; }
#EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:25.9375rem;left:2.21875rem;height:8.125rem;display:block; }
#nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:35.1875rem;left:2.0625rem;display:block; }
#JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:35.4375rem;left:4.1875rem;height:3.25rem;font-style:normal;display:block; }
#MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:39.5rem;left:2.21875rem;height:8.125rem;display:block; }
#uLukJQg620P4wQKD1IRNrDUh4dgcXACA { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:49rem;left:2.0625rem;display:block; }
#CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:49.25rem;left:4.1875rem;height:3.25rem;font-style:normal;display:block; }
#qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:53.3125rem;left:2.21875rem;height:9.75rem;display:block; }
#ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.875rem;left:42.21875rem;display:block; }
#S61kFIa65STUML5Taa9i88TK6GRcqATW { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.125rem;left:44.5rem;height:1.625rem;font-style:normal;display:block; }
#QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3rem;left:42.21875rem;height:4.875rem;display:block; }
#vTnh8C28U3pu9kICRWuqRxt4RACywZrm { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:9.25rem;left:42.25rem;display:block; }
#GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:44.5rem;height:3.25rem;font-style:normal;display:block; }
#PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14rem;left:42.21875rem;height:4.875rem;display:block; }
#lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:21.875rem;left:42.25rem;display:block; }
#SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:22.125rem;left:44.375rem;height:1.625rem;font-style:normal;display:block; }
#oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:42.25rem;height:9.75rem;display:block; }
#EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:35.4375rem;left:42.25rem;display:block; }
#hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.5rem;height:1.625rem;font-style:normal;display:block; }
#ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:38.3125rem;left:42.25rem;height:9.75rem;display:block; }
#O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { box-sizing:content-box;color:#e94f37;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:49.25rem;left:42.25rem;display:block; }
#Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:49.5rem;left:44.375rem;height:1.625rem;font-style:normal;display:block; }
#LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:52.0625rem;left:42.25rem;height:8.125rem;display:block; }
#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef4f3f;background-image:none;position:relative;display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { background-color: transparent; background-image: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container > .video-iframe-container { display: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row > .video-iframe-container { display: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .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); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { border-width: 0; border-radius: 0; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { background-color: transparent; background-image: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container > .video-iframe-container { display: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row > .video-iframe-container { display: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .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); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { border-width: 0; border-radius: 0; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.3125rem solid #f8f8f8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.25rem;width:24.0625rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#LgNHIfp10CN7ymETIqc7MfIIevRpomgV { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:27.875rem;height:5.125rem;font-style:normal;display:block; }
#kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { color:#000000;display:block;width:44rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:27.875rem;height:37.125rem;display:block; }
#AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { background-color:#1f84ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:5.375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:56.3125rem;left:37.90625rem;display:block; }
#tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#McpXIx42BgKztMwcTLxQJ6y8BLAgArTQ { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:49.875rem;left:27.84375rem;height:5rem;display:block; }
#poswqPbI7hSJXsJwyVsIFCHfQfHRbyWB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:caveat;font-size:2.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:45.0625rem;left:27.875rem;height:2.8125rem;display:block; }
#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:none;position:relative;display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { background-color: transparent; background-image: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container > .video-iframe-container { display: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row > .video-iframe-container { display: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .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); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { border-width: 0; border-radius: 0; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.65625rem;height:2.25rem;display:block; }
#WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.40625rem;height:1.25rem;display:block; }
#r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { color:rgba(244,238,238,0.02);display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.65625rem;height:1.125rem;font-style:normal;display:block; }
#EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:1.96875rem;left:61.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { top:0.8125rem;left:2.0625rem;width:43.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTT143KbUtJOqH66xUmocqJvyVaBws0 { display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { top:2.5625rem;left:0rem;width:25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { top:2rem;left:28.25rem;width:19.5rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { width:13.5rem;height:5.0625rem;display:flex;top:6.5625rem;left:28.375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
 }@media only screen and (max-width: 763px) { #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { top:2.3125rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJezNxJd161sTOJDNQrZipI6HpVyeJI { top:3.1875rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { top:30.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xUMitZ7ywFVq50aFtUVLKoxxskdged { width:27.25rem;height:4.8125rem;top:35.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block; }
 }@media only screen and (max-width: 763px) { #VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { top:12.3125rem;left:4.25rem;width:39.25rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { top:18.3125rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { top:18.9375rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { top:3rem;left:0rem;width:15.9375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { top:1.6875rem;left:5.375rem;width:41.0625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { top:4.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gph0BPNd01Flop8Pit83T58GaPRO6Q7l { display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { top:1.75rem;left:0rem;width:45.5625rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { top:11.1875rem;left:0rem;width:47.75rem;height:56.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { top:1.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { top:3.1875rem;left:0.78125rem;width:46.1875rem;height:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRW9rU39Aih77dhwopTsuiSH3cODyDMI { top:14.875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { top:34.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfuUHalMu6tsshuw757Tbg83rccWsfAl { top:11.6875rem;left:0rem;width:32.9375rem;height:;font-size:1.125rem;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { top:0.5rem;left:0rem;width:32.9375rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { top:31.9375rem;left:0rem;width:34.3125rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry4HClS5TNX5RIVXWTzKJXCNS98Z6TNK { top:11.125rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5TJZo3Nwmlihp0r0bNrAaFvAId26D9 { top:14rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNFlKJRQKhKtNpGR7JvLGvZXqJr1IwEC { top:16.875rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQVALPZszBhLndJR7rTCg1UJ3EaK9xIm { top:21.375rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNGTdMN62139WCIX3vgN44J7BGE2BJbT { top:24.25rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { top:3.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { top:11.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { width:27.25rem;height:4.8125rem;top:27.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block; }
 }@media only screen and (max-width: 763px) { #mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { top:2.625rem;left:0rem;width:47.0625rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { top:7.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { top:18.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { top:1.4375rem;left:0rem;width:28.1875rem;height:33.625rem;font-size:1.125rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { top:37.375rem;left:0rem;width:27.3125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { top:1.4375rem;left:14.9375rem;width:28.25rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ugihIsTcFerurWwqcWyz4leHMIFSln { top:1.4375rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlKsMbWhs96gvmi1zuZbfARSmHg2IGa4 { top:4.3125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vtcLr0lvoGKgJMkLH8nZwrAh27LGwK { top:7.1875rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Eaz7gunlwy6pMJ8y9UpDKQ3JlPrmhS { top:10.0625rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5PUIBSNOJ8gutgTuUcaWF35lyBsBdZ5 { top:13rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxKtL62BWFAetcniKx8i8gcFMm0wHuC { top:15.8125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM60ZxWQD07H5GQLv73G3NlxTxzEHPCc { top:18.75rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPkUUrkSwaKQVkgoSrX59IXEVvrrKTx { top:23.125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnTMkxuaM0UuGoppDqAFRM4ToTu7Pnb { top:26.125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcobTdXL0WWD6I1oy9RVU2r1huEq74Pc { top:28.8125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnB43qAQhdRK6izUl9VTdsTT5t5fcXur { top:31.75rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { top:2.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { top:0.3125rem;left:6.3037280701756rem;width:35.125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqSoodwTcqyhon5oM40hqahM11ZWS21l { top:2.25rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0H14khqxqSZ18V1w8U5BMO34icAeFRH { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { top:5.8125rem;left:0rem;width:30rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { top:9.75rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { top:11.3125rem;left:0rem;width:32.3125rem;height:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { top:5.125rem;left:29.25rem;width:18.5rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { top:5.25rem;left:0rem;width:22.8125rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { top:9.5625rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { top:11.4375rem;left:0rem;width:31.1875rem;height:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { top:4.5625rem;left:28.6875rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { top:6.375rem;left:0rem;width:26.9375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { top:10rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { top:12.3125rem;left:0rem;width:27.875rem;height:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { top:4.75rem;left:29.4375rem;width:18.3125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKhUd663793TrZ3hAAmwMourLJ7lKeV { display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkERttw78vuJFIvJGlWD4wuE3syewJ3W { top:3.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfht8OvE52460gteoK5ETdiadwFAiOR { top:14.125rem;left:14.9375rem;width:29.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { top:16.5625rem;left:4.90625rem;width:37.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbwQTQxMulEracK7iGvEB493FAEVqxDQ { top:25rem;left:4.78125rem;width:38.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { top:30.625rem;left:6rem;width:38.125rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { top:38rem;left:4.8125rem;width:38.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { top:28.0625rem;left:14.9375rem;width:17.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { top:1.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b7A28UflITd9nDpufn631gTfbqofds { top:5.125rem;left:0rem;width:31.5625rem;height:49rem;font-size:1.0625rem;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { top:5.125rem;left:18.625rem;width:29.125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOzTZxsZkEb0vg5thrF55QvdNfvE1Ep { top:27.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTy5stW0LxqeW9ycJJWWL4GB0oKz3X { top:21.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtN0LZNZ62iQU3VNIwSCM4i7El5a3X67 { top:33.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHt9fbr45im24b9nFQ2sVTBHcMRnBVy { top:15.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5W5lAtC9Wx85U0dA7OAHl6gpHWDari { top:37.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JtD2oJOUKAeDdhpETlDNu5DOsFBziz { top:10.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOwcMiNaEDaotKcpZwcKB3q9qprb9Bqs { top:44.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxh4eMHIgxSOgzgFvD3TEGO8TMoJrs5Z { top:4.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vHDmTZhcJktqnStpAQ0yptJsh4s2at { top:48.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1JPSQRDad4lJmQ8hHASkZHa2Q9W2bT6 { top:0rem;left:0rem;width:25.625rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { top:2.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh3G8u9hOt53D30RWddclIaWZtePhxJW { top:3rem;left:0rem;width:37rem;height:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { top:25rem;left:0rem;width:37.5625rem;height:5.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { top:34.875rem;left:0rem;width:40rem;height:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { width:24.0625rem;height:4.75rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block; }
 }@media only screen and (max-width: 763px) { #BqC7yfgeoeOJrBbRD2CKRBBVpcVgvvJv { top:4.5rem;left:20.5625rem;width:27.1875rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { top:1.3125rem;left:13.65625rem;width:20.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { top:2.6875rem;left:0rem;width:9.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { top:4.875rem;left:0rem;width:8.8125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { top:2.6875rem;left:2.9375rem;width:44.8125rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { top:12.1875rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { top:14.8125rem;left:0rem;width:9.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { top:17.0625rem;left:0rem;width:9.6875rem;height:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { top:14.1875rem;left:0.9375rem;width:46.8125rem;height:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JleLtPWifLfMB6RlC2e9keAXqJyHii89 { top:29.3125rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { top:32.625rem;left:0rem;width:10.875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { top:34.875rem;left:0rem;width:12.4375rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { top:31.9375rem;left:2.9375rem;width:44.8125rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { top:43.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { width:24.0625rem;height:4.75rem;top:48rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlUskiguczNXRTLwGXH56c8JOyTahod { display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { top:0.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { top:1.5625rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { top:3.625rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { top:3.625rem;left:15.53125rem;width:31.3125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { top:6.875rem;left:15.53125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { top:7.5625rem;left:10.5625rem;width:37.1875rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { top:25.375rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { top:26.875rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { top:26.3125rem;left:12.8125rem;width:34.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { top:29.875rem;left:15.53125rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { top:30.9375rem;left:11.25rem;width:36.5rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { top:49.125rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { top:51.0625rem;left:0rem;width:13.25rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { top:50.625rem;left:12.8125rem;width:25.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { top:53.8125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { top:55.5625rem;left:12.4375rem;width:35.3125rem;height:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { top:71.8125rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { top:76.6875rem;left:0rem;width:18rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucz0adbV2CS0OubfB9dGK086WTNhIthr { top:73.5625rem;left:15.53125rem;width:26.8125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcahs2U6KEwobsqggMaAJugJ12vLJwd { top:76.625rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { top:77.9375rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { top:96.4375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3f3vETzJwAeTbH2troENaMycE67TJIy { top:102.8125rem;left:0rem;width:17.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { top:97.75rem;left:15.53125rem;width:18.4375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxehEq5ELXam6kELtpTJc0feQQGCBHqV { top:101.125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { top:102.0625rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { top:119.9375rem;left:0rem;width:47.75rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { top:124.625rem;left:0rem;width:18.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { top:121.625rem;left:15.53125rem;width:22.5625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { top:125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { top:126.5625rem;left:12.4375rem;width:35.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { top:125.8125rem;left:12.4375rem;width:35.3125rem;height:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOO4OLyOvUAebItPgCRdZBByplUHQHD { top:150.9375rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { top:157.875rem;left:0rem;width:18.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { top:153.4375rem;left:15.53125rem;width:14.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { top:157.0625rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { top:158.5rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18iERTcbca8FuTNIF2stTNpdOiFgJlt { top:177.6875rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { top:183.875rem;left:0rem;width:17.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { top:179.25rem;left:15.53125rem;width:20.875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { top:182.5rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { top:183.875rem;left:12.4375rem;width:35.3125rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxJgCLETyqtTTxItBiF2yfZqAsoomVz { top:134.8125rem;left:0rem;width:16.5625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZDVouTOggkesTBBVSeiJr8IrIr7JMf { top:207.625rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FtqzqT5EkfCSN9IC0bhKZbWQaCrcNl { top:203.375rem;left:0rem;width:32rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { top:1.8125rem;left:4.59375rem;width:38.5625rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { top:1rem;left:7.40625rem;width:32.9375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { top:0.875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { top:1.125rem;left:0rem;width:13.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { top:3rem;left:0rem;width:27.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { top:9rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { top:9.25rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { top:11.75rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { top:21.875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { top:22.125rem;left:0rem;width:31.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { top:25.9375rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { top:35.1875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { top:35.4375rem;left:0rem;width:25.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { top:39.5rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { top:49rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { top:49.25rem;left:0rem;width:26.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { top:53.3125rem;left:0rem;width:29.625rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { top:0.875rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61kFIa65STUML5Taa9i88TK6GRcqATW { top:1.125rem;left:24.0625rem;width:23.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { top:3rem;left:18.125rem;width:29.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnh8C28U3pu9kICRWuqRxt4RACywZrm { top:9.25rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { top:9.5rem;left:20.25rem;width:27.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { top:14rem;left:18.125rem;width:29.625rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { top:21.875rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { top:22.125rem;left:23.9375rem;width:20.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { top:24.6875rem;left:18.125rem;width:29.625rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { top:35.4375rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { top:35.6875rem;left:24.0625rem;width:20.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { top:38.3125rem;left:18.125rem;width:29.625rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { top:49.25rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { top:49.5rem;left:23.9375rem;width:17.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { top:52.0625rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { top:1.3125rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { top:3.4375rem;left:0rem;width:24.0625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { top:2.1875rem;left:10.25rem;width:37.5rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { top:8.9375rem;left:3.75rem;width:44rem;height:37.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { width:23.875rem;height:5.375rem;top:56.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block; }
 }@media only screen and (max-width: 763px) { #McpXIx42BgKztMwcTLxQJ6y8BLAgArTQ { top:49.875rem;left:2.3125rem;width:45.4375rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poswqPbI7hSJXsJwyVsIFCHfQfHRbyWB { top:45.0625rem;left:14.25rem;width:12.5rem;height:2.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { top:3.3125rem;left:0rem;width:25.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { top:6.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { top:5.0625rem;left:0rem;width:20.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { top:1.9375rem;left:38.4375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { width:18.75rem;height:4rem;top:1.25rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTT143KbUtJOqH66xUmocqJvyVaBws0 { display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { width:18.75rem;height:3.8125rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { width:18.75rem;height:1.625rem;top:6.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { width:13.5rem;height:5.0625rem;display:flex;top:9.375rem;left:3.1875rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
 }@media only screen and (max-width: 763px) { #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { width:20rem;height:48.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJezNxJd161sTOJDNQrZipI6HpVyeJI { width:18.75rem;height:21.875rem;top:2.1875rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { width:18.75rem;height:6.1875rem;top:29.4375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xUMitZ7ywFVq50aFtUVLKoxxskdged { width:17.8125rem;height:4.375rem;top:34rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block; }
 }@media only screen and (max-width: 763px) { #VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { width:20rem;height:0;top:11.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { width:20rem;height:24.0625rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { width:20rem;height:19.9375rem;top:28.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { width:13rem;height:8.5rem;top:1.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { width:18.75rem;height:2rem;top:10.8125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { width:18.75rem;height:12.5rem;top:13.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gph0BPNd01Flop8Pit83T58GaPRO6Q7l { display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { width:20rem;height:119.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { width:20rem;height:105.625rem;top:12.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { width:18.75rem;height:10.9375rem;top:1.25rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRW9rU39Aih77dhwopTsuiSH3cODyDMI { width:20rem;height:39rem;top:9.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { width:20rem;height:9.25rem;top:50.0625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfuUHalMu6tsshuw757Tbg83rccWsfAl { width:18.875rem;height:22.0625rem;top:20.625rem;left:1.125rem;font-size:1.125rem;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { width:19.625rem;height:13.5rem;top:2.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { width:19.5625rem;height:27.625rem;top:48.4375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry4HClS5TNX5RIVXWTzKJXCNS98Z6TNK { width:2.75rem;height:2.75rem;top:20.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5TJZo3Nwmlihp0r0bNrAaFvAId26D9 { width:2.75rem;height:2.75rem;top:22.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNFlKJRQKhKtNpGR7JvLGvZXqJr1IwEC { width:2.75rem;height:2.75rem;top:27.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQVALPZszBhLndJR7rTCg1UJ3EaK9xIm { width:2.75rem;height:2.75rem;top:31.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNGTdMN62139WCIX3vgN44J7BGE2BJbT { width:2.75rem;height:2.75rem;top:35.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { width:19.5rem;height:10.9375rem;top:1.3125rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { width:19.375rem;height:29.25rem;top:14.6875rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { width:19rem;height:4.8125rem;top:47.6875rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block; }
 }@media only screen and (max-width: 763px) { #mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { width:20rem;height:15rem;top:10rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { width:20rem;height:12.375rem;top:29.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { width:18.5625rem;height:41.25rem;top:1.1875rem;left:0.71875rem;font-size:1.125rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { width:20rem;height:14.625rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { width:20rem;height:30.0439453125rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ugihIsTcFerurWwqcWyz4leHMIFSln { width:1.75rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlKsMbWhs96gvmi1zuZbfARSmHg2IGa4 { width:1.75rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vtcLr0lvoGKgJMkLH8nZwrAh27LGwK { width:1.75rem;height:1.75rem;top:9.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Eaz7gunlwy6pMJ8y9UpDKQ3JlPrmhS { width:1.75rem;height:1.75rem;top:13.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5PUIBSNOJ8gutgTuUcaWF35lyBsBdZ5 { width:1.75rem;height:1.75rem;top:16.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxKtL62BWFAetcniKx8i8gcFMm0wHuC { width:1.75rem;height:1.75rem;top:20.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM60ZxWQD07H5GQLv73G3NlxTxzEHPCc { width:1.75rem;height:1.75rem;top:24.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPkUUrkSwaKQVkgoSrX59IXEVvrrKTx { width:1.75rem;height:1.75rem;top:28.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnTMkxuaM0UuGoppDqAFRM4ToTu7Pnb { width:1.75rem;height:1.75rem;top:31.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcobTdXL0WWD6I1oy9RVU2r1huEq74Pc { width:1.75rem;height:1.75rem;top:34.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnB43qAQhdRK6izUl9VTdsTT5t5fcXur { width:1.75rem;height:1.75rem;top:38.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { width:18.75rem;height:7.3125rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { width:20rem;height:13.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqSoodwTcqyhon5oM40hqahM11ZWS21l { width:20rem;height:14.5rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0H14khqxqSZ18V1w8U5BMO34icAeFRH { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { width:20rem;height:2.25rem;top:3.03125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { width:9.375rem;height:0.1875rem;top:5.90625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { width:19.125rem;height:14.375rem;top:7.03125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { width:18.25rem;height:17.5625rem;top:24.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { width:19.4375rem;height:2.1875rem;top:3.09375rem;left:0.375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { width:9.375rem;height:0.1875rem;top:6.34375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { width:18.8125rem;height:14.375rem;top:7.59375rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { width:17.25rem;height:16.875rem;top:25.40625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { width:20rem;height:2.25rem;top:4.21875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { width:9.375rem;height:0.1875rem;top:7.84375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { width:19.125rem;height:10.0625rem;top:10.46875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { width:17.3125rem;height:17.25rem;top:24.96875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKhUd663793TrZ3hAAmwMourLJ7lKeV { display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkERttw78vuJFIvJGlWD4wuE3syewJ3W { width:20rem;height:10.25rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfht8OvE52460gteoK5ETdiadwFAiOR { width:20rem;height:1.75rem;top:16.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { width:20rem;height:12.375rem;top:19.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbwQTQxMulEracK7iGvEB493FAEVqxDQ { width:20rem;height:0.125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { width:20rem;height:11.25rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { width:20rem;height:0.125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { width:20rem;height:1.9375rem;top:34.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { width:20rem;height:9rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b7A28UflITd9nDpufn631gTfbqofds { width:18.25rem;height:60.875rem;top:10.875rem;left:0.875rem;font-size:1.0625rem;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { width:18.75rem;height:12.5rem;top:75.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOzTZxsZkEb0vg5thrF55QvdNfvE1Ep { width:2rem;height:2rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTy5stW0LxqeW9ycJJWWL4GB0oKz3X { width:2rem;height:2rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtN0LZNZ62iQU3VNIwSCM4i7El5a3X67 { width:2rem;height:2rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHt9fbr45im24b9nFQ2sVTBHcMRnBVy { width:2rem;height:2rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5W5lAtC9Wx85U0dA7OAHl6gpHWDari { width:2rem;height:2rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JtD2oJOUKAeDdhpETlDNu5DOsFBziz { width:2rem;height:2rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOwcMiNaEDaotKcpZwcKB3q9qprb9Bqs { width:2rem;height:2rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxh4eMHIgxSOgzgFvD3TEGO8TMoJrs5Z { width:2rem;height:2rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vHDmTZhcJktqnStpAQ0yptJsh4s2at { width:2rem;height:2rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1JPSQRDad4lJmQ8hHASkZHa2Q9W2bT6 { width:20rem;height:2.1875rem;top:6.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { background-color:transparent;background-image:none;display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { background-color: transparent; background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .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); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh3G8u9hOt53D30RWddclIaWZtePhxJW { width:18.75rem;height:21rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { width:18.75rem;height:3.375rem;top:23.5rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { width:18.75rem;height:22.5rem;top:28.125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { width:17.625rem;height:3.875rem;top:80.8642578125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block; }
 }@media only screen and (max-width: 763px) { #BqC7yfgeoeOJrBbRD2CKRBBVpcVgvvJv { width:20rem;height:30.1142578125rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { width:16.625rem;height:2.4375rem;top:1.25rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { width:9.5rem;height:2rem;top:1.25rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { width:8.8125rem;height:2.25rem;top:3.25rem;left:5.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { width:18.75rem;height:10.5rem;top:8rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { width:18.75rem;height:0.0625rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { width:9.5rem;height:2rem;top:21.0625rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { width:14.875rem;height:2.25rem;top:23.0625rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { width:18.75rem;height:24rem;top:26.75rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JleLtPWifLfMB6RlC2e9keAXqJyHii89 { width:18.75rem;height:0.0625rem;top:53.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { width:10.875rem;height:2rem;top:54.375rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { width:12.4375rem;height:2.25rem;top:56.375rem;left:3.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { width:18.75rem;height:12rem;top:61.125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { width:18.75rem;height:3.875rem;top:75.25rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { width:19rem;height:4.0625rem;top:81.5625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlUskiguczNXRTLwGXH56c8JOyTahod { display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { width:18.75rem;height:8.25rem;top:1.25rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { width:20rem;height:336.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { width:20rem;height:40.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { width:11.375rem;height:11.375rem;top:2.40625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { width:19.875rem;height:1.5rem;top:15.28125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { width:12.5rem;height:0.125rem;top:17.4375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { width:18.75rem;height:22.5rem;top:18.4375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { width:20rem;height:38.6875rem;top:42.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { width:10.9375rem;height:10.9375rem;top:43.59375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { width:17rem;height:2.875rem;top:55.09375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { width:12.5rem;height:0.125rem;top:58.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { width:18.75rem;height:21rem;top:59.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { width:20rem;height:35.125rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { width:8.8125rem;height:11.5625rem;top:83.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { width:9.5625rem;height:3.375rem;top:83.4375rem;left:9.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { width:12.5rem;height:0.125rem;top:96.25rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { width:18.75rem;height:19.5rem;top:97.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { width:20rem;height:35.3125rem;top:118.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { width:11.4375rem;height:8.4375rem;top:119.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucz0adbV2CS0OubfB9dGK086WTNhIthr { width:18.75rem;height:1.6875rem;top:129.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANcahs2U6KEwobsqggMaAJugJ12vLJwd { width:12.5rem;height:0.125rem;top:131.59375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { width:18.75rem;height:21rem;top:132.71875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { width:20rem;height:37.6875rem;top:155.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3f3vETzJwAeTbH2troENaMycE67TJIy { width:14.1875rem;height:9.3125rem;top:157.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { width:12.9375rem;height:1.6875rem;top:168.1875rem;left:3.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxehEq5ELXam6kELtpTJc0feQQGCBHqV { width:12.5rem;height:0.125rem;top:170.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { width:18.75rem;height:19.5rem;top:172.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { width:20rem;height:46.125rem;top:194.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { width:17.8125rem;height:8.8125rem;top:195.25rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { width:16.4375rem;height:1.6875rem;top:205.5rem;left:1.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { width:10.75rem;height:0.125rem;top:207.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { width:20rem;height:1.75rem;top:194.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { width:18.75rem;height:28.5rem;top:209rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOO4OLyOvUAebItPgCRdZBByplUHQHD { width:20rem;height:37.8125rem;top:241.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { width:14.125rem;height:10.5rem;top:242.90625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { width:10.625rem;height:1.6875rem;top:254.8125rem;left:4.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { width:10.75rem;height:0.125rem;top:257.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { width:18.75rem;height:19.5rem;top:259.28125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18iERTcbca8FuTNIF2stTNpdOiFgJlt { width:20rem;height:37.1875rem;top:280.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { width:11.1875rem;height:9.6875rem;top:281.46875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { width:15.3125rem;height:1.6875rem;top:292.40625rem;left:2.34375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { width:12.5rem;height:0.125rem;top:294.65625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { width:18.75rem;height:21.5625rem;top:296.28125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxJgCLETyqtTTxItBiF2yfZqAsoomVz { width:8.5625rem;height:5.6875rem;top:234.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZDVouTOggkesTBBVSeiJr8IrIr7JMf { width:20rem;height:11.25rem;top:323rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FtqzqT5EkfCSN9IC0bhKZbWQaCrcNl { width:20rem;height:2.4375rem;top:319.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { width:20rem;height:179.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { width:2.125rem;height:2.125rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { width:13.5rem;height:1.4375rem;top:4.625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { width:20rem;height:4.3125rem;top:7.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { width:2.125rem;height:2.125rem;top:16rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { width:15.375rem;height:1.4375rem;top:16.3125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { width:19.5625rem;height:11.5rem;top:19.0625rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { width:2.125rem;height:2.125rem;top:34.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { width:17.875rem;height:2.875rem;top:34.4375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { width:20rem;height:10.0625rem;top:38.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { width:2.125rem;height:2.125rem;top:53.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { width:18rem;height:2.875rem;top:53.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { width:20rem;height:10.0625rem;top:58.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { width:2.125rem;height:2.125rem;top:72.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { width:18.0625rem;height:2.875rem;top:72.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { width:20rem;height:11.5rem;top:76.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { width:2.125rem;height:2.125rem;top:91.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61kFIa65STUML5Taa9i88TK6GRcqATW { width:17.8125rem;height:2.875rem;top:91.5rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { width:20rem;height:5.75rem;top:96.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnh8C28U3pu9kICRWuqRxt4RACywZrm { width:2.125rem;height:2.125rem;top:105.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { width:17.9375rem;height:4.3125rem;top:105.1875rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { width:20rem;height:7.1875rem;top:111.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { width:2.125rem;height:2.125rem;top:121.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { width:17.5625rem;height:2.875rem;top:121.875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { width:20rem;height:11.5rem;top:126.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { width:2.125rem;height:2.125rem;top:142.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { width:17.8125rem;height:2.875rem;top:142.8125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { width:19.8125rem;height:11.5rem;top:147.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { width:2.125rem;height:2.125rem;top:162.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { width:16rem;height:1.4375rem;top:163.09375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { width:20rem;height:10.0625rem;top:166.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { width:12.5rem;height:17.125rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { width:18.9375rem;height:3.625rem;top:20rem;left:0.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { width:18.75rem;height:48.875rem;top:24.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { width:18.875rem;height:4.125rem;top:94.5rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block; }
 }@media only screen and (max-width: 763px) { #McpXIx42BgKztMwcTLxQJ6y8BLAgArTQ { width:19.375rem;height:9rem;top:83.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poswqPbI7hSJXsJwyVsIFCHfQfHRbyWB { width:12.5rem;height:2.5625rem;top:72.6875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { width:18.75rem;height:1.875rem;top:1.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { width:12.5rem;height:1.25rem;top:6.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { width:18.75rem;height:0.9375rem;top:4.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { width:5.375rem;height:5.375rem;top:9.0625rem;left:7.3125rem;overflow:hidden;display:block; }
 }