.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:url("https://images.assets-landingi.com/1afqTCuw/background_04.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { background-color: transparent; background-image: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container > .video-iframe-container { display: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row > .video-iframe-container { display: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .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); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { border-width: 0; border-radius: 0; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#fMbHJbAcN6EObykVFdOTNDVm0IugMyOF { color:#ff5200;display:block;width:32.9375rem;position:absolute;font-family:mazzard;font-size:6.4375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40.3125rem;height:8.36875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ip5PB7FG0lPMKBTOAtzJBTT6yl77pI7e { color:#ff5200;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:12.8125rem;left:51.875rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PfVTvi5v92pM3TSV6JHkLbwOfMuXUczp { color:#1be7b9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:47.125rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#md1u5dIRJMoGiJiAek1Jhgq9rq0aawVa { position:absolute;display:block;z-index:100120;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.1875rem solid #f3f3f3;border-left:0.1875rem solid #f3f3f3;border-right:0.1875rem solid #f3f3f3;border-bottom:0.1875rem solid #f3f3f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.25rem;width:4.25rem;top:39.0625rem;left:68.625rem;display:block; }
#CtE0uPkP9kOEXg7T1APOdholfni8NWJ0 { box-sizing:content-box;color:#4daf50;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100121;top:38.75rem;left:68.375rem;display:block; }
#uxGtCQS2vka6mT90CdREZrfVDdqcIVHx { color:#000000;display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:100121;line-height:1.1;letter-spacing:0;top:19.125rem;left:68.5rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#XxTGKirGUZ1IGuJVV5LNtBaQDc5qaPpR { position:absolute;display:block;z-index:100120;background-color:#ca0f0f;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.75rem;width:6.75rem;top:17.125rem;left:68.25rem;display:block; }
#SIa5AGlBoBuiSuGb7IK3FsdHqH0ZMFgo { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100122;line-height:1.1;letter-spacing:0;top:21.6875rem;left:70.375rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#mXd57EhBQeSaJk53bMMkaN5B7KKKmFxo { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100123;line-height:1.1;letter-spacing:0;top:18.375rem;left:70.375rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#AFBcKgTmQlps4TNOTM4ILLQtRtsBoDBF { color:#ff5200;display:block;width:29.25rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.1875rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ms390aUDfqCKNiE9rdPrJ6bGQdQBSFms { color:#ababab;display:block;width:6.12421875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.4375rem;height:1.3rem;display:block; }
#xZI1Bww6FSTXnRZb9QHOAVRzyuDQUVbo { color:#000000;display:block;width:16rem;position:absolute;font-family:mazzard;font-size:3.4375rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:18rem;left:42.4375rem;height:4.46875rem;text-align:left;text-align-last:left;display:block; }
#RMzaZy28bnBZvoKefm9Q4rdo0ED3yBMt { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:21.6875rem;left:42.4375rem;overflow:hidden;display:block; }
#GAdBP6UQ60LtbqR3Gtnv5Cko9cBm7BWs { color:#000000;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:22rem;left:45.3125rem;height:1.8681625rem;display:block; }
#vwp89pAcQwT6pyISQMTmN9V9ihlId4ft { background-color:#ca0f0f;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4.375rem;text-decoration:none;z-index:100108;text-align:center;text-align-last:center;top:39rem;left:41.5625rem;display:block; }
#JsGv1EWpK0RD0gI5OSCZ6yEFUDRyRCNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vSkpe4oD14CrafzwtdV0ZUOtrJN4x5DL { position:absolute;display:block;z-index:100038;background-color:#f3f3f3;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.1875rem;width:33.75rem;top:25.625rem;left:40.3125rem;display:block; }
#xL7tcIc85DEvRSmyNAwgFxiAz5NkxFrH { color:#11847c;display:block;width:31.25rem;position:absolute;font-family:mazzard;font-size:1.8125rem;font-weight:400;z-index:100058;line-height:1;letter-spacing:0;top:26.34375rem;left:42.375rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfEExigSAdKXt8IfH5RSOm2eRrAkZqAM { position:absolute;display:block;z-index:100039;background-color:#f3f3f3;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:9.3125rem;width:33.75rem;top:16rem;left:40.3125rem;display:block; }
#Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN { color:#1be7b9;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:30.9375rem;left:40.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
#VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL { color:#1be7b9;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:30.9375rem;left:58.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
#fZQ6mqXMq4SlBloonFgA6iq2KwzU4JbO { position:absolute;display:block;z-index:100125;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:16.5rem;left:60.125rem;overflow:hidden;display:block; }
#NRHqXcfOu9Ec6bu7XU36FubNZFKQdlIs { position:absolute;display:block;z-index:100125;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.5625rem;width:29.3125rem;top:4.875rem;left:4.8125rem;overflow:hidden;display:block; }
#A0EdEQ1LJfm0IH8MlTtrqghf8TpreJ57 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:40.375rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#HcbnTLx9Px9IGDFDP5bXiJtAZtoN9LMH { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:40.375rem;top:9.625rem;left:0rem;overflow:hidden;display:none; }
#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { background-color: transparent; background-image: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container > .video-iframe-container { display: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row > .video-iframe-container { display: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .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); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { border-width: 0; border-radius: 0; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#gXwTTuB9yLckLtiEzwKRsTKzBPCJ07lZ { color:#595959;display:block;width:12.7495625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:31.623264312744rem;left:2.9973964691162rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#To8CnJMLeLbG5HGShitPtwxcvlp6Nzqv { color:#61ce70;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.811632156372rem;left:3.9982643127441rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pEIQxFnyuKsSen0roBmzKnJPdBH4OJBr { position:absolute;display:block;z-index:100007;background-color:#dd1d08;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:1.875rem;width:0.625rem;top:28.809028625488rem;left:2.9973964691162rem;display:block; }
#Sp4VLQTM2TA9Tgs3PUAqeJacZH6fxg5a { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:9.25rem;top:10.370659828186rem;left:4.7170143127441rem;overflow:hidden;display:block; }
#bSHvtH8bwHGSw9VVRWAXhUMN6yHmSFNw { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:9.25rem;top:10.308159828186rem;left:23.467014312744rem;overflow:hidden;display:block; }
#JgLKo2N4gZVzsElgADWRVQ8WsEqCKiIE { color:#595959;display:block;width:12.7495625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:31.748268127441rem;left:21.809028625488rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kN1LfN5fBCBUzRFD8ahAlbuuyPa9TJxx { color:#61ce70;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:28.936632156372rem;left:22.748264312744rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRXVP4hbc2kpXytMQSvLi9Ta7PXam0pX { position:absolute;display:block;z-index:100011;background-color:#dd1d08;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:1.875rem;width:0.625rem;top:28.999132156372rem;left:21.747394561767rem;display:block; }
#Od6DfF96gHNhEyvIHCtGS4wHE8T1dNqM { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:9.25rem;top:7.75rem;left:42.217014312744rem;overflow:hidden;display:block; }
#qshqB1aX2EWshPKzq8gRKnUVAlNsP9sQ { color:#595959;display:block;width:12.7495625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:31.748264312744rem;left:40.497394561767rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#svxGs5AxIDxquM6zcMggzsL2KPGZa8T7 { color:#61ce70;display:block;width:12.25rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:28.936632156372rem;left:41.499134063721rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzTvXU59Hyh7HsaihaIUed8hgybncMZq { position:absolute;display:block;z-index:100015;background-color:#dd1d08;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:1.875rem;width:0.625rem;top:28.999132156372rem;left:40.497394561767rem;display:block; }
#nAs81Hz7wavXKhpQipSg4NaLe1RQxZQz { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9370625rem;width:11.624375rem;top:7.0017361640931rem;left:60.377601623535rem;overflow:hidden;display:block; }
#pOXxg5zk9oJtshEXKghACkW8HOZwDmCl { color:#595959;display:block;width:12.7495625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:31.748264312744rem;left:59.247398376465rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhzmFpEJERBVi6vteLQxk2SBUVrUhvrV { color:#61ce70;display:block;width:11.0623125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:28.936632156372rem;left:60.248268127441rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IzsDLNcwXpcJL6gZ4S1J3UotJGUylf8y { position:absolute;display:block;z-index:100019;background-color:#dd1d08;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:1.875rem;width:0.625rem;top:28.999132156372rem;left:59.247398376465rem;display:block; }
#N4STfTsxhctIs31fd8Ld7WeAiVCp1meg { color:#424242;display:block;width:75rem;position:absolute;font-family:mazzard;font-size:3.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.3437585830689rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { background-color: transparent; background-image: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container > .video-iframe-container { display: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row > .video-iframe-container { display: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .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); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { border-width: 0; border-radius: 0; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#JDThqKT2yOh6OWG0PyxqqRJn10gGgyCZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ys6r9ByQLWFPPk4rAJqtSgLcHpk8etvu { color:#ffffff;display:block;width:66.3125rem;position:absolute;font-family:mazzard;font-size:3.4375rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:6rem;left:4.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AC6BQOfXesfApZZcn03QKPNeOG4WhERB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1afqTCuw/background_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB.adaptive-delivery-prevent-bg, #AC6BQOfXesfApZZcn03QKPNeOG4WhERB.lazyload, #AC6BQOfXesfApZZcn03QKPNeOG4WhERB.lazyloading { background-image: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { background-color: transparent; background-image: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container > .video-iframe-container { display: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row > .video-iframe-container { display: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .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); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { border-width: 0; border-radius: 0; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#XJka0IkqOE8giTWkHqgMpxrFKMvAdFIT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.6875rem;top:2.0625rem;left:0rem;display:block; }
#DeOORGHTT24XUmiUkVJWJv4qw6HViRdM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:24.6875rem;top:2.0625rem;left:50.3125rem;display:block; }
#EIP5D6V9BuSulAuog5v3wZuc6838nH8b { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:24.6875rem;top:2.09375rem;left:25.15625rem;display:block; }
#OMu48fVsgwWsnFD6Owc78CTUz07CoVNs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:24.6875rem;top:16.0625rem;left:25.1875rem;display:block; }
#VVSflazSNGSA9Um1UgHrCyPrafITVn9o { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:24.6875rem;top:16.0625rem;left:50.25rem;display:block; }
#FiMQNvWeI45AET8lkQegZ4DycMALPsWx { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.6875rem;top:16.0625rem;left:0rem;display:block; }
#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { background-color: transparent; background-image: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container > .video-iframe-container { display: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row > .video-iframe-container { display: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .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); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { border-width: 0; border-radius: 0; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#V5wnR2LOmN01HEl1XDBh2FJrd7pbhGow { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:34.25rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#wM9MEv3zc9m2AdETrc6etRv5SmRTvB2z { color:#dd1d08;display:block;width:35.5625rem;position:absolute;font-family:mazzard;font-size:3.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:39.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CoXI832Hk5smIhttpp52bSVxhV0Dplk2 { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:39.4375rem;height:14.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { background-color: transparent; background-image: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container > .video-iframe-container { display: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row > .video-iframe-container { display: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .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); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { border-width: 0; border-radius: 0; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:75rem;position:relative;display:block; }#r8J5gBovTRJQcJDsNWAHoPB0z1ei1lAg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:34.375rem;left:0rem;overflow:hidden;display:block; }
#LTHbF64pSV8gl2BKcOFJGBCkXH5azlA3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:1.375rem;left:50rem;overflow:hidden;display:block; }
#gupwEGRZkA61Qe2TRncCbL0DB69xhG5E { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#xuJfrpwFet0VV9Hci4uI8IGJytsEObNT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:34.375rem;left:25rem;overflow:hidden;display:block; }
#Pk5HrMvfQzEw02ct32N5wLNTXPVtJHIi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:34.375rem;left:50rem;overflow:hidden;display:block; }
#lg2gQxnVhZ3a3uKrdxMRwXrJa8a7uqVZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:25rem;top:1.375rem;left:25rem;overflow:hidden;display:block; }
#ycwXKV790igEv4iehlO7Axc3G42Tgnct { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:30.125rem;left:6.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAOEUG248hoUuQSfAU4sKrbVoulXaDEt { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:30.125rem;left:56.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IkMvZE9cThR8QscLxy1qKAQ82Z2oXM8A { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:63.6875rem;left:6.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggq9LCFDgqQTLRbm9akaakRmSRE6nKg7 { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:63.6875rem;left:31.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GSoeuA8xmfi8Zw4M6B3siPzlkfmtWWS0 { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:63.6875rem;left:56.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vvz6cA8D41hb3dSTzqM92N08AvEEVlJD { color:#e21c21;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:30.125rem;left:31.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { background-color: transparent; background-image: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container > .video-iframe-container { display: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row > .video-iframe-container { display: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .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); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { border-width: 0; border-radius: 0; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#yTEr0T8n0p1iayZJOgSeQNTC8eUtdk3q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:42.6875rem;top:0rem;left:16.15625rem;overflow:hidden;display:block; }
#CvXTCInz35GKLFrg66CJsTiahZN4noRM { color:#000000;display:block;width:55.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:10.875rem;left:8.1875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wrf9w4qZOVrdP90K0RHOcVdCdL8GOGFc { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1strgziQpOf9pFzKRgdR2rXUbpENTTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { background-color: transparent; background-image: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container > .video-iframe-container { display: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row > .video-iframe-container { display: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .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); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { border-width: 0; border-radius: 0; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#SbXKxtMl0qyAl9vqUkN6P6lt5FauVG5P { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:mazzard;font-size:2.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.296875rem;left:0rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { background-color: transparent; background-image: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container > .video-iframe-container { display: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row > .video-iframe-container { display: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .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); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { border-width: 0; border-radius: 0; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#JepaDDdSMkZ4okPrTddNeRsKT28tbbIk { position:absolute;display:block;z-index:100038;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.0625rem solid #c6c6c6;border-left:0.0625rem solid #c6c6c6;border-right:0.0625rem solid #c6c6c6;border-bottom:0.0625rem solid #c6c6c6;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:20.3125rem;width:31.9375rem;top:4.0625rem;left:4.6875rem;display:block; }
#Mm856akx7KlVZ8zcukbAgnSTJ7l8J2T4 { color:#000000;display:block;width:16rem;position:absolute;font-family:mazzard;font-size:3.3125rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:8.0625rem;left:19.5625rem;height:4.30625rem;text-align:left;text-align-last:left;display:block; }
#QqAJCXv0RMRxTUFHo0fIQEkep72EgfDr { color:#ababab;display:block;width:6.12421875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:7.25rem;left:19.5625rem;height:1.3rem;display:block; }
#TPP2MPkNyuWn3UZr40nck5baK6EORxiT { color:#000000;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:8.1875rem;left:17.5rem;height:0;font-style:normal;display:none; }
#GrlETCfoPXM6awzpgbkaOavcLlO98rTt { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:12.625000953674rem;left:22.3125rem;height:1.8681625rem;display:block; }
#FfDQqXvQe8AqyDOh7dR1w5P9x7NTuBEU { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:12.375000953674rem;left:19.5625rem;overflow:hidden;display:block; }
#THH5laHDXydMWrP90Ivakn6pHlC4ACkv { color:#11847c;display:block;width:9.375rem;position:absolute;font-family:mazzard;font-size:2.5rem;font-weight:700;z-index:100043;line-height:1;letter-spacing:0;top:16rem;left:25.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ou8xemzrLhsOlcSCx5vyaUlFkfTVyG4A { color:#11847c;display:block;width:5.0625rem;position:absolute;font-family:mazzard;font-size:1.5625rem;font-weight:400;z-index:100044;line-height:1;letter-spacing:0;top:16.4375rem;left:20.375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCs0XLhgTD7yEqTABPGx9CZl1fwhqkt1 { position:absolute;display:block;z-index:100108;background-color:#ca0f0f;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;width:2.8125rem;top:4.4375rem;left:33.375rem;display:block; }
#mJbqEZhdZsCSFbtlVwesIe3nUDTuCGgb { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100109;line-height:1.1;letter-spacing:0;top:4.875rem;left:33.5rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#BCmwaD4ii2SDDhBCLKCMULKWFfz6iCMO { background-color:#ca0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.625rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:19.0625rem;left:18.1875rem;display:block; }
#LuEtuOzapA01avfE0Uon0ZTqfoemNDhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W0DcKv9nTeQNA5ZBaCg4B14TwXecoPDw { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:16.8125rem;top:5.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#MT0zL82J9xwKI8tHlXEJeHKbJ4rbiMHt { position:absolute;display:block;z-index:100042;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.0625rem solid #c6c6c6;border-left:0.0625rem solid #c6c6c6;border-right:0.0625rem solid #c6c6c6;border-bottom:0.0625rem solid #c6c6c6;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:20.3125rem;width:31.9375rem;top:4rem;left:42.9375rem;display:block; }
#gHqen7nOPPy1F1D8A4OaKV9xpCpFvx01 { color:#000000;display:block;width:16rem;position:absolute;font-family:mazzard;font-size:3.3125rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:7.9375rem;left:56.625rem;height:4.30625rem;text-align:left;text-align-last:left;display:block; }
#o2GJclALqrAGDvaR7bmK8miT0FyBlkSn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"san francisco";font-size:1.4375rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:12.562500953674rem;left:59.4375rem;height:1.8681625rem;display:block; }
#aDJaVXadXlRnrvDq4dx04nIighdkKwDh { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:12.375000953674rem;left:56.6875rem;overflow:hidden;display:block; }
#IBp3y7vF9UtQcMGmUT5J4DM0Z6L03rV2 { color:#11847c;display:block;width:9.375rem;position:absolute;font-family:mazzard;font-size:2.5rem;font-weight:700;z-index:100043;line-height:1;letter-spacing:0;top:15.937500953674rem;left:63.4375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxboahGxBkSvaRMAcJ9y6mTqUZ1y56Uh { color:#11847c;display:block;width:5.0625rem;position:absolute;font-family:mazzard;font-size:1.5625rem;font-weight:400;z-index:100044;line-height:1;letter-spacing:0;top:16.375000953674rem;left:58.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJScIwVtOyTSgXlBDnsoDZMpgFCmKs3H { background-color:#ca0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.625rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:19.000000476837rem;left:56.125rem;display:block; }
#d0ZMv4VgHNlgd8EAApxfElzDJwGGx1ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I5cRK1cAd8CIN1QEMFwWEzQRB2agSKAK { color:#ababab;display:block;width:6.12413125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:7.125rem;left:56.625rem;height:1.3rem;display:block; }
#THBTzmG4TTncQBd6TV5pKfXnActPLc4Q { position:absolute;display:block;z-index:100108;background-color:#ca0f0f;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;width:2.8125rem;top:4.375rem;left:71.5625rem;display:block; }
#OpBlyEXIB5bdKoD0nJy10EIdrMV8GlQh { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100109;line-height:1.1;letter-spacing:0;top:4.8125rem;left:71.6875rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#UBAtcmH20ilq0CqoiTbCx8lzNODdRWQ2 { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.875rem;width:13.25rem;top:1.8715278441086rem;left:40.96875rem;overflow:hidden;display:block; }
#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { background-color: transparent; background-image: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container > .video-iframe-container { display: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row > .video-iframe-container { display: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .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); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { border-width: 0; border-radius: 0; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#cMUbiVCdsMpFSfe5uSCiQWBDQkJPqKCs { color:#000000;display:block;width:17rem;position:absolute;font-family:"san francisco";font-size:1.25rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:8.1875rem;left:16rem;height:0;font-style:normal;display:none; }
#ibQSLfxIPwXREkEvT4ReCFSdGeAT9yUH { position:absolute;display:block;z-index:100054;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.0625rem solid #c6c6c6;border-left:0.0625rem solid #c6c6c6;border-right:0.0625rem solid #c6c6c6;border-bottom:0.0625rem solid #c6c6c6;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:20.3125rem;width:31.9375rem;top:1.8125rem;left:4.6875rem;display:block; }
#xE0exfiRFNWbXpvba8TlmPNB4LMOTQ8f { color:#11847c;display:block;width:9.375rem;position:absolute;font-family:mazzard;font-size:2.5rem;font-weight:700;z-index:100055;line-height:1;letter-spacing:0;top:13.4375rem;left:25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7gnbQzD73CBOImHPED1GTAZcx1CL6Tq { background-color:#ca0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.625rem;text-decoration:none;z-index:100119;text-align:center;text-align-last:center;top:16.562499344349rem;left:18.09375rem;display:block; }
#WBrg6BUrCuwyMhUXeiMChmUE6IfPzn73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lKlLJT3TdDuvt4qXvJJ3PTPdtKdukJFZ { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"san francisco";font-size:1.4375rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:10.000000119209rem;left:21.5625rem;height:1.8681625rem;display:block; }
#QwAsXK1DpGwqXcwdOpLrGzrAq65FgTeP { color:#000000;display:block;width:17rem;position:absolute;font-family:"san francisco";font-size:1.25rem;font-weight:400;z-index:100090;line-height:1.3;letter-spacing:0;top:8.1875rem;left:55rem;height:0;font-style:normal;display:none; }
#l7xoc1NUBc8DZG5gGUtfMfOdWTzCEvpf { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:mazzard;font-size:3.3125rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:5.875rem;left:18.625rem;height:4.30625rem;text-align:left;text-align-last:left;display:block; }
#BQdlsg59ey2XnQz6GHyVvkxaHrhzrpHJ { color:#11847c;display:block;width:5.0625rem;position:absolute;font-family:mazzard;font-size:1.5625rem;font-weight:400;z-index:100056;line-height:1;letter-spacing:0;top:13.875rem;left:19.875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRnoQPPomQ16M9sDJFxDlmyQHz4mxeuO { position:absolute;display:block;z-index:100120;background-color:#ca0f0f;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;width:2.8125rem;top:2.2499998807907rem;left:33.3125rem;display:block; }
#H83oILJJt2DcxLehbldxPDhcewILDyhd { color:#ababab;display:block;width:6.12421875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:5.0625rem;left:18.625rem;height:1.3rem;display:block; }
#UaoQRIeX5OBiqTfPImNJ1tI5HifvdTxT { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100121;line-height:1.1;letter-spacing:0;top:2.6874998807907rem;left:33.4375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#x5au8brnc20AK2Gl0rrBn2NtlwzdeCMm { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:9.6875001192094rem;left:18.625rem;overflow:hidden;display:block; }
#AJTq9GfVKky1Xkhn5FMzUpX8tHR3df85 { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100121;line-height:1.1;letter-spacing:0;top:2.875rem;left:71.875rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#wiyRq25TilEek2PQirMaTAyCu8xkIUge { position:absolute;display:block;z-index:100040;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.0625rem solid #c6c6c6;border-left:0.0625rem solid #c6c6c6;border-right:0.0625rem solid #c6c6c6;border-bottom:0.0625rem solid #c6c6c6;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:20.3125rem;width:31.9375rem;top:1.8125rem;left:42.9375rem;display:block; }
#KTlmvDhVi6GH2oePVVSGVLyIVIHTO34V { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:17.3125rem;top:2.375rem;left:38.75rem;overflow:hidden;display:block; }
#sHaSihrLTeeNazwtD9ibVkPKHqGJOs5U { color:#000000;display:block;width:16.125rem;position:absolute;font-family:mazzard;font-size:3.3125rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:5.875rem;left:56.75rem;height:4.3056625rem;text-align:left;text-align-last:left;display:block; }
#sAuxbfhECEEmKTfuy6kfd45fh8XxxpkK { color:#ababab;display:block;width:6.12413125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:5.0625rem;left:56.75rem;height:1.3rem;display:block; }
#VkQURprtzrGmdyuLeqqFgTgDXXa1d70f { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:9.875rem;left:56.625rem;overflow:hidden;display:block; }
#wfVz4AXVcv16P10vdMQFMdE8PJF7TB6P { color:#000000;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:10.1875rem;left:59.5rem;height:1.8681625rem;display:block; }
#gTFvBTnU4f61dLyDVGEM9ZKOzsOiH7OE { color:#11847c;display:block;width:9.375rem;position:absolute;font-family:mazzard;font-size:2.5rem;font-weight:700;z-index:100043;line-height:1;letter-spacing:0;top:13.5625rem;left:62.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gw9JV6KEmm0ZJsEMeRK6Sak4hD5aePCo { color:#11847c;display:block;width:5.0625rem;position:absolute;font-family:mazzard;font-size:1.5625rem;font-weight:400;z-index:100044;line-height:1;letter-spacing:0;top:14rem;left:57.5625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyrIsKt7rCUwwvbJUz2TwTDml2eE6DFW { background-color:#ca0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.625rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:16.562499344349rem;left:56.03125rem;display:block; }
#Q4yZeSEinNFING6qgrhWr2hM2TsJEQMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t80sF3AOo6244dTimzCPpu5lzhvMcnTu { position:absolute;display:block;z-index:100108;background-color:#ca0f0f;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;width:2.8125rem;top:2.25rem;left:71.5625rem;display:block; }
#oLgJbV4WVytsklRSm26Ex4vxWqgJ348T { color:#000000;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100109;line-height:1.1;letter-spacing:0;top:2.6875rem;left:71.6875rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#BHU5RieVy4ZGfws3UTq9xZqxGNLyJ8ko { position:absolute;display:block;z-index:100152;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:17.3125rem;top:5.6875rem;left:38.75rem;overflow:hidden;display:block; }
#XqHM6w4zER6T8b1p1PTZEKiyvNOC2KQ9 { position:absolute;display:block;z-index:100153;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:17.3125rem;top:10.25rem;left:38.75rem;overflow:hidden;display:block; }
#FdxADqecMkEIuIDMsF4dq95igbkU08uw { position:absolute;display:block;z-index:100150;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:17.375rem;top:0.75rem;left:0.44901315789474rem;overflow:hidden;display:block; }
#PtTc0pbMNevZd4Mo7raToVAAui69otnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afb9a8ef-3522-4fe7-b53e-db95b5e78cda/bg4.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd.adaptive-delivery-prevent-bg, #PtTc0pbMNevZd4Mo7raToVAAui69otnd.lazyload, #PtTc0pbMNevZd4Mo7raToVAAui69otnd.lazyloading { background-image: none; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container { background-color: transparent; background-image: none; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container > .video-iframe-container { display: none; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row > .video-iframe-container { display: none; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .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); }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container { border-width: 0; border-radius: 0; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#ZtXI05qDO6Eys8cXWIncTAbwdwEUTzu5 { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:3rem;left:19.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mhyhVq1vAbUibg6sueirI2OZ1XMlb0n2 { position:absolute;display:block;z-index:100021;background-color:#e21c21;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:3.125rem;top:5.25rem;left:19.9375rem;display:block; }
#E2Tlm8koocK4tmsnWXiT0txs3cHM2ml4 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:6.6242187023163rem;left:21.624217987061rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeFtTUgaMculviqR0DrQn2FmZ7cmMsBZ { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:6.1875rem;left:19.56093788147rem;display:block; }
#hyB8A8gdgfuXqxCn4zD8bWPyVHCdNqRF { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:6.8747844696044rem;left:41.062286376953rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFpELRTfFV5nXfXDZgnuRSWvo3WMgnMT { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:9.5928840637206rem;left:41.374786376953rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JrlUUZ5PcwZLPIs7vkGJ5xezhD592faJ { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:3rem;left:38.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzUd6ofJWVTl0NE2ZQdnBTQJRyDMulcg { position:absolute;display:block;z-index:100029;background-color:#e21c21;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:3.125rem;top:5.25rem;left:38.8125rem;display:block; }
#bM6bpZnq38FsCTFTEJalrSwCusQwFQxu { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:6.4375019073488rem;left:38.811851501465rem;display:block; }
#Zty9qm64WF6TTICEaulSMcuiIpwnhkeT { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:9.1241340637206rem;left:38.811851501465rem;display:block; }
#GLAV5ZrdHy5IE9iQtQqGfhXpf6d6whux { position:absolute;display:block;z-index:100035;background-color:#e21c21;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:3.125rem;top:5.25rem;left:57.5625rem;display:none; }
#X0ZFDTL54gsR0IcmqNbUVaKrcAMdMZWT { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3rem;left:57.5625rem;height:1.597225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lB7710HcFNw7tXTn6cIhcbNL8tss3GDa { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100029;line-height:1.5;letter-spacing:0;top:6.1875rem;left:57.5625rem;height:6.9444375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PxqKhDzB5cJ88HApTLpuoVmVQbp20QKf { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:12.124349594116rem;left:38.811851501465rem;display:block; }
#zrbwOvmiUG7zsDie0QW1JFvUDhd1xS2T { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100030;line-height:1.5;letter-spacing:0;top:12.561632156372rem;left:41.374786376953rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#myMvePIaGLBXdl5U15OOvAcPe84IkIde { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.81163125rem;width:17.061625rem;top:6.4366321563719rem;left:57.093101501465rem;overflow:hidden;display:block; }
#aQFkRGUKeGXGWt5G3BTtNfi8T22BaZbp { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:8.75rem;top:6.875rem;left:5rem;overflow:hidden;display:block; }
#TVDC8r4vtuouwZITAKrs1nXoMGDVTBqm { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.62478125rem;width:6.25rem;top:10.980686187744rem;left:5rem;overflow:hidden;display:block; }
#BVe84vsGNkDbdxQ8d1dzzhLWCEz4KiLW { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:3rem;left:5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JskDyi8QX2KJkMwu7zOdfsgAfK4mlOyU { position:absolute;display:block;z-index:100023;background-color:#e21c21;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:3.125rem;top:5.25rem;left:5rem;display:block; }
#bDVC0r39Iw6S7a8AmJKrqd30w7ifCcOb { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:2.6875rem;left:57.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aw8IzcOWkaKeTEOB87SLwsPcQanqrRvA { position:absolute;display:block;z-index:100031;background-color:#e21c21;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:3.125rem;top:4.9375rem;left:57.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hruEqyEdbOsRMsbxBczyX5UIH84fAmAG { display:block; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMbHJbAcN6EObykVFdOTNDVm0IugMyOF { width:32.9375rem;height:8.3125rem;top:6.1875rem;left:14.8125rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip5PB7FG0lPMKBTOAtzJBTT6yl77pI7e { width:21.25rem;height:1.8125rem;top:12.8125rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfVTvi5v92pM3TSV6JHkLbwOfMuXUczp { width:47.75rem;height:1.375rem;top:47.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1u5dIRJMoGiJiAek1Jhgq9rq0aawVa { width:4.25rem;height:4.25rem;top:39.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtE0uPkP9kOEXg7T1APOdholfni8NWJ0 { width:5.25rem;height:5.25rem;top:38.75rem;left:42.5rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGtCQS2vka6mT90CdREZrfVDdqcIVHx { top:19.125rem;left:41.5rem;width:6.25rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTGKirGUZ1IGuJVV5LNtBaQDc5qaPpR { width:6.75rem;height:6.75rem;top:17.125rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIa5AGlBoBuiSuGb7IK3FsdHqH0ZMFgo { top:21.6875rem;left:45.25rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXd57EhBQeSaJk53bMMkaN5B7KKKmFxo { top:18.375rem;left:45.25rem;width:2.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBcKgTmQlps4TNOTM4ILLQtRtsBoDBF { width:29.25rem;height:1.8125rem;top:5.6875rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms390aUDfqCKNiE9rdPrJ6bGQdQBSFms { width:6.0625rem;height:1.25rem;top:17.125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZI1Bww6FSTXnRZb9QHOAVRzyuDQUVbo { top:18rem;left:28.8125rem;width:16rem;height:4.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzaZy28bnBZvoKefm9Q4rdo0ED3yBMt { width:2.1875rem;height:2.1875rem;top:21.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAdBP6UQ60LtbqR3Gtnv5Cko9cBm7BWs { width:12.875rem;height:1.8125rem;top:22rem;left:31.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwp89pAcQwT6pyISQMTmN9V9ihlId4ft { width:25.5rem;height:4.375rem;top:39rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGv1EWpK0RD0gI5OSCZ6yEFUDRyRCNn { display:block; }
 }@media only screen and (max-width: 763px) { #vSkpe4oD14CrafzwtdV0ZUOtrJN4x5DL { width:33.75rem;height:3.1875rem;top:25.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL7tcIc85DEvRSmyNAwgFxiAz5NkxFrH { width:31.25rem;height:1.8125rem;top:26.3125rem;left:16.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEExigSAdKXt8IfH5RSOm2eRrAkZqAM { width:33.75rem;height:9.3125rem;top:16rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN { width:17.6875rem;height:;top:30.9375rem;left:26.6875rem;font-size:0.9375rem;display:block; }#Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
 }@media only screen and (max-width: 763px) { #VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL { width:16.5625rem;height:;top:30.9375rem;left:31.1875rem;font-size:0.9375rem;display:block; }#VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
 }@media only screen and (max-width: 763px) { #fZQ6mqXMq4SlBloonFgA6iq2KwzU4JbO { width:7.9375rem;height:7.9375rem;top:16.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRHqXcfOu9Ec6bu7XU36FubNZFKQdlIs { width:29.3125rem;height:38.5625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0EdEQ1LJfm0IH8MlTtrqghf8TpreJ57 { width:40.375rem;height:26.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbnTLx9Px9IGDFDP5bXiJtAZtoN9LMH { width:40.375rem;height:26.9375rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM { display:block; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXwTTuB9yLckLtiEzwKRsTKzBPCJ07lZ { width:12.6875rem;height:3.1875rem;top:31.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To8CnJMLeLbG5HGShitPtwxcvlp6Nzqv { width:12.5rem;height:;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIQxFnyuKsSen0roBmzKnJPdBH4OJBr { width:0.625rem;height:1.875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4VLQTM2TA9Tgs3PUAqeJacZH6fxg5a { width:9.25rem;height:16.5rem;top:10.3125rem;left:1.3107643127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSHvtH8bwHGSw9VVRWAXhUMN6yHmSFNw { width:9.25rem;height:16.625rem;top:10.25rem;left:13.248264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLKo2N4gZVzsElgADWRVQ8WsEqCKiIE { width:12.6875rem;height:3.1875rem;top:31.6875rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN1LfN5fBCBUzRFD8ahAlbuuyPa9TJxx { width:13.0625rem;height:;top:28.875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRXVP4hbc2kpXytMQSvLi9Ta7PXam0pX { width:0.625rem;height:1.875rem;top:28.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6DfF96gHNhEyvIHCtGS4wHE8T1dNqM { width:9.25rem;height:19.1875rem;top:7.75rem;left:25.185764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshqB1aX2EWshPKzq8gRKnUVAlNsP9sQ { width:12.6875rem;height:3.1875rem;top:31.6875rem;left:23.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svxGs5AxIDxquM6zcMggzsL2KPGZa8T7 { width:12.25rem;height:;top:28.875rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTvXU59Hyh7HsaihaIUed8hgybncMZq { width:0.625rem;height:1.875rem;top:28.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAs81Hz7wavXKhpQipSg4NaLe1RQxZQz { width:11.5625rem;height:19.830931494844rem;top:7rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXxg5zk9oJtshEXKghACkW8HOZwDmCl { width:12.6875rem;height:3.1875rem;top:31.6875rem;left:35.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhzmFpEJERBVi6vteLQxk2SBUVrUhvrV { width:11rem;height:;top:28.875rem;left:36.404518127441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzsDLNcwXpcJL6gZ4S1J3UotJGUylf8y { width:0.625rem;height:1.875rem;top:28.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4STfTsxhctIs31fd8Ld7WeAiVCp1meg { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP { display:block; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDThqKT2yOh6OWG0PyxqqRJn10gGgyCZ { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6r9ByQLWFPPk4rAJqtSgLcHpk8etvu { width:47.75rem;height:;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6BQOfXesfApZZcn03QKPNeOG4WhERB { display:block; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJka0IkqOE8giTWkHqgMpxrFKMvAdFIT { width:24.6875rem;height:13.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeOORGHTT24XUmiUkVJWJv4qw6HViRdM { width:24.6875rem;height:13.6875rem;top:2.0625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIP5D6V9BuSulAuog5v3wZuc6838nH8b { width:24.6875rem;height:13.625rem;top:2.0625rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMu48fVsgwWsnFD6Owc78CTUz07CoVNs { width:24.6875rem;height:13.6875rem;top:16.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVSflazSNGSA9Um1UgHrCyPrafITVn9o { width:24.6875rem;height:13.6875rem;top:16.0625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiMQNvWeI45AET8lkQegZ4DycMALPsWx { width:24.6875rem;height:13.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda { display:block; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5wnR2LOmN01HEl1XDBh2FJrd7pbhGow { width:34.25rem;height:19.3125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9MEv3zc9m2AdETrc6etRv5SmRTvB2z { width:35.5625rem;height:;top:4.4375rem;left:12.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXI832Hk5smIhttpp52bSVxhV0Dplk2 { width:35.5625rem;height:14.3125rem;top:8.9375rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d { display:block; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8J5gBovTRJQcJDsNWAHoPB0z1ei1lAg { width:25rem;height:28.75rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHbF64pSV8gl2BKcOFJGBCkXH5azlA3 { width:25rem;height:28.75rem;top:1.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gupwEGRZkA61Qe2TRncCbL0DB69xhG5E { width:25rem;height:28.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJfrpwFet0VV9Hci4uI8IGJytsEObNT { width:25rem;height:28.75rem;top:34.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5HrMvfQzEw02ct32N5wLNTXPVtJHIi { width:25rem;height:28.75rem;top:34.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg2gQxnVhZ3a3uKrdxMRwXrJa8a7uqVZ { width:25rem;height:28.75rem;top:1.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycwXKV790igEv4iehlO7Axc3G42Tgnct { width:12.5rem;height:1.6875rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOEUG248hoUuQSfAU4sKrbVoulXaDEt { width:12.5rem;height:1.6875rem;top:30.125rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMvZE9cThR8QscLxy1qKAQ82Z2oXM8A { width:12.5rem;height:1.6875rem;top:63.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggq9LCFDgqQTLRbm9akaakRmSRE6nKg7 { width:12.5rem;height:1.6875rem;top:63.6875rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoeuA8xmfi8Zw4M6B3siPzlkfmtWWS0 { width:12.5rem;height:1.6875rem;top:63.6875rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvz6cA8D41hb3dSTzqM92N08AvEEVlJD { width:12.5rem;height:1.6875rem;top:30.125rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl { display:block; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTEr0T8n0p1iayZJOgSeQNTC8eUtdk3q { width:42.6875rem;height:7.3125rem;top:0rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvXTCInz35GKLFrg66CJsTiahZN4noRM { top:10.875rem;left:0rem;width:47.75rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrf9w4qZOVrdP90K0RHOcVdCdL8GOGFc { top:8.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1strgziQpOf9pFzKRgdR2rXUbpENTTP { display:block; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbXKxtMl0qyAl9vqUkN6P6lt5FauVG5P { width:47.75rem;height:4.375rem;top:4.25rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x { display:block; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JepaDDdSMkZ4okPrTddNeRsKT28tbbIk { width:31.9375rem;height:20.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm856akx7KlVZ8zcukbAgnSTJ7l8J2T4 { top:8.0625rem;left:7.875rem;width:16rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAJCXv0RMRxTUFHo0fIQEkep72EgfDr { width:6.0625rem;height:1.25rem;top:7.25rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPP2MPkNyuWn3UZr40nck5baK6EORxiT { width:17rem;height:1.625rem;top:8.1875rem;left:6.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrlETCfoPXM6awzpgbkaOavcLlO98rTt { width:11.5625rem;height:1.8125rem;top:12.625rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfDQqXvQe8AqyDOh7dR1w5P9x7NTuBEU { width:2.1875rem;height:2.1875rem;top:12.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THH5laHDXydMWrP90Ivakn6pHlC4ACkv { width:9.375rem;height:2.5rem;top:16rem;left:14.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8xemzrLhsOlcSCx5vyaUlFkfTVyG4A { width:5.0625rem;height:1.5625rem;top:16.4375rem;left:13.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCs0XLhgTD7yEqTABPGx9CZl1fwhqkt1 { width:2.8125rem;height:2.8125rem;top:4.4375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbqEZhdZsCSFbtlVwesIe3nUDTuCGgb { top:4.875rem;left:21.375rem;width:2.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmwaD4ii2SDDhBCLKCMULKWFfz6iCMO { width:18rem;height:4.625rem;top:19.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtuOzapA01avfE0Uon0ZTqfoemNDhr { display:block; }
 }@media only screen and (max-width: 763px) { #W0DcKv9nTeQNA5ZBaCg4B14TwXecoPDw { width:16.8125rem;height:17.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0zL82J9xwKI8tHlXEJeHKbJ4rbiMHt { width:31.9375rem;height:20.3125rem;top:4rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqen7nOPPy1F1D8A4OaKV9xpCpFvx01 { top:7.9375rem;left:31.75rem;width:16rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GJclALqrAGDvaR7bmK8miT0FyBlkSn { width:13.5rem;height:1.8125rem;top:12.5625rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDJaVXadXlRnrvDq4dx04nIighdkKwDh { width:2.1875rem;height:2.1875rem;top:12.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBp3y7vF9UtQcMGmUT5J4DM0Z6L03rV2 { width:9.375rem;height:2.5rem;top:15.9375rem;left:38.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxboahGxBkSvaRMAcJ9y6mTqUZ1y56Uh { width:5.0625rem;height:1.5625rem;top:16.375rem;left:37.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJScIwVtOyTSgXlBDnsoDZMpgFCmKs3H { width:18rem;height:4.625rem;top:19rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ZMv4VgHNlgd8EAApxfElzDJwGGx1ig { display:block; }
 }@media only screen and (max-width: 763px) { #I5cRK1cAd8CIN1QEMFwWEzQRB2agSKAK { width:6.0625rem;height:1.25rem;top:7.125rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBTzmG4TTncQBd6TV5pKfXnActPLc4Q { width:2.8125rem;height:2.8125rem;top:4.375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBlyEXIB5bdKoD0nJy10EIdrMV8GlQh { top:4.8125rem;left:45.25rem;width:2.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAtcmH20ilq0CqoiTbCx8lzNODdRWQ2 { width:13.25rem;height:23.875rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J { display:block; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUbiVCdsMpFSfe5uSCiQWBDQkJPqKCs { width:17rem;height:1.625rem;top:8.1875rem;left:6.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibQSLfxIPwXREkEvT4ReCFSdGeAT9yUH { width:31.9375rem;height:20.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE0exfiRFNWbXpvba8TlmPNB4LMOTQ8f { width:9.375rem;height:2.5rem;top:13.4375rem;left:14.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gnbQzD73CBOImHPED1GTAZcx1CL6Tq { width:18rem;height:4.625rem;top:16.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBrg6BUrCuwyMhUXeiMChmUE6IfPzn73 { display:block; }
 }@media only screen and (max-width: 763px) { #lKlLJT3TdDuvt4qXvJJ3PTPdtKdukJFZ { width:13.5rem;height:1.8125rem;top:10rem;left:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwAsXK1DpGwqXcwdOpLrGzrAq65FgTeP { width:17rem;height:1.625rem;top:8.1875rem;left:30.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7xoc1NUBc8DZG5gGUtfMfOdWTzCEvpf { top:5.875rem;left:7.8125rem;width:16.0625rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdlsg59ey2XnQz6GHyVvkxaHrhzrpHJ { width:5.0625rem;height:1.5625rem;top:13.875rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRnoQPPomQ16M9sDJFxDlmyQHz4mxeuO { width:2.8125rem;height:2.8125rem;top:2.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H83oILJJt2DcxLehbldxPDhcewILDyhd { width:6.0625rem;height:1.25rem;top:5.0625rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaoQRIeX5OBiqTfPImNJ1tI5HifvdTxT { top:2.625rem;left:21.375rem;width:2.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5au8brnc20AK2Gl0rrBn2NtlwzdeCMm { width:2.1875rem;height:2.1875rem;top:9.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTq9GfVKky1Xkhn5FMzUpX8tHR3df85 { top:17.5rem;left:0rem;width:6.375rem;height:1.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiyRq25TilEek2PQirMaTAyCu8xkIUge { width:31.9375rem;height:20.3125rem;top:1.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlmvDhVi6GH2oePVVSGVLyIVIHTO34V { width:17.3125rem;height:11.4375rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHaSihrLTeeNazwtD9ibVkPKHqGJOs5U { top:5.875rem;left:31.625rem;width:16.125rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAuxbfhECEEmKTfuy6kfd45fh8XxxpkK { width:6.0625rem;height:1.25rem;top:5.0625rem;left:36.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkQURprtzrGmdyuLeqqFgTgDXXa1d70f { width:2.1875rem;height:2.1875rem;top:9.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfVz4AXVcv16P10vdMQFMdE8PJF7TB6P { width:13.5rem;height:1.8125rem;top:10.1875rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFvBTnU4f61dLyDVGEM9ZKOzsOiH7OE { width:9.375rem;height:2.5rem;top:13.5625rem;left:38.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw9JV6KEmm0ZJsEMeRK6Sak4hD5aePCo { width:5.0625rem;height:1.5625rem;top:14rem;left:37.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrIsKt7rCUwwvbJUz2TwTDml2eE6DFW { width:18rem;height:4.625rem;top:16.5rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yZeSEinNFING6qgrhWr2hM2TsJEQMf { display:block; }
 }@media only screen and (max-width: 763px) { #t80sF3AOo6244dTimzCPpu5lzhvMcnTu { width:2.8125rem;height:2.8125rem;top:2.25rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgJbV4WVytsklRSm26Ex4vxWqgJ348T { top:2.6875rem;left:45.25rem;width:2.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHU5RieVy4ZGfws3UTq9xZqxGNLyJ8ko { width:17.3125rem;height:11.4375rem;top:5.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqHM6w4zER6T8b1p1PTZEKiyvNOC2KQ9 { width:17.3125rem;height:11.4375rem;top:10.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdxADqecMkEIuIDMsF4dq95igbkU08uw { width:17.375rem;height:20.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTc0pbMNevZd4Mo7raToVAAui69otnd { display:block; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtXI05qDO6Eys8cXWIncTAbwdwEUTzu5 { top:3rem;left:7.4375rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhyhVq1vAbUibg6sueirI2OZ1XMlb0n2 { width:3.125rem;height:0.0625rem;top:5.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Tlm8koocK4tmsnWXiT0txs3cHM2ml4 { top:6.5625rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeFtTUgaMculviqR0DrQn2FmZ7cmMsBZ { width:2.25rem;height:2.25rem;top:6.1875rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyB8A8gdgfuXqxCn4zD8bWPyVHCdNqRF { top:6.8125rem;left:22.3125rem;width:13.5rem;height:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpELRTfFV5nXfXDZgnuRSWvo3WMgnMT { top:9.5625rem;left:21.875rem;width:13.9375rem;height:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrlUUZ5PcwZLPIs7vkGJ5xezhD592faJ { top:3rem;left:19.375rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzUd6ofJWVTl0NE2ZQdnBTQJRyDMulcg { width:3.125rem;height:0.0625rem;top:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6bpZnq38FsCTFTEJalrSwCusQwFQxu { width:2.25rem;height:2.25rem;top:6.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zty9qm64WF6TTICEaulSMcuiIpwnhkeT { width:2.25rem;height:2.25rem;top:9.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLAV5ZrdHy5IE9iQtQqGfhXpf6d6whux { width:3.125rem;height:0.0625rem;top:5.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ZFDTL54gsR0IcmqNbUVaKrcAMdMZWT { top:3rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7710HcFNw7tXTn6cIhcbNL8tss3GDa { top:6.1875rem;left:31.5625rem;width:16.1875rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxqKhDzB5cJ88HApTLpuoVmVQbp20QKf { width:2.25rem;height:2.25rem;top:12.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrbwOvmiUG7zsDie0QW1JFvUDhd1xS2T { top:12.5rem;left:21.875rem;width:13.9375rem;height:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myMvePIaGLBXdl5U15OOvAcPe84IkIde { width:17rem;height:5.7906401793499rem;top:6.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFkRGUKeGXGWt5G3BTtNfi8T22BaZbp { width:8.75rem;height:2.68663125rem;top:6.875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDC8r4vtuouwZITAKrs1nXoMGDVTBqm { width:6.25rem;height:2.62478125rem;top:10.9375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVe84vsGNkDbdxQ8d1dzzhLWCEz4KiLW { top:3rem;left:0rem;width:16.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JskDyi8QX2KJkMwu7zOdfsgAfK4mlOyU { width:3.125rem;height:0;top:5.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDVC0r39Iw6S7a8AmJKrqd30w7ifCcOb { top:2.6875rem;left:31.375rem;width:16.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8IzcOWkaKeTEOB87SLwsPcQanqrRvA { width:3.125rem;height:0;top:4.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1afqTCuw/background_04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #hruEqyEdbOsRMsbxBczyX5UIH84fAmAG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { background-color: transparent; background-image: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container > .video-iframe-container { display: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row > .video-iframe-container { display: none; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .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); }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { border-width: 0; border-radius: 0; }#hruEqyEdbOsRMsbxBczyX5UIH84fAmAG > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMbHJbAcN6EObykVFdOTNDVm0IugMyOF { width:20rem;height:5.0375rem;top:3.8125rem;left:0rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ip5PB7FG0lPMKBTOAtzJBTT6yl77pI7e { width:20rem;height:1.4619125rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PfVTvi5v92pM3TSV6JHkLbwOfMuXUczp { width:20rem;height:3.16699375rem;top:73.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #md1u5dIRJMoGiJiAek1Jhgq9rq0aawVa { width:3.625rem;height:3.625rem;top:48.6875rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtE0uPkP9kOEXg7T1APOdholfni8NWJ0 { width:3.5625rem;height:3.625rem;top:48.6875rem;left:16.375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxGtCQS2vka6mT90CdREZrfVDdqcIVHx { width:4.25rem;height:1.71875rem;top:56rem;left:15.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTGKirGUZ1IGuJVV5LNtBaQDc5qaPpR { width:4.0625rem;height:4.125rem;top:54.8125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIa5AGlBoBuiSuGb7IK3FsdHqH0ZMFgo { width:2.5rem;height:0.89375rem;top:57.5625rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXd57EhBQeSaJk53bMMkaN5B7KKKmFxo { width:2.5rem;height:0.82421875rem;top:55.4375rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBcKgTmQlps4TNOTM4ILLQtRtsBoDBF { width:20rem;height:1.4625rem;top:3.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ms390aUDfqCKNiE9rdPrJ6bGQdQBSFms { width:6.061525rem;height:1.3rem;top:55rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZI1Bww6FSTXnRZb9QHOAVRzyuDQUVbo { width:15.999rem;height:3.57421875rem;top:55.875rem;left:1.5625rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMzaZy28bnBZvoKefm9Q4rdo0ED3yBMt { width:2.1875rem;height:2.1875rem;top:58.999999046326rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAdBP6UQ60LtbqR3Gtnv5Cko9cBm7BWs { width:12.8745rem;height:1.54375rem;top:59.312499046326rem;left:4.4374998211861rem;font-size:1.1875rem;font-family:"san francisco";display:block; }
 }@media only screen and (max-width: 763px) { #vwp89pAcQwT6pyISQMTmN9V9ihlId4ft { width:20rem;height:4.6875rem;top:66.187499046325rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGv1EWpK0RD0gI5OSCZ6yEFUDRyRCNn { display:block; }
 }@media only screen and (max-width: 763px) { #vSkpe4oD14CrafzwtdV0ZUOtrJN4x5DL { width:20rem;height:3.125rem;top:62.624999046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL7tcIc85DEvRSmyNAwgFxiAz5NkxFrH { width:19.9995rem;height:1.125rem;top:63.562499046325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfEExigSAdKXt8IfH5RSOm2eRrAkZqAM { width:20rem;height:8.375rem;top:53.874999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN { width:20rem;height:5.1875rem;top:10.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;display:block; }#Ds7z6kxOS8Lul9vKdMhS0xAOJzFizJNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
 }@media only screen and (max-width: 763px) { #VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL { width:20rem;height:5.1875rem;top:16.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;display:block; }#VC1ntU71O2gPrNLsmHs7iJlP8XnZzKcL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BtCQEaXj/check_ok.png); }
 }@media only screen and (max-width: 763px) { #fZQ6mqXMq4SlBloonFgA6iq2KwzU4JbO { width:7.9375rem;height:7.9375rem;top:24.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRHqXcfOu9Ec6bu7XU36FubNZFKQdlIs { width:20rem;height:26.3125rem;top:24.375rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #A0EdEQ1LJfm0IH8MlTtrqghf8TpreJ57 { width:20rem;height:13.343653250774rem;top:35.875rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #HcbnTLx9Px9IGDFDP5bXiJtAZtoN9LMH { width:20rem;height:13.342875rem;top:23.375rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM { background-color:#ffffff;background-image:none;display:block; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { background-color: transparent; background-image: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container > .video-iframe-container { display: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row > .video-iframe-container { display: none; }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .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); }#gGzqTlugX8pMVakvJBPGw6Hu0HmUq0fM > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXwTTuB9yLckLtiEzwKRsTKzBPCJ07lZ { width:9.5625rem;height:1.95rem;top:22.811637878418rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #To8CnJMLeLbG5HGShitPtwxcvlp6Nzqv { width:8.375rem;height:1.3rem;top:20.894966125488rem;left:1.1310763955116rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIQxFnyuKsSen0roBmzKnJPdBH4OJBr { width:0.625rem;height:1.875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4VLQTM2TA9Tgs3PUAqeJacZH6fxg5a { width:7.5rem;height:13.375rem;top:6.7378463745119rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSHvtH8bwHGSw9VVRWAXhUMN6yHmSFNw { width:7.5rem;height:13.375rem;top:6.7378472238781rem;left:11.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLKo2N4gZVzsElgADWRVQ8WsEqCKiIE { width:8.9375rem;height:1.95rem;top:22.811637878418rem;left:11.061632454395rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kN1LfN5fBCBUzRFD8ahAlbuuyPa9TJxx { width:8.5rem;height:1.3rem;top:20.957466125488rem;left:11.560763657093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRXVP4hbc2kpXytMQSvLi9Ta7PXam0pX { width:0.625rem;height:1.875rem;top:20.616317749024rem;left:10.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6DfF96gHNhEyvIHCtGS4wHE8T1dNqM { width:7.5rem;height:15.4375rem;top:27.9375rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshqB1aX2EWshPKzq8gRKnUVAlNsP9sQ { width:9.6875rem;height:1.95rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #svxGs5AxIDxquM6zcMggzsL2KPGZa8T7 { width:8.625rem;height:1.3rem;top:44.375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTvXU59Hyh7HsaihaIUed8hgybncMZq { width:0.625rem;height:1.875rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAs81Hz7wavXKhpQipSg4NaLe1RQxZQz { width:9.125rem;height:15.5625rem;top:27.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXxg5zk9oJtshEXKghACkW8HOZwDmCl { width:9.6875rem;height:1.95rem;top:46.5rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yhzmFpEJERBVi6vteLQxk2SBUVrUhvrV { width:7.5rem;height:1.3rem;top:44.3125rem;left:11.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzsDLNcwXpcJL6gZ4S1J3UotJGUylf8y { width:0.625rem;height:1.875rem;top:44.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4STfTsxhctIs31fd8Ld7WeAiVCp1meg { width:20rem;height:2.35625rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP { background-color:transparent;background-image: -webkit-linear-gradient(267deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(267deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(267deg, #ffffff, #ffffff);background-image: -o-linear-gradient(267deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(267deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { background-color: transparent; background-image: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container > .video-iframe-container { display: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row > .video-iframe-container { display: none; }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .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); }#qp4GgD3Sm1CWEDwb0BMIIHCxECT8PkKP > .row .container { width:20rem;height:9.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDThqKT2yOh6OWG0PyxqqRJn10gGgyCZ { width:18.5625rem;height:1.7875rem;top:2.9124999046326rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6r9ByQLWFPPk4rAJqtSgLcHpk8etvu { width:20rem;height:4.5rem;top:5.1375002861023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6BQOfXesfApZZcn03QKPNeOG4WhERB { background-color:transparent;background-image:url("https://images.assets-landingi.com/1afqTCuw/background_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB.adaptive-delivery-prevent-bg, #AC6BQOfXesfApZZcn03QKPNeOG4WhERB.lazyload, #AC6BQOfXesfApZZcn03QKPNeOG4WhERB.lazyloading { background-image: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { background-color: transparent; background-image: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container > .video-iframe-container { display: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row > .video-iframe-container { display: none; }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .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); }#AC6BQOfXesfApZZcn03QKPNeOG4WhERB > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJka0IkqOE8giTWkHqgMpxrFKMvAdFIT { height:11.233625rem;width:20rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeOORGHTT24XUmiUkVJWJv4qw6HViRdM { height:11.233625rem;width:20rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIP5D6V9BuSulAuog5v3wZuc6838nH8b { height:11.233625rem;width:20rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMu48fVsgwWsnFD6Owc78CTUz07CoVNs { height:11.192660550459rem;width:20rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVSflazSNGSA9Um1UgHrCyPrafITVn9o { height:11.192660550459rem;width:20rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiMQNvWeI45AET8lkQegZ4DycMALPsWx { height:11.192660550459rem;width:20rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda { background-color:transparent;background-image: -webkit-linear-gradient(267deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(267deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(267deg, #ffffff, #ffffff);background-image: -o-linear-gradient(267deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(267deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { background-color: transparent; background-image: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container > .video-iframe-container { display: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row > .video-iframe-container { display: none; }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .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); }#AKtxlASK8h2VXJpxaqf7PuXmLZQZnqda > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5wnR2LOmN01HEl1XDBh2FJrd7pbhGow { width:20rem;height:11.291512915129rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9MEv3zc9m2AdETrc6etRv5SmRTvB2z { width:20rem;height:2.6rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXI832Hk5smIhttpp52bSVxhV0Dplk2 { width:20rem;height:18.28125rem;top:20.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d { background-color:transparent;background-image: -webkit-linear-gradient(267deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(267deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(267deg, #ffffff, #ffffff);background-image: -o-linear-gradient(267deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(267deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { background-color: transparent; background-image: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container > .video-iframe-container { display: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row > .video-iframe-container { display: none; }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .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); }#eAFyV51Vac9pnGheoPBgmHCwIhAVsi0d > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8J5gBovTRJQcJDsNWAHoPB0z1ei1lAg { width:10rem;height:11.5625rem;top:67.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHbF64pSV8gl2BKcOFJGBCkXH5azlA3 { width:20rem;height:23.125rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gupwEGRZkA61Qe2TRncCbL0DB69xhG5E { width:20rem;height:23.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJfrpwFet0VV9Hci4uI8IGJytsEObNT { width:10rem;height:11.5625rem;top:53.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5HrMvfQzEw02ct32N5wLNTXPVtJHIi { width:10rem;height:11.5625rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg2gQxnVhZ3a3uKrdxMRwXrJa8a7uqVZ { width:10rem;height:11.5625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycwXKV790igEv4iehlO7Axc3G42Tgnct { width:10rem;height:1.5058625rem;top:24.375rem;left:5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOEUG248hoUuQSfAU4sKrbVoulXaDEt { width:10rem;height:1.5058625rem;top:50.3125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMvZE9cThR8QscLxy1qKAQ82Z2oXM8A { width:10rem;height:1.5058625rem;top:78.8125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggq9LCFDgqQTLRbm9akaakRmSRE6nKg7 { width:10rem;height:1.5058625rem;top:65.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoeuA8xmfi8Zw4M6B3siPzlkfmtWWS0 { width:10rem;height:1.5058625rem;top:64.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvz6cA8D41hb3dSTzqM92N08AvEEVlJD { width:10rem;height:1.5058625rem;top:78.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl { background-color:#ffffff;background-image:none;display:block; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { background-color: transparent; background-image: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container > .video-iframe-container { display: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row > .video-iframe-container { display: none; }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .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); }#zNrqXuqNgGDdv12rnPpuHTkcDfF13eMl > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTEr0T8n0p1iayZJOgSeQNTC8eUtdk3q { width:20rem;height:3.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvXTCInz35GKLFrg66CJsTiahZN4noRM { width:20rem;height:9.84375rem;top:11.800354003906rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wrf9w4qZOVrdP90K0RHOcVdCdL8GOGFc { width:20rem;height:4.96875rem;top:6.1614532470703rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1strgziQpOf9pFzKRgdR2rXUbpENTTP { background-color:#424242;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { background-color: transparent; background-image: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container > .video-iframe-container { display: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row > .video-iframe-container { display: none; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .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); }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { border-width: 0; border-radius: 0; }#o1strgziQpOf9pFzKRgdR2rXUbpENTTP > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbXKxtMl0qyAl9vqUkN6P6lt5FauVG5P { width:20rem;height:3.4375rem;top:6.7543405294419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x { background-color:#424242;background-image:none;display:block; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { background-color: transparent; background-image: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container > .video-iframe-container { display: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row > .video-iframe-container { display: none; }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .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); }#L1RE0Cg9TpRto5PtQn3Z4dE7GFf4TG9x > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JepaDDdSMkZ4okPrTddNeRsKT28tbbIk { width:19.875rem;height:13.75rem;top:0.9375rem;left:0rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #Mm856akx7KlVZ8zcukbAgnSTJ7l8J2T4 { width:11.125rem;height:3.0869125rem;top:3.75rem;left:8.7500002980231rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QqAJCXv0RMRxTUFHo0fIQEkep72EgfDr { width:6.06228125rem;height:1.3rem;top:2.875rem;left:8.8125002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPP2MPkNyuWn3UZr40nck5baK6EORxiT { width:11.624375rem;height:1.1111125rem;top:7.9984807968137rem;left:8.0002174973487rem;font-size:0.875rem;font-family:"san francisco";display:none; }
 }@media only screen and (max-width: 763px) { #GrlETCfoPXM6awzpgbkaOavcLlO98rTt { width:9.125rem;height:1.38125rem;top:6.625rem;left:10.562500298023rem;font-size:1.0625rem;font-family:"san francisco";display:block; }
 }@media only screen and (max-width: 763px) { #FfDQqXvQe8AqyDOh7dR1w5P9x7NTuBEU { width:1.6875rem;height:1.75rem;top:6.375rem;left:8.6875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #THH5laHDXydMWrP90Ivakn6pHlC4ACkv { width:6.875rem;height:1.8125rem;top:8.875rem;left:12.812500298023rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8xemzrLhsOlcSCx5vyaUlFkfTVyG4A { width:3.9375rem;height:1.25rem;top:9.125rem;left:8.9375002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCs0XLhgTD7yEqTABPGx9CZl1fwhqkt1 { width:2.8125rem;height:2.8125rem;top:0.6875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbqEZhdZsCSFbtlVwesIe3nUDTuCGgb { width:2.75rem;height:2.0625rem;top:1.125rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmwaD4ii2SDDhBCLKCMULKWFfz6iCMO { width:19.1875rem;height:2.625rem;top:11.5rem;left:0.40624994039536rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtuOzapA01avfE0Uon0ZTqfoemNDhr { display:block; }
 }@media only screen and (max-width: 763px) { #W0DcKv9nTeQNA5ZBaCg4B14TwXecoPDw { width:8rem;height:8.3125rem;top:2.4375rem;left:0.1875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #MT0zL82J9xwKI8tHlXEJeHKbJ4rbiMHt { width:19.875rem;height:15.625rem;top:16.4375rem;left:0rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #gHqen7nOPPy1F1D8A4OaKV9xpCpFvx01 { width:11.75rem;height:3.0869125rem;top:20.3125rem;left:7.6875002980231rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2GJclALqrAGDvaR7bmK8miT0FyBlkSn { width:9.75rem;height:1.38125rem;top:23.375rem;left:9.6250002980231rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDJaVXadXlRnrvDq4dx04nIighdkKwDh { width:1.6875rem;height:1.75rem;top:23.0625rem;left:7.6875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBp3y7vF9UtQcMGmUT5J4DM0Z6L03rV2 { width:7.625rem;height:1.8125rem;top:25.9375rem;left:12.062500298023rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxboahGxBkSvaRMAcJ9y6mTqUZ1y56Uh { width:5.0625rem;height:1.25rem;top:26.3125rem;left:7.9375002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJScIwVtOyTSgXlBDnsoDZMpgFCmKs3H { width:18.3125rem;height:2.75rem;top:28.5rem;left:0.68749994039537rem;font-size:1rem;z-index:100152;display:block; }
 }@media only screen and (max-width: 763px) { #d0ZMv4VgHNlgd8EAApxfElzDJwGGx1ig { display:block; }
 }@media only screen and (max-width: 763px) { #I5cRK1cAd8CIN1QEMFwWEzQRB2agSKAK { width:6.0625rem;height:1.3rem;top:19.5rem;left:7.8125002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBTzmG4TTncQBd6TV5pKfXnActPLc4Q { width:2.8125rem;height:2.8125rem;top:15.5rem;left:16.874999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBlyEXIB5bdKoD0nJy10EIdrMV8GlQh { width:2.5rem;height:2.0625rem;top:15.9375rem;left:17.062499344349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAtcmH20ilq0CqoiTbCx8lzNODdRWQ2 { width:6.3125rem;height:11.625rem;top:17.25rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J { background-color:#424242;background-image:none;display:block; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { background-color: transparent; background-image: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container > .video-iframe-container { display: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row > .video-iframe-container { display: none; }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .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); }#eM1e5svXyhOEUPm5hG3VrJ8Netwoyk3J > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUbiVCdsMpFSfe5uSCiQWBDQkJPqKCs { width:11.75rem;height:1.1111125rem;top:7.4375rem;left:8.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibQSLfxIPwXREkEvT4ReCFSdGeAT9yUH { width:19.875rem;height:14.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE0exfiRFNWbXpvba8TlmPNB4LMOTQ8f { width:7.374125rem;height:1.8125rem;top:9.1875rem;left:11.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gnbQzD73CBOImHPED1GTAZcx1CL6Tq { width:18.625rem;height:2.75rem;top:11.781250953674rem;left:0.68489581346512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBrg6BUrCuwyMhUXeiMChmUE6IfPzn73 { display:block; }
 }@media only screen and (max-width: 763px) { #lKlLJT3TdDuvt4qXvJJ3PTPdtKdukJFZ { width:9.6245625rem;height:1.38125rem;top:6.875rem;left:10.000000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwAsXK1DpGwqXcwdOpLrGzrAq65FgTeP { width:11rem;height:1.1111125rem;top:27.186850070953rem;left:8.0616322159769rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7xoc1NUBc8DZG5gGUtfMfOdWTzCEvpf { width:11.75rem;height:3.0869125rem;top:3.75rem;left:8.0000002980231rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQdlsg59ey2XnQz6GHyVvkxaHrhzrpHJ { width:5.06185rem;height:1.25rem;top:9.5rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRnoQPPomQ16M9sDJFxDlmyQHz4mxeuO { width:2.8125rem;height:2.8125rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H83oILJJt2DcxLehbldxPDhcewILDyhd { width:4.62456875rem;height:1.3rem;top:2.875rem;left:8.0625002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaoQRIeX5OBiqTfPImNJ1tI5HifvdTxT { width:2.5rem;height:0;top:20.25rem;left:2.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5au8brnc20AK2Gl0rrBn2NtlwzdeCMm { width:1.6875rem;height:1.75rem;top:6.5rem;left:7.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTq9GfVKky1Xkhn5FMzUpX8tHR3df85 { width:2.5rem;height:2.0625rem;top:0.375rem;left:17.3125rem;font-size:0.9375rem;z-index:100122;display:block; }
 }@media only screen and (max-width: 763px) { #wiyRq25TilEek2PQirMaTAyCu8xkIUge { width:19.875rem;height:15.8125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlmvDhVi6GH2oePVVSGVLyIVIHTO34V { width:7.75rem;height:5.125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHaSihrLTeeNazwtD9ibVkPKHqGJOs5U { width:11.6873125rem;height:3.0869125rem;top:20.9375rem;left:8.0000002980231rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAuxbfhECEEmKTfuy6kfd45fh8XxxpkK { width:6.1875rem;height:1.3rem;top:19.9375rem;left:8.1250002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkQURprtzrGmdyuLeqqFgTgDXXa1d70f { width:1.6875rem;height:1.75rem;top:23.4375rem;left:8.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfVz4AXVcv16P10vdMQFMdE8PJF7TB6P { width:9.749375rem;height:1.38125rem;top:23.875rem;left:10.000000298023rem;font-size:1.0625rem;font-family:"san francisco";display:block; }
 }@media only screen and (max-width: 763px) { #gTFvBTnU4f61dLyDVGEM9ZKOzsOiH7OE { width:7.3123125rem;height:1.8125rem;top:26.125rem;left:11.812500298023rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw9JV6KEmm0ZJsEMeRK6Sak4hD5aePCo { width:4.56163125rem;height:1.25rem;top:26.5rem;left:7.7500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrIsKt7rCUwwvbJUz2TwTDml2eE6DFW { width:18.8125rem;height:2.75rem;top:29.375rem;left:0.59288197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yZeSEinNFING6qgrhWr2hM2TsJEQMf { display:block; }
 }@media only screen and (max-width: 763px) { #t80sF3AOo6244dTimzCPpu5lzhvMcnTu { width:2.8125rem;height:2.8125rem;top:16.6875rem;left:17.124999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgJbV4WVytsklRSm26Ex4vxWqgJ348T { width:2.5rem;height:2.0625rem;top:17.0625rem;left:17.312499344349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHU5RieVy4ZGfws3UTq9xZqxGNLyJ8ko { width:7.6875rem;height:5.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqHM6w4zER6T8b1p1PTZEKiyvNOC2KQ9 { width:7.6875rem;height:5.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdxADqecMkEIuIDMsF4dq95igbkU08uw { width:7.8125rem;height:9.0625rem;top:2.0625rem;left:0rem;z-index:100161;display:block; }
 }@media only screen and (max-width: 763px) { #PtTc0pbMNevZd4Mo7raToVAAui69otnd { display:block; }#PtTc0pbMNevZd4Mo7raToVAAui69otnd > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtXI05qDO6Eys8cXWIncTAbwdwEUTzu5 { width:16.4375rem;height:1.625rem;top:11.8125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhyhVq1vAbUibg6sueirI2OZ1XMlb0n2 { width:3.125rem;height:0.0625rem;top:14.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Tlm8koocK4tmsnWXiT0txs3cHM2ml4 { width:10.625rem;height:1.5rem;top:15.1875rem;left:3.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeFtTUgaMculviqR0DrQn2FmZ7cmMsBZ { width:2.25rem;height:2.25rem;top:14.8125rem;left:1.3750001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyB8A8gdgfuXqxCn4zD8bWPyVHCdNqRF { width:13.5625rem;height:1.5rem;top:23.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpELRTfFV5nXfXDZgnuRSWvo3WMgnMT { width:13.9375rem;height:1.5rem;top:25.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrlUUZ5PcwZLPIs7vkGJ5xezhD592faJ { width:16.4375rem;height:1.625rem;top:19.3125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzUd6ofJWVTl0NE2ZQdnBTQJRyDMulcg { width:3.125rem;height:0.0625rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6bpZnq38FsCTFTEJalrSwCusQwFQxu { width:2.25rem;height:2.25rem;top:23rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zty9qm64WF6TTICEaulSMcuiIpwnhkeT { width:2.25rem;height:2.25rem;top:25.25rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLAV5ZrdHy5IE9iQtQqGfhXpf6d6whux { width:3.125rem;height:0.0625rem;top:33.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0ZFDTL54gsR0IcmqNbUVaKrcAMdMZWT { width:16.4375rem;height:1.597225rem;top:31.625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lB7710HcFNw7tXTn6cIhcbNL8tss3GDa { width:16.0625rem;height:7.2916625rem;top:36.5rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxqKhDzB5cJ88HApTLpuoVmVQbp20QKf { width:2.25rem;height:2.25rem;top:27.25rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrbwOvmiUG7zsDie0QW1JFvUDhd1xS2T { width:13.9375rem;height:1.5rem;top:27.5625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myMvePIaGLBXdl5U15OOvAcPe84IkIde { width:17rem;height:5.7906401793499rem;top:34.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFkRGUKeGXGWt5G3BTtNfi8T22BaZbp { width:8.75rem;height:2.68555rem;top:5.1866321563721rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDC8r4vtuouwZITAKrs1nXoMGDVTBqm { width:6.25rem;height:2.6237rem;top:8.1846790313719rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVe84vsGNkDbdxQ8d1dzzhLWCEz4KiLW { width:16.3748125rem;height:1.625rem;top:1.3125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JskDyi8QX2KJkMwu7zOdfsgAfK4mlOyU { width:3.125rem;height:0.125rem;top:3.8114147186279rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDVC0r39Iw6S7a8AmJKrqd30w7ifCcOb { width:16.3748125rem;height:1.625rem;top:30.6875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8IzcOWkaKeTEOB87SLwsPcQanqrRvA { width:3.125rem;height:0.125rem;top:33.24978351593rem;left:1.8120661377907rem;display:block; }
 }