.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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container { background-color: transparent; background-image: none; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container > .video-iframe-container { display: none; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row > .video-iframe-container { display: none; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .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); }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container { border-width: 0; border-radius: 0; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#JBTu9bsWGJtZ4KwgLTKGEiCmmHXR8x0B { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:0.896484375rem;left:8.59375rem;height:2.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u32NN0kxapis7wWA1RQsMQcACklJ026y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/018c30b9-614b-43a1-a766-e7d1528f0dc1/download.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#u32NN0kxapis7wWA1RQsMQcACklJ026y.adaptive-delivery-prevent-bg, #u32NN0kxapis7wWA1RQsMQcACklJ026y.lazyload, #u32NN0kxapis7wWA1RQsMQcACklJ026y.lazyloading { background-image: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { background-color: transparent; background-image: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container > .video-iframe-container { display: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row > .video-iframe-container { display: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .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); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { border-width: 0; border-radius: 0; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#zwfAoufb7IlLBLvO5ehiFVfBIeuSbA4D { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.82);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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:19.25rem;width:60.375rem;top:5.75rem;left:7.3125rem;display:block; }
#NGnimoTEzCm06ho1q3gWrA522TkHwVRu { color:#ff0000;display:block;width:57.75rem;position:absolute;font-family:mavenpro;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:8.625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUXS2dfIbxL89mbiwUrnbizCTZrGkzqp { color:#0392d6;display:block;width:21.1875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:8rem;left:26.875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Act2CkFbBHqoCBBHBTMUQn1zMIpy1Kkp { color:#454b54;display:block;width:54.25rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14rem;left:10.375rem;height:10.3618125rem;text-align:center;text-align-last:center;display:block; }
#FQOxtKtbDK3gTP0itPsesRXG6rJKeUqm { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:6.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#diqJ2gXV4C5dGHuDKwkXMX9SahNyxUXH { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:25rem;left:15rem;overflow:hidden;display:block; }
#TOLf1Uan6RxJ0JKBaxvA23c0fyIOgNXh { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:26.5625rem;left:20.5625rem;height:1.625rem;display:block; }
#qTvNhNOhML572I4G2NJTZAoaEChr7Dcl { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:1.5rem;left:12.25rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.adaptive-delivery-prevent-bg, #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.lazyload, #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.lazyloading { background-image: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { background-color: transparent; background-image: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container > .video-iframe-container { display: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row > .video-iframe-container { display: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .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); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { border-width: 0; border-radius: 0; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#q0oKOkKmdTHep2EnmfdXTtXmHFJTkRh9 { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34rem;left:31.375rem;height:1.76855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRRr470ZTrQcSLn4kCLV69H30TZ5JRBk { color:#454b54;display:block;width:64.1875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:300;z-index:99968;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.3125rem;left:5.4375rem;height:9.974125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SctaGZiDFbTTHCcdEHTHo3QLnsWkkD0K { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.1;letter-spacing:0;top:30.1875rem;left:7.4375rem;height:11.13575625rem;text-align:center;text-align-last:center;display:block; }
#HrCvyON5JCfTDPJv4JE2Ta2uETVxp3Nc { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:12.3125rem;top:2.59375rem;left:29.6875rem;overflow:hidden;display:block; }
#Ph32kXaJQKDnsqLU2fKhKA3Q9e5kqVZH { z-index:100001;top:44.6875rem;left:17.125rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,0,66,0.41) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4375rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OzbiHp3nOMl1P8Kn5TuxmpnhA1uGfEZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC.adaptive-delivery-prevent-bg, #HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC.lazyload, #HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC.lazyloading { background-image: none; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container { background-color: transparent; background-image: none; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container > .video-iframe-container { display: none; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row > .video-iframe-container { display: none; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .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); }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container { border-width: 0; border-radius: 0; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#f6sz2TppO7MMHnoabD6EUd74QPG1qCaQ { color:#000000;display:block;width:36.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.0625rem;height:17.86131875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c4z7fBlCLp4e2BfNntFS9q2iD6oGZGbH { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:5.5625rem;left:26.5rem;display:block; }
#ToKBhvEvhGXoPFy6hbH6xKie477B0rni { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:9.875rem;left:26.4375rem;display:block; }
#fOZumSwx29DxuP0uDCb6XHnlqdIPyEDX { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:14.3125rem;left:26.375rem;display:block; }
#LDcO1VZmNk2FIzpdu9fLXTvwrQc909SI { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:18.625rem;left:26.375rem;display:block; }
#bC297TCQyLozARxqDkCLKDcFa5TB4pzA { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#ecx8TwG00wSrFTkxw8eT7L6ap3ciFfdf { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:25.375rem;top:2.9375033378601rem;left:6.0625rem;overflow:hidden;display:none; }
#cETN8D03wTopd3WT3feLiGUHdzWmsfWa { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.6875rem;left:26.3125rem;display:block; }
#mtiVXTRlIxPlNkgNop96NdrfeByngKFw { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:31.750003814698rem;left:0.1875rem;height:2.3636375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TXXnfPJZq7dUumFnewsWdlyi9iLwBVth { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:17.8125rem;top:2.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#SVyXvTGh7JI1D5EqnAZOGsVcnFe8RWPi { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:1.625rem;left:26.9375rem;height:2.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.adaptive-delivery-prevent-bg, #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.lazyload, #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.lazyloading { background-image: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { background-color: transparent; background-image: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container > .video-iframe-container { display: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row > .video-iframe-container { display: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .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); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { border-width: 0; border-radius: 0; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#TxnITcDTOii3kTwR1NRJtCmmxcXnMTNh { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:25.206249237061rem;left:40.5rem;height:4.78125rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#NGEbFMTuzkkXTz1UJRorvW31OSqzCelm { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3.875rem;top:25.5rem;left:35.5625rem;overflow:hidden;display:block; }
#FvWDMNxWA4ikI4zRF89GGWcJLZvnnMte { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.625rem;height:6.375rem;font-style:normal;color:#353232;text-align:justify;text-align-last:initial;display:block; }
#pxClTGWHft3cerBsL2nEDt4ceRR7M3XP { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.9375rem;top:25.0625rem;left:7.875rem;overflow:hidden;display:block; }
#NigEuronQT4a7wktQWEDgFTnwyJJGW3o { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.9375rem;width:28.5rem;top:22.5625rem;left:37.375rem;display:block; }
#VmkJQfxEExahf71SKkdhs5u7ZJ5kI69V { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.625rem;width:23.9375rem;top:22.5625rem;left:9.9375rem;display:block; }
#cShUwAHfMe0nJkCBnsD39AA60pElJKJM { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:2.4999952316284rem;left:7.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P13KvcDaHJGM1zKySQAe2NKzoNxp3uxy { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.1875rem;width:23.5rem;top:8.8125rem;left:9.9375rem;display:block; }
#PURR4SdfJMHsyGCNpJTO8DyK0GK8DZtQ { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:11.4375rem;left:7.875rem;overflow:hidden;display:block; }
#x1S4fEw3dy6C7M6qKtTVMQVNiT3aRPXD { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:11.125rem;left:12.625rem;height:6.375rem;font-style:normal;color:#0e0e2a;text-align:justify;text-align-last:initial;display:block; }
#voGPKbu5sTol9d5BuVZ6SPg2PX7oTboU { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -moz-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -ms-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -o-linear-gradient(200deg, #0e9ae5, #9c6cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );";background-image: linear-gradient(200deg, #0e9ae5, #9c6cea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:9.375rem;top:1.4375rem;left:34rem;display:block; }
#nN0f3GNW94hoXt3fBMS3dfcZyhnh0ISD { display:block;width:24.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:10.375rem;left:40.1875rem;height:9.5625rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#ibtw04Awp0wcguIyuCpLrTHmQ3XkKenT { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.125rem;width:28rem;top:9.125rem;left:37.5rem;display:block; }
#zV9TlgdVllWfFVQD0CINFR82oK3VudCF { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.75rem;top:11.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#avKKJ8mVRDaJ75x2gkG7Pls25TLqqPnZ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.5rem;width:27.4375rem;top:48.125rem;left:38.6875rem;display:none; }
#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.adaptive-delivery-prevent-bg, #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.lazyload, #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.lazyloading { background-image: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { background-color: transparent; background-image: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container > .video-iframe-container { display: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row > .video-iframe-container { display: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .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); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { border-width: 0; border-radius: 0; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#sISIoynz31lthuL3WXhGaWwhWcMvSHzd { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#vkcCTGPRvkmPDFoezTIh9NqopTrXSNKv { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#VGryrHtSnow5eJ177LvNqbsh96nEECJR { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#D71EshruWSbcLxvnW9eBUiI9GBOrSqPm { position:absolute;display:block;z-index:100048;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#Vb6HrTAJnMHwNK9NSzg8lx45JkzT22op { position:absolute;display:block;z-index:100048;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#bDv5QQh7mbWRfFJJw68OgcFwueXurcTR { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#ZWXIT2sXFtut6P2c9L8NvfI2Z2PEAo8d { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#oBNRN75SRWxS7gXFZfgTzV8L4t6r9zqy { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#v5s0snoF2O4HRscWdbV88h9CHEcVGmDe { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#ZR1bSGU3R552arufnn9fCnL9v5PTr5PC { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#hNnG9wguEDNTfKVIbfNyOxkhi04nFE0c { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#JNcqcVo7XA2WGsxzf9pNecla0pIzxZ8X { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#x36bhQaZ5cmAmGLNLraUTfKbxvzm3bMI { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#LfWr2FEW9oTO4qT0hcnQNcxxt8JfLDVQ { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#tnowDs6Fk8R3yMlGAM9ntoz0oi4pioIr { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#eSJR1LV279GXsVIyFcwrPDT9uRniRAql { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#ZHsimgT7ihxs15AA72R7iMhQJtCQPN3B { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#SkGk4KRHcGxego9Ud5vyngnD8AdTC5WO { position:absolute;display:block;z-index:100061;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:10.5625rem;left:8.1875rem;display:block; }
#CCzhi0yL8RXfAfRIV2M5xhyJAnpgIxRX { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:14.625rem;width:57.25rem;top:12.9375rem;left:8rem;display:block; }
#tnXLFembEmJnTZM3SlrkhTxV7TCCmrf4 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.75rem;height:6.9482375rem;text-align:justify;text-align-last:initial;display:block; }
#boaJhqeobJNHpHu3oZiSVms2R4l7KAvt { color:#000000;display:block;width:50.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:2.875rem;left:10.75rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#aH9kLGdi2XI49Zpg8mafLv7msiS9QSwt { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:21.9375rem;left:10.75rem;height:5.7871rem;text-align:left;text-align-last:left;display:block; }
#MwRtgTaoI1XuTt0582n8wQdLCDKCGCNA { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:11rem;left:11.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qZukTAnlmdQThi16FSwWGr1zpAIu0enw { position:absolute;display:block;z-index:100063;background-color:#f8b15c;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:9.8125rem;left:6.9375rem;display:block; }
#NocOH5MKz0ZOwgRqUnFrOTF0Zb88egp8 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:block; }
#x0hRHTk7Ri86FN3aqDo7ohTIAeKh88zT { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:16.4375rem;left:9.375rem;display:block; }
#ZNIDcHLCgste1a0Lv9EUEyTe1zQutfDI { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:18.75rem;left:9.3125rem;display:block; }
#PJAEf8kcGqA6WTAFbGi4SxSZzKFkdXEy { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:21.8125rem;left:9.375rem;display:block; }
#FocMAPXB2prfGN1yNmiOo5CpDPZu9Iua { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:24.625rem;left:9.3125rem;display:block; }
#z9iNRGWQVDCZrbJElKO0Jz5MbaL6dgBl { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.9375rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#psfFGRfDxLAM1Wp6kxr8saB24tOmdDbx { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:32.4375rem;left:8.1875rem;display:block; }
#A3I5fbhaPIZTiPiOcD9G1wEA9Gu2CheT { color:#000000;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:33.6875rem;left:10.9375rem;height:10.48485625rem;text-align:justify;text-align-last:initial;display:block; }
#M8D7FqGUKixKIagvV9CWWcJWVV6I0ldv { position:absolute;display:block;z-index:100075;background-color:transparent;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.125rem;top:29.875rem;left:7rem;display:block; }
#QVN7kTBb7GbcnA5RJSAWBArg0OvUzzA9 { position:absolute;display:block;z-index:100060;background-color:#d7903b;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:30rem;left:8.25rem;display:block; }
#H4RUQ8qTiDQ64Lingdb8KChMEQa8GLiG { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:30.3125rem;left:10.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QSXuVfec2haGefL2ToiqPXCNm94dT1lr { position:absolute;display:block;z-index:100077;background-color:#d7903b;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:29.125rem;left:7rem;display:block; }
#qZR4WubFOJ7Fpn3zF9X06fpWAuWIV0SP { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:29.9375rem;left:7rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#hANNIGvoJCQgbaQvci8eX7hE5nC2aJdZ { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:33.6875rem;left:9.4375rem;display:block; }
#fd5B8g2t4OJD4B8Wp1sUktTFo2BXVU4w { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:35.8125rem;left:9.4375rem;display:block; }
#btTsXKNeFi0auXXfkiXTXqlRN0u5VnTU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:39.1875rem;left:9.4375rem;display:block; }
#W72RoSxaygTccWSEcMZCu2UU9DmkpcwR { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:41.4375rem;left:9.4375rem;display:block; }
#US5Ic4ZtD7xmhCrQCVIcQP8DG0yEhSVT { 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;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:50.5625rem;left:8.1875rem;display:block; }
#AN4FpvDEkHdfN5mVa5TrJTQaB7pNmKMx { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:51.625rem;left:11rem;height:12.75926875rem;text-align:justify;text-align-last:initial;display:block; }
#rcK15SfqxaiuxrKeTVhAcsB4o0VlNMld { position:absolute;display:block;z-index:100079;background-color:#d055e1;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:48.125rem;left:8.1875rem;display:block; }
#Ppr5TOkBNOXGT52aZz4r2oNdcg795D5H { color:#000000;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hMOad6GqAoASNqTgoWSJBCdzmZ3c9UH6 { position:absolute;display:block;z-index:100081;background-color:#d055e1;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:47.375rem;left:7rem;display:block; }
#TS1XlESmFikd2BeIrD5iHqyspys9PXli { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:48.1875rem;left:7rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#kMLdtScuZZQkTTdtn98gPuEboolnkUWB { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:51.625rem;left:9.4375rem;display:block; }
#vG7AP7XaU0269Aghu1hbiWhfg2xfs45P { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:53.8125rem;left:9.5rem;display:block; }
#HLILznanRLwrihZgMuW2GxBQ0i1AJ7VM { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:56.0625rem;left:9.5rem;display:block; }
#HpnxT4BDvFEoIIBxHm8CEtlMVTvyCtP6 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:58.25rem;left:9.4375rem;display:block; }
#CTTs6wQJF0ktRqWt6R1bPbx04PcocBh4 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:60.5625rem;left:9.5rem;display:block; }
#SIQTPkBxZJxcwoPvnxnTbqRNT2fRaVXb { 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;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:16.5625rem;width:57rem;top:67.5625rem;left:7.875rem;display:block; }
#HpIpVonMSekP6h7fMlFbQB72D5s99KSV { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:68.625rem;left:10.5rem;height:16.2333875rem;text-align:justify;text-align-last:initial;display:block; }
#FVEnCxoeiWhPMB6opQptc9zFQHE4I7fH { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:70.8125rem;left:9.1875rem;display:block; }
#na3uB3g7yUETexMuEOewmGzupkdQmJaf { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:73.0625rem;left:9.1875rem;display:block; }
#gQ04ZurPi3OWeCTPQ4TMqk13fkbqTfSl { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:77.5625rem;left:9.1875rem;display:block; }
#Og4MJ3yuZSiA0G5ampH2NaJiQBJXMIZn { position:absolute;display:block;z-index:100093;background-color:#a839b9;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:64.375rem;left:6.6875rem;display:block; }
#DFdP8S3M4Z9N0eyAViUUn2Sf2vmhad6E { position:absolute;display:block;z-index:100091;background-color:#a839b9;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:65.125rem;left:7.875rem;display:block; }
#xwHBWcIq8DWdySd74nPUI2mRGad6voM4 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:75.25rem;left:9.125rem;display:block; }
#iCqliXKOcTTfkOPByp1rUoJgD0o0e4Z2 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:68.625rem;left:9.125rem;display:block; }
#xMZmWp5AWoQziaQAziayHVRGqI3KoJMQ { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:65.1875rem;left:6.6875rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#lbKyVavSqCKdxrT9XbDqa3gkC8BHchR3 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:65.6875rem;left:10.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xQkx6nkEt3T6SemlpvFpNNCz0MRut9aP { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:81rem;left:9.125rem;display:block; }
#UuxbNvkHkRfnILtiOD1QUJA2XXsH2dMe { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#p0NqBTrCZq51zPNkhFNk6BTy9Rm3DmfT { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#bv9FHpszgK1quOT56Bn6w5QGBTplyxQG { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#Z1ooLiwHwk05ABXGf1ag5v0D9zlShwhl { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#AQv55GsN0vaCikW9NWdpFR9K5Q3JEXdI { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#mmbN48TizcnthCLcJdnQyTil5yN3elwZ { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#g1dSyhK8XwaD5AxgSCZut94ZOOCvzgaW { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#sGuKebv7rDAfD6vt6nDmW4ZDy4JO8spm { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#NHJyTewR6JpnEPfBP1teUIGAFRrlW0Ea { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#dmvosgkF13PFtU3QoAxPwtnPJwfs8Tpi { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#pCTGzqqad8bfPveIXNsUJW6ypcK3PXJ5 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#br7IZ9zNgadQIghTku6tqZiwHLghxMPw { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#hKsJya8HV9Tritxxo5nLk0hyquFIfZni { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#HOFZn6BMr3pdTCWGEDb0Buqoi1yqhm2L { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#t9n9qIbZZeed7qc61zDrn7Mrv7zyXPZc { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#vyIqT0Na3UNpiZ8WCyhCnH3T7bVldpEq { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#VKJTyy919qBWv8zMlVTqECN8BJQxTP8z { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.adaptive-delivery-prevent-bg, #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.lazyload, #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.lazyloading { background-image: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { background-color: transparent; background-image: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container > .video-iframe-container { display: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row > .video-iframe-container { display: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .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); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { border-width: 0; border-radius: 0; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#tC4ul5tzOtvzus0x6nqauI7N6JqkmDqn { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.8;letter-spacing:0;top:4.3110795021057rem;left:18.3125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h974O1NT7cbpZToZR9xgMnuigOtLT9UP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:31.0625rem;display:block; }
#nTCxTUzanarcaIQ2EOMsAhrg8JVXIdDw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:7.5rem;display:block; }
#o2Vb1GmUOy45saZryTDDQ6Vf2ApncQiQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:51.9375rem;display:block; }
#UevFxU1iQKex7pKxBrz878Rw8SVwhlOW { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1825275421143rem;left:20.375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iaPcqQRG/certoo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d.adaptive-delivery-prevent-bg, #L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d.lazyload, #L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d.lazyloading { background-image: none; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container { background-color: transparent; background-image: none; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.79); }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container > .video-iframe-container { display: none; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.79); }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row > .video-iframe-container { display: none; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .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); }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container { border-width: 0; border-radius: 0; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#CkCmtowsFHL70OHPqVC3MtS7LpgfEfdr { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:mavenpro;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:2.2679686546326rem;left:6.8125019073488rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9mXKXRabAl4hpS2LSICoPxqX75g5cAc { color:#ffffff;display:block;width:25rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:5.3945417404175rem;left:25.000001907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DvD0R8xDmt56S1WfxKCaOwef83HOBWTt { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:10.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#MVyOc8IRIN247Q7zkeiIZwJOHgsrRcAV { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.3125rem;width:20rem;top:13rem;left:2.5rem;display:block; }
#Thek0y7oXIgPnHTtdDuPv8uLltVbWuRT { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ON3ZTS7O2Ve3i3D7sDN0UsEUxQUbsXCJ { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -moz-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -ms-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -o-linear-gradient(200deg, #0cb9d7, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #0cb9d7, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625rem;left:8.8125rem;display:block; }
#LwsvA035iDHGP0QN9bOxp0ZgxpeiNI6I { color:#411962;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.5625rem;left:3.5625rem;height:3.59911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tigPcOVFhl4vTA4h2vtgVy51TBs1nDQe { color:#585858;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:35.10227394104rem;left:4.1875rem;height:11.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWCaUyC0HSTnJv49VtXZMefQhmbnXM9I { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:27.5rem;display:block; }
#wyrSRfVdFiQdMS2VKGl0HgGlL8aLM4A2 { color:#411962;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.855115890503rem;left:28.625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2lrxXeWd9NxN6dpHoNchOKfMV0hRMQp { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4EZ32sIO48mDFG7p4TrcDqRHTMyp3IP { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.375rem;top:10.187501192093rem;left:31.75rem;overflow:hidden;display:block; }
#ATiznUkbTfQTh2yqFrM1TVXv3MtvctDG { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:block; }
#mXrvFeudVUS63M0BTcws7p9dHwT2bibg { color:#585858;display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:37.57386636734rem;left:29.5rem;height:8.0229375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tytnSNobdTOtfqLWPbZplmok3A6DdQl4 { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:9.125rem;left:56.781248092651rem;overflow:hidden;display:block; }
#qpZxds38cTxLeaf0FE0HGIR9J0rADtmX { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:58.75rem;display:block; }
#FWKraLBdMXMAfmaJvm30S7SwT8nQZrVQ { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.062500953674rem;left:54.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bsi50wxRfImHVaHM2TfTft13ErpFrbv9 { color:#282828;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:30.5625rem;left:54.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNdwHx1Ko1IcyKNrxMGfPxfo4bEIFRIV { color:#637084;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:36.301137924194rem;left:53.375rem;height:10.234875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6SeAV2ZGPhW5mlTsmytwmC6U4R6t6J5 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:42.375rem;width:20rem;top:13rem;left:2.5rem;display:none; }
#a0Ocxo5bnwOd6hHZtBdQGzvJHilchwop { z-index:100132;top:69.4999961853rem;left:36.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BeAJulBr3n2qo2kFIn6PaGOfkvc6hRVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SxLukcanXn4VzRw7Onq9Tih5R7UCZXCD { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TpNJfOs8R9ni7wnyrpQdTLZNsK79Uzpt { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:none; }
#PxE5yHs3pigizuU4CgpTUnTwf5agVaoP { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:52.531248092651rem;display:block; }
#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -moz-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -ms-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -o-linear-gradient(174deg, #ffffff, #f1d1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );";background-image: linear-gradient(174deg, #ffffff, #f1d1f1);background-size:auto !important;position:relative;display:block; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container { background-color: transparent; background-image: none; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container > .video-iframe-container { display: none; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row > .video-iframe-container { display: none; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .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); }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container { border-width: 0; border-radius: 0; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#AufEkhduTuJdhR4oh2w0E2Xuv0cgcTT6 { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.6875rem;width:27.875rem;top:9rem;left:39.75rem;display:block; }
#LDnthoHFF0r1EER9Oq2BuwqeHh6BNdHD { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:7.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sv01XeoOBkCcL0XCeTqi7niGT3BqM82Q { position:absolute;display:block;z-index:100128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:11.25rem;top:11.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#x9QUnBJepdmTDJy9JQIbWSla0TOM7lJP { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:14.75rem;top:0.875rem;left:30.125rem;display:block; }
#rpvImJOH63572giCgcib5F2mKnSKaACb { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8VqNNWgIVcTBB27c0WiDniAHpVNG04H { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:12.5rem;left:49.375rem;display:block; }
#OvCD7PmRwKwQ5LlZ6byB4gOM5qsOlk08 { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:13.5rem;left:49.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hucA8RDNmIaayKe9WI1AMdyou9nOTssH { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.125rem;width:26.625rem;top:9.625rem;left:8.4375rem;display:block; }
#Aaey5hzU1dXeVRdTkMge7Zvyp7CegXu9 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d6M69l8c7ZzmO3IRKzmZpEGIPiIyCt1G { color:#411962;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:19.625rem;height:2.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UPCZGaigEMbOrdLCeOWFKguL6nqKcRCz { color:#637084;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.375rem;height:10.234875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#crQUEWZEGdbU5D429REo2xg1ZvV0AhEU { color:#585858;display:block;width:14.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:19.8125rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JwZEsUiRxk4IxvmTI0Ek4mRkattlS4Vx { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:12.5625rem;top:11.6875rem;left:7.5rem;overflow:hidden;display:block; }
#Us4Lzht1pJl50niAlo95qhrcqHehTatJ { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:13.125rem;left:19.8125rem;display:block; }
#MFKwAWZbskwurP6819CMzFlutywg4xPT { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.3125rem;width:27.875rem;top:28.9375rem;left:8.4375rem;display:block; }
#owdT2Z2OpINNFqRteok4TqaHC24s69Mt { position:absolute;display:block;z-index:100142;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:11.8125rem;top:31.3125rem;left:7.5rem;overflow:hidden;display:block; }
#xtdBTKJoZFh0AkirqCXGJRsmOXqnZptU { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100045;line-height:1;letter-spacing:0;top:34.5625rem;left:18.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vl14u6M5M7LxJXgBIofCOOzMKTvyaFGw { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.625rem;left:18.9375rem;display:block; }
#c4MTgL6UFQZX98JZqp5iLtF3HPC296S8 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:31.3125rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W8u47TrtGrPUwB1cCNtgAGZbyc5bOcGu { color:#637084;display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:38.562506258488rem;left:19.125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHJrK2T7zEirO704LLPDt8ZcCsmpiBwb { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.375rem;width:27.875rem;top:28.9375rem;left:39.625rem;display:block; }
#QT6TCwpmCBIfhBaAlKZAHz9p3qFGqw37 { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:37.993609428406rem;left:49.1875rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ItgocrsvuIGtKHkW8umlM62ZEZZXzefr { color:#282828;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:35.125rem;left:49.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fFETiaKpLQ62xZxA6kkiGVfqUOe2RfVZ { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.25rem;left:49.375rem;display:block; }
#Mec0AeA3pdnImryda54CPNDAit1Hlkwo { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:12.25rem;top:30.625rem;left:36.6875rem;overflow:hidden;display:block; }
#IHkXwL2DtvkNCkdv3RGNx6nqqPEZuafD { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xeNBPdCbBlN9X7GEkyh4n2K4EPG92oxH { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.875rem;width:27.875rem;top:50.25rem;left:8.4375rem;display:block; }
#uGuavDePmGpzfe74lMpMDzRswWrsINfB { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:11.1875rem;top:53.834484100342rem;left:7.5rem;overflow:hidden;display:block; }
#kWaid3f38PrwbOqPaIkKEnbzulrrTzWZ { color:#637084;display:block;width:16.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:59rem;left:19.0625rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pe9RM4ittA0avcH5raKDHm1IpXZ1IHTf { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:55.5625rem;left:18.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z3wk0Z0xTKOET2UmpvBN7R2Lfg6E7O1z { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:54.3125rem;left:18.9375rem;display:block; }
#UWL4dlZFOrwnJQCysfxn9ton2s8mR7ON { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iowWmZ2tswClpsnapTyWuvXBllKckGBI { position:absolute;display:block;z-index:100156;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:12.6875rem;top:51.906251907349rem;left:36.4375rem;overflow:hidden;display:block; }
#N75QWcOPpCFs6udKkiMzdTfUmm6lI6GK { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:20.0625rem;width:27.875rem;top:50.25rem;left:39.625rem;display:block; }
#AIhPe0fRPsh4J0cCyPrhewRHITVB0dDt { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:61.125rem;left:48.625rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PrW2nSr4dR9qKBfJ5Fevypkm6DgzRWzh { position:absolute;display:block;z-index:100053;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:55rem;left:48.5625rem;display:block; }
#mfzn5hqawXVW2Mppt7dhJB706Hkq4TKL { color:#282828;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1;letter-spacing:0;top:55.875rem;left:48.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdtR769bz6Tr0hFdhTRhlrGciGyGomuI { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:52.6875rem;left:48.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJHuiWULSDgTlnpGARrEZASIUybIm744 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:17.9375rem;width:58.875rem;top:72.25rem;left:8.5625rem;display:block; }
#t37ELkTuKoCpGVFvFmfgNlOaq9dNXcO7 { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:13.5rem;top:73.3125rem;left:13.75rem;overflow:hidden;display:block; }
#HSFRwWFT2I4qDMM3uwbVHGxwimPFopmc { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:11.625rem;top:75.4375rem;left:10.875rem;overflow:hidden;display:block; }
#xbwBS5p6rOJJuqP8H7Gst8yZq1H2AWCk { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:74.6875rem;left:28.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gRsLWoe9kETJXpRelXSFnCoKIIADWsQx { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:30.9375rem;top:76.8125rem;left:28.375rem;display:block; }
#n6HD9Ka8AKX5rH5yCpx9bVEvwUrrxym6 { color:#282828;display:block;width:36.625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;top:77.4375rem;left:28.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZiFFmABimuKUKWBAOsxkQKfOVm6r8fGg { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:78.875rem;left:28.5625rem;height:1.3rem;display:block; }
#RxTkzGqUT0c7488WaVVnB6znbTsiptZ6 { color:#637084;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:81.625rem;left:28.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container { background-color: transparent; background-image: none; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container > .video-iframe-container { display: none; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row > .video-iframe-container { display: none; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .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); }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container { border-width: 0; border-radius: 0; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#Jvt14k7bex7EE1ZEoGCSBVpqZLxhINCz { color:#f8f6f6;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3880208730698rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { background-color: transparent; background-image: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container > .video-iframe-container { display: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row > .video-iframe-container { display: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .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); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { border-width: 0; border-radius: 0; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#UeaxmpLw9uzH5VPhCTitEsEGxdJzlCEk { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#PMMe94hm8XcTD9fyDSxM7sMF4s52yI2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pnn5SorDfdBcPzorLxbnqJxERO2xKJzJ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:mavenpro;font-size:0.875rem;font-weight:700;z-index:100095;line-height:1.2;letter-spacing:0;top:22rem;left:28.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkO5ZOCpghk9QppHvPJt1Z99b8xlRBXe { position:absolute;display:block;z-index:99965;background-color:transparent;background-image:none;border-top:0.0625rem dotted rgba(178,178,178,0.77);border-left:0.0625rem dotted rgba(178,178,178,0.77);border-right:0.0625rem dotted rgba(178,178,178,0.77);border-bottom:0.0625rem dotted rgba(178,178,178,0.77);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:32.0625rem;width:29.9375rem;top:12.4375rem;left:20.562501907349rem;display:block; }
#ipdHZxtt85w8gwczqSv0SPKy64XXsuHs { position:absolute;display:block;z-index:99993;background-color:#867e73;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:1.6875rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.875rem;width:30rem;top:10.5625rem;left:20.5625rem;display:block; }
#mrsCBOcXwTy5xfqpUmMp1HSUviN94Tbl { position:absolute;display:block;z-index:100058;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:44.749219894409rem;display:block; }
#hE9wGM1VTonUc9RcrTyRAkdSeg58qn7L { position:absolute;display:block;z-index:100059;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:22.187501907349rem;display:block; }
#iHcmxr0fWilvnlva92FqQ89LCS0abmeC { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:13.450000762939rem;left:22.875001907349rem;height:2.1125rem;display:block; }
#CSCxHvP2nTesxJ0EF2NkLAuaQT4D6uoV { color:#ff0000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100035;line-height:1.1;letter-spacing:0;top:19.25rem;left:22.1875rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTaM2kX4G1PqyXKwNUZRCpT7O4EcIR03 { color:#2ee681;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22rem;left:27.75rem;height:11.274875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NABFZ2c1tGvLSbFgz94aI8c6PmImiomZ { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:26.625rem;left:24.875rem;height:1.95rem;font-style:normal;display:block; }
#yCg3NN6vZWlOvR6l2AQru6arkh0QesVb { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44.375rem;height:2.58105625rem;font-style:normal;display:block; }
#HmbmzCwqT6m4cs02B7zaxDIQOmwDIpdN { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25.125rem;height:1.95rem;font-style:normal;display:block; }
#J8ZmTZ9Zt8DmXRoKvMfW2x0mXzTLs7yh { color:#ff5151;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:32.1875rem;left:24.0625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5ZCueM7q7RvXWTmGyBtRtJUTEXvUUGu { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:24.1875rem;top:31.5625rem;left:24.1875rem;display:block; }
#tr3QTXVDNSe335STEn1ki2kf176czClJ { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.3125rem;left:22.25rem;display:none; }
#TbA6bndlvdWIQsb9WLg75yCDTy1qnXog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMSC6GehhcUVBG2IT7inetxALtggxMsi { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:40.625rem;left:43.625rem;height:2.1125rem;font-style:italic;display:block; }
#TWr0dlD8X7dUnT2UJ6nvJkeHUdtyEZVW { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:40.25rem;left:41.375rem;display:block; }
#gkmKHrO8vtcpv2XdQRl07G3g40K4k9OT { color:#585858;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:40.625rem;left:32.5rem;height:2.1125rem;font-style:italic;display:block; }
#eXVg57BeIDDfsFK4ECI54Ez7JQQqRaEF { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:40.25rem;left:29.8125rem;display:block; }
#rCpZT7eTzZORvzyzQRHrDL4nH6UFGwsS { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:40.625rem;left:25.9375rem;height:2.1125rem;font-style:italic;display:block; }
#FP91lq95Bbt2w5lDzqIkgi7NVCRMCui6 { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:40.25rem;left:23.1875rem;display:block; }
#wWLxGBvBfoZWrpneAQ5hsgoCrtWTfRTA { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:6.4070320129394rem;left:7.5rem;height:2.03125rem;display:block; }
#M9sQHxFnRaNznIkvCCDdmSETRhleZiy1 { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99969;line-height:1.5;letter-spacing:0;top:1.8828129768372rem;left:9.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llKbNC5s4rZfh6EVD6B5crZcw2Ldb2lS { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.625rem;left:8rem;display:none; }
#LD3uHJQ11IgawosTZTShqPl6zEAis7Kg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M9pr0TLEuECTdnw9vpTSWJJ8sw8NXSD2 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.25rem;display:none; }
#egfuZIIeIQCBTTMqUn39MBRqZgOnahLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#At0xxmM1VNZSmPTEkqAyOkNzvG6EoT2w { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:13.450000762939rem;left:45.749219894409rem;height:2.1125rem;display:block; }
#Ta5FoADQMpnftolM9hTwwBErZaFKz6WE { position:absolute;display:block;z-index:99967;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:25.4375rem;top:40.125rem;left:23.25rem;display:block; }
#Rqb6V7kMkacmq9r3zzVCWyBwITxdAcJ1 { z-index:100001;top:35.312502264976rem;left:22.250001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KFGDxl8iZWKifyszG9RyfaTzL164z2at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#InB28sJf33Fi8XGMgGGtyN1NbzZEI5zg { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:13rem;left:27.562501907349rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIsCVJURScnvWrUONZgnBnv7ft8K5Gca { z-index:100004;top:47.875rem;left:21.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #11a77d;border-left:0.125rem solid #11a77d;border-right:0.125rem solid #11a77d;border-bottom:0.125rem solid #11a77d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#11a77d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G6ZmfLiGJS1xGFsBlHNJBwOPpKWsSnlr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TDR60uPrgop7kIdddv13fJEPsGynTd1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container { background-color: transparent; background-image: none; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container > .video-iframe-container { display: none; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row > .video-iframe-container { display: none; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .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); }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container { border-width: 0; border-radius: 0; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#KCwrMRnCoLymwOLQV8ZNcMSCOF2GexPt { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.8039779663088rem;left:30.5625rem;height:10.2363125rem;text-align:left;text-align-last:left;display:block; }
#TiAU6ma1XUEGdATHSbSExupJlPIFkuvF { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4992904663086rem;left:30.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#MOHp3SdaoqucAnpFwg8b8U8TOeN8R8RT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:20.3125rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { background-color: transparent; background-image: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container > .video-iframe-container { display: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row > .video-iframe-container { display: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .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); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { border-width: 0; border-radius: 0; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#k32aWT0EKwTTqpPyonoO8O2ghStpwUmm { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:9.5625rem;height:5.0375rem;font-style:normal;display:block; }
#keJI7Uy5Tgz81ZUyS6TlNhcUK3W1ZD9a { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:14.875rem;top:1.79296875rem;left:32.9375rem;overflow:hidden;display:block; }
#pscBaXpD9xhGbxUV2pniFA3kqdEugtMZ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:9.5625rem;height:6rem;display:block; }
#TfVPe1oyR2y95wu7OVdaxsrdMgm0toqA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:25.4375rem;top:2.76171875rem;left:42rem;overflow:hidden;display:block; }
#x1LCBe5qvCi5x1m7fqO8B0pKtKU7F08F { z-index:100002;top:17.5625rem;left:9.5625rem;background-color:rgba(255,255,255,0.98);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q9ib22893SJNUptpTaJNTxAKVavf3eqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VzMC3ThKxUqmkvbLHHr99JDVbvpRU5kF { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.6875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1rem;left:55.0625rem;height:0.8888875rem;text-align:center;text-align-last:center;display:none; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { background-color: transparent; background-image: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .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); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { border-width: 0; border-radius: 0; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 { display:block; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBTu9bsWGJtZ4KwgLTKGEiCmmHXR8x0B { width:47.75rem;height:2.3125rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u32NN0kxapis7wWA1RQsMQcACklJ026y { display:block; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwfAoufb7IlLBLvO5ehiFVfBIeuSbA4D { width:47.75rem;height:19.25rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnimoTEzCm06ho1q3gWrA522TkHwVRu { width:47.75rem;height:1.9375rem;top:11.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXS2dfIbxL89mbiwUrnbizCTZrGkzqp { width:21.1875rem;height:2.1875rem;top:8rem;left:13.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Act2CkFbBHqoCBBHBTMUQn1zMIpy1Kkp { width:47.75rem;height:10.3125rem;top:14rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQOxtKtbDK3gTP0itPsesRXG6rJKeUqm { width:4.375rem;height:4.375rem;top:6.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diqJ2gXV4C5dGHuDKwkXMX9SahNyxUXH { width:4.75rem;height:4.75rem;top:25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLf1Uan6RxJ0JKBaxvA23c0fyIOgNXh { width:36.4375rem;height:1.625rem;top:26.5625rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvNhNOhML572I4G2NJTZAoaEChr7Dcl { width:47.75rem;height:2.375rem;top:1.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c { display:block; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0oKOkKmdTHep2EnmfdXTtXmHFJTkRh9 { width:34.5rem;height:1.75rem;top:34rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRRr470ZTrQcSLn4kCLV69H30TZ5JRBk { width:47.75rem;height:9.9375rem;top:19.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SctaGZiDFbTTHCcdEHTHo3QLnsWkkD0K { width:47.75rem;height:11.125rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrCvyON5JCfTDPJv4JE2Ta2uETVxp3Nc { width:12.3125rem;height:14.1875rem;top:2.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph32kXaJQKDnsqLU2fKhKA3Q9e5kqVZH { top:44.6875rem;left:3.5rem;width:37.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzbiHp3nOMl1P8Kn5TuxmpnhA1uGfEZp { display:block; }
 }@media only screen and (max-width: 763px) { #HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC { display:block; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6sz2TppO7MMHnoabD6EUd74QPG1qCaQ { width:36.25rem;height:17.375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4z7fBlCLp4e2BfNntFS9q2iD6oGZGbH { width:1.5625rem;height:1.5625rem;top:5.5625rem;left:19.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKBhvEvhGXoPFy6hbH6xKie477B0rni { width:1.5625rem;height:1.5625rem;top:9.875rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZumSwx29DxuP0uDCb6XHnlqdIPyEDX { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcO1VZmNk2FIzpdu9fLXTvwrQc909SI { width:1.5625rem;height:1.5625rem;top:18.625rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC297TCQyLozARxqDkCLKDcFa5TB4pzA { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecx8TwG00wSrFTkxw8eT7L6ap3ciFfdf { width:25.375rem;height:34.1875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cETN8D03wTopd3WT3feLiGUHdzWmsfWa { width:1.5625rem;height:1.5625rem;top:21.6875rem;left:19.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtiVXTRlIxPlNkgNop96NdrfeByngKFw { width:37.3125rem;height:2.3125rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXXnfPJZq7dUumFnewsWdlyi9iLwBVth { width:17.8125rem;height:24.125rem;top:2.4375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVyXvTGh7JI1D5EqnAZOGsVcnFe8RWPi { width:37.3125rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A { display:block; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxnITcDTOii3kTwR1NRJtCmmxcXnMTNh { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGEbFMTuzkkXTz1UJRorvW31OSqzCelm { width:3.875rem;height:4.0625rem;top:25.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvWDMNxWA4ikI4zRF89GGWcJLZvnnMte { width:19.9375rem;height:6.1875rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxClTGWHft3cerBsL2nEDt4ceRR7M3XP { width:3.9375rem;height:4rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NigEuronQT4a7wktQWEDgFTnwyJJGW3o { width:28.5rem;height:8.9375rem;top:22.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkJQfxEExahf71SKkdhs5u7ZJ5kI69V { width:23.9375rem;height:8.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShUwAHfMe0nJkCBnsD39AA60pElJKJM { width:47.75rem;height:2.1875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P13KvcDaHJGM1zKySQAe2NKzoNxp3uxy { width:23.5rem;height:10.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURR4SdfJMHsyGCNpJTO8DyK0GK8DZtQ { width:3.875rem;height:3.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1S4fEw3dy6C7M6qKtTVMQVNiT3aRPXD { width:19.9375rem;height:6.1875rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGPKbu5sTol9d5BuVZ6SPg2PX7oTboU { width:9.375rem;height:0.4375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0f3GNW94hoXt3fBMS3dfcZyhnh0ISD { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtw04Awp0wcguIyuCpLrTHmQ3XkKenT { width:28rem;height:10.125rem;top:9.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9TlgdVllWfFVQD0CINFR82oK3VudCF { width:3.75rem;height:3.8125rem;top:11.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avKKJ8mVRDaJ75x2gkG7Pls25TLqqPnZ { width:27.4375rem;height:8.5rem;top:48.125rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh { display:block; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sISIoynz31lthuL3WXhGaWwhWcMvSHzd { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkcCTGPRvkmPDFoezTIh9NqopTrXSNKv { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGryrHtSnow5eJ177LvNqbsh96nEECJR { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D71EshruWSbcLxvnW9eBUiI9GBOrSqPm { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vb6HrTAJnMHwNK9NSzg8lx45JkzT22op { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDv5QQh7mbWRfFJJw68OgcFwueXurcTR { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWXIT2sXFtut6P2c9L8NvfI2Z2PEAo8d { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBNRN75SRWxS7gXFZfgTzV8L4t6r9zqy { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5s0snoF2O4HRscWdbV88h9CHEcVGmDe { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR1bSGU3R552arufnn9fCnL9v5PTr5PC { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNnG9wguEDNTfKVIbfNyOxkhi04nFE0c { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNcqcVo7XA2WGsxzf9pNecla0pIzxZ8X { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x36bhQaZ5cmAmGLNLraUTfKbxvzm3bMI { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfWr2FEW9oTO4qT0hcnQNcxxt8JfLDVQ { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnowDs6Fk8R3yMlGAM9ntoz0oi4pioIr { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSJR1LV279GXsVIyFcwrPDT9uRniRAql { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHsimgT7ihxs15AA72R7iMhQJtCQPN3B { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkGk4KRHcGxego9Ud5vyngnD8AdTC5WO { width:47.75rem;height:2.4375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCzhi0yL8RXfAfRIV2M5xhyJAnpgIxRX { width:47.5rem;height:14.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXLFembEmJnTZM3SlrkhTxV7TCCmrf4 { width:47.75rem;height:6.5625rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boaJhqeobJNHpHu3oZiSVms2R4l7KAvt { width:47.75rem;height:4.1875rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9kLGdi2XI49Zpg8mafLv7msiS9QSwt { width:47.75rem;height:5.5625rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwRtgTaoI1XuTt0582n8wQdLCDKCGCNA { width:20.125rem;height:1.5625rem;top:11rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZukTAnlmdQThi16FSwWGr1zpAIu0enw { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NocOH5MKz0ZOwgRqUnFrOTF0Zb88egp8 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0hRHTk7Ri86FN3aqDo7ohTIAeKh88zT { width:1.375rem;height:1.4375rem;top:16.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNIDcHLCgste1a0Lv9EUEyTe1zQutfDI { width:1.375rem;height:1.4375rem;top:18.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJAEf8kcGqA6WTAFbGi4SxSZzKFkdXEy { width:1.375rem;height:1.4375rem;top:21.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FocMAPXB2prfGN1yNmiOo5CpDPZu9Iua { width:1.375rem;height:1.4375rem;top:24.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9iNRGWQVDCZrbJElKO0Jz5MbaL6dgBl { width:3.5625rem;height:2.3125rem;top:10.625rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfFGRfDxLAM1Wp6kxr8saB24tOmdDbx { width:47.5rem;height:12.9375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3I5fbhaPIZTiPiOcD9G1wEA9Gu2CheT { width:47.75rem;height:9.875rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8D7FqGUKixKIagvV9CWWcJWVV6I0ldv { width:47.75rem;height:2.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVN7kTBb7GbcnA5RJSAWBArg0OvUzzA9 { width:47.75rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RUQ8qTiDQ64Lingdb8KChMEQa8GLiG { width:20.125rem;height:1.5625rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXuVfec2haGefL2ToiqPXCNm94dT1lr { width:3.8125rem;height:3.9375rem;top:29.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZR4WubFOJ7Fpn3zF9X06fpWAuWIV0SP { width:3.5625rem;height:2.3125rem;top:29.9375rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANNIGvoJCQgbaQvci8eX7hE5nC2aJdZ { width:1.375rem;height:1.4375rem;top:33.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5B8g2t4OJD4B8Wp1sUktTFo2BXVU4w { width:1.375rem;height:1.4375rem;top:35.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTsXKNeFi0auXXfkiXTXqlRN0u5VnTU { width:1.375rem;height:1.4375rem;top:39.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W72RoSxaygTccWSEcMZCu2UU9DmkpcwR { width:1.375rem;height:1.4375rem;top:41.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5Ic4ZtD7xmhCrQCVIcQP8DG0yEhSVT { width:47.5rem;height:12.9375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4FpvDEkHdfN5mVa5TrJTQaB7pNmKMx { width:47.75rem;height:12.0625rem;top:51.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcK15SfqxaiuxrKeTVhAcsB4o0VlNMld { width:47.75rem;height:2.4375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppr5TOkBNOXGT52aZz4r2oNdcg795D5H { width:27.5rem;height:1.5625rem;top:48.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOad6GqAoASNqTgoWSJBCdzmZ3c9UH6 { width:3.8125rem;height:3.9375rem;top:47.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1XlESmFikd2BeIrD5iHqyspys9PXli { width:3.5625rem;height:2.3125rem;top:48.1875rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMLdtScuZZQkTTdtn98gPuEboolnkUWB { width:1.375rem;height:1.4375rem;top:51.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG7AP7XaU0269Aghu1hbiWhfg2xfs45P { width:1.375rem;height:1.4375rem;top:53.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLILznanRLwrihZgMuW2GxBQ0i1AJ7VM { width:1.375rem;height:1.4375rem;top:56.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpnxT4BDvFEoIIBxHm8CEtlMVTvyCtP6 { width:1.375rem;height:1.4375rem;top:58.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTs6wQJF0ktRqWt6R1bPbx04PcocBh4 { width:1.375rem;height:1.4375rem;top:60.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIQTPkBxZJxcwoPvnxnTbqRNT2fRaVXb { width:47.5rem;height:16.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpIpVonMSekP6h7fMlFbQB72D5s99KSV { width:47.75rem;height:15.375rem;top:68.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEnCxoeiWhPMB6opQptc9zFQHE4I7fH { width:1.375rem;height:1.4375rem;top:70.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3uB3g7yUETexMuEOewmGzupkdQmJaf { width:1.375rem;height:1.4375rem;top:73.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ04ZurPi3OWeCTPQ4TMqk13fkbqTfSl { width:1.375rem;height:1.4375rem;top:77.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4MJ3yuZSiA0G5ampH2NaJiQBJXMIZn { width:3.8125rem;height:3.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdP8S3M4Z9N0eyAViUUn2Sf2vmhad6E { width:47.75rem;height:2.4375rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHBWcIq8DWdySd74nPUI2mRGad6voM4 { width:1.375rem;height:1.4375rem;top:75.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCqliXKOcTTfkOPByp1rUoJgD0o0e4Z2 { width:1.375rem;height:1.4375rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMZmWp5AWoQziaQAziayHVRGqI3KoJMQ { width:3.5625rem;height:2.3125rem;top:65.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKyVavSqCKdxrT9XbDqa3gkC8BHchR3 { width:20.5625rem;height:1.5625rem;top:65.6875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkx6nkEt3T6SemlpvFpNNCz0MRut9aP { width:1.375rem;height:1.4375rem;top:81rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuxbNvkHkRfnILtiOD1QUJA2XXsH2dMe { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0NqBTrCZq51zPNkhFNk6BTy9Rm3DmfT { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bv9FHpszgK1quOT56Bn6w5QGBTplyxQG { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1ooLiwHwk05ABXGf1ag5v0D9zlShwhl { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQv55GsN0vaCikW9NWdpFR9K5Q3JEXdI { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmbN48TizcnthCLcJdnQyTil5yN3elwZ { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1dSyhK8XwaD5AxgSCZut94ZOOCvzgaW { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGuKebv7rDAfD6vt6nDmW4ZDy4JO8spm { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHJyTewR6JpnEPfBP1teUIGAFRrlW0Ea { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmvosgkF13PFtU3QoAxPwtnPJwfs8Tpi { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCTGzqqad8bfPveIXNsUJW6ypcK3PXJ5 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #br7IZ9zNgadQIghTku6tqZiwHLghxMPw { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKsJya8HV9Tritxxo5nLk0hyquFIfZni { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOFZn6BMr3pdTCWGEDb0Buqoi1yqhm2L { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9n9qIbZZeed7qc61zDrn7Mrv7zyXPZc { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyIqT0Na3UNpiZ8WCyhCnH3T7bVldpEq { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKJTyy919qBWv8zMlVTqECN8BJQxTP8z { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln { display:block; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC4ul5tzOtvzus0x6nqauI7N6JqkmDqn { width:41rem;height:4rem;top:4.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h974O1NT7cbpZToZR9xgMnuigOtLT9UP { width:15.5625rem;height:8.4375rem;top:10.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCxTUzanarcaIQ2EOMsAhrg8JVXIdDw { width:15.5625rem;height:8.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Vb1GmUOy45saZryTDDQ6Vf2ApncQiQ { width:15.5625rem;height:8.4375rem;top:10.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UevFxU1iQKex7pKxBrz878Rw8SVwhlOW { width:36.3125rem;height:2.3125rem;top:1.125rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d { display:block; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkCmtowsFHL70OHPqVC3MtS7LpgfEfdr { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mXKXRabAl4hpS2LSICoPxqX75g5cAc { width:25rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvD0R8xDmt56S1WfxKCaOwef83HOBWTt { width:11.4375rem;height:14.3125rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyOc8IRIN247Q7zkeiIZwJOHgsrRcAV { width:20rem;height:35.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thek0y7oXIgPnHTtdDuPv8uLltVbWuRT { width:16.375rem;height:1.75rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3ZTS7O2Ve3i3D7sDN0UsEUxQUbsXCJ { width:7.375rem;height:0.375rem;top:28.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwsvA035iDHGP0QN9bOxp0ZgxpeiNI6I { width:17.875rem;height:3.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tigPcOVFhl4vTA4h2vtgVy51TBs1nDQe { width:16.625rem;height:11.3125rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCaUyC0HSTnJv49VtXZMefQhmbnXM9I { width:19.9375rem;height:35.8125rem;top:13rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyrSRfVdFiQdMS2VKGl0HgGlL8aLM4A2 { width:17.75rem;height:4.6875rem;top:30.8125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2lrxXeWd9NxN6dpHoNchOKfMV0hRMQp { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4EZ32sIO48mDFG7p4TrcDqRHTMyp3IP { width:11.375rem;height:14.3125rem;top:10.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATiznUkbTfQTh2yqFrM1TVXv3MtvctDG { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrvFeudVUS63M0BTcws7p9dHwT2bibg { width:16.5625rem;height:7.9375rem;top:37.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tytnSNobdTOtfqLWPbZplmok3A6DdQl4 { width:11.4375rem;height:14.3125rem;top:9.125rem;left:33.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpZxds38cTxLeaf0FE0HGIR9J0rADtmX { width:7.375rem;height:0.375rem;top:28.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKraLBdMXMAfmaJvm30S7SwT8nQZrVQ { width:16.375rem;height:1.75rem;top:26.0625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsi50wxRfImHVaHM2TfTft13ErpFrbv9 { width:17.375rem;height:4rem;top:30.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNdwHx1Ko1IcyKNrxMGfPxfo4bEIFRIV { width:18.125rem;height:10.1875rem;top:36.25rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SeAV2ZGPhW5mlTsmytwmC6U4R6t6J5 { width:20rem;height:42.375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0Ocxo5bnwOd6hHZtBdQGzvJHilchwop { top:69.4375rem;left:18.125rem;width:13.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeAJulBr3n2qo2kFIn6PaGOfkvc6hRVC { display:block; }
 }@media only screen and (max-width: 763px) { #SxLukcanXn4VzRw7Onq9Tih5R7UCZXCD { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpNJfOs8R9ni7wnyrpQdTLZNsK79Uzpt { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxE5yHs3pigizuU4CgpTUnTwf5agVaoP { width:19.9375rem;height:35.8125rem;top:13rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z { display:block; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AufEkhduTuJdhR4oh2w0E2Xuv0cgcTT6 { width:27.875rem;height:18.6875rem;top:9rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDnthoHFF0r1EER9Oq2BuwqeHh6BNdHD { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv01XeoOBkCcL0XCeTqi7niGT3BqM82Q { width:11.25rem;height:14.5rem;top:11.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9QUnBJepdmTDJy9JQIbWSla0TOM7lJP { width:14.75rem;height:0.4375rem;top:0.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpvImJOH63572giCgcib5F2mKnSKaACb { width:16.375rem;height:1.75rem;top:10.4375rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8VqNNWgIVcTBB27c0WiDniAHpVNG04H { width:7.375rem;height:0.375rem;top:12.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvCD7PmRwKwQ5LlZ6byB4gOM5qsOlk08 { width:16.625rem;height:2rem;top:13.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucA8RDNmIaayKe9WI1AMdyou9nOTssH { width:26.625rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaey5hzU1dXeVRdTkMge7Zvyp7CegXu9 { width:16.375rem;height:1.75rem;top:11.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6M69l8c7ZzmO3IRKzmZpEGIPiIyCt1G { width:15.0625rem;height:2.3125rem;top:14.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPCZGaigEMbOrdLCeOWFKguL6nqKcRCz { width:17.25rem;height:10.1875rem;top:16.1875rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crQUEWZEGdbU5D429REo2xg1ZvV0AhEU { width:14.75rem;height:6.8125rem;top:18.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwZEsUiRxk4IxvmTI0Ek4mRkattlS4Vx { width:12.5625rem;height:16.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us4Lzht1pJl50niAlo95qhrcqHehTatJ { width:7.375rem;height:0.375rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKwAWZbskwurP6819CMzFlutywg4xPT { width:27.875rem;height:19.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owdT2Z2OpINNFqRteok4TqaHC24s69Mt { width:11.8125rem;height:15.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdBTKJoZFh0AkirqCXGJRsmOXqnZptU { width:16.625rem;height:3rem;top:34.5625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl14u6M5M7LxJXgBIofCOOzMKTvyaFGw { width:7.375rem;height:0.375rem;top:33.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MTgL6UFQZX98JZqp5iLtF3HPC296S8 { width:16.375rem;height:1.75rem;top:31.3125rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8u47TrtGrPUwB1cCNtgAGZbyc5bOcGu { width:15.625rem;height:5.625rem;top:38.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJrK2T7zEirO704LLPDt8ZcCsmpiBwb { width:27.875rem;height:19.375rem;top:28.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6TCwpmCBIfhBaAlKZAHz9p3qFGqw37 { width:16.75rem;height:6.8125rem;top:37.9375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItgocrsvuIGtKHkW8umlM62ZEZZXzefr { width:17.625rem;height:2rem;top:35.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFETiaKpLQ62xZxA6kkiGVfqUOe2RfVZ { width:7.375rem;height:0.375rem;top:33.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mec0AeA3pdnImryda54CPNDAit1Hlkwo { width:12.25rem;height:15.375rem;top:30.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHkXwL2DtvkNCkdv3RGNx6nqqPEZuafD { width:16.375rem;height:1.75rem;top:31.125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNBPdCbBlN9X7GEkyh4n2K4EPG92oxH { width:27.875rem;height:19.875rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuavDePmGpzfe74lMpMDzRswWrsINfB { width:11.1875rem;height:14rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWaid3f38PrwbOqPaIkKEnbzulrrTzWZ { width:16.25rem;height:6.8125rem;top:59rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9RM4ittA0avcH5raKDHm1IpXZ1IHTf { width:16.625rem;height:2.125rem;top:55.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3wk0Z0xTKOET2UmpvBN7R2Lfg6E7O1z { width:7.375rem;height:0.375rem;top:54.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWL4dlZFOrwnJQCysfxn9ton2s8mR7ON { width:16.375rem;height:1.75rem;top:52.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowWmZ2tswClpsnapTyWuvXBllKckGBI { width:12.6875rem;height:16.5625rem;top:51.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N75QWcOPpCFs6udKkiMzdTfUmm6lI6GK { width:27.875rem;height:20.0625rem;top:50.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhPe0fRPsh4J0cCyPrhewRHITVB0dDt { width:16.75rem;height:6.8125rem;top:61.125rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrW2nSr4dR9qKBfJ5Fevypkm6DgzRWzh { width:7.375rem;height:0.375rem;top:55rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfzn5hqawXVW2Mppt7dhJB706Hkq4TKL { width:17rem;height:4.3125rem;top:55.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdtR769bz6Tr0hFdhTRhlrGciGyGomuI { width:16.375rem;height:1.75rem;top:52.6875rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJHuiWULSDgTlnpGARrEZASIUybIm744 { width:47.75rem;height:17.9375rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t37ELkTuKoCpGVFvFmfgNlOaq9dNXcO7 { width:13.5rem;height:16.9375rem;top:73.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFRwWFT2I4qDMM3uwbVHGxwimPFopmc { width:11.625rem;height:14.6875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwBS5p6rOJJuqP8H7Gst8yZq1H2AWCk { width:38.4375rem;height:1.75rem;top:74.6875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRsLWoe9kETJXpRelXSFnCoKIIADWsQx { width:30.9375rem;height:0.375rem;top:76.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HD9Ka8AKX5rH5yCpx9bVEvwUrrxym6 { width:36.625rem;height:1.0625rem;top:77.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFFmABimuKUKWBAOsxkQKfOVm6r8fGg { width:25.25rem;height:1.25rem;top:78.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTkzGqUT0c7488WaVVnB6znbTsiptZ6 { width:34.875rem;height:5.625rem;top:81.625rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA { display:block; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jvt14k7bex7EE1ZEoGCSBVpqZLxhINCz { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx { display:block; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeaxmpLw9uzH5VPhCTitEsEGxdJzlCEk { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMMe94hm8XcTD9fyDSxM7sMF4s52yI2M { display:block; }
 }@media only screen and (max-width: 763px) { #Pnn5SorDfdBcPzorLxbnqJxERO2xKJzJ { width:15rem;height:0;top:22rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkO5ZOCpghk9QppHvPJt1Z99b8xlRBXe { width:29.9375rem;height:32.0625rem;top:12.4375rem;left:6.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdHZxtt85w8gwczqSv0SPKy64XXsuHs { width:30rem;height:7.875rem;top:10.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrsCBOcXwTy5xfqpUmMp1HSUviN94Tbl { width:4.75rem;height:4.75rem;top:12.125rem;left:31.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9wGM1VTonUc9RcrTyRAkdSeg58qn7L { width:4.75rem;height:4.75rem;top:12.125rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcmxr0fWilvnlva92FqQ89LCS0abmeC { width:4.9375rem;height:2.0625rem;top:13.4375rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCxHvP2nTesxJ0EF2NkLAuaQT4D6uoV { width:26.8125rem;height:2.875rem;top:19.25rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTaM2kX4G1PqyXKwNUZRCpT7O4EcIR03 { width:17rem;height:11.1875rem;top:22rem;left:14.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NABFZ2c1tGvLSbFgz94aI8c6PmImiomZ { width:3.375rem;height:1.875rem;top:26.625rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCg3NN6vZWlOvR6l2AQru6arkh0QesVb { width:3.1875rem;height:2.5rem;top:28.1875rem;left:30.749998092651rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbmzCwqT6m4cs02B7zaxDIQOmwDIpdN { width:2.0625rem;height:1.875rem;top:28.5625rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ZmTZ9Zt8DmXRoKvMfW2x0mXzTLs7yh { width:23.8125rem;height:1.5rem;top:32.1875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZCueM7q7RvXWTmGyBtRtJUTEXvUUGu { width:24.1875rem;height:2.5rem;top:31.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr3QTXVDNSe335STEn1ki2kf176czClJ { width:27.8125rem;height:3.8125rem;top:36.3125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbA6bndlvdWIQsb9WLg75yCDTy1qnXog { display:block; }
 }@media only screen and (max-width: 763px) { #sMSC6GehhcUVBG2IT7inetxALtggxMsi { width:5.5625rem;height:2.0625rem;top:40.625rem;left:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWr0dlD8X7dUnT2UJ6nvJkeHUdtyEZVW { width:2.75rem;height:2.75rem;top:40.25rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmKHrO8vtcpv2XdQRl07G3g40K4k9OT { width:9.625rem;height:2.0625rem;top:40.625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXVg57BeIDDfsFK4ECI54Ez7JQQqRaEF { width:2.75rem;height:2.75rem;top:40.25rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCpZT7eTzZORvzyzQRHrDL4nH6UFGwsS { width:4.75rem;height:2.0625rem;top:40.625rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP91lq95Bbt2w5lDzqIkgi7NVCRMCui6 { width:2.75rem;height:2.75rem;top:40.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLxGBvBfoZWrpneAQ5hsgoCrtWTfRTA { width:47.75rem;height:2rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9sQHxFnRaNznIkvCCDdmSETRhleZiy1 { width:47.75rem;height:3rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llKbNC5s4rZfh6EVD6B5crZcw2Ldb2lS { width:27.8125rem;height:3.8125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD3uHJQ11IgawosTZTShqPl6zEAis7Kg { display:block; }
 }@media only screen and (max-width: 763px) { #M9pr0TLEuECTdnw9vpTSWJJ8sw8NXSD2 { width:27.8125rem;height:3.8125rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #egfuZIIeIQCBTTMqUn39MBRqZgOnahLE { display:block; }
 }@media only screen and (max-width: 763px) { #At0xxmM1VNZSmPTEkqAyOkNzvG6EoT2w { width:4.9375rem;height:2.0625rem;top:13.4375rem;left:32.1240234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5FoADQMpnftolM9hTwwBErZaFKz6WE { width:25.4375rem;height:2.9375rem;top:40.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqb6V7kMkacmq9r3zzVCWyBwITxdAcJ1 { top:35.3125rem;left:8.6250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGDxl8iZWKifyszG9RyfaTzL164z2at { display:block; }
 }@media only screen and (max-width: 763px) { #InB28sJf33Fi8XGMgGGtyN1NbzZEI5zg { width:17.25rem;height:3rem;top:13rem;left:13.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIsCVJURScnvWrUONZgnBnv7ft8K5Gca { top:47.875rem;left:8.03125rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZmfLiGJS1xGFsBlHNJBwOPpKWsSnlr { display:block; }
 }@media only screen and (max-width: 763px) { #TDR60uPrgop7kIdddv13fJEPsGynTd1s { display:block; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCwrMRnCoLymwOLQV8ZNcMSCOF2GexPt { width:36.9375rem;height:10.0625rem;top:7.75rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAU6ma1XUEGdATHSbSExupJlPIFkuvF { width:29.5625rem;height:5.125rem;top:1.4375rem;left:16.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOHp3SdaoqucAnpFwg8b8U8TOeN8R8RT { width:20.3125rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHT6kkDOBfvp3xrBoOdyao031ZCeGytk { display:block; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k32aWT0EKwTTqpPyonoO8O2ghStpwUmm { width:22.25rem;height:5rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keJI7Uy5Tgz81ZUyS6TlNhcUK3W1ZD9a { width:14.875rem;height:6.9375rem;top:1.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pscBaXpD9xhGbxUV2pniFA3kqdEugtMZ { width:31.75rem;height:6rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVPe1oyR2y95wu7OVdaxsrdMgm0toqA { width:25.4375rem;height:18.625rem;top:2.75rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1LCBe5qvCi5x1m7fqO8B0pKtKU7F08F { top:17.5625rem;left:0rem;width:21.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ib22893SJNUptpTaJNTxAKVavf3eqg { display:block; }
 }@media only screen and (max-width: 763px) { #VzMC3ThKxUqmkvbLHHr99JDVbvpRU5kF { width:8.9375rem;height:0.875rem;top:1rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 { display:block; }#mGRGfT0V9ntWQbAkLCMcqnDZ5T3hy624 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBTu9bsWGJtZ4KwgLTKGEiCmmHXR8x0B { width:20rem;height:2.19921875rem;top:0rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u32NN0kxapis7wWA1RQsMQcACklJ026y { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/018c30b9-614b-43a1-a766-e7d1528f0dc1/download.preview.rotate_270.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u32NN0kxapis7wWA1RQsMQcACklJ026y.adaptive-delivery-prevent-bg, #u32NN0kxapis7wWA1RQsMQcACklJ026y.lazyload, #u32NN0kxapis7wWA1RQsMQcACklJ026y.lazyloading { background-image: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { background-color: transparent; background-image: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container > .video-iframe-container { display: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row > .video-iframe-container { display: none; }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .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); }#u32NN0kxapis7wWA1RQsMQcACklJ026y > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwfAoufb7IlLBLvO5ehiFVfBIeuSbA4D { width:20rem;height:20.8125rem;top:5.648925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnimoTEzCm06ho1q3gWrA522TkHwVRu { width:19.999rem;height:1.29980625rem;top:9.1484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXS2dfIbxL89mbiwUrnbizCTZrGkzqp { width:16.1875rem;height:1.94970625rem;top:6.548828125rem;left:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Act2CkFbBHqoCBBHBTMUQn1zMIpy1Kkp { width:19rem;height:13.70899375rem;top:11.51171875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQOxtKtbDK3gTP0itPsesRXG6rJKeUqm { width:2.125rem;height:2.125rem;top:6.4609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diqJ2gXV4C5dGHuDKwkXMX9SahNyxUXH { width:2.9375rem;height:2.9375rem;top:27.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLf1Uan6RxJ0JKBaxvA23c0fyIOgNXh { width:14.625rem;height:2.4375rem;top:27.375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvNhNOhML572I4G2NJTZAoaEChr7Dcl { width:18.624rem;height:3.0869125rem;top:1.25rem;left:0.6875rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.adaptive-delivery-prevent-bg, #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.lazyload, #HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c.lazyloading { background-image: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { background-color: transparent; background-image: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68,0,68,0.77); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container > .video-iframe-container { display: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68,0,68,0.77); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row > .video-iframe-container { display: none; }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .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); }#HSpudrZPXDxVBOEtM11u0VUcgm4hcS7c > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0oKOkKmdTHep2EnmfdXTtXmHFJTkRh9 { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZRRr470ZTrQcSLn4kCLV69H30TZ5JRBk { width:18.4375rem;height:5.19921875rem;top:13.546875rem;left:0.78125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SctaGZiDFbTTHCcdEHTHo3QLnsWkkD0K { width:18.4375rem;height:19.79295rem;top:20.30908203125rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrCvyON5JCfTDPJv4JE2Ta2uETVxp3Nc { width:9.4375rem;height:10.9375rem;top:1.49609375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph32kXaJQKDnsqLU2fKhKA3Q9e5kqVZH { top:42.51904296875rem;left:0.5rem;width:19rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzbiHp3nOMl1P8Kn5TuxmpnhA1uGfEZp { display:block; }
 }@media only screen and (max-width: 763px) { #HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC { display:block; }#HzbsUR9gRh5FfAiXKUNhndzMIc5b7JOC > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6sz2TppO7MMHnoabD6EUd74QPG1qCaQ { width:17.25rem;height:17.30809375rem;top:23.625003695488rem;left:1.9374999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #c4z7fBlCLp4e2BfNntFS9q2iD6oGZGbH { width:1.5625rem;height:1.5625rem;top:26.750001907349rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKBhvEvhGXoPFy6hbH6xKie477B0rni { width:1.5625rem;height:1.5625rem;top:23.375000953674rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZumSwx29DxuP0uDCb6XHnlqdIPyEDX { width:1.5625rem;height:1.5625rem;top:35.812502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcO1VZmNk2FIzpdu9fLXTvwrQc909SI { width:1.5625rem;height:1.5625rem;top:31.303268432618rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC297TCQyLozARxqDkCLKDcFa5TB4pzA { top:75.6875rem;left:0rem;width:20rem;height:42rem;z-index:99993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #ecx8TwG00wSrFTkxw8eT7L6ap3ciFfdf { width:11.8125rem;height:15.9375rem;top:6.5021313428881rem;left:4.0937501788139rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #cETN8D03wTopd3WT3feLiGUHdzWmsfWa { width:1.5625rem;height:1.5625rem;top:38.187502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtiVXTRlIxPlNkgNop96NdrfeByngKFw { width:20rem;height:3.75rem;top:1.4630681276321rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TXXnfPJZq7dUumFnewsWdlyi9iLwBVth { width:17.8125rem;height:24.125rem;top:2.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVyXvTGh7JI1D5EqnAZOGsVcnFe8RWPi { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.adaptive-delivery-prevent-bg, #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.lazyload, #oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A.lazyloading { background-image: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { background-color: transparent; background-image: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff8f8; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container > .video-iframe-container { display: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff8f8; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row > .video-iframe-container { display: none; }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .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); }#oy6VFSJpBlP8MPoyNielPnzd2tsZ6h1A > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxnITcDTOii3kTwR1NRJtCmmxcXnMTNh { width:15.875rem;height:4.548825rem;top:23.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #NGEbFMTuzkkXTz1UJRorvW31OSqzCelm { width:3.875rem;height:4.0625rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvWDMNxWA4ikI4zRF89GGWcJLZvnnMte { width:15.8125rem;height:4.9609375rem;top:11.249289989471rem;left:2.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #pxClTGWHft3cerBsL2nEDt4ceRR7M3XP { width:3.9375rem;height:4rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NigEuronQT4a7wktQWEDgFTnwyJJGW3o { width:18.375rem;height:9.1875rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkJQfxEExahf71SKkdhs5u7ZJ5kI69V { width:18.9375rem;height:11.625rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShUwAHfMe0nJkCBnsD39AA60pElJKJM { width:20rem;height:3.29980625rem;top:1.9985694885254rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P13KvcDaHJGM1zKySQAe2NKzoNxp3uxy { width:19.875rem;height:9.125rem;top:119.12414169311rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PURR4SdfJMHsyGCNpJTO8DyK0GK8DZtQ { width:3.875rem;height:3.875rem;top:30.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1S4fEw3dy6C7M6qKtTVMQVNiT3aRPXD { width:15.8125rem;height:4.9609375rem;top:34.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#414141;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #voGPKbu5sTol9d5BuVZ6SPg2PX7oTboU { width:9.375rem;height:0.25rem;top:1.0742092132568rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0f3GNW94hoXt3fBMS3dfcZyhnh0ISD { width:17.25rem;height:9.1875rem;top:44.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #ibtw04Awp0wcguIyuCpLrTHmQ3XkKenT { width:17.875rem;height:8.5625rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9TlgdVllWfFVQD0CINFR82oK3VudCF { width:3.75rem;height:3.8125rem;top:41.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avKKJ8mVRDaJ75x2gkG7Pls25TLqqPnZ { width:18.4375rem;height:9.1875rem;top:20.125rem;left:0.8125rem;z-index:100005;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;display:block; }
 }@media only screen and (max-width: 763px) { #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh { background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.adaptive-delivery-prevent-bg, #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.lazyload, #wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh.lazyloading { background-image: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { background-color: transparent; background-image: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container > .video-iframe-container { display: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row > .video-iframe-container { display: none; }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .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); }#wWUbkRk9hWIb5UaNJ43AI8Gm688LLyBh > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sISIoynz31lthuL3WXhGaWwhWcMvSHzd { width:1.375rem;height:1.4375rem;top:47.562501907349rem;left:0rem;font-size:1rem;z-index:100059;display:none; }
 }@media only screen and (max-width: 763px) { #vkcCTGPRvkmPDFoezTIh9NqopTrXSNKv { width:1.375rem;height:1.4375rem;top:53.187501907349rem;left:0.125rem;font-size:1rem;z-index:100060;display:none; }
 }@media only screen and (max-width: 763px) { #VGryrHtSnow5eJ177LvNqbsh96nEECJR { width:1.375rem;height:1.4375rem;top:56.738637924194rem;left:0rem;font-size:1rem;z-index:100061;display:none; }
 }@media only screen and (max-width: 763px) { #D71EshruWSbcLxvnW9eBUiI9GBOrSqPm { width:20rem;height:2.4375rem;top:39.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100049;background-color:#d78e35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Vb6HrTAJnMHwNK9NSzg8lx45JkzT22op { width:20rem;height:2.75rem;top:64.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100050;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bDv5QQh7mbWRfFJJw68OgcFwueXurcTR { width:1.375rem;height:1.4375rem;top:68rem;left:0.1875rem;font-size:1rem;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #ZWXIT2sXFtut6P2c9L8NvfI2Z2PEAo8d { width:1.375rem;height:1.4375rem;top:72.4375rem;left:0.1875rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #oBNRN75SRWxS7gXFZfgTzV8L4t6r9zqy { width:1.375rem;height:1.4375rem;top:76.875rem;left:0.25rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #v5s0snoF2O4HRscWdbV88h9CHEcVGmDe { width:1.375rem;height:1.4375rem;top:81.5rem;left:0.25rem;font-size:1rem;z-index:100064;display:none; }
 }@media only screen and (max-width: 763px) { #ZR1bSGU3R552arufnn9fCnL9v5PTr5PC { width:1.375rem;height:1.4375rem;top:86.0625rem;left:0.25rem;font-size:1rem;z-index:100065;display:none; }
 }@media only screen and (max-width: 763px) { #hNnG9wguEDNTfKVIbfNyOxkhi04nFE0c { width:1.375rem;height:1.4375rem;top:95.8125rem;left:0.1875rem;font-size:1rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #JNcqcVo7XA2WGsxzf9pNecla0pIzxZ8X { width:1.375rem;height:1.4375rem;top:92.6875rem;left:6.4375rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #x36bhQaZ5cmAmGLNLraUTfKbxvzm3bMI { width:1.375rem;height:1.4375rem;top:99.1875rem;left:0.1875rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #LfWr2FEW9oTO4qT0hcnQNcxxt8JfLDVQ { width:1.375rem;height:1.4375rem;top:102.5625rem;left:0.1875rem;font-size:1rem;z-index:100068;display:none; }
 }@media only screen and (max-width: 763px) { #tnowDs6Fk8R3yMlGAM9ntoz0oi4pioIr { width:1.375rem;height:1.4375rem;top:107.25rem;left:0.25rem;font-size:1rem;z-index:100069;display:none; }
 }@media only screen and (max-width: 763px) { #eSJR1LV279GXsVIyFcwrPDT9uRniRAql { width:1.375rem;height:1.4375rem;top:110.5625rem;left:0.25rem;font-size:1rem;z-index:100070;display:none; }
 }@media only screen and (max-width: 763px) { #ZHsimgT7ihxs15AA72R7iMhQJtCQPN3B { width:1.375rem;height:1.4375rem;top:118.5rem;left:0.25rem;font-size:1rem;z-index:100071;display:none; }
 }@media only screen and (max-width: 763px) { #SkGk4KRHcGxego9Ud5vyngnD8AdTC5WO { width:20rem;height:2.4375rem;top:9.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCzhi0yL8RXfAfRIV2M5xhyJAnpgIxRX { width:19.75rem;height:26rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXLFembEmJnTZM3SlrkhTxV7TCCmrf4 { width:17.375rem;height:12.63426875rem;top:13.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #boaJhqeobJNHpHu3oZiSVms2R4l7KAvt { width:20rem;height:7.77978125rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9kLGdi2XI49Zpg8mafLv7msiS9QSwt { width:17.5rem;height:9.9243125rem;top:25.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwRtgTaoI1XuTt0582n8wQdLCDKCGCNA { width:19.3125rem;height:1.3808625rem;top:9.9375rem;left:0.1875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qZukTAnlmdQThi16FSwWGr1zpAIu0enw { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NocOH5MKz0ZOwgRqUnFrOTF0Zb88egp8 { width:1.375rem;height:1.4375rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0hRHTk7Ri86FN3aqDo7ohTIAeKh88zT { width:1.375rem;height:1.4375rem;top:16.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNIDcHLCgste1a0Lv9EUEyTe1zQutfDI { width:1.375rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJAEf8kcGqA6WTAFbGi4SxSZzKFkdXEy { width:1.375rem;height:1.4375rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FocMAPXB2prfGN1yNmiOo5CpDPZu9Iua { width:1.375rem;height:1.4375rem;top:27.299999237061rem;left:6.8749998807906rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9iNRGWQVDCZrbJElKO0Jz5MbaL6dgBl { width:3.5625rem;height:2.35595625rem;top:9.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfFGRfDxLAM1Wp6kxr8saB24tOmdDbx { width:19.75rem;height:22.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3I5fbhaPIZTiPiOcD9G1wEA9Gu2CheT { width:17.0625rem;height:18.3828rem;top:43.1875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8D7FqGUKixKIagvV9CWWcJWVV6I0ldv { width:20rem;height:2.4375rem;top:38.875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVN7kTBb7GbcnA5RJSAWBArg0OvUzzA9 { width:20rem;height:2.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RUQ8qTiDQ64Lingdb8KChMEQa8GLiG { width:18.8125rem;height:1.5249rem;top:39.625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QSXuVfec2haGefL2ToiqPXCNm94dT1lr { width:3.8125rem;height:3.9375rem;top:29.125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZR4WubFOJ7Fpn3zF9X06fpWAuWIV0SP { width:3.5625rem;height:2.35595625rem;top:39.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANNIGvoJCQgbaQvci8eX7hE5nC2aJdZ { width:1.375rem;height:1.4375rem;top:33.6875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd5B8g2t4OJD4B8Wp1sUktTFo2BXVU4w { width:1.375rem;height:1.4375rem;top:35.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #btTsXKNeFi0auXXfkiXTXqlRN0u5VnTU { width:1.375rem;height:1.4375rem;top:39.1875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W72RoSxaygTccWSEcMZCu2UU9DmkpcwR { width:1.375rem;height:1.4375rem;top:41.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #US5Ic4ZtD7xmhCrQCVIcQP8DG0yEhSVT { width:19.75rem;height:24.3125rem;top:67.375rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #AN4FpvDEkHdfN5mVa5TrJTQaB7pNmKMx { width:17.6875rem;height:24.06883125rem;top:69.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #rcK15SfqxaiuxrKeTVhAcsB4o0VlNMld { width:20rem;height:2.4375rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppr5TOkBNOXGT52aZz4r2oNdcg795D5H { width:17.25rem;height:1.13720625rem;top:66.25rem;left:2.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hMOad6GqAoASNqTgoWSJBCdzmZ3c9UH6 { width:3.8125rem;height:3.9375rem;top:47.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS1XlESmFikd2BeIrD5iHqyspys9PXli { width:3.5625rem;height:2.35595625rem;top:65.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMLdtScuZZQkTTdtn98gPuEboolnkUWB { width:1.375rem;height:1.4375rem;top:51.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vG7AP7XaU0269Aghu1hbiWhfg2xfs45P { width:1.375rem;height:1.4375rem;top:53.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLILznanRLwrihZgMuW2GxBQ0i1AJ7VM { width:1.375rem;height:1.4375rem;top:56.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpnxT4BDvFEoIIBxHm8CEtlMVTvyCtP6 { width:1.375rem;height:1.4375rem;top:58.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTTs6wQJF0ktRqWt6R1bPbx04PcocBh4 { width:1.375rem;height:1.4375rem;top:60.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIQTPkBxZJxcwoPvnxnTbqRNT2fRaVXb { width:19.75rem;height:29.0625rem;top:95.5rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #HpIpVonMSekP6h7fMlFbQB72D5s99KSV { width:18.125rem;height:28.74266875rem;top:97.5625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #FVEnCxoeiWhPMB6opQptc9zFQHE4I7fH { width:1.375rem;height:1.4375rem;top:70.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #na3uB3g7yUETexMuEOewmGzupkdQmJaf { width:1.375rem;height:1.4375rem;top:73.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ04ZurPi3OWeCTPQ4TMqk13fkbqTfSl { width:1.375rem;height:1.4375rem;top:77.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Og4MJ3yuZSiA0G5ampH2NaJiQBJXMIZn { width:3.8125rem;height:3.9375rem;top:64.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFdP8S3M4Z9N0eyAViUUn2Sf2vmhad6E { width:20rem;height:2.4375rem;top:94rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHBWcIq8DWdySd74nPUI2mRGad6voM4 { width:1.375rem;height:1.4375rem;top:75.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCqliXKOcTTfkOPByp1rUoJgD0o0e4Z2 { width:1.375rem;height:1.4375rem;top:68.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMZmWp5AWoQziaQAziayHVRGqI3KoJMQ { width:3.5625rem;height:2.35595625rem;top:94.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKyVavSqCKdxrT9XbDqa3gkC8BHchR3 { width:16.5rem;height:1.3808625rem;top:94.5625rem;left:2.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xQkx6nkEt3T6SemlpvFpNNCz0MRut9aP { width:1.375rem;height:1.4375rem;top:81rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuxbNvkHkRfnILtiOD1QUJA2XXsH2dMe { width:1.375rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #p0NqBTrCZq51zPNkhFNk6BTy9Rm3DmfT { width:1.375rem;height:1.4375rem;top:30.0625rem;left:0rem;font-size:1rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #bv9FHpszgK1quOT56Bn6w5QGBTplyxQG { width:1.375rem;height:1.4375rem;top:43.1875rem;left:0rem;font-size:1rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ooLiwHwk05ABXGf1ag5v0D9zlShwhl { width:1.375rem;height:1.4375rem;top:47.4375rem;left:0rem;font-size:1rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #AQv55GsN0vaCikW9NWdpFR9K5Q3JEXdI { width:1.375rem;height:1.4375rem;top:52.8125rem;left:0rem;font-size:1rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #mmbN48TizcnthCLcJdnQyTil5yN3elwZ { width:1.375rem;height:1.4375rem;top:56.1875rem;left:0rem;font-size:1rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #g1dSyhK8XwaD5AxgSCZut94ZOOCvzgaW { width:1.375rem;height:1.4375rem;top:69.4375rem;left:0rem;font-size:1rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #sGuKebv7rDAfD6vt6nDmW4ZDy4JO8spm { width:1.375rem;height:1.4375rem;top:73.8125rem;left:0rem;font-size:1rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #NHJyTewR6JpnEPfBP1teUIGAFRrlW0Ea { width:1.375rem;height:1.4375rem;top:78.1875rem;left:0rem;font-size:1rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #dmvosgkF13PFtU3QoAxPwtnPJwfs8Tpi { width:1.375rem;height:1.4375rem;top:82.4375rem;left:0rem;font-size:1rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #pCTGzqqad8bfPveIXNsUJW6ypcK3PXJ5 { width:1.375rem;height:1.4375rem;top:87rem;left:0rem;font-size:1rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #br7IZ9zNgadQIghTku6tqZiwHLghxMPw { width:1.375rem;height:1.4375rem;top:97.5625rem;left:0rem;font-size:1rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #hKsJya8HV9Tritxxo5nLk0hyquFIfZni { width:1.375rem;height:1.4375rem;top:100.75rem;left:0rem;font-size:1rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #HOFZn6BMr3pdTCWGEDb0Buqoi1yqhm2L { width:1.375rem;height:1.4375rem;top:104rem;left:0rem;font-size:1rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #t9n9qIbZZeed7qc61zDrn7Mrv7zyXPZc { width:1.375rem;height:1.4375rem;top:108.5rem;left:0rem;font-size:1rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #vyIqT0Na3UNpiZ8WCyhCnH3T7bVldpEq { width:1.375rem;height:1.4375rem;top:111.75rem;left:0rem;font-size:1rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #VKJTyy919qBWv8zMlVTqECN8BJQxTP8z { width:1.375rem;height:1.4375rem;top:119.6875rem;left:0rem;font-size:1rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.adaptive-delivery-prevent-bg, #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.lazyload, #uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln.lazyloading { background-image: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { background-color: transparent; background-image: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container > .video-iframe-container { display: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row > .video-iframe-container { display: none; }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .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); }#uT3xwFkRgE1cFBlTTp4gImzfGwOFOXln > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC4ul5tzOtvzus0x6nqauI7N6JqkmDqn { width:18rem;height:6rem;top:5.8160514831543rem;left:1.0000000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #h974O1NT7cbpZToZR9xgMnuigOtLT9UP { height:8.4375rem;width:15.5625rem;top:22.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCxTUzanarcaIQ2EOMsAhrg8JVXIdDw { height:8.4375rem;width:15.5625rem;top:13.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Vb1GmUOy45saZryTDDQ6Vf2ApncQiQ { height:8.4375rem;width:15.5625rem;top:32.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UevFxU1iQKex7pKxBrz878Rw8SVwhlOW { width:13.1875rem;height:3.9619125rem;top:1.4375rem;left:3.4062498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d { display:block; }#L3pPQn9VrF8UTbzNTBVbWk5QLqellf3d > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkCmtowsFHL70OHPqVC3MtS7LpgfEfdr { width:20rem;height:4.94970625rem;top:1.0624694824219rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mXKXRabAl4hpS2LSICoPxqX75g5cAc { width:20rem;height:1.92480625rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvD0R8xDmt56S1WfxKCaOwef83HOBWTt { width:6.9375rem;height:8.6875rem;top:11.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyOc8IRIN247Q7zkeiIZwJOHgsrRcAV { width:20rem;height:18.6875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thek0y7oXIgPnHTtdDuPv8uLltVbWuRT { width:9.125rem;height:1.625rem;top:12.5625rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ON3ZTS7O2Ve3i3D7sDN0UsEUxQUbsXCJ { width:7.375rem;height:0.25rem;top:105.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwsvA035iDHGP0QN9bOxp0ZgxpeiNI6I { width:10.6875rem;height:3.9609375rem;top:15.0625rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tigPcOVFhl4vTA4h2vtgVy51TBs1nDQe { width:16.5rem;height:9.505375rem;top:20.875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cWCaUyC0HSTnJv49VtXZMefQhmbnXM9I { width:20rem;height:29.6875rem;top:97.125rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #wyrSRfVdFiQdMS2VKGl0HgGlL8aLM4A2 { width:13.25rem;height:5.249025rem;top:37.125001907349rem;left:6.7492901682856rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2lrxXeWd9NxN6dpHoNchOKfMV0hRMQp { width:8.5rem;height:1.625rem;top:34.1875rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4EZ32sIO48mDFG7p4TrcDqRHTMyp3IP { width:7.3125rem;height:9.1875rem;top:34.186792373657rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATiznUkbTfQTh2yqFrM1TVXv3MtvctDG { width:7.375rem;height:0.25rem;top:35.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrvFeudVUS63M0BTcws7p9dHwT2bibg { width:17.0625rem;height:6.3994375rem;top:43.937501907349rem;left:1.4687499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tytnSNobdTOtfqLWPbZplmok3A6DdQl4 { width:6.8125rem;height:8.5625rem;top:54.187502861023rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpZxds38cTxLeaf0FE0HGIR9J0rADtmX { width:7.375rem;height:0.25rem;top:14.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKraLBdMXMAfmaJvm30S7SwT8nQZrVQ { width:16.375rem;height:0;top:104.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Bsi50wxRfImHVaHM2TfTft13ErpFrbv9 { width:11.25rem;height:5.25rem;top:57.505683898926rem;left:7.9375006556512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNdwHx1Ko1IcyKNrxMGfPxfo4bEIFRIV { width:17.75rem;height:9.505375rem;top:63.4375038147rem;left:1.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N6SeAV2ZGPhW5mlTsmytwmC6U4R6t6J5 { width:20rem;height:21.25rem;top:10.9375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #a0Ocxo5bnwOd6hHZtBdQGzvJHilchwop { top:151.9375rem;left:3rem;width:13.625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeAJulBr3n2qo2kFIn6PaGOfkvc6hRVC { display:block; }
 }@media only screen and (max-width: 763px) { #SxLukcanXn4VzRw7Onq9Tih5R7UCZXCD { width:7.9375rem;height:1.625rem;top:54.187502861023rem;left:8.9375006556513rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #TpNJfOs8R9ni7wnyrpQdTLZNsK79Uzpt { width:7.375rem;height:0.25rem;top:56.375002861023rem;left:9.5625006556513rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #PxE5yHs3pigizuU4CgpTUnTwf5agVaoP { width:19.9375rem;height:35.8125rem;top:13rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z { display:block; }#XZRT9Nea8fWRXq7Tic2cifVRxgctkL2Z > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AufEkhduTuJdhR4oh2w0E2Xuv0cgcTT6 { width:20rem;height:22rem;top:23.5rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #LDnthoHFF0r1EER9Oq2BuwqeHh6BNdHD { width:20rem;height:1.85595625rem;top:2.6234369277954rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv01XeoOBkCcL0XCeTqi7niGT3BqM82Q { width:7.25rem;height:9.375rem;top:24.500000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #x9QUnBJepdmTDJy9JQIbWSla0TOM7lJP { width:9.375rem;height:0.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpvImJOH63572giCgcib5F2mKnSKaACb { width:7.6875rem;height:1.54345625rem;top:25.000000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8VqNNWgIVcTBB27c0WiDniAHpVNG04H { width:7.375rem;height:0.25rem;top:26.812500953674rem;left:9.0937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvCD7PmRwKwQ5LlZ6byB4gOM5qsOlk08 { width:12.0625rem;height:3.375rem;top:27.551137924194rem;left:6.5000001788137rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hucA8RDNmIaayKe9WI1AMdyou9nOTssH { width:20rem;height:16.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaey5hzU1dXeVRdTkMge7Zvyp7CegXu9 { width:7.9375rem;height:1.625rem;top:7.25rem;left:8.5312506556513rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6M69l8c7ZzmO3IRKzmZpEGIPiIyCt1G { width:11.875rem;height:3.59911875rem;top:10.0703125rem;left:7.0000001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPCZGaigEMbOrdLCeOWFKguL6nqKcRCz { width:17.625rem;height:9.097625rem;top:33.875001907349rem;left:1.3742896914482rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #crQUEWZEGdbU5D429REo2xg1ZvV0AhEU { width:17.625rem;height:5.6860375rem;top:15.625rem;left:1.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JwZEsUiRxk4IxvmTI0Ek4mRkattlS4Vx { width:6.75rem;height:8.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us4Lzht1pJl50niAlo95qhrcqHehTatJ { width:7.375rem;height:0.25rem;top:9.375rem;left:8.8125006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKwAWZbskwurP6819CMzFlutywg4xPT { width:20rem;height:17.75rem;top:46.625000953674rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #owdT2Z2OpINNFqRteok4TqaHC24s69Mt { width:7.9375rem;height:10.3125rem;top:46.625000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #xtdBTKJoZFh0AkirqCXGJRsmOXqnZptU { width:12.25rem;height:3.75rem;top:51.125rem;left:7.2500006556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vl14u6M5M7LxJXgBIofCOOzMKTvyaFGw { width:7.375rem;height:0.375rem;top:49.5rem;left:9.9375006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MTgL6UFQZX98JZqp5iLtF3HPC296S8 { width:9.875rem;height:1.54345625rem;top:47.500000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8u47TrtGrPUwB1cCNtgAGZbyc5bOcGu { width:16.875rem;height:6.09375rem;top:56.937501907349rem;left:1.5624999403954rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cHJrK2T7zEirO704LLPDt8ZcCsmpiBwb { width:20rem;height:19.5625rem;top:65.5625rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #QT6TCwpmCBIfhBaAlKZAHz9p3qFGqw37 { width:16.75rem;height:6.82325rem;top:76.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ItgocrsvuIGtKHkW8umlM62ZEZZXzefr { width:11.375rem;height:2rem;top:70.1875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFETiaKpLQ62xZxA6kkiGVfqUOe2RfVZ { width:7.375rem;height:0.375rem;top:68.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mec0AeA3pdnImryda54CPNDAit1Hlkwo { width:7rem;height:8.75rem;top:66.8125rem;left:0.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #IHkXwL2DtvkNCkdv3RGNx6nqqPEZuafD { width:8.0625rem;height:1.54345625rem;top:66.8125rem;left:9.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeNBPdCbBlN9X7GEkyh4n2K4EPG92oxH { width:20rem;height:19.3125rem;top:85.8125rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #uGuavDePmGpzfe74lMpMDzRswWrsINfB { width:6.9375rem;height:8.6875rem;top:87.0625rem;left:0.125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #kWaid3f38PrwbOqPaIkKEnbzulrrTzWZ { width:16.25rem;height:7.3125rem;top:96.4375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pe9RM4ittA0avcH5raKDHm1IpXZ1IHTf { width:11.6875rem;height:3rem;top:89.75rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3wk0Z0xTKOET2UmpvBN7R2Lfg6E7O1z { width:7.375rem;height:0.375rem;top:88.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWL4dlZFOrwnJQCysfxn9ton2s8mR7ON { width:9.0625rem;height:1.54345625rem;top:87.0625rem;left:8rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iowWmZ2tswClpsnapTyWuvXBllKckGBI { width:7.625rem;height:9.9375rem;top:106.5625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #N75QWcOPpCFs6udKkiMzdTfUmm6lI6GK { width:20rem;height:19.5rem;top:105.875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #AIhPe0fRPsh4J0cCyPrhewRHITVB0dDt { width:16.75rem;height:7.3125rem;top:116.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PrW2nSr4dR9qKBfJ5Fevypkm6DgzRWzh { width:7.375rem;height:0.375rem;top:109.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfzn5hqawXVW2Mppt7dhJB706Hkq4TKL { width:12.5625rem;height:5rem;top:110rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdtR769bz6Tr0hFdhTRhlrGciGyGomuI { width:8.5rem;height:1.54345625rem;top:107.625rem;left:8.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJHuiWULSDgTlnpGARrEZASIUybIm744 { width:20rem;height:28.875rem;top:133.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t37ELkTuKoCpGVFvFmfgNlOaq9dNXcO7 { width:11.375rem;height:14.3125rem;top:126.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFRwWFT2I4qDMM3uwbVHGxwimPFopmc { width:10.6875rem;height:13.5rem;top:127.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwBS5p6rOJJuqP8H7Gst8yZq1H2AWCk { width:18.5rem;height:3.25rem;top:141.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRsLWoe9kETJXpRelXSFnCoKIIADWsQx { width:0.125rem;height:0.125rem;top:141rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HD9Ka8AKX5rH5yCpx9bVEvwUrrxym6 { width:16.375rem;height:2rem;top:146.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFFmABimuKUKWBAOsxkQKfOVm6r8fGg { width:13.375rem;height:2.5996125rem;top:148.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTkzGqUT0c7488WaVVnB6znbTsiptZ6 { width:16.625rem;height:10.5615rem;top:151.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA { display:block; }#gfOZ049IJx6VsHvU0v6gqn0f0t5f7xkA > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jvt14k7bex7EE1ZEoGCSBVpqZLxhINCz { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx { background-color:#ffffff;background-image:none;display:block; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { background-color: transparent; background-image: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container > .video-iframe-container { display: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row > .video-iframe-container { display: none; }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .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); }#QyHFAQRO8qEsIUKpmTrnqxBiJZ09gTNx > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeaxmpLw9uzH5VPhCTitEsEGxdJzlCEk { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #PMMe94hm8XcTD9fyDSxM7sMF4s52yI2M { display:block; }
 }@media only screen and (max-width: 763px) { #Pnn5SorDfdBcPzorLxbnqJxERO2xKJzJ { width:15rem;height:0;top:23.5rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkO5ZOCpghk9QppHvPJt1Z99b8xlRBXe { width:19.875rem;height:26.25rem;top:13.9375rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #ipdHZxtt85w8gwczqSv0SPKy64XXsuHs { width:20rem;height:6.25rem;top:12.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrsCBOcXwTy5xfqpUmMp1HSUviN94Tbl { width:3.625rem;height:3.625rem;top:13.375000238419rem;left:14.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9wGM1VTonUc9RcrTyRAkdSeg58qn7L { width:3.625rem;height:3.625rem;top:13.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcmxr0fWilvnlva92FqQ89LCS0abmeC { width:4.5rem;height:1.625rem;top:14.512512207031rem;left:2.6875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCxHvP2nTesxJ0EF2NkLAuaQT4D6uoV { width:20rem;height:2.199225rem;top:19.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTaM2kX4G1PqyXKwNUZRCpT7O4EcIR03 { width:13.625rem;height:5.0371125rem;top:22.1875rem;left:3.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NABFZ2c1tGvLSbFgz94aI8c6PmImiomZ { width:3.375rem;height:1.5249rem;top:23.5rem;left:4.375rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #yCg3NN6vZWlOvR6l2AQru6arkh0QesVb { width:3.1875rem;height:2.11230625rem;top:24.5rem;left:14.375000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbmzCwqT6m4cs02B7zaxDIQOmwDIpdN { width:2.0625rem;height:1.625rem;top:24.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ZmTZ9Zt8DmXRoKvMfW2x0mXzTLs7yh { width:20rem;height:1.13720625rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZCueM7q7RvXWTmGyBtRtJUTEXvUUGu { width:19.25rem;height:2.5rem;top:27.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr3QTXVDNSe335STEn1ki2kf176czClJ { width:19rem;height:3.8125rem;top:59.0625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbA6bndlvdWIQsb9WLg75yCDTy1qnXog { display:block; }
 }@media only screen and (max-width: 763px) { #sMSC6GehhcUVBG2IT7inetxALtggxMsi { width:5.5625rem;height:0;top:65.375rem;left:14.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TWr0dlD8X7dUnT2UJ6nvJkeHUdtyEZVW { width:2.75rem;height:2.75rem;top:65.049221038819rem;left:7.3125003576281rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkmKHrO8vtcpv2XdQRl07G3g40K4k9OT { width:9.625rem;height:2.11230625rem;top:36.75rem;left:9.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXVg57BeIDDfsFK4ECI54Ez7JQQqRaEF { width:2.75rem;height:2.75rem;top:36.4375rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCpZT7eTzZORvzyzQRHrDL4nH6UFGwsS { width:4.75rem;height:2.11230625rem;top:36.75rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP91lq95Bbt2w5lDzqIkgi7NVCRMCui6 { width:2.75rem;height:2.75rem;top:36.4375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLxGBvBfoZWrpneAQ5hsgoCrtWTfRTA { width:20rem;height:4.875rem;top:4.7914066314697rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9sQHxFnRaNznIkvCCDdmSETRhleZiy1 { width:18.75rem;height:2.61230625rem;top:0.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:99967;display:block; }
 }@media only screen and (max-width: 763px) { #llKbNC5s4rZfh6EVD6B5crZcw2Ldb2lS { width:0.625rem;height:0.625rem;top:30.47509765625rem;left:2.5249999761581rem;font-size:0.9375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #LD3uHJQ11IgawosTZTShqPl6zEAis7Kg { display:block; }
 }@media only screen and (max-width: 763px) { #M9pr0TLEuECTdnw9vpTSWJJ8sw8NXSD2 { width:19rem;height:3.8125rem;top:31.96875rem;left:1rem;font-size:0.9375rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #egfuZIIeIQCBTTMqUn39MBRqZgOnahLE { display:block; }
 }@media only screen and (max-width: 763px) { #At0xxmM1VNZSmPTEkqAyOkNzvG6EoT2w { width:3.5rem;height:1.625rem;top:14.312500238419rem;left:15.125000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5FoADQMpnftolM9hTwwBErZaFKz6WE { width:18.5625rem;height:2.9375rem;top:30.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqb6V7kMkacmq9r3zzVCWyBwITxdAcJ1 { top:31.812500762753rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGDxl8iZWKifyszG9RyfaTzL164z2at { display:block; }
 }@media only screen and (max-width: 763px) { #InB28sJf33Fi8XGMgGGtyN1NbzZEI5zg { width:7rem;height:2.3994125rem;top:13.937500238419rem;left:6.4999998807906rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIsCVJURScnvWrUONZgnBnv7ft8K5Gca { top:41.5625rem;left:0.625rem;width:18.75rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZmfLiGJS1xGFsBlHNJBwOPpKWsSnlr { display:block; }
 }@media only screen and (max-width: 763px) { #TDR60uPrgop7kIdddv13fJEPsGynTd1s { display:block; }#TDR60uPrgop7kIdddv13fJEPsGynTd1s > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCwrMRnCoLymwOLQV8ZNcMSCOF2GexPt { width:20rem;height:9rem;top:6.6250009536744rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TiAU6ma1XUEGdATHSbSExupJlPIFkuvF { width:20rem;height:3.4121125rem;top:2.2499713897705rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOHp3SdaoqucAnpFwg8b8U8TOeN8R8RT { width:16.6875rem;height:15.3125rem;top:15.512152671814rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHT6kkDOBfvp3xrBoOdyao031ZCeGytk { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0a8037da-7d28-45f5-8108-c055302d94d6/Pngtreebluetechnologyworldmapearth_969508.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk.adaptive-delivery-prevent-bg, #CHT6kkDOBfvp3xrBoOdyao031ZCeGytk.lazyload, #CHT6kkDOBfvp3xrBoOdyao031ZCeGytk.lazyloading { background-image: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { background-color: transparent; background-image: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container > .video-iframe-container { display: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row > .video-iframe-container { display: none; }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .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); }#CHT6kkDOBfvp3xrBoOdyao031ZCeGytk > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k32aWT0EKwTTqpPyonoO8O2ghStpwUmm { width:17.6875rem;height:7.3125rem;top:0.6875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #keJI7Uy5Tgz81ZUyS6TlNhcUK3W1ZD9a { width:8.1875rem;height:3.6875rem;top:5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pscBaXpD9xhGbxUV2pniFA3kqdEugtMZ { width:17.5rem;height:9.1875rem;top:9.375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVPe1oyR2y95wu7OVdaxsrdMgm0toqA { width:18.5625rem;height:13.5rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1LCBe5qvCi5x1m7fqO8B0pKtKU7F08F { top:20.82421875rem;left:1.1875rem;width:17.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ib22893SJNUptpTaJNTxAKVavf3eqg { display:block; }
 }@media only screen and (max-width: 763px) { #VzMC3ThKxUqmkvbLHHr99JDVbvpRU5kF { width:8.9375rem;height:0;top:126.4375rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }