.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Od04Ov3W/fdfb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:block; }#TwDpZ20XlFxMw5nHoNbhKem06l32zgmu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:17.75rem;top:65.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#Ax25Fv5BskrTxgzsz0DsOOLtNJ08T1FH { color:#082654;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(249,249,249,0.92);top:72.4375rem;left:26.4375rem;height:24.9316375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bykgvH4a49Bto9hCPPemeFNdk5BkkqGR { color:#082654;display:block;width:60.3125rem;position:absolute;font-family:"just another hand";font-size:4.25rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #ffffff;top:30.4375rem;left:8.4375rem;height:9.349625rem;text-align:center;text-align-last:center;display:block; }
#X3Ab3FBBqfSnQJvcmAMACmRaJMDKTHp2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:26.4375rem;top:0rem;left:7.25rem;overflow:hidden;display:block; }
#tiziq2AdegCS9gDDUw5OveFxhZamBq4f { color:#082654;display:block;width:34rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #ffffff;top:3.75rem;left:34.8125rem;height:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFNOtGrgTNlwSezSx4cgPbi52qufRmTE { color:#082654;display:block;width:34.3125rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #ffffff;top:13.375rem;left:34.6875rem;height:7.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1hVBsdsm58SQxQCmQMHMNxIIx1Zo418 { color:#091f41;display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:36.3125rem;left:12.71875rem;height:29.918rem;display:block; }
#XGCOoGvV3QEOrbTuBEcB3CCSkVAzxdEq { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:68.0625rem;left:32.71875rem;height:1.94986875rem;display:block; }
#FIWJck9BhfaMoaSgubmMt1tiqZ51ZTKd { color:#000000;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:104.375rem;left:12.71875rem;height:14.9590125rem;display:block; }
#ss4QLrWm3zT75NrLwg12eZKNiZHpDfS2 { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:98.5rem;left:7.96875rem;height:4.54948125rem;display:block; }
#C5wI3CclCqA3c5DpSM23SJen2yxB2wXe { background-color:transparent;background-image: -webkit-linear-gradient(211deg, #3deaca, #22c779);background-image: -moz-linear-gradient(211deg, #3deaca, #22c779);background-image: -ms-linear-gradient(211deg, #3deaca, #22c779);background-image: -o-linear-gradient(211deg, #3deaca, #22c779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );";background-image: linear-gradient(211deg, #3deaca, #22c779);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(95,104,94,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:22.875rem;left:36.3125rem;display:block; }
#aCN1rMDrNUZEEXJEPr1GbwmkDPE5RU4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpceTT5TfERZt6w7prnEgdeunoKOydSF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Dw0PWWSw/shutterstock_1086638489.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF.adaptive-delivery-prevent-bg, #hpceTT5TfERZt6w7prnEgdeunoKOydSF.lazyload, #hpceTT5TfERZt6w7prnEgdeunoKOydSF.lazyloading { background-image: none; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container { background-color: transparent; background-image: none; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container > .video-iframe-container { display: none; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row > .video-iframe-container { display: none; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .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); }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container { border-width: 0; border-radius: 0; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:75rem;position:relative;display:block; }#DVT7yAiUez9eRKKMe2lS8Mp9rbst5Gkw { box-sizing:content-box;color:#4db1c0;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:91.8125rem;left:55.3125rem;display:block; }
#o7cC1aer4UkqEZQwkZESPqFbdTUWhMWP { position:absolute;display:block;z-index:15001;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:92.75rem;left:56.25rem;display:block; }
#rFz4NXTn8rcGuLf4RJcLNt81sLTMvoBg { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:94.0625rem;left:36.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfJ7lmCm7ayzG1HO2vHqhGK3qSJRoBFT { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:101rem;left:49.437503814698rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#S7HqiAVXh5U9PIy2tFVlW8JUGQ7pmJ3V { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:99.125rem;left:50.281253814698rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iG5sv53nsl3u06eSbrJsqoANbRZRvfWK { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:101.16666793823rem;left:28.437503814698rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#ZbZ83yxgKyGt41kCP4OZQUDdiDwb0SN5 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:99.0625rem;left:29.968753814698rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3IdmvdfH8PO5tPBaxEf2O2vkcdEAWrU { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:100.9375rem;left:3.8125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#kAtUBaQXRsogFVVmHuJVI4VL7mCmNdms { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:99.0625rem;left:5.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZ30vo3OAoJU3yybLP7hAshlufGDe0cx { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:80.875rem;left:48.000003814698rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MysCSfu3UTusqqzv59LwwJvNZ0bce0ft { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:82.75rem;left:48.031253814698rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#RMt9Tv2huy1VFHnxcdrPbgHxSttAPy4l { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:80.3125rem;left:19.541667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xm7i6Iwk2pddG0bA5M2Tt0PHAqE9HgpG { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:82.75rem;left:19.541667938233rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#hXmF8Tg6CyhbP0TO4TnSNZdyu0XKQ0fE { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:72.5rem;left:48.000003814698rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#OHDRfH1bGc8Tokh6kDJbc2pr0USyLFki { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:70.625rem;left:48.000003814698rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxiapqCEfXONWXZobBEJnlaZtfExriTm { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:72.5rem;left:19.541667938233rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#tkdOOM2QexThLwA29e5oCOJzTDUV0nAd { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:70.666667938231rem;left:19.541667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NSQfNAWcSZMue2o8wuUN79qdtZbzP9Te { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:63.5625rem;left:48.062503814698rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#mEd5QBdr2EJgkX1XnBr2gfEXqZFHlifK { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:61.5625rem;left:48.000003814698rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5TcEtJFTz6vVzyVfWK0IyP3F4tsorS2 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:63.666667938231rem;left:19.541667938233rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#ri1Do2QFnnplqPw5sSGtAH3c3trslETT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:61.729167938233rem;left:19.541667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u6yNCv7mMx9T8ovWGdomlsVmOGIvTSrT { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:55.0625rem;left:48rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#k0U7MqnNthVz2n0i7uI4OJSz8rEHSKfd { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:52.5625rem;left:48rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nU6gdkwM6TdK0s42zwF2x3REFqBKVPKX { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:55.0625rem;left:19.541667938233rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#S0VRKB1za8rikENy5K1cA5VO2E1LlvbL { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:52.5625rem;left:19.541667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nyh7ewOLeLDSbB3M53T9bZMka1xishCX { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:46.1875rem;left:48rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#ffspnMcgoKt4X6hEOsfnyVfHRCluOHRk { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:44.0625rem;left:48rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyuZrlUyM9rKnsdEh50utyU7c9IuMOXc { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:45.71875rem;left:19.791667938233rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#SextKD1Jd5WzchHRTKka7pGILm69wAf1 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:44.0625rem;left:19.791667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GgRE2wALh2D7dIf3XmETzT4mcI2Rfa3v { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:35.6875rem;left:48rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#skZKhHigAsxK279vypeUv5Lq5e3L1Hlb { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:38.0625rem;left:48rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#gJ78aIt8a7ZzLkRXNxCwhQktgx4W918X { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:35.6875rem;left:19.916667938233rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KK4HDzElMQdS5tGyMlq1XW2JrJyP1IBz { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:37.5625rem;left:19.916667938233rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#mMQvBdEwObyynv735UDXsUrv82MKLhwz { box-sizing:content-box;color:#4db1c0;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:91.8125rem;left:35rem;display:block; }
#AQNbmiaWbVzMX5TSF3R2i96SXp8rdvyw { position:absolute;display:block;z-index:14999;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:92.6875rem;left:35.9375rem;display:block; }
#CTfSeJDZ25LEgkP20S5BO1VvD6nhPnNc { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:94.0625rem;left:57.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzP2znDMufuSa1QAdZARGKgyK0zMw9lu { box-sizing:content-box;color:#4db1c0;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:91.8125rem;left:10.4375rem;display:block; }
#wlmspwPClUfTKVGUnmfzdIe7c5FbL4nF { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:92.75rem;left:11.375rem;display:block; }
#h056LHpwqMPLxs3qI3koHfJ6dwDVk4Ol { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:94.0625rem;left:12.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRtCsvaN8o3TzFZMvgbrB3KrWOzeRvhG { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:79.375rem;left:41.375rem;display:block; }
#JDFpcdZ1FfivQ9V0LvMx16ngHkqzX0LR { position:absolute;display:block;z-index:15009;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:80.3125rem;left:42.3125rem;display:block; }
#T90F5GxiEcbeBO9xGPV2GpSklTtOm2LM { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:81.625rem;left:43.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLDaQ29WOlAbwc37SMH7gWRlm8ZMI2Or { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:79.4375rem;left:13.0625rem;display:block; }
#wHfS2lxIaM47sX7nK79ydTcXDbApyVLV { position:absolute;display:block;z-index:15009;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:80.375rem;left:14rem;display:block; }
#RUeiEk1TTMiSCcg1lwMxIbVTRgTNeqHR { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:81.6875rem;left:14.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CA5nUynFtTSHTy5bXpe1AamlTuCfOMQo { position:absolute;display:block;z-index:15013;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:70.625rem;left:42.3125rem;display:block; }
#epiAgOS3yMZZ0mNpovLNkLyLfEyMMI1t { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:72rem;left:43.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OU5SfeWFLz3pSTnHT6DSgBoAC1Sz76zD { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:69.6875rem;left:13.0625rem;display:block; }
#d4dxOERnXTlx779ZAQCtLJCCy4iLldoU { position:absolute;display:block;z-index:15013;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:70.625rem;left:14rem;display:block; }
#x4uDShBeRkrLeAC9FJhWa7ZSDbE7dRpt { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:71.875rem;left:14.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKUCO4ee9d7GTSbae5VEuFwXBaXllKh0 { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:60.9375rem;left:41.375rem;display:block; }
#DckGiMkJOtD6c4zT0Nl0e5TwfPgbCUKD { position:absolute;display:block;z-index:15017;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:61.875rem;left:42.3125rem;display:block; }
#LcscchHWKXpmnWaGmamtBJpE4of7bg3G { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.1875rem;left:43.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Vgro2vGIm5TyWPnWEust9ThrH9tDDQ { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:60.9375rem;left:13.0625rem;display:block; }
#fMryeZJfiyBTyGzw2QOebLDhWqgaGDfx { position:absolute;display:block;z-index:15017;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:61.875rem;left:14rem;display:block; }
#sWXVTZrQOLJEPUTvlTspyKFEcnIMoaNn { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.1875rem;left:15rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDDViDGTfb7iuJmdtT4b9BXqhXmDLEkA { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:51.6875rem;left:41.375rem;display:block; }
#aiBDrn174MbOohbUmP1HihiI7DRvmw4x { position:absolute;display:block;z-index:15021;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:52.625rem;left:42.3125rem;display:block; }
#u8Vr06zoLvDcbJmO0kQ0F6yvsrv212tb { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:53.8125rem;left:43.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wN8Tf08KFV1y7TxJ7CZhVx3suyhfqSPp { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:51.75rem;left:13.0625rem;display:block; }
#zZiTAcllBDycmNIgsPuF9Oh1Se9Otp0y { position:absolute;display:block;z-index:15021;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:52.6875rem;left:14rem;display:block; }
#lKg8WyV2fEr2m36LQak7s3J1b0mN2l07 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:53.9375rem;left:14.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTHtvoy35oAW5hBcTtagE1O1ATnJBIRm { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:42.75rem;left:41.375rem;display:block; }
#m84Ch9OlJMxQEZFzWzaa3ZJo6SeGa6fd { position:absolute;display:block;z-index:15025;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:43.6875rem;left:42.3125rem;display:block; }
#WMQaDMRdtmiPSSPFFUJMr7dBDppyZcl2 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45rem;left:43.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKPHK0lxGao2wEXy0T4rAEW0Jb7waA0p { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:42.75rem;left:13.0625rem;display:block; }
#AAxXshZXnDU63etTfXAqV4cFLk1gkDoJ { position:absolute;display:block;z-index:15025;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:43.6875rem;left:14rem;display:block; }
#yXigCTqpbaEr7fSygovpGJTJNDmzXQT1 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44.9375rem;left:14.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrPrlWfRCJPBwnD2TNEKdZqP9qCRHiyS { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:34rem;left:41.375rem;display:block; }
#BXJevnyoH8zIAOun4neOJ1TMvNDRmm5R { position:absolute;display:block;z-index:15029;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:34.9375rem;left:14rem;display:block; }
#mc0FkzrlC29o0Aocy5BZUWlgnqhvEJIA { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:36.25rem;left:43.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8w1MoFyLkHQ6enqT7QLlc46TNvPqHTa { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:34rem;left:13.0625rem;display:block; }
#UoaNUA7SpgNA6u9ubddiost8htspM8qF { position:absolute;display:block;z-index:15029;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:34.9375rem;left:42.3125rem;display:block; }
#lUxhQwNqfnpvDcdxh9Rqvh62CTnvQ8GK { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:36.25rem;left:14.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIb7aJemDuuDgzf4OGvwyoOfLJabp8tv { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:10.875rem;left:27.6875rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#GO7ebqiD6EELHu3TtB4HJEWZ5XTQ9SMc { color:#b5b5b3;display:block;width:39.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:14.5rem;left:27.75rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#DcqZsPFsI74Kml9p4KVv2Xn2q0ZCP04C { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:69.6875rem;left:41.375rem;display:block; }
#d9VfkMwrF5GWkFSqiKS6S3C0dEA1aNfH { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#GA7o2hCFrQPdsS1oLD00z6liXSirVdAN { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#Evw1qBc5I4FhqJw9APl4vyTTu9J01t85 { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#ptiBrSxHuvGWJ10XZTEQMx1finORmvfF { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#voybORHzgqu9Zy4Q4rbaD7T0L4ATNxMf { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#xN0FMztIkmFza2twtipoNdpKCJmUTJfu { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#gvd5fC17F2pV1iHUR8PXopNHsRZGni5d { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#f70WKnJSlhScBSy21hMhhqvsWTX9hggP { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qk5wpCPI7dLKWp4qmqgAgWbGG0EW7xTJ { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#dR482e42Ei75TaRnMMQDRNaSIySP4Bm5 { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#QopM4vccUUkZ7AyvzqGv9kfKNEOP1v4l { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#UJT5oyEW4p6hpHptohxFcnS3hdGwZyTQ { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s3P3BdFgSZlhbcNTAkSbF183tTTbikcQ { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#f0LX4a2dMKKLodExhLzzrJ0SGwHXzmTL { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#CUOybB8WmQzpFdzpshMQZz6STFIEtL2N { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#AQN2ULudZM5zycE8fuiIkePzeqcZtH98 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nZmMSGDcVDDT59zCB5goAFWLPn0Bopci { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#qSUqoAbxc9OePF2np9fXI7cKCLTFCc5h { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#b2N2oycEq4GGbxxoewTJp5nkBKqfJvpD { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#nrZSf178yph76qXBcdVyWQsUkuwHaWzU { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dQb7qNyfbgsUOXPNb6lTcBmbagXPvdo6 { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#Q6Ju8CoLoqnozWRN52hXET38qUrwFQQu { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#G6fMENe6H4705oK5JKqLhkQJxoZtWwy0 { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#cII2oCrtnQosAZDffiBPaO7MKL11N3RD { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ESWviAuS2VTUPANsG7OTqDLOKu618cLa { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#awKAgpiM34QRVlc8IyT55zLyh6ggcgQo { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#FGFxpH7x4tfgseEQDXEBHs4zpbhfczm7 { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#z52Sv2M7otb0xqT6VHf1gVsoBBWQ0JFN { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yJa5sXf3xofXQsCcc8sBTTwPy6CNOyVR { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#lAV42fqkzpHubofDC4qHFwGtTMTBKIHc { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#t0qLOEDTyTP7HcJL08eOPviCSQA90eNe { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#W8oUgwMDdPuCDwQ7boEEXIpQNTUIe5B5 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tXxrxBTZKIAw8HIxnLsKDs7vtCcbhoJi { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#U63lo3TLVLH06yPqIZp0Uv25L0OxxLty { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#Bl9u1Ctmd9fx3TfFBDkAuPGHhrwAu1zV { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#XZyi1ZWTwaTNfO9pQxKeNvT8rvPlElHn { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f4Tp34qRTlqsQdO2reFzuof0pW7q4Kp5 { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#w1EoX8oLlQiiUuaEsdoMZgOVgnCwim3L { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#FeexaA6vi2Ve1ZtiSR5FkwIArkMWnJBq { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#DXC7IZaRB5vKypuXfKhU6Wp777Kf8Ron { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VvoetDDhRC54KT8Cq0yRqcDx9OLgLp3g { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#UeGCkQyOASiiTKZX5IlZVCTLR4zK2sF1 { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#XsoGyceDwBQ1l4UTQNKC9BTR2zJyTOx7 { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#dLFXHxbhJWdkfJl36CVXk4EDCwFDRQsq { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#akbnCv3k75QhGy713oPUu3ITV4ePdcb5 { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#xPWwP946v0J05O9DI1MQMeaEL3fqNAZm { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#k7ZHiNtzJEbEEx3XFc0lK514k04MMuV8 { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#dWeXCGLqU0U0B0SGcQtoiTTVSOeNMLJT { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wenvo64xRW6adCOCPMPJcoMhgtZH2JVT { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#GIT6m2z1vxiSTw2h2NA1N2qgzx1WQOdZ { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#ggAxsdagSgtaAXGchJMUwO5UmwuXrB38 { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#e2N5665mbSeGl4ykcByQ4yCMq5zNcqTv { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kvXymAEl1AlGsn5KHNmtnbWfhePFhdJm { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#HDbwywggy9H148SUaoxCMpGECxfqBAtn { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#Gi91Mz0fLIlMHNFAp6mS67oNTS7268ZZ { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#V1T1Ls37pTbB1UqQb9pSQPRdU0t6RPgs { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NDK9ZgQpfCXuuky4NOitsOHcPqsklt52 { box-sizing:content-box;color:#ae7b14;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:88.4375rem;left:34.625001907349rem;display:none; }
#Q843olZkvff5i8r5WB8dElwyh2DBNgwC { position:absolute;display:block;z-index:15005;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.1875rem solid #c6ae20;border-left:0.1875rem solid #c6ae20;border-right:0.1875rem solid #c6ae20;border-bottom:0.1875rem solid #c6ae20;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:127.1875rem;left:35.125001907349rem;display:none; }
#DKO24ddRXvJHktap723Awo8MeDkBXH34 { box-sizing:content-box;color:#4db1c0;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:128.3125rem;left:38.687501907349rem;display:none; }
#JgB9bt0kFoOOG3hR0akEQBfggJSJ4XeF { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:128.5rem;left:36.250001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h0A8DDLr0ssG00KhZbRHKx9GFGCkHOee { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:94rem;left:36.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3rdRxkp1fhyc8MteJmWpoJlAhQox6kv { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:2.125rem;left:13.40625rem;height:7.974625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZqnmP7iuUBrozCHT7ulIZq9hUOBQlwWZ { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:19.125rem;left:27.6875rem;height:4.5371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fIgPmJ7wgMKNMT6R2HaGQWlPNPTBVFnQ { color:#000000;display:block;width:17rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:21.5rem;left:27.6875rem;height:9.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VId2WZWXQJ0uO971vrOZ7rhyZGKHL0Pz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:19.5625rem;top:6.625rem;left:7.6875rem;overflow:hidden;display:block; }
#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container { background-color: transparent; background-image: none; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container > .video-iframe-container { display: none; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row > .video-iframe-container { display: none; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .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); }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container { border-width: 0; border-radius: 0; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#VdJGStS3l3izC6Dr0cpvI0UopM8Jw5wn { color:#000000;display:block;width:54.125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.15625rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ag1Jsp69kutGGfNifgArRg2xy1O3E3TH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:30.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#orEH4ZIbEaeKmMWgFk9oWdLua1C4h9CQ { color:#0a2649;display:block;width:41.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.13671875rem;left:32.125rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNHM2qaQyvJ3eAndeuORoCSihTZVSImr { background-color:transparent;background-image: -webkit-linear-gradient(211deg, #3deaca, #22c779);background-image: -moz-linear-gradient(211deg, #3deaca, #22c779);background-image: -ms-linear-gradient(211deg, #3deaca, #22c779);background-image: -o-linear-gradient(211deg, #3deaca, #22c779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );";background-image: linear-gradient(211deg, #3deaca, #22c779);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(95,104,94,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.0625rem;left:37.46875rem;display:block; }
#wnU2ZskdKhcZWNCUnWwOeGJbNtTVCPZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Dw0PWWSw/shutterstock_1086638489.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU.adaptive-delivery-prevent-bg, #sDGTIFnaR3kwUNQ6ssE0seScABLl54yU.lazyload, #sDGTIFnaR3kwUNQ6ssE0seScABLl54yU.lazyloading { background-image: none; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container { background-color: transparent; background-image: none; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.57); }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container > .video-iframe-container { display: none; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.57); }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row > .video-iframe-container { display: none; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .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); }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container { border-width: 0; border-radius: 0; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#GWNqoFrl90JQ8T1NtpLeHud3oK5PHqxS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:29.0625rem;top:7.0625rem;left:6.25rem;overflow:hidden;display:block; }
#VXFsMZZxBF635hM6nTbL9Vo4lZZfPK6U { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"roboto condensed";font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:5.125rem;left:41.0625rem;height:6.972625rem;text-align:center;text-align-last:center;display:block; }
#GbqN8tuNRXl3cAaAi2awQ9QHggfg0vAp { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:9.6875rem;left:41.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvtJO920nASHxs2xB2eQ8VGZKOCZh4HN { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:14.625rem;left:40.6875rem;height:11.8125rem;text-align:left;text-align-last:left;display:block; }
#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2Wwx2ZMG/21_wallhere.com.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8.adaptive-delivery-prevent-bg, #y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8.lazyload, #y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8.lazyloading { background-image: none; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container { background-color: transparent; background-image: none; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container > .video-iframe-container { display: none; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row > .video-iframe-container { display: none; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .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); }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container { border-width: 0; border-radius: 0; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container { font-size:0.875rem;font-family:arial;height:144.5rem;width:75rem;position:relative;display:block; }#rixiuaSHd13LThHzQsObTiXMBBsZTMNw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #152e6f;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:27.5rem;width:49.125rem;top:116.625rem;left:11.625rem;display:block; }
#HnsPr3uHrFUJBghyerQBrTV6rdaABP8U { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:119.125rem;left:14.8125rem;height:5.3613375rem;text-align:center;text-align-last:center;display:block; }
#vFa9zVLITaK5pzONpQkUWqAmaGrwNr3q { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:125.4375rem;left:14.875rem;height:17.9511875rem;text-align:left;text-align-last:left;display:block; }
#T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IBgrIqJp/pdf_fotofractometria_brilhonario5_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:13.375rem;width:18.4375rem;top:123.84375rem;left:42.375rem;display:block; }#T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa.adaptive-delivery-prevent-bg, #T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa.lazyload, #T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa.lazyloading { background-image: none; }
#HsATxvOeCcNbstGd5QK1AyLdQDcqoC44 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #152e6f;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:27.4375rem;width:49.0625rem;top:87.125rem;left:11.65625rem;display:block; }
#SH6dngCIgzxCPmoh8StLiAORd6TdKwGw { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EA5tpmTZ/mandala2_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:14.0625rem;width:19.4375rem;top:93.96875rem;left:41.375rem;display:block; }#SH6dngCIgzxCPmoh8StLiAORd6TdKwGw.adaptive-delivery-prevent-bg, #SH6dngCIgzxCPmoh8StLiAORd6TdKwGw.lazyload, #SH6dngCIgzxCPmoh8StLiAORd6TdKwGw.lazyloading { background-image: none; }
#it3KDa5v9hxReHVvgdVHxe8BRXzNJybG { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:96.5rem;left:14.8125rem;height:16.5703125rem;text-align:left;text-align-last:left;display:block; }
#sNKafEPrRUExzbTXneAaZ5heiGB1E9pc { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:89.9375rem;left:12.625rem;height:5.3613375rem;text-align:center;text-align-last:center;display:block; }
#qlsZ7TDUhe0SNzSfr41FkMuyp5RNn7QM { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #152e6f;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:27.8125rem;width:49.75rem;top:58.3125rem;left:11.3125rem;display:block; }
#tKsWFTPXClyUW8M5e7WtffQbbn6f4ue6 { color:#152e6f;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:72.3125rem;left:15.3125rem;height:11.046875rem;text-align:center;text-align-last:center;display:block; }
#QeKkKrAuRHWxIc1L0W3ZEA8TMAUN1PII { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:60.625rem;left:13.9375rem;height:10.722675rem;text-align:center;text-align-last:center;display:block; }
#o5T9TCh4C4AXicF5EOEDskufzTQpP0IC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:14.625rem;top:59.8125rem;left:46.362837837838rem;overflow:hidden;display:block; }
#P8GA0sQTMb1425F81og2rTEvaaie6mEl { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #152e6f;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:27.8125rem;width:49.6875rem;top:28.5rem;left:11.3125rem;display:block; }
#CQSBGeuTXKs0Gr4hmPH2upH7GHpE7ugi { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.25rem;left:16rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#E62Sa1EJMGLSnfvX8bJiWUP3thCo9L7i { color:#000000;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:38.625rem;left:13.375rem;height:11.472625rem;text-align:center;text-align-last:center;display:block; }
#WOtMSGRPtwhHnPCpeusUUzQIoXQpx4JD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:12.375rem;top:30.9375rem;left:48.75rem;overflow:hidden;display:block; }
#Bdp3HQWxRMDrSMTFDzyyqsbKhPiS9zIU { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #152e6f;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:27.0625rem;width:49.625rem;top:0rem;left:11.2294921875rem;display:block; }
#BUNsXfyHtcsDlLVXQRXUAyNRZFx6V8iS { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7490234375rem;left:14.8125rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#BxggKqcC51MehKhIbEa4m2T9nib6oswO { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8115234375rem;left:11.3125rem;height:14.34375rem;text-align:center;text-align-last:center;display:block; }
#HiXCXq7TFPEoqz2BsC3UsUKKPJMtdb08 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:16.8125rem;top:0rem;left:46.6875rem;overflow:hidden;display:block; }
#QVThJui2DIZZld2OTyGgc37JzVHy2sCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GtvSTY9c/68.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL.adaptive-delivery-prevent-bg, #QVThJui2DIZZld2OTyGgc37JzVHy2sCL.lazyload, #QVThJui2DIZZld2OTyGgc37JzVHy2sCL.lazyloading { background-image: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { background-color: transparent; background-image: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container > .video-iframe-container { display: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row > .video-iframe-container { display: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .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); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { border-width: 0; border-radius: 0; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#ru6m3bW0JqpeZcTP7nsKdSSUTaf1fkmL { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.875rem;width:37.375rem;top:-0.0625rem;left:37.58749961853rem;display:block; }
#H7PXgasZWegN00tAeXRo4mo1ZKvxgqcW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:37.625rem;top:5.78125rem;left:8.6414070129394rem;overflow:hidden;display:block; }
#paFXTpgyI6mwoPg9oFmUO4MGuhxz7icf { color:#e1b72f;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:47.6875rem;height:6.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ha3aBq6kq4y0Tk7Ka2B1qKsPswkm9go5 { color:#e1b72f;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.4375rem;left:47.6875rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kp7H5WIbLm2u7KwvAodaO4AqiUX5VvFr { color:#0a2650;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:16.75rem;left:47.5rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ah2UMb31kNBIhxBev2x5oVuz4ucNibu3 { color:#0a2650;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:26.125rem;left:45rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#082654;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container { background-color: transparent; background-image: none; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container > .video-iframe-container { display: none; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row > .video-iframe-container { display: none; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .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); }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container { border-width: 0; border-radius: 0; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container { font-size:0.875rem;font-family:arial;height:96.875rem;width:75rem;position:relative;display:block; }#ycO3pTWICzHXNqs4vQi8gcQ61F355aAP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.1875rem;width:58.25rem;top:7.25rem;left:6.875rem;overflow:hidden;display:block; }
#e172kNXRlodbDuFiCxJOa83spPohH0XK { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.3125rem;left:9.0625rem;height:2.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container { background-color: transparent; background-image: none; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container > .video-iframe-container { display: none; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row > .video-iframe-container { display: none; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .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); }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container { border-width: 0; border-radius: 0; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#XzdLZECsNaFcGUP7wd5u7i1bqDh0yCd9 { color:#000000;display:block;width:53.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:5.9874999523163rem;left:10.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#osnL8XSHwlUXVford6fFPepZkFeWGKGg { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.9875001907349rem;left:6.71249961853rem;display:block; }
#zXd4981U1Q4s0OEPJFGTfKcrFVuZPN9w { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:13.0625rem;left:6.71249961853rem;display:block; }
#mA5TdaL8dC8ioiSGwKA6B9Kr8GdU8GlA { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:18.5rem;left:6.77499961853rem;display:block; }
#in3FPxPOzFA4RUT1BeHaUL6Jeb44duzT { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:23.75rem;left:6.71249961853rem;display:block; }
#CbflBnEcrBeX9l7eTCVRqvZRTzK04qXM { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:28.75rem;left:6.71249961853rem;display:block; }
#iDkKoFVHPgw27MZMPK8lLLTF8FFeHOz9 { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:32.375rem;left:6.71249961853rem;display:block; }
#MKysQoswSPEX8BEucqTl8Sx2XX7lHWm2 { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:35.9375rem;left:6.71249961853rem;display:block; }
#vDd7n0CUrCtiTMqgO18Kmu0qersLHpm9 { box-sizing:content-box;color:#177d2b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:41.4375rem;left:6.71249961853rem;display:block; }
#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.adaptive-delivery-prevent-bg, #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.lazyload, #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.lazyloading { background-image: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { background-color: transparent; background-image: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container > .video-iframe-container { display: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row > .video-iframe-container { display: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .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); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { border-width: 0; border-radius: 0; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#Fw8zRx3OJMXGyCg9Mc84Vt3ZkNCm6PTU { color:#2ee681;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:9.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.9375rem;left:23.125rem;height:11.943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHJLwXztKU8ZTx1GavSFoVPCAkKeQkTi { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:38rem;left:26.5rem;height:1.94986875rem;font-style:normal;display:block; }
#Z3D7qZRasKA6xG7wHklpcOQQkIqD3qEr { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:39.875rem;left:26.5rem;height:1.94986875rem;font-style:normal;display:block; }
#uuNeW7aUh9xIbH6TiOm5gdrx9hiN3VQM { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:45.25rem;left:28.4375rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdFG3IHPWxXrTnbLxsrn7Kv7zzc5qmmW { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:38.6875rem;left:41.3125rem;height:2.51855625rem;font-style:normal;display:block; }
#TIdyqcUongTEx1qxE1VuKcT0HE7THSe7 { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:53.5625rem;left:44.75rem;height:2.5996125rem;font-style:italic;display:block; }
#Kg3GfKB6hMM5DNrIS2XBFdO7b2W6NhyI { 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:15031;top:53.4375rem;left:42.375rem;display:block; }
#QSiNewPBivDE4UcuZ1HD2Cf9Ti8O01nl { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:53.5625rem;left:24.0625rem;height:2.5996125rem;font-style:italic;display:block; }
#FpaVsk1NR4ZHQUawaS9gPcTUZfwTnESN { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:53.5625rem;left:37.4375rem;height:2.5996125rem;font-style:italic;display:block; }
#JeqHSyecTwvRff638vTaq0GVqlmqiLNR { 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:15029;top:53.4375rem;left:34.75rem;display:block; }
#O6H424VvuaHDCobifpRQuRRZ1U0hnJT5 { background-color:transparent;background-image: -webkit-linear-gradient(211deg, #3deaca, #22c779);background-image: -moz-linear-gradient(211deg, #3deaca, #22c779);background-image: -ms-linear-gradient(211deg, #3deaca, #22c779);background-image: -o-linear-gradient(211deg, #3deaca, #22c779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3deaca', endColorstr='#22c779' );";background-image: linear-gradient(211deg, #3deaca, #22c779);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(95,104,94,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:4.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47.9375rem;left:21.75rem;display:block; }
#cfnOQWv8IWM8LwKo4e0x3rJ4tBPzKTpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBIV3UpWOuEgmm5uunJsbTGWAd6e2R6X { color:#ff0000;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:31.75rem;left:19.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoCcpyKwBn7MUeK9W94kT8CCq7agVMm2 { color:#ff0000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:33.625rem;left:20.8125rem;height:1.3059875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Obpu7phzrnUV4JuM3zfMtTWSty7GAuVy { color:#414141;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.125rem;left:22.125003814698rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSv7JG6RqXa9sIT80TC7llZwNfk0PM5z { 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:15031;top:53.4375rem;left:21.375rem;display:block; }
#lOfIyAAVkXRoEva9quOxgVmkceeHkzzK { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(178,178,178,0.77);border-left:0.0625rem solid rgba(178,178,178,0.77);border-right:0.0625rem solid rgba(178,178,178,0.77);border-bottom:0.0625rem solid 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;box-shadow: none;height:46rem;width:49.5rem;top:16.5859375rem;left:11.6875rem;display:block; }
#SWGffpt2pEUXeemdzgoCktk9d8deDBPr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:21.9375rem;top:0rem;left:24.53125rem;overflow:hidden;display:block; }
#AVtEqec3RE1lBd47oNPRPzf4GQ4LBOcT { color:#ff0000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:57.75rem;left:24.625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/W84K96gn/cocriadoromilionario_elainneourives_597.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.adaptive-delivery-prevent-bg, #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.lazyload, #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.lazyloading { background-image: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { background-color: transparent; background-image: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container > .video-iframe-container { display: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row > .video-iframe-container { display: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .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); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { border-width: 0; border-radius: 0; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Dz8xgMJoIZawNK9EPazcsTSkgzp74a3u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:25.5rem;top:5.4375rem;left:24.750001907349rem;overflow:hidden;display:block; }
#w7tHTJp4IrAslQF5CmqG6OwS86OdTFf1 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:11.393750190735rem;left:55.499998092651rem;height:26.59379375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxpVlSHbQtLbDkF2aMWOrnf5OndKE0Ic { color:#000000;display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:2.2;letter-spacing:0;top:8.550000190735rem;left:6.7117195129394rem;height:26.8125rem;text-align:left;text-align-last:left;display:block; }
#lDoEVn3wbTPRcyRCQhA6m5czf72cZpdk { position:absolute;display:block;z-index:15003;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.3125rem solid #b6910d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:1.375rem;top:7.8125rem;left:5.0867185592651rem;display:block; }
#MwqazboJv5bKuVQrSATWuHgBCENrsOxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container { background-color: transparent; background-image: none; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container > .video-iframe-container { display: none; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row > .video-iframe-container { display: none; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .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); }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container { border-width: 0; border-radius: 0; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#lifUidIl5Waeyfr0bn7y82GMbFWemTt5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:1.875rem;left:7.1875rem;overflow:hidden;display:block; }
#UT9ZiGf51tIf2a5sC0gCTHq5pOFnMW68 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:9.6875rem;left:31.5625rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#w2WlWE1VabqpVIZlWPvxD9AAW5xe5stS { color:#e5aa38;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:5.4375rem;left:31.5625rem;height:3.1497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container { background-color: transparent; background-image: none; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container > .video-iframe-container { display: none; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row > .video-iframe-container { display: none; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .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); }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container { border-width: 0; border-radius: 0; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#zAArKPuvyk8zoc6oLZermAvQFADr92xX { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:13.75rem;height:12.6738625rem;text-align:center;text-align-last:center;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row .container { background-color: transparent; background-image: none; }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row .container > .video-iframe-container { display: none; }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row > .video-iframe-container { display: none; }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .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); }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row .container { border-width: 0; border-radius: 0; }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwDpZ20XlFxMw5nHoNbhKem06l32zgmu { width:17.75rem;height:26.875rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax25Fv5BskrTxgzsz0DsOOLtNJ08T1FH { width:38.625rem;height:24.375rem;top:72.4375rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykgvH4a49Bto9hCPPemeFNdk5BkkqGR { width:47.75rem;height:4.625rem;top:30.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ab3FBBqfSnQJvcmAMACmRaJMDKTHp2 { width:26.4375rem;height:29rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiziq2AdegCS9gDDUw5OveFxhZamBq4f { width:34rem;height:7.125rem;top:3.75rem;left:13.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNOtGrgTNlwSezSx4cgPbi52qufRmTE { width:34.3125rem;height:7.125rem;top:13.375rem;left:13.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hVBsdsm58SQxQCmQMHMNxIIx1Zo418 { width:47.75rem;height:29.25rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGCOoGvV3QEOrbTuBEcB3CCSkVAzxdEq { width:27.625rem;height:1.9375rem;top:68.0625rem;left:19.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIWJck9BhfaMoaSgubmMt1tiqZ51ZTKd { width:45.25rem;height:14.625rem;top:104.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss4QLrWm3zT75NrLwg12eZKNiZHpDfS2 { width:47.75rem;height:4.5rem;top:98.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5wI3CclCqA3c5DpSM23SJen2yxB2wXe { width:31rem;height:4.4375rem;top:22.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCN1rMDrNUZEEXJEPr1GbwmkDPE5RU4z { display:block; }
 }@media only screen and (max-width: 763px) { #hpceTT5TfERZt6w7prnEgdeunoKOydSF { display:block; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVT7yAiUez9eRKKMe2lS8Mp9rbst5Gkw { width:7.3125rem;height:7.3125rem;top:91.8125rem;left:40.4375rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cC1aer4UkqEZQwkZESPqFbdTUWhMWP { width:5.0625rem;height:5.0625rem;top:92.75rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFz4NXTn8rcGuLf4RJcLNt81sLTMvoBg { width:3.5rem;height:2.8125rem;top:94.0625rem;left:22.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfJ7lmCm7ayzG1HO2vHqhGK3qSJRoBFT { width:19.0625rem;height:4.875rem;top:101rem;left:28.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HqiAVXh5U9PIy2tFVlW8JUGQ7pmJ3V { width:17.375rem;height:1.875rem;top:99.125rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5sv53nsl3u06eSbrJsqoANbRZRvfWK { width:20.4375rem;height:5.25rem;top:101.125rem;left:14.812503814698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZ83yxgKyGt41kCP4OZQUDdiDwb0SN5 { width:17.375rem;height:1.875rem;top:99.0625rem;left:16.343753814698rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3IdmvdfH8PO5tPBaxEf2O2vkcdEAWrU { width:20.625rem;height:7.875rem;top:100.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAtUBaQXRsogFVVmHuJVI4VL7mCmNdms { width:17.375rem;height:1.875rem;top:99.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ30vo3OAoJU3yybLP7hAshlufGDe0cx { width:17.375rem;height:1.875rem;top:80.875rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MysCSfu3UTusqqzv59LwwJvNZ0bce0ft { width:20.625rem;height:3.9375rem;top:82.75rem;left:27.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMt9Tv2huy1VFHnxcdrPbgHxSttAPy4l { width:17.375rem;height:1.875rem;top:80.3125rem;left:5.9166679382324rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7i6Iwk2pddG0bA5M2Tt0PHAqE9HgpG { width:20.625rem;height:5.25rem;top:82.75rem;left:5.9166679382324rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmF8Tg6CyhbP0TO4TnSNZdyu0XKQ0fE { width:17.875rem;height:3.9375rem;top:72.5rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHDRfH1bGc8Tokh6kDJbc2pr0USyLFki { width:17.375rem;height:1.875rem;top:70.625rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxiapqCEfXONWXZobBEJnlaZtfExriTm { width:17.875rem;height:3.9375rem;top:72.5rem;left:5.9166679382324rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkdOOM2QexThLwA29e5oCOJzTDUV0nAd { width:17.375rem;height:1.875rem;top:70.625rem;left:5.9166679382324rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSQfNAWcSZMue2o8wuUN79qdtZbzP9Te { width:19.75rem;height:3.9375rem;top:63.5625rem;left:28rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEd5QBdr2EJgkX1XnBr2gfEXqZFHlifK { width:17.375rem;height:1.875rem;top:61.5625rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5TcEtJFTz6vVzyVfWK0IyP3F4tsorS2 { width:19.6875rem;height:5.25rem;top:63.625rem;left:5.9166679382324rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri1Do2QFnnplqPw5sSGtAH3c3trslETT { width:15.625rem;height:1.875rem;top:61.6875rem;left:5.9166679382324rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yNCv7mMx9T8ovWGdomlsVmOGIvTSrT { width:17.875rem;height:3.9375rem;top:55.0625rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0U7MqnNthVz2n0i7uI4OJSz8rEHSKfd { width:17.375rem;height:1.875rem;top:52.5625rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6gdkwM6TdK0s42zwF2x3REFqBKVPKX { width:17.875rem;height:5.25rem;top:55.0625rem;left:5.9166679382324rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0VRKB1za8rikENy5K1cA5VO2E1LlvbL { width:17.375rem;height:1.875rem;top:52.5625rem;left:5.9166679382324rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyh7ewOLeLDSbB3M53T9bZMka1xishCX { width:17.875rem;height:2.625rem;top:46.1875rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffspnMcgoKt4X6hEOsfnyVfHRCluOHRk { width:17.375rem;height:1.875rem;top:44.0625rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuZrlUyM9rKnsdEh50utyU7c9IuMOXc { width:17.875rem;height:3.9375rem;top:45.6875rem;left:6.1666679382324rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SextKD1Jd5WzchHRTKka7pGILm69wAf1 { width:17.375rem;height:1.875rem;top:44.0625rem;left:6.1666679382324rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRE2wALh2D7dIf3XmETzT4mcI2Rfa3v { width:17.375rem;height:1.875rem;top:35.6875rem;left:30.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZKhHigAsxK279vypeUv5Lq5e3L1Hlb { width:17.875rem;height:2.625rem;top:38.0625rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ78aIt8a7ZzLkRXNxCwhQktgx4W918X { width:17.375rem;height:1.875rem;top:35.6875rem;left:6.2916679382325rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK4HDzElMQdS5tGyMlq1XW2JrJyP1IBz { width:17.875rem;height:3.9375rem;top:37.5625rem;left:6.2916679382325rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMQvBdEwObyynv735UDXsUrv82MKLhwz { width:7.3125rem;height:7.3125rem;top:91.8125rem;left:21.375rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQNbmiaWbVzMX5TSF3R2i96SXp8rdvyw { width:5.0625rem;height:5.0625rem;top:92.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTfSeJDZ25LEgkP20S5BO1VvD6nhPnNc { width:3.5rem;height:2.8125rem;top:94.0625rem;left:43.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzP2znDMufuSa1QAdZARGKgyK0zMw9lu { width:7.3125rem;height:7.3125rem;top:91.8125rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlmspwPClUfTKVGUnmfzdIe7c5FbL4nF { width:5.0625rem;height:5.0625rem;top:92.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h056LHpwqMPLxs3qI3koHfJ6dwDVk4Ol { width:3.5rem;height:2.8125rem;top:94.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtCsvaN8o3TzFZMvgbrB3KrWOzeRvhG { width:7.3125rem;height:7.3125rem;top:79.375rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFpcdZ1FfivQ9V0LvMx16ngHkqzX0LR { width:5.0625rem;height:5.0625rem;top:80.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T90F5GxiEcbeBO9xGPV2GpSklTtOm2LM { width:3.5rem;height:2.8125rem;top:81.625rem;left:29.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLDaQ29WOlAbwc37SMH7gWRlm8ZMI2Or { width:7.3125rem;height:7.3125rem;top:79.4375rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfS2lxIaM47sX7nK79ydTcXDbApyVLV { width:5.0625rem;height:5.0625rem;top:80.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeiEk1TTMiSCcg1lwMxIbVTRgTNeqHR { width:3.5rem;height:2.8125rem;top:81.6875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5nUynFtTSHTy5bXpe1AamlTuCfOMQo { width:5.0625rem;height:5.0625rem;top:70.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epiAgOS3yMZZ0mNpovLNkLyLfEyMMI1t { width:3.5rem;height:2.8125rem;top:72rem;left:29.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU5SfeWFLz3pSTnHT6DSgBoAC1Sz76zD { width:7.3125rem;height:7.3125rem;top:69.6875rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dxOERnXTlx779ZAQCtLJCCy4iLldoU { width:5.0625rem;height:5.0625rem;top:70.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uDShBeRkrLeAC9FJhWa7ZSDbE7dRpt { width:3.5rem;height:2.8125rem;top:71.875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKUCO4ee9d7GTSbae5VEuFwXBaXllKh0 { width:7.3125rem;height:7.3125rem;top:60.9375rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DckGiMkJOtD6c4zT0Nl0e5TwfPgbCUKD { width:5.0625rem;height:5.0625rem;top:61.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcscchHWKXpmnWaGmamtBJpE4of7bg3G { width:3.5rem;height:2.8125rem;top:63.1875rem;left:29.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Vgro2vGIm5TyWPnWEust9ThrH9tDDQ { width:7.3125rem;height:7.3125rem;top:60.9375rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMryeZJfiyBTyGzw2QOebLDhWqgaGDfx { width:5.0625rem;height:5.0625rem;top:61.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWXVTZrQOLJEPUTvlTspyKFEcnIMoaNn { width:3.5rem;height:2.8125rem;top:63.1875rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDDViDGTfb7iuJmdtT4b9BXqhXmDLEkA { width:7.3125rem;height:7.3125rem;top:51.6875rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiBDrn174MbOohbUmP1HihiI7DRvmw4x { width:5.0625rem;height:5.0625rem;top:52.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vr06zoLvDcbJmO0kQ0F6yvsrv212tb { width:3.5rem;height:2.8125rem;top:53.8125rem;left:29.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN8Tf08KFV1y7TxJ7CZhVx3suyhfqSPp { width:7.3125rem;height:7.3125rem;top:51.75rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZiTAcllBDycmNIgsPuF9Oh1Se9Otp0y { width:5.0625rem;height:5.0625rem;top:52.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKg8WyV2fEr2m36LQak7s3J1b0mN2l07 { width:3.5rem;height:2.8125rem;top:53.9375rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHtvoy35oAW5hBcTtagE1O1ATnJBIRm { width:7.3125rem;height:7.3125rem;top:42.75rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84Ch9OlJMxQEZFzWzaa3ZJo6SeGa6fd { width:5.0625rem;height:5.0625rem;top:43.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQaDMRdtmiPSSPFFUJMr7dBDppyZcl2 { width:3.5rem;height:2.8125rem;top:45rem;left:29.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKPHK0lxGao2wEXy0T4rAEW0Jb7waA0p { width:7.3125rem;height:7.3125rem;top:42.75rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAxXshZXnDU63etTfXAqV4cFLk1gkDoJ { width:5.0625rem;height:5.0625rem;top:43.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXigCTqpbaEr7fSygovpGJTJNDmzXQT1 { width:3.5rem;height:2.8125rem;top:44.9375rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrPrlWfRCJPBwnD2TNEKdZqP9qCRHiyS { width:7.3125rem;height:7.3125rem;top:34rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJevnyoH8zIAOun4neOJ1TMvNDRmm5R { width:5.0625rem;height:5.0625rem;top:34.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc0FkzrlC29o0Aocy5BZUWlgnqhvEJIA { width:3.5rem;height:2.8125rem;top:36.25rem;left:29.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8w1MoFyLkHQ6enqT7QLlc46TNvPqHTa { width:7.3125rem;height:7.3125rem;top:34rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoaNUA7SpgNA6u9ubddiost8htspM8qF { width:5.0625rem;height:5.0625rem;top:34.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxhQwNqfnpvDcdxh9Rqvh62CTnvQ8GK { width:3.5rem;height:2.8125rem;top:36.25rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIb7aJemDuuDgzf4OGvwyoOfLJabp8tv { width:33.5rem;height:3rem;top:10.875rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO7ebqiD6EELHu3TtB4HJEWZ5XTQ9SMc { width:39.5625rem;height:3.5rem;top:14.5rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqZsPFsI74Kml9p4KVv2Xn2q0ZCP04C { width:7.3125rem;height:7.3125rem;top:69.6875rem;left:27.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9VfkMwrF5GWkFSqiKS6S3C0dEA1aNfH { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA7o2hCFrQPdsS1oLD00z6liXSirVdAN { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Evw1qBc5I4FhqJw9APl4vyTTu9J01t85 { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptiBrSxHuvGWJ10XZTEQMx1finORmvfF { width:3.5rem;height:2.5625rem;top:344.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #voybORHzgqu9Zy4Q4rbaD7T0L4ATNxMf { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xN0FMztIkmFza2twtipoNdpKCJmUTJfu { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvd5fC17F2pV1iHUR8PXopNHsRZGni5d { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #f70WKnJSlhScBSy21hMhhqvsWTX9hggP { width:3.5rem;height:1.75rem;top:313.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qk5wpCPI7dLKWp4qmqgAgWbGG0EW7xTJ { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR482e42Ei75TaRnMMQDRNaSIySP4Bm5 { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QopM4vccUUkZ7AyvzqGv9kfKNEOP1v4l { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJT5oyEW4p6hpHptohxFcnS3hdGwZyTQ { width:3.5rem;height:1.75rem;top:307.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3P3BdFgSZlhbcNTAkSbF183tTTbikcQ { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0LX4a2dMKKLodExhLzzrJ0SGwHXzmTL { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUOybB8WmQzpFdzpshMQZz6STFIEtL2N { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQN2ULudZM5zycE8fuiIkePzeqcZtH98 { width:3.5rem;height:1.75rem;top:307.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZmMSGDcVDDT59zCB5goAFWLPn0Bopci { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSUqoAbxc9OePF2np9fXI7cKCLTFCc5h { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2N2oycEq4GGbxxoewTJp5nkBKqfJvpD { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrZSf178yph76qXBcdVyWQsUkuwHaWzU { width:3.5rem;height:1.75rem;top:297.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQb7qNyfbgsUOXPNb6lTcBmbagXPvdo6 { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6Ju8CoLoqnozWRN52hXET38qUrwFQQu { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6fMENe6H4705oK5JKqLhkQJxoZtWwy0 { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #cII2oCrtnQosAZDffiBPaO7MKL11N3RD { width:3.5rem;height:1.75rem;top:282.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESWviAuS2VTUPANsG7OTqDLOKu618cLa { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awKAgpiM34QRVlc8IyT55zLyh6ggcgQo { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGFxpH7x4tfgseEQDXEBHs4zpbhfczm7 { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #z52Sv2M7otb0xqT6VHf1gVsoBBWQ0JFN { width:3.5rem;height:1.75rem;top:272.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJa5sXf3xofXQsCcc8sBTTwPy6CNOyVR { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAV42fqkzpHubofDC4qHFwGtTMTBKIHc { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0qLOEDTyTP7HcJL08eOPviCSQA90eNe { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8oUgwMDdPuCDwQ7boEEXIpQNTUIe5B5 { width:3.5rem;height:1.75rem;top:262.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXxrxBTZKIAw8HIxnLsKDs7vtCcbhoJi { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U63lo3TLVLH06yPqIZp0Uv25L0OxxLty { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bl9u1Ctmd9fx3TfFBDkAuPGHhrwAu1zV { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZyi1ZWTwaTNfO9pQxKeNvT8rvPlElHn { width:3.5rem;height:1.75rem;top:253.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4Tp34qRTlqsQdO2reFzuof0pW7q4Kp5 { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1EoX8oLlQiiUuaEsdoMZgOVgnCwim3L { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeexaA6vi2Ve1ZtiSR5FkwIArkMWnJBq { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXC7IZaRB5vKypuXfKhU6Wp777Kf8Ron { width:3.5rem;height:1.75rem;top:245.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvoetDDhRC54KT8Cq0yRqcDx9OLgLp3g { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeGCkQyOASiiTKZX5IlZVCTLR4zK2sF1 { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsoGyceDwBQ1l4UTQNKC9BTR2zJyTOx7 { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLFXHxbhJWdkfJl36CVXk4EDCwFDRQsq { width:3.5rem;height:1.75rem;top:236.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #akbnCv3k75QhGy713oPUu3ITV4ePdcb5 { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPWwP946v0J05O9DI1MQMeaEL3fqNAZm { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7ZHiNtzJEbEEx3XFc0lK514k04MMuV8 { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWeXCGLqU0U0B0SGcQtoiTTVSOeNMLJT { width:3.5rem;height:1.75rem;top:226.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wenvo64xRW6adCOCPMPJcoMhgtZH2JVT { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIT6m2z1vxiSTw2h2NA1N2qgzx1WQOdZ { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggAxsdagSgtaAXGchJMUwO5UmwuXrB38 { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2N5665mbSeGl4ykcByQ4yCMq5zNcqTv { width:3.5rem;height:1.75rem;top:360.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvXymAEl1AlGsn5KHNmtnbWfhePFhdJm { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDbwywggy9H148SUaoxCMpGECxfqBAtn { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gi91Mz0fLIlMHNFAp6mS67oNTS7268ZZ { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1T1Ls37pTbB1UqQb9pSQPRdU0t6RPgs { width:3.5rem;height:1.75rem;top:360.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDK9ZgQpfCXuuky4NOitsOHcPqsklt52 { width:7.3125rem;height:7.3125rem;top:88.4375rem;left:21.000001907349rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q843olZkvff5i8r5WB8dElwyh2DBNgwC { width:5.0625rem;height:5.0625rem;top:127.1875rem;left:21.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKO24ddRXvJHktap723Awo8MeDkBXH34 { width:3.375rem;height:3.25rem;top:128.3125rem;left:25.062501907349rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgB9bt0kFoOOG3hR0akEQBfggJSJ4XeF { width:3.5rem;height:1.75rem;top:360.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0A8DDLr0ssG00KhZbRHKx9GFGCkHOee { width:3.5rem;height:2.8125rem;top:94rem;left:23.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3rdRxkp1fhyc8MteJmWpoJlAhQox6kv { width:47.75rem;height:3.9375rem;top:2.125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnmP7iuUBrozCHT7ulIZq9hUOBQlwWZ { width:17.0625rem;height:2.25rem;top:19.125rem;left:14.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIgPmJ7wgMKNMT6R2HaGQWlPNPTBVFnQ { width:17rem;height:4.875rem;top:21.5rem;left:14.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VId2WZWXQJ0uO971vrOZ7rhyZGKHL0Pz { width:19.5625rem;height:25.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeFa0R93SNJqarsS15gNiTbcItUC1Ka { display:block; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdJGStS3l3izC6Dr0cpvI0UopM8Jw5wn { width:47.75rem;height:4.25rem;top:27.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1Jsp69kutGGfNifgArRg2xy1O3E3TH { width:30.5625rem;height:23.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEH4ZIbEaeKmMWgFk9oWdLua1C4h9CQ { width:41.6875rem;height:11.25rem;top:4.125rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHM2qaQyvJ3eAndeuORoCSihTZVSImr { width:31rem;height:4.4375rem;top:17.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnU2ZskdKhcZWNCUnWwOeGJbNtTVCPZv { display:block; }
 }@media only screen and (max-width: 763px) { #sDGTIFnaR3kwUNQ6ssE0seScABLl54yU { display:block; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWNqoFrl90JQ8T1NtpLeHud3oK5PHqxS { width:29.0625rem;height:17.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsMZZxBF635hM6nTbL9Vo4lZZfPK6U { width:27.25rem;height:4.5625rem;top:5.125rem;left:20.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqN8tuNRXl3cAaAi2awQ9QHggfg0vAp { width:27.25rem;height:2.25rem;top:9.6875rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvtJO920nASHxs2xB2eQ8VGZKOCZh4HN { width:28.0625rem;height:11.5rem;top:14.625rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 { display:block; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rixiuaSHd13LThHzQsObTiXMBBsZTMNw { width:47.75rem;height:27.5rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsPr3uHrFUJBghyerQBrTV6rdaABP8U { width:24.5rem;height:5.25rem;top:119.125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFa9zVLITaK5pzONpQkUWqAmaGrwNr3q { width:24.375rem;height:17.875rem;top:125.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa { width:18.4375rem;height:13.375rem;top:123.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsATxvOeCcNbstGd5QK1AyLdQDcqoC44 { width:47.75rem;height:27.4375rem;top:87.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6dngCIgzxCPmoh8StLiAORd6TdKwGw { width:19.4375rem;height:14.0625rem;top:93.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #it3KDa5v9hxReHVvgdVHxe8BRXzNJybG { width:25.75rem;height:16.5rem;top:96.5rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNKafEPrRUExzbTXneAaZ5heiGB1E9pc { width:24.5rem;height:5.25rem;top:89.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsZ7TDUhe0SNzSfr41FkMuyp5RNn7QM { width:47.75rem;height:27.8125rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKsWFTPXClyUW8M5e7WtffQbbn6f4ue6 { width:21.75rem;height:11rem;top:72.3125rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeKkKrAuRHWxIc1L0W3ZEA8TMAUN1PII { width:24.5rem;height:10.5rem;top:60.625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5T9TCh4C4AXicF5EOEDskufzTQpP0IC { width:14.625rem;height:20.75rem;top:59.8125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8GA0sQTMb1425F81og2rTEvaaie6mEl { width:47.75rem;height:27.8125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQSBGeuTXKs0Gr4hmPH2upH7GHpE7ugi { width:24.5rem;height:5.25rem;top:31.25rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E62Sa1EJMGLSnfvX8bJiWUP3thCo9L7i { width:33.875rem;height:11.25rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOtMSGRPtwhHnPCpeusUUzQIoXQpx4JD { width:12.375rem;height:23.25rem;top:30.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdp3HQWxRMDrSMTFDzyyqsbKhPiS9zIU { width:47.75rem;height:27.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNsXfyHtcsDlLVXQRXUAyNRZFx6V8iS { width:24.5rem;height:5.25rem;top:2.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxggKqcC51MehKhIbEa4m2T9nib6oswO { width:35.875rem;height:14.0625rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiXCXq7TFPEoqz2BsC3UsUKKPJMtdb08 { width:16.8125rem;height:27.75rem;top:0rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVThJui2DIZZld2OTyGgc37JzVHy2sCL { display:block; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru6m3bW0JqpeZcTP7nsKdSSUTaf1fkmL { width:37.375rem;height:42.875rem;top:-0.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7PXgasZWegN00tAeXRo4mo1ZKvxgqcW { width:37.625rem;height:31.25rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paFXTpgyI6mwoPg9oFmUO4MGuhxz7icf { width:17.1875rem;height:6.875rem;top:4.375rem;left:27.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha3aBq6kq4y0Tk7Ka2B1qKsPswkm9go5 { width:17.1875rem;height:1.5rem;top:12.4375rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7H5WIbLm2u7KwvAodaO4AqiUX5VvFr { width:17.5625rem;height:7.5rem;top:16.75rem;left:27.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah2UMb31kNBIhxBev2x5oVuz4ucNibu3 { width:22.5rem;height:10.5rem;top:26.125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0HWXpzdsEOrWIvuwPbCAghgKh0xApev { display:block; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycO3pTWICzHXNqs4vQi8gcQ61F355aAP { width:47.75rem;height:72.291040772531rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e172kNXRlodbDuFiCxJOa83spPohH0XK { width:47.75rem;height:2.375rem;top:3.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 { display:block; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzdLZECsNaFcGUP7wd5u7i1bqDh0yCd9 { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnL8XSHwlUXVford6fFPepZkFeWGKGg { width:3.125rem;height:3.125rem;top:5.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXd4981U1Q4s0OEPJFGTfKcrFVuZPN9w { width:3.125rem;height:3.125rem;top:13.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5TdaL8dC8ioiSGwKA6B9Kr8GdU8GlA { width:3.125rem;height:3.125rem;top:18.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in3FPxPOzFA4RUT1BeHaUL6Jeb44duzT { width:3.125rem;height:3.125rem;top:23.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbflBnEcrBeX9l7eTCVRqvZRTzK04qXM { width:3.125rem;height:3.125rem;top:28.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkKoFVHPgw27MZMPK8lLLTF8FFeHOz9 { width:3.125rem;height:3.125rem;top:32.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKysQoswSPEX8BEucqTl8Sx2XX7lHWm2 { width:3.125rem;height:3.125rem;top:35.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDd7n0CUrCtiTMqgO18Kmu0qersLHpm9 { width:3.125rem;height:3.125rem;top:41.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi { display:block; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw8zRx3OJMXGyCg9Mc84Vt3ZkNCm6PTU { width:25.375rem;height:11.9375rem;top:33.9375rem;left:9.5rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHJLwXztKU8ZTx1GavSFoVPCAkKeQkTi { width:2.0625rem;height:1.9375rem;top:38rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3D7qZRasKA6xG7wHklpcOQQkIqD3qEr { width:3.375rem;height:1.9375rem;top:39.875rem;left:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNeW7aUh9xIbH6TiOm5gdrx9hiN3VQM { width:14.75rem;height:1.5rem;top:45.25rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFG3IHPWxXrTnbLxsrn7Kv7zzc5qmmW { width:3.1875rem;height:2.5rem;top:38.6875rem;left:27.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIdyqcUongTEx1qxE1VuKcT0HE7THSe7 { width:5.5625rem;height:2.5625rem;top:53.5625rem;left:31.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3GfKB6hMM5DNrIS2XBFdO7b2W6NhyI { width:2.75rem;height:2.75rem;top:53.4375rem;left:28.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSiNewPBivDE4UcuZ1HD2Cf9Ti8O01nl { width:10.6875rem;height:2.5625rem;top:53.5625rem;left:10.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpaVsk1NR4ZHQUawaS9gPcTUZfwTnESN { width:4.75rem;height:2.5625rem;top:53.5625rem;left:23.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeqHSyecTwvRff638vTaq0GVqlmqiLNR { width:2.75rem;height:2.75rem;top:53.4375rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6H424VvuaHDCobifpRQuRRZ1U0hnJT5 { width:28.1875rem;height:4.4375rem;top:47.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnOQWv8IWM8LwKo4e0x3rJ4tBPzKTpn { display:block; }
 }@media only screen and (max-width: 763px) { #EBIV3UpWOuEgmm5uunJsbTGWAd6e2R6X { width:31.3125rem;height:1.375rem;top:31.75rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoCcpyKwBn7MUeK9W94kT8CCq7agVMm2 { width:30.875rem;height:1.25rem;top:33.625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obpu7phzrnUV4JuM3zfMtTWSty7GAuVy { width:27.375rem;height:4.6875rem;top:25.125rem;left:8.5000038146975rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSv7JG6RqXa9sIT80TC7llZwNfk0PM5z { width:2.75rem;height:2.75rem;top:53.4375rem;left:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfIyAAVkXRoEva9quOxgVmkceeHkzzK { width:47.625rem;height:46rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGffpt2pEUXeemdzgoCktk9d8deDBPr { width:21.9375rem;height:24rem;top:0rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVtEqec3RE1lBd47oNPRPzf4GQ4LBOcT { width:22.375rem;height:2.75rem;top:57.75rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 { display:block; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz8xgMJoIZawNK9EPazcsTSkgzp74a3u { width:25.5rem;height:38.3125rem;top:5.4375rem;left:11.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tHTJp4IrAslQF5CmqG6OwS86OdTFf1 { width:15.9375rem;height:26.375rem;top:11.375rem;left:31.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpVlSHbQtLbDkF2aMWOrnf5OndKE0Ic { width:20.25rem;height:26.625rem;top:8.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDoEVn3wbTPRcyRCQhA6m5czf72cZpdk { width:1.375rem;height:28.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqazboJv5bKuVQrSATWuHgBCENrsOxp { display:block; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lifUidIl5Waeyfr0bn7y82GMbFWemTt5 { width:21.875rem;height:21.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9ZiGf51tIf2a5sC0gCTHq5pOFnMW68 { width:36.1875rem;height:10.5rem;top:9.6875rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2WlWE1VabqpVIZlWPvxD9AAW5xe5stS { width:35.3125rem;height:3.125rem;top:5.4375rem;left:12.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlgGDppzT11C3MxxLHIXHKBkRagh9v0l { display:block; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAArKPuvyk8zoc6oLZermAvQFADr92xX { width:47.5rem;height:12.375rem;top:0.75rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Od04Ov3W/fdfb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:183.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwDpZ20XlFxMw5nHoNbhKem06l32zgmu { width:10.125rem;height:15.25rem;top:16.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax25Fv5BskrTxgzsz0DsOOLtNJ08T1FH { width:20rem;height:35.69735625rem;top:106.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bykgvH4a49Bto9hCPPemeFNdk5BkkqGR { width:20rem;height:5.22395625rem;top:52rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ab3FBBqfSnQJvcmAMACmRaJMDKTHp2 { width:20rem;height:21.8105625rem;top:22.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiziq2AdegCS9gDDUw5OveFxhZamBq4f { width:20rem;height:7.6979375rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNOtGrgTNlwSezSx4cgPbi52qufRmTE { width:20rem;height:4.94921875rem;top:10.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hVBsdsm58SQxQCmQMHMNxIIx1Zo418 { width:20rem;height:42.52153125rem;top:57.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGCOoGvV3QEOrbTuBEcB3CCSkVAzxdEq { width:20rem;height:3.8997375rem;top:101.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIWJck9BhfaMoaSgubmMt1tiqZ51ZTKd { width:20rem;height:27.1979rem;top:154.25rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ss4QLrWm3zT75NrLwg12eZKNiZHpDfS2 { width:20rem;height:8.125rem;top:144.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5wI3CclCqA3c5DpSM23SJen2yxB2wXe { width:19rem;height:4.4375rem;top:45.8701171875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCN1rMDrNUZEEXJEPr1GbwmkDPE5RU4z { display:block; }
 }@media only screen and (max-width: 763px) { #hpceTT5TfERZt6w7prnEgdeunoKOydSF { display:block; }#hpceTT5TfERZt6w7prnEgdeunoKOydSF > .row .container { width:20rem;height:182.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVT7yAiUez9eRKKMe2lS8Mp9rbst5Gkw { width:7.3125rem;height:7.3125rem;top:313.5rem;left:8.25rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7cC1aer4UkqEZQwkZESPqFbdTUWhMWP { width:5.0625rem;height:5.0625rem;top:322.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFz4NXTn8rcGuLf4RJcLNt81sLTMvoBg { width:3.5rem;height:2.6rem;top:315.875rem;left:10.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfJ7lmCm7ayzG1HO2vHqhGK3qSJRoBFT { width:9.5rem;height:6.3359375rem;top:173.25rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S7HqiAVXh5U9PIy2tFVlW8JUGQ7pmJ3V { width:8.5rem;height:1.7246125rem;top:171.25rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iG5sv53nsl3u06eSbrJsqoANbRZRvfWK { width:10.625rem;height:6.8242125rem;top:162.125rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZ83yxgKyGt41kCP4OZQUDdiDwb0SN5 { width:7.75rem;height:1.7246125rem;top:159.875rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M3IdmvdfH8PO5tPBaxEf2O2vkcdEAWrU { width:12.375rem;height:7.96158125rem;top:149.8125rem;left:6.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAtUBaQXRsogFVVmHuJVI4VL7mCmNdms { width:8.125rem;height:1.7246125rem;top:147.5625rem;left:6.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZ30vo3OAoJU3yybLP7hAshlufGDe0cx { width:11.1875rem;height:1.7246125rem;top:135.875rem;left:6.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MysCSfu3UTusqqzv59LwwJvNZ0bce0ft { width:12.0625rem;height:4.549475rem;top:138.125rem;left:6.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMt9Tv2huy1VFHnxcdrPbgHxSttAPy4l { width:10.25rem;height:1.7246125rem;top:125.6875rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7i6Iwk2pddG0bA5M2Tt0PHAqE9HgpG { width:12.9375rem;height:5.68685rem;top:127.9375rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXmF8Tg6CyhbP0TO4TnSNZdyu0XKQ0fE { width:11.25rem;height:4.54948125rem;top:118.8125rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHDRfH1bGc8Tokh6kDJbc2pr0USyLFki { width:9.0625rem;height:1.7246125rem;top:116.5625rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxiapqCEfXONWXZobBEJnlaZtfExriTm { width:11.6875rem;height:3.41210625rem;top:110.8125rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkdOOM2QexThLwA29e5oCOJzTDUV0nAd { width:9.25rem;height:1.7246125rem;top:108.5625rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NSQfNAWcSZMue2o8wuUN79qdtZbzP9Te { width:12.625rem;height:4.549475rem;top:101.6875rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mEd5QBdr2EJgkX1XnBr2gfEXqZFHlifK { width:9.625rem;height:1.7246125rem;top:99.4375rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5TcEtJFTz6vVzyVfWK0IyP3F4tsorS2 { width:12.125rem;height:5.68684375rem;top:91.4375rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ri1Do2QFnnplqPw5sSGtAH3c3trslETT { width:9.6875rem;height:1.7246125rem;top:89.1875rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6yNCv7mMx9T8ovWGdomlsVmOGIvTSrT { width:13rem;height:3.41210625rem;top:83.4375rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0U7MqnNthVz2n0i7uI4OJSz8rEHSKfd { width:8.375rem;height:1.7246125rem;top:81.1875rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nU6gdkwM6TdK0s42zwF2x3REFqBKVPKX { width:11.375rem;height:5.68685rem;top:73.25rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0VRKB1za8rikENy5K1cA5VO2E1LlvbL { width:9.4375rem;height:1.7246125rem;top:71rem;left:7.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nyh7ewOLeLDSbB3M53T9bZMka1xishCX { width:10.75rem;height:3.41210625rem;top:65.25rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffspnMcgoKt4X6hEOsfnyVfHRCluOHRk { width:9.5rem;height:1.7246125rem;top:63rem;left:7.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RyuZrlUyM9rKnsdEh50utyU7c9IuMOXc { width:11.875rem;height:4.54948125rem;top:56.125rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SextKD1Jd5WzchHRTKka7pGILm69wAf1 { width:9.75rem;height:1.7246125rem;top:53.875rem;left:7.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgRE2wALh2D7dIf3XmETzT4mcI2Rfa3v { width:10rem;height:1.7246125rem;top:45.875rem;left:7.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skZKhHigAsxK279vypeUv5Lq5e3L1Hlb { width:11.8125rem;height:3.41210625rem;top:48.125rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJ78aIt8a7ZzLkRXNxCwhQktgx4W918X { width:9.9375rem;height:1.7246125rem;top:36.8125rem;left:7rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KK4HDzElMQdS5tGyMlq1XW2JrJyP1IBz { width:12.375rem;height:4.549475rem;top:39.0625rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMQvBdEwObyynv735UDXsUrv82MKLhwz { width:7.3125rem;height:7.3125rem;top:320.125rem;left:1.1875rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQNbmiaWbVzMX5TSF3R2i96SXp8rdvyw { width:5.0625rem;height:5.0625rem;top:328.6875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTfSeJDZ25LEgkP20S5BO1VvD6nhPnNc { width:3.5rem;height:0;top:330rem;left:3.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzP2znDMufuSa1QAdZARGKgyK0zMw9lu { width:7.3125rem;height:7.3125rem;top:304.875rem;left:1.1875rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlmspwPClUfTKVGUnmfzdIe7c5FbL4nF { width:5.0625rem;height:5.0625rem;top:313.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h056LHpwqMPLxs3qI3koHfJ6dwDVk4Ol { width:3.5rem;height:2.6rem;top:314.75rem;left:2.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRtCsvaN8o3TzFZMvgbrB3KrWOzeRvhG { width:7.3125rem;height:7.3125rem;top:291.95rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDFpcdZ1FfivQ9V0LvMx16ngHkqzX0LR { width:5.0625rem;height:5.0625rem;top:300.5125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T90F5GxiEcbeBO9xGPV2GpSklTtOm2LM { width:3.5rem;height:2.6rem;top:301.825rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLDaQ29WOlAbwc37SMH7gWRlm8ZMI2Or { width:7.3125rem;height:7.3125rem;top:276.7rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHfS2lxIaM47sX7nK79ydTcXDbApyVLV { width:5.0625rem;height:5.0625rem;top:285.2625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUeiEk1TTMiSCcg1lwMxIbVTRgTNeqHR { width:3.5rem;height:2.6rem;top:286.575rem;left:8.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA5nUynFtTSHTy5bXpe1AamlTuCfOMQo { width:5.0625rem;height:5.0625rem;top:246.4125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #epiAgOS3yMZZ0mNpovLNkLyLfEyMMI1t { width:3.5rem;height:2.6rem;top:247.725rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU5SfeWFLz3pSTnHT6DSgBoAC1Sz76zD { width:7.3125rem;height:7.3125rem;top:222.6rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4dxOERnXTlx779ZAQCtLJCCy4iLldoU { width:5.0625rem;height:5.0625rem;top:231.1625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4uDShBeRkrLeAC9FJhWa7ZSDbE7dRpt { width:3.5rem;height:2.6rem;top:232.475rem;left:8.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKUCO4ee9d7GTSbae5VEuFwXBaXllKh0 { width:7.3125rem;height:7.3125rem;top:185.05rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DckGiMkJOtD6c4zT0Nl0e5TwfPgbCUKD { width:5.0625rem;height:5.0625rem;top:193.6125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcscchHWKXpmnWaGmamtBJpE4of7bg3G { width:3.5rem;height:2.6rem;top:194.925rem;left:8.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3Vgro2vGIm5TyWPnWEust9ThrH9tDDQ { width:7.3125rem;height:7.3125rem;top:157.05rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMryeZJfiyBTyGzw2QOebLDhWqgaGDfx { width:5.0625rem;height:5.0625rem;top:178.3625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWXVTZrQOLJEPUTvlTspyKFEcnIMoaNn { width:3.5rem;height:2.6rem;top:179.675rem;left:8.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDDViDGTfb7iuJmdtT4b9BXqhXmDLEkA { width:7.3125rem;height:7.3125rem;top:132.25rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiBDrn174MbOohbUmP1HihiI7DRvmw4x { width:5.0625rem;height:5.0625rem;top:140.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8Vr06zoLvDcbJmO0kQ0F6yvsrv212tb { width:3.5rem;height:2.6rem;top:142.125rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wN8Tf08KFV1y7TxJ7CZhVx3suyhfqSPp { width:7.3125rem;height:7.3125rem;top:117rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZiTAcllBDycmNIgsPuF9Oh1Se9Otp0y { width:5.0625rem;height:5.0625rem;top:125.5625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKg8WyV2fEr2m36LQak7s3J1b0mN2l07 { width:3.5rem;height:2.6rem;top:126.875rem;left:8.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTHtvoy35oAW5hBcTtagE1O1ATnJBIRm { width:7.3125rem;height:7.3125rem;top:80.75rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m84Ch9OlJMxQEZFzWzaa3ZJo6SeGa6fd { width:5.0625rem;height:5.0625rem;top:89.3125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMQaDMRdtmiPSSPFFUJMr7dBDppyZcl2 { width:3.5rem;height:2.6rem;top:90.625rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKPHK0lxGao2wEXy0T4rAEW0Jb7waA0p { width:7.3125rem;height:7.3125rem;top:64.875rem;left:6.3437498807906rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAxXshZXnDU63etTfXAqV4cFLk1gkDoJ { width:5.0625rem;height:5.0625rem;top:74.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXigCTqpbaEr7fSygovpGJTJNDmzXQT1 { width:3.5rem;height:2.6rem;top:75.375rem;left:8.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrPrlWfRCJPBwnD2TNEKdZqP9qCRHiyS { width:7.3125rem;height:7.3125rem;top:30.55rem;left:6.3125rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXJevnyoH8zIAOun4neOJ1TMvNDRmm5R { width:5.0625rem;height:5.0625rem;top:39.1125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc0FkzrlC29o0Aocy5BZUWlgnqhvEJIA { width:3.5rem;height:2.6rem;top:40.425rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8w1MoFyLkHQ6enqT7QLlc46TNvPqHTa { width:7.3125rem;height:7.3125rem;top:22.924999999814rem;left:6.3124998807906rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoaNUA7SpgNA6u9ubddiost8htspM8qF { width:5.0625rem;height:5.0625rem;top:23.8625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUxhQwNqfnpvDcdxh9Rqvh62CTnvQ8GK { width:3.5rem;height:2.6rem;top:25.175rem;left:8.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIb7aJemDuuDgzf4OGvwyoOfLJabp8tv { width:10.3125rem;height:6.974625rem;top:9.1875rem;left:9.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO7ebqiD6EELHu3TtB4HJEWZ5XTQ9SMc { width:20rem;height:4.19921875rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqZsPFsI74Kml9p4KVv2Xn2q0ZCP04C { width:7.3125rem;height:7.3125rem;top:327.49999427796rem;left:8.2500003576281rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9VfkMwrF5GWkFSqiKS6S3C0dEA1aNfH { width:5.625rem;height:5.625rem;top:133.9375rem;left:0.6875rem;font-size:3.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GA7o2hCFrQPdsS1oLD00z6liXSirVdAN { width:2.875rem;height:2.875rem;top:135.29948043823rem;left:5.0000002980232rem;font-size:2rem;z-index:15007;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #Evw1qBc5I4FhqJw9APl4vyTTu9J01t85 { width:4.25rem;height:4.25rem;top:134.4375rem;left:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ptiBrSxHuvGWJ10XZTEQMx1finORmvfF { width:3.5rem;height:1.7871125rem;top:135.875rem;left:1.75rem;font-size:1.375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #voybORHzgqu9Zy4Q4rbaD7T0L4ATNxMf { width:5.625rem;height:5.625rem;top:123.75rem;left:0.6875rem;font-size:3.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xN0FMztIkmFza2twtipoNdpKCJmUTJfu { width:2.875rem;height:2.875rem;top:125.11198043823rem;left:5.1875002980232rem;font-size:2rem;z-index:15011;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #gvd5fC17F2pV1iHUR8PXopNHsRZGni5d { width:4.25rem;height:4.25rem;top:124.3125rem;left:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #f70WKnJSlhScBSy21hMhhqvsWTX9hggP { width:3.5rem;height:1.7871125rem;top:125.625rem;left:1.6875rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qk5wpCPI7dLKWp4qmqgAgWbGG0EW7xTJ { width:5.625rem;height:5.625rem;top:106.625rem;left:0.6875rem;font-size:3.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dR482e42Ei75TaRnMMQDRNaSIySP4Bm5 { width:2.875rem;height:2.875rem;top:107.97916793823rem;left:5.1875002980232rem;font-size:2rem;z-index:15015;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #QopM4vccUUkZ7AyvzqGv9kfKNEOP1v4l { width:4.25rem;height:4.25rem;top:107.125rem;left:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UJT5oyEW4p6hpHptohxFcnS3hdGwZyTQ { width:3.5rem;height:1.7871125rem;top:108.5rem;left:1.75rem;font-size:1.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #s3P3BdFgSZlhbcNTAkSbF183tTTbikcQ { width:5.625rem;height:5.625rem;top:114.625rem;left:0.6875rem;font-size:3.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #f0LX4a2dMKKLodExhLzzrJ0SGwHXzmTL { width:2.875rem;height:2.875rem;top:115.97916793823rem;left:5.1875002980232rem;font-size:2rem;z-index:15019;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #CUOybB8WmQzpFdzpshMQZz6STFIEtL2N { width:4.25rem;height:4.25rem;top:115.125rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #AQN2ULudZM5zycE8fuiIkePzeqcZtH98 { width:3.5rem;height:1.7871125rem;top:116.5rem;left:1.75rem;font-size:1.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #nZmMSGDcVDDT59zCB5goAFWLPn0Bopci { width:5.625rem;height:5.625rem;top:97.5rem;left:0.6875rem;font-size:3.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qSUqoAbxc9OePF2np9fXI7cKCLTFCc5h { width:2.875rem;height:2.875rem;top:98.854167938231rem;left:5.1875002980232rem;font-size:2rem;z-index:15019;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #b2N2oycEq4GGbxxoewTJp5nkBKqfJvpD { width:4.25rem;height:4.25rem;top:98rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #nrZSf178yph76qXBcdVyWQsUkuwHaWzU { width:3.5rem;height:1.7871125rem;top:99.4375rem;left:1.8125rem;font-size:1.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #dQb7qNyfbgsUOXPNb6lTcBmbagXPvdo6 { width:5.625rem;height:5.625rem;top:87.25rem;left:0.6875rem;font-size:3.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Ju8CoLoqnozWRN52hXET38qUrwFQQu { width:2.875rem;height:2.875rem;top:88.604167938231rem;left:5.1875002980232rem;font-size:2rem;z-index:15023;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #G6fMENe6H4705oK5JKqLhkQJxoZtWwy0 { width:4.25rem;height:4.25rem;top:87.8125rem;left:1.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #cII2oCrtnQosAZDffiBPaO7MKL11N3RD { width:3.5rem;height:1.7871125rem;top:89.1875rem;left:1.75rem;font-size:1.375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #ESWviAuS2VTUPANsG7OTqDLOKu618cLa { width:5.625rem;height:5.625rem;top:79.25rem;left:0.6875rem;font-size:3.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #awKAgpiM34QRVlc8IyT55zLyh6ggcgQo { width:2.875rem;height:2.875rem;top:80.604167938231rem;left:5.1875002980232rem;font-size:2rem;z-index:15027;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #FGFxpH7x4tfgseEQDXEBHs4zpbhfczm7 { width:4.25rem;height:4.25rem;top:79.75rem;left:1.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #z52Sv2M7otb0xqT6VHf1gVsoBBWQ0JFN { width:3.5rem;height:1.7871125rem;top:81.1875rem;left:1.8125rem;font-size:1.375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #yJa5sXf3xofXQsCcc8sBTTwPy6CNOyVR { width:5.625rem;height:5.625rem;top:69.0625rem;left:0.6875rem;font-size:3.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lAV42fqkzpHubofDC4qHFwGtTMTBKIHc { width:2.875rem;height:2.875rem;top:70.416667938231rem;left:5.1875002980232rem;font-size:2rem;z-index:15031;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #t0qLOEDTyTP7HcJL08eOPviCSQA90eNe { width:4.25rem;height:4.25rem;top:69.625rem;left:1.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #W8oUgwMDdPuCDwQ7boEEXIpQNTUIe5B5 { width:3.5rem;height:1.7871125rem;top:70.9375rem;left:1.6875rem;font-size:1.375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #tXxrxBTZKIAw8HIxnLsKDs7vtCcbhoJi { width:5.625rem;height:5.625rem;top:61.0625rem;left:0.6875rem;font-size:3.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #U63lo3TLVLH06yPqIZp0Uv25L0OxxLty { width:2.875rem;height:2.875rem;top:62.416667938233rem;left:5.1875002980232rem;font-size:2rem;z-index:15035;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #Bl9u1Ctmd9fx3TfFBDkAuPGHhrwAu1zV { width:4.25rem;height:4.25rem;top:61.5625rem;left:1.1875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #XZyi1ZWTwaTNfO9pQxKeNvT8rvPlElHn { width:3.5rem;height:1.7871125rem;top:62.9375rem;left:1.8125rem;font-size:1.375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #f4Tp34qRTlqsQdO2reFzuof0pW7q4Kp5 { width:5.625rem;height:5.625rem;top:51.9375rem;left:0.68750005960463rem;font-size:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #w1EoX8oLlQiiUuaEsdoMZgOVgnCwim3L { width:2.875rem;height:2.875rem;top:53.291667938233rem;left:5.1875002980232rem;font-size:2rem;z-index:15039;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #FeexaA6vi2Ve1ZtiSR5FkwIArkMWnJBq { width:4.25rem;height:4.25rem;top:52.4453125rem;left:1.2070313096046rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #DXC7IZaRB5vKypuXfKhU6Wp777Kf8Ron { width:3.5rem;height:1.7871125rem;top:53.75rem;left:1.75rem;font-size:1.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #VvoetDDhRC54KT8Cq0yRqcDx9OLgLp3g { width:5.625rem;height:5.625rem;top:43.9375rem;left:0.6875rem;font-size:3.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UeGCkQyOASiiTKZX5IlZVCTLR4zK2sF1 { width:2.875rem;height:2.875rem;top:45.299480438233rem;left:5.1875002980232rem;font-size:2rem;z-index:15043;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #XsoGyceDwBQ1l4UTQNKC9BTR2zJyTOx7 { width:4.25rem;height:4.25rem;top:44.4375rem;left:1.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dLFXHxbhJWdkfJl36CVXk4EDCwFDRQsq { width:3.5rem;height:1.7871125rem;top:45.8125rem;left:1.75rem;font-size:1.375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #akbnCv3k75QhGy713oPUu3ITV4ePdcb5 { width:5.625rem;height:5.625rem;top:34.75rem;left:0.43750005960464rem;font-size:3.875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #xPWwP946v0J05O9DI1MQMeaEL3fqNAZm { width:2.875rem;height:2.875rem;top:36.236980438233rem;left:5.1875002980232rem;font-size:2rem;z-index:15047;color:#ae7b14;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZHiNtzJEbEEx3XFc0lK514k04MMuV8 { width:4.25rem;height:4.25rem;top:35.3125rem;left:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #dWeXCGLqU0U0B0SGcQtoiTTVSOeNMLJT { width:3.5rem;height:1.7871125rem;top:36.625rem;left:1.5625000596046rem;font-size:1.375rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #wenvo64xRW6adCOCPMPJcoMhgtZH2JVT { width:5.625rem;height:5.625rem;top:145.625rem;left:0.6875rem;font-size:3.875rem;z-index:15002;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #GIT6m2z1vxiSTw2h2NA1N2qgzx1WQOdZ { width:4.25rem;height:4.25rem;top:146.1875rem;left:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ggAxsdagSgtaAXGchJMUwO5UmwuXrB38 { width:2.875rem;height:2.875rem;top:146.97916793823rem;left:5.0000002980232rem;font-size:2rem;z-index:15011;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #e2N5665mbSeGl4ykcByQ4yCMq5zNcqTv { width:3.5rem;height:1.7871125rem;top:147.5rem;left:1.8125rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kvXymAEl1AlGsn5KHNmtnbWfhePFhdJm { width:5.625rem;height:5.625rem;top:169.3125rem;left:0.6875rem;font-size:3.875rem;z-index:15006;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #HDbwywggy9H148SUaoxCMpGECxfqBAtn { width:4.25rem;height:4.25rem;top:169.8125rem;left:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Gi91Mz0fLIlMHNFAp6mS67oNTS7268ZZ { width:2.875rem;height:2.875rem;top:170.67448043823rem;left:5.0000002980232rem;font-size:2rem;z-index:15015;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #V1T1Ls37pTbB1UqQb9pSQPRdU0t6RPgs { width:3.5rem;height:1.7871125rem;top:171.1875rem;left:1.8125rem;font-size:1.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #NDK9ZgQpfCXuuky4NOitsOHcPqsklt52 { width:5.625rem;height:5.625rem;top:157.9375rem;left:0.6875rem;font-size:3.875rem;z-index:15010;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #Q843olZkvff5i8r5WB8dElwyh2DBNgwC { width:4.25rem;height:4.25rem;top:158.5rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #DKO24ddRXvJHktap723Awo8MeDkBXH34 { width:2.875rem;height:2.875rem;top:159.29166793823rem;left:5.0000002980232rem;font-size:2rem;z-index:15019;color:#0db5bc;display:block; }
 }@media only screen and (max-width: 763px) { #JgB9bt0kFoOOG3hR0akEQBfggJSJ4XeF { width:3.5rem;height:1.7871125rem;top:159.875rem;left:1.8125rem;font-size:1.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #h0A8DDLr0ssG00KhZbRHKx9GFGCkHOee { width:3.5rem;height:auto;top:94rem;left:8.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3rdRxkp1fhyc8MteJmWpoJlAhQox6kv { width:17.125rem;height:3.57421875rem;top:1.6875rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnmP7iuUBrozCHT7ulIZq9hUOBQlwWZ { width:11.9375rem;height:3.57421875rem;top:29.8125rem;left:4.03125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIgPmJ7wgMKNMT6R2HaGQWlPNPTBVFnQ { width:16.25rem;height:3.8997375rem;top:25.25rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VId2WZWXQJ0uO971vrOZ7rhyZGKHL0Pz { width:9.6875rem;height:12.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeFa0R93SNJqarsS15gNiTbcItUC1Ka { display:block; }#VeeFa0R93SNJqarsS15gNiTbcItUC1Ka > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdJGStS3l3izC6Dr0cpvI0UopM8Jw5wn { width:20rem;height:6rem;top:37.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1Jsp69kutGGfNifgArRg2xy1O3E3TH { width:19.6875rem;height:15.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEH4ZIbEaeKmMWgFk9oWdLua1C4h9CQ { width:20rem;height:13.1979375rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHM2qaQyvJ3eAndeuORoCSihTZVSImr { width:20rem;height:4.4375rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnU2ZskdKhcZWNCUnWwOeGJbNtTVCPZv { display:block; }
 }@media only screen and (max-width: 763px) { #sDGTIFnaR3kwUNQ6ssE0seScABLl54yU { display:block; }#sDGTIFnaR3kwUNQ6ssE0seScABLl54yU > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWNqoFrl90JQ8T1NtpLeHud3oK5PHqxS { width:18.1875rem;height:10.6875rem;top:3.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsMZZxBF635hM6nTbL9Vo4lZZfPK6U { width:20rem;height:5.8496125rem;top:16.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqN8tuNRXl3cAaAi2awQ9QHggfg0vAp { width:20rem;height:1.875rem;top:23.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvtJO920nASHxs2xB2eQ8VGZKOCZh4HN { width:19rem;height:11.6953125rem;top:27.75rem;left:0.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 { display:block; }#y4he3ZG3HqMmnVif4ZtIfl9pyVTAfHG8 > .row .container { width:20rem;height:233.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rixiuaSHd13LThHzQsObTiXMBBsZTMNw { width:20rem;height:43.6875rem;top:186.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsPr3uHrFUJBghyerQBrTV6rdaABP8U { width:18.375rem;height:4.3867125rem;top:205.0625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFa9zVLITaK5pzONpQkUWqAmaGrwNr3q { width:18.875rem;height:18.375rem;top:210.375rem;left:0.75rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T3VAqPmGg9T99a9UyoSVtXXIPZ1LJOVa { width:19.6875rem;height:14.25rem;top:189.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsATxvOeCcNbstGd5QK1AyLdQDcqoC44 { width:20rem;height:43rem;top:140.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6dngCIgzxCPmoh8StLiAORd6TdKwGw { width:19.6875rem;height:14.625rem;top:142.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #it3KDa5v9hxReHVvgdVHxe8BRXzNJybG { width:18.875rem;height:17.0625rem;top:164.875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNKafEPrRUExzbTXneAaZ5heiGB1E9pc { width:17.6875rem;height:4.3867125rem;top:159.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsZ7TDUhe0SNzSfr41FkMuyp5RNn7QM { width:20rem;height:43rem;top:94.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKsWFTPXClyUW8M5e7WtffQbbn6f4ue6 { width:18.875rem;height:9.75rem;top:124.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeKkKrAuRHWxIc1L0W3ZEA8TMAUN1PII { width:20rem;height:8.773425rem;top:114rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5T9TCh4C4AXicF5EOEDskufzTQpP0IC { width:10.875rem;height:15.4375rem;top:96.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8GA0sQTMb1425F81og2rTEvaaie6mEl { width:20rem;height:43rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQSBGeuTXKs0Gr4hmPH2upH7GHpE7ugi { width:18.25rem;height:4.38671875rem;top:68.1875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E62Sa1EJMGLSnfvX8bJiWUP3thCo9L7i { width:18.875rem;height:15.1875rem;top:74.125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOtMSGRPtwhHnPCpeusUUzQIoXQpx4JD { width:8.3125rem;height:15.6875rem;top:50.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdp3HQWxRMDrSMTFDzyyqsbKhPiS9zIU { width:20rem;height:42.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNsXfyHtcsDlLVXQRXUAyNRZFx6V8iS { width:20rem;height:4.38671875rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxggKqcC51MehKhIbEa4m2T9nib6oswO { width:18.875rem;height:17.0625rem;top:26.5625rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HiXCXq7TFPEoqz2BsC3UsUKKPJMtdb08 { width:11.125rem;height:18.625rem;top:1.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVThJui2DIZZld2OTyGgc37JzVHy2sCL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GtvSTY9c/68.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL.adaptive-delivery-prevent-bg, #QVThJui2DIZZld2OTyGgc37JzVHy2sCL.lazyload, #QVThJui2DIZZld2OTyGgc37JzVHy2sCL.lazyloading { background-image: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { background-color: transparent; background-image: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container > .video-iframe-container { display: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row > .video-iframe-container { display: none; }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .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); }#QVThJui2DIZZld2OTyGgc37JzVHy2sCL > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru6m3bW0JqpeZcTP7nsKdSSUTaf1fkmL { width:16.5rem;height:42.875rem;top:19.1109375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7PXgasZWegN00tAeXRo4mo1ZKvxgqcW { width:20rem;height:16.611295681063rem;top:6.2500009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paFXTpgyI6mwoPg9oFmUO4MGuhxz7icf { width:17.1875rem;height:2.0996125rem;top:22.8603515625rem;left:1.40625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha3aBq6kq4y0Tk7Ka2B1qKsPswkm9go5 { width:17.1875rem;height:1.3496125rem;top:24.9228515625rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7H5WIbLm2u7KwvAodaO4AqiUX5VvFr { width:16.5625rem;height:4.2734375rem;top:27.375rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah2UMb31kNBIhxBev2x5oVuz4ucNibu3 { width:20rem;height:9rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0HWXpzdsEOrWIvuwPbCAghgKh0xApev { display:block; }#z0HWXpzdsEOrWIvuwPbCAghgKh0xApev > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycO3pTWICzHXNqs4vQi8gcQ61F355aAP { width:20rem;height:30.2783125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e172kNXRlodbDuFiCxJOa83spPohH0XK { width:20rem;height:2.84895625rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 { display:block; }#CWgKTgK13i0PbFsJ3gLD2HXyqsRG3XH3 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzdLZECsNaFcGUP7wd5u7i1bqDh0yCd9 { width:16.125rem;height:63.94rem;top:4.3125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnL8XSHwlUXVford6fFPepZkFeWGKGg { width:3.125rem;height:3.125rem;top:4.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXd4981U1Q4s0OEPJFGTfKcrFVuZPN9w { width:3.125rem;height:3.125rem;top:16.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5TdaL8dC8ioiSGwKA6B9Kr8GdU8GlA { width:3.125rem;height:3.125rem;top:25.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in3FPxPOzFA4RUT1BeHaUL6Jeb44duzT { width:3.125rem;height:3.125rem;top:34.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbflBnEcrBeX9l7eTCVRqvZRTzK04qXM { width:3.125rem;height:3.125rem;top:43.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkKoFVHPgw27MZMPK8lLLTF8FFeHOz9 { width:3.125rem;height:3.125rem;top:49.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKysQoswSPEX8BEucqTl8Sx2XX7lHWm2 { width:3.125rem;height:3.125rem;top:54.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDd7n0CUrCtiTMqgO18Kmu0qersLHpm9 { width:3.125rem;height:3.125rem;top:62.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.adaptive-delivery-prevent-bg, #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.lazyload, #mcgNdIKFQnykoSPl3btMXO05gBpAmmPi.lazyloading { background-image: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { background-color: transparent; background-image: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container > .video-iframe-container { display: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row > .video-iframe-container { display: none; }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .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); }#mcgNdIKFQnykoSPl3btMXO05gBpAmmPi > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw8zRx3OJMXGyCg9Mc84Vt3ZkNCm6PTU { width:20rem;height:7.231125rem;top:29.3125rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHJLwXztKU8ZTx1GavSFoVPCAkKeQkTi { width:2.0625rem;height:1.625rem;top:31.1875rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3D7qZRasKA6xG7wHklpcOQQkIqD3qEr { width:3.375rem;height:1.4622375rem;top:32.8125rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNeW7aUh9xIbH6TiOm5gdrx9hiN3VQM { width:14.75rem;height:1.29948125rem;top:36.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFG3IHPWxXrTnbLxsrn7Kv7zzc5qmmW { width:3.1875rem;height:2.51823125rem;top:31.6875rem;left:13.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIdyqcUongTEx1qxE1VuKcT0HE7THSe7 { width:5.5625rem;height:2.11198125rem;top:46.0625rem;left:12.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3GfKB6hMM5DNrIS2XBFdO7b2W6NhyI { width:2.75rem;height:2.75rem;top:43.3125rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSiNewPBivDE4UcuZ1HD2Cf9Ti8O01nl { width:4.875rem;height:4.22395625rem;top:46rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpaVsk1NR4ZHQUawaS9gPcTUZfwTnESN { width:4.75rem;height:2.11198125rem;top:46.0625rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeqHSyecTwvRff638vTaq0GVqlmqiLNR { width:2.75rem;height:2.75rem;top:43.375rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6H424VvuaHDCobifpRQuRRZ1U0hnJT5 { width:19.3125rem;height:4.1875rem;top:38.5625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnOQWv8IWM8LwKo4e0x3rJ4tBPzKTpn { display:block; }
 }@media only screen and (max-width: 763px) { #EBIV3UpWOuEgmm5uunJsbTGWAd6e2R6X { width:17rem;height:2.4375rem;top:24.25rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoCcpyKwBn7MUeK9W94kT8CCq7agVMm2 { width:17.6875rem;height:2.19921875rem;top:27.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obpu7phzrnUV4JuM3zfMtTWSty7GAuVy { width:20rem;height:4.94921875rem;top:17.8125rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gSv7JG6RqXa9sIT80TC7llZwNfk0PM5z { width:2.75rem;height:2.75rem;top:43.375rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfIyAAVkXRoEva9quOxgVmkceeHkzzK { width:19.875rem;height:43.375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGffpt2pEUXeemdzgoCktk9d8deDBPr { width:15.5625rem;height:17rem;top:0rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVtEqec3RE1lBd47oNPRPzf4GQ4LBOcT { width:16.1875rem;height:1.94921875rem;top:51.25rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/W84K96gn/cocriadoromilionario_elainneourives_597.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.adaptive-delivery-prevent-bg, #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.lazyload, #pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6.lazyloading { background-image: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { background-color: transparent; background-image: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container > .video-iframe-container { display: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row > .video-iframe-container { display: none; }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .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); }#pNUt7Hm8ZdvCJpBWheTymhE49Ub89Xv6 > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz8xgMJoIZawNK9EPazcsTSkgzp74a3u { width:17.9375rem;height:27.0625rem;top:25.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tHTJp4IrAslQF5CmqG6OwS86OdTFf1 { width:17.9375rem;height:20.81771875rem;top:54rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxpVlSHbQtLbDkF2aMWOrnf5OndKE0Ic { width:18.3125rem;height:19.5rem;top:4.5rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lDoEVn3wbTPRcyRCQhA6m5czf72cZpdk { width:1.375rem;height:20.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqazboJv5bKuVQrSATWuHgBCENrsOxp { display:block; }#MwqazboJv5bKuVQrSATWuHgBCENrsOxp > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lifUidIl5Waeyfr0bn7y82GMbFWemTt5 { width:19.3125rem;height:19.3125rem;top:3rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9ZiGf51tIf2a5sC0gCTHq5pOFnMW68 { width:19.75rem;height:17.3235625rem;top:29.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2WlWE1VabqpVIZlWPvxD9AAW5xe5stS { width:20rem;height:3.98698125rem;top:24.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hlgGDppzT11C3MxxLHIXHKBkRagh9v0l { display:block; }#hlgGDppzT11C3MxxLHIXHKBkRagh9v0l > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAArKPuvyk8zoc6oLZermAvQFADr92xX { width:20rem;height:13.1601625rem;top:1.20703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #LuzeQ2XUxPEZNUVy8FtaasBuixD0hdEI > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }